|
1815 | 1815 | },
|
1816 | 1816 | "errors":[
|
1817 | 1817 | {"shape":"GlobalClusterNotFoundFault"},
|
1818 |
| - {"shape":"InvalidGlobalClusterStateFault"} |
| 1818 | + {"shape":"InvalidGlobalClusterStateFault"}, |
| 1819 | + {"shape":"InvalidDBClusterStateFault"}, |
| 1820 | + {"shape":"InvalidDBInstanceStateFault"} |
1819 | 1821 | ],
|
1820 | 1822 | "documentation":"<p> Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\"> What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i> </p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>"
|
1821 | 1823 | },
|
|
2906 | 2908 | "PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"},
|
2907 | 2909 | "DBClusterIdentifier":{
|
2908 | 2910 | "shape":"String",
|
2909 |
| - "documentation":"<p>The DBClusterIdentifier for the DB cluster.</p>" |
| 2911 | + "documentation":"<p>The DBClusterIdentifier value for the DB cluster.</p>" |
2910 | 2912 | },
|
2911 | 2913 | "MasterUserPassword":{
|
2912 | 2914 | "shape":"String",
|
2913 | 2915 | "documentation":"<p>The master credentials for the DB cluster.</p>"
|
2914 | 2916 | },
|
2915 | 2917 | "IAMDatabaseAuthenticationEnabled":{
|
2916 | 2918 | "shape":"BooleanOptional",
|
2917 |
| - "documentation":"<p>Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.</p>" |
| 2919 | + "documentation":"<p>A value that indicates whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.</p>" |
2918 | 2920 | },
|
2919 | 2921 | "EngineVersion":{
|
2920 | 2922 | "shape":"String",
|
|
3496 | 3498 | },
|
3497 | 3499 | "EngineVersion":{
|
3498 | 3500 | "shape":"String",
|
3499 |
| - "documentation":"<p>The version number of the database engine to use.</p> <p>For a list of valid engine versions, use the <code>DescribeDBEngineVersions</code> action.</p> <p>The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region.</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster.</p> <p> <b>MariaDB</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt\">MariaDB on Amazon RDS Versions</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>Microsoft SQL Server</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport\">Microsoft SQL Server Versions on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>MySQL</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt\">MySQL on Amazon RDS Versions</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>Oracle</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html\">Oracle Database Engine Release Notes</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>PostgreSQL</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions\">Supported PostgreSQL Database Versions</a> in the <i>Amazon RDS User Guide.</i> </p>" |
| 3501 | + "documentation":"<p>The version number of the database engine to use.</p> <p>For a list of valid engine versions, use the <code>DescribeDBEngineVersions</code> action.</p> <p>The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region.</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster.</p> <p> <b>MariaDB</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt\">MariaDB on Amazon RDS Versions</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>Microsoft SQL Server</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport\">Microsoft SQL Server Versions on Amazon RDS</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>MySQL</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt\">MySQL on Amazon RDS Versions</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>Oracle</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html\">Oracle Database Engine Release Notes</a> in the <i>Amazon RDS User Guide.</i> </p> <p> <b>PostgreSQL</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts\">Amazon RDS for PostgreSQL versions and extensions</a> in the <i>Amazon RDS User Guide.</i> </p>" |
3500 | 3502 | },
|
3501 | 3503 | "AutoMinorVersionUpgrade":{
|
3502 | 3504 | "shape":"BooleanOptional",
|
|
3512 | 3514 | },
|
3513 | 3515 | "OptionGroupName":{
|
3514 | 3516 | "shape":"String",
|
3515 |
| - "documentation":"<p>Indicates that the DB instance should be associated with the specified option group.</p> <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance once it is associated with a DB instance</p>" |
| 3517 | + "documentation":"<p>A value that indicates that the DB instance should be associated with the specified option group.</p> <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance once it is associated with a DB instance</p>" |
3516 | 3518 | },
|
3517 | 3519 | "CharacterSetName":{
|
3518 | 3520 | "shape":"String",
|
|
3600 | 3602 | },
|
3601 | 3603 | "EnableCloudwatchLogsExports":{
|
3602 | 3604 | "shape":"LogTypeList",
|
3603 |
| - "documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon Relational Database Service User Guide</i>.</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. CloudWatch Logs exports are managed by the DB cluster. </p> <p> <b>MariaDB</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Microsoft SQL Server</b> </p> <p>Possible values are <code>agent</code> and <code>error</code>. </p> <p> <b>MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Oracle</b> </p> <p>Possible values are <code>alert</code>, <code>audit</code>, <code>listener</code>, and <code>trace</code>. </p> <p> <b>PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>" |
| 3605 | + "documentation":"<p>The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch\">Publishing Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon Relational Database Service User Guide</i>.</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. CloudWatch Logs exports are managed by the DB cluster. </p> <p> <b>MariaDB</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Microsoft SQL Server</b> </p> <p>Possible values are <code>agent</code> and <code>error</code>. </p> <p> <b>MySQL</b> </p> <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>. </p> <p> <b>Oracle</b> </p> <p>Possible values are <code>alert</code>, <code>audit</code>, <code>listener</code>, <code>trace</code>, and <code>oemagent</code>. </p> <p> <b>PostgreSQL</b> </p> <p>Possible values are <code>postgresql</code> and <code>upgrade</code>. </p>" |
3604 | 3606 | },
|
3605 | 3607 | "ProcessorFeatures":{
|
3606 | 3608 | "shape":"ProcessorFeatureList",
|
|
4363 | 4365 | },
|
4364 | 4366 | "PendingModifiedValues":{
|
4365 | 4367 | "shape":"ClusterPendingModifiedValues",
|
4366 |
| - "documentation":"<p>Specifies that changes to the DB cluster are pending. This element is only included when changes are pending. Specific changes are identified by subelements.</p>" |
| 4368 | + "documentation":"<p>A value that specifies that changes to the DB cluster are pending. This element is only included when changes are pending. Specific changes are identified by subelements.</p>" |
4367 | 4369 | }
|
4368 | 4370 | },
|
4369 | 4371 | "documentation":"<p>Contains the details of an Amazon Aurora DB cluster. </p> <p>This data type is used as a response element in the <code>DescribeDBClusters</code>, <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions. </p>",
|
|
5149 | 5151 | },
|
5150 | 5152 | "PendingModifiedValues":{
|
5151 | 5153 | "shape":"PendingModifiedValues",
|
5152 |
| - "documentation":"<p>Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.</p>" |
| 5154 | + "documentation":"<p>A value that specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.</p>" |
5153 | 5155 | },
|
5154 | 5156 | "LatestRestorableTime":{
|
5155 | 5157 | "shape":"TStamp",
|
|
5165 | 5167 | },
|
5166 | 5168 | "AutoMinorVersionUpgrade":{
|
5167 | 5169 | "shape":"Boolean",
|
5168 |
| - "documentation":"<p>Indicates that minor version patches are applied automatically.</p>" |
| 5170 | + "documentation":"<p>A value that indicates that minor version patches are applied automatically.</p>" |
5169 | 5171 | },
|
5170 | 5172 | "ReadReplicaSourceDBInstanceIdentifier":{
|
5171 | 5173 | "shape":"String",
|
|
9383 | 9385 | },
|
9384 | 9386 | "EngineVersion":{
|
9385 | 9387 | "shape":"String",
|
9386 |
| - "documentation":"<p> The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is enabled for this request. </p> <p>For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.</p> <p>For information about valid engine versions, see <code>CreateDBInstance</code>, or call <code>DescribeDBEngineVersions</code>.</p>" |
| 9388 | + "documentation":"<p> The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is enabled for this request. </p> <p>For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.</p> <p>If you specify only a major version, Amazon RDS will update the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see <code>CreateDBInstance</code>, or call <code>DescribeDBEngineVersions</code>.</p>" |
9387 | 9389 | },
|
9388 | 9390 | "AllowMajorVersionUpgrade":{
|
9389 | 9391 | "shape":"Boolean",
|
|
9403 | 9405 | },
|
9404 | 9406 | "OptionGroupName":{
|
9405 | 9407 | "shape":"String",
|
9406 |
| - "documentation":"<p> Indicates that the DB instance should be associated with the specified option group. Changing this parameter doesn't result in an outage except in the following case and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is enabled for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted. </p> <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance</p>" |
| 9408 | + "documentation":"<p> A value that indicates the DB instance should be associated with the specified option group. Changing this parameter doesn't result in an outage except in the following case and the change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is enabled for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted. </p> <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance</p>" |
9407 | 9409 | },
|
9408 | 9410 | "NewDBInstanceIdentifier":{
|
9409 | 9411 | "shape":"String",
|
|
9744 | 9746 | "DeletionProtection":{
|
9745 | 9747 | "shape":"BooleanOptional",
|
9746 | 9748 | "documentation":"<p> Indicates if the global database cluster has deletion protection enabled. The global database cluster can't be deleted when deletion protection is enabled. </p>"
|
| 9749 | + }, |
| 9750 | + "EngineVersion":{ |
| 9751 | + "shape":"String", |
| 9752 | + "documentation":"<p>The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless <code>ApplyImmediately</code> is enabled.</p> <p>To list all of the available engine versions for <code>aurora</code> (for MySQL 5.6-compatible Aurora), use the following command:</p> <p> <code>aws rds describe-db-engine-versions --engine aurora --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code> </p> <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora), use the following command:</p> <p> <code>aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code> </p> <p>To list all of the available engine versions for <code>aurora-postgresql</code>, use the following command:</p> <p> <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code> </p>" |
| 9753 | + }, |
| 9754 | + "AllowMajorVersionUpgrade":{ |
| 9755 | + "shape":"BooleanOptional", |
| 9756 | + "documentation":"<p>A value that indicates whether major version upgrades are allowed.</p> <p>Constraints: You must allow major version upgrades when specifying a value for the <code>EngineVersion</code> parameter that is a different major version than the DB cluster's current version.</p> <p>If you upgrade the major version of a global database, the cluster and DB instance parameter groups are set to the default parameter groups for the new version. Apply any custom parameter groups after completing the upgrade.</p>" |
9747 | 9757 | }
|
9748 | 9758 | }
|
9749 | 9759 | },
|
|
10515 | 10525 | },
|
10516 | 10526 | "MultiAZ":{
|
10517 | 10527 | "shape":"BooleanOptional",
|
10518 |
| - "documentation":"<p>Indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.</p>" |
| 10528 | + "documentation":"<p>A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.</p>" |
10519 | 10529 | },
|
10520 | 10530 | "EngineVersion":{
|
10521 | 10531 | "shape":"String",
|
|
10555 | 10565 | "documentation":"<p>Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.</p>"
|
10556 | 10566 | }
|
10557 | 10567 | },
|
10558 |
| - "documentation":"<p> This data type is used as a response element in the <code>ModifyDBInstance</code> action and contains changes that will be applied during the next maintenance window. </p>" |
| 10568 | + "documentation":"<p> This data type is used as a response element in the <code>ModifyDBInstance</code> operation and contains changes that will be applied during the next maintenance window. </p>" |
10559 | 10569 | },
|
10560 | 10570 | "PointInTimeRestoreNotEnabledFault":{
|
10561 | 10571 | "type":"structure",
|
|
0 commit comments