|
553 | 553 | {"shape":"DBClusterNotFoundFault"},
|
554 | 554 | {"shape":"MaxDBShardGroupLimitReached"},
|
555 | 555 | {"shape":"InvalidDBClusterStateFault"},
|
556 |
| - {"shape":"InvalidMaxAcuFault"}, |
557 | 556 | {"shape":"UnsupportedDBEngineVersionFault"},
|
558 | 557 | {"shape":"InvalidVPCNetworkStateFault"}
|
559 | 558 | ],
|
|
2166 | 2165 | "errors":[
|
2167 | 2166 | {"shape":"InvalidDBClusterStateFault"},
|
2168 | 2167 | {"shape":"DBShardGroupAlreadyExistsFault"},
|
2169 |
| - {"shape":"DBShardGroupNotFoundFault"}, |
2170 |
| - {"shape":"InvalidMaxAcuFault"} |
| 2168 | + {"shape":"DBShardGroupNotFoundFault"} |
2171 | 2169 | ],
|
2172 | 2170 | "documentation":"<p>Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by specifying these parameters and the new values in the request.</p>"
|
2173 | 2171 | },
|
|
2703 | 2701 | {"shape":"CertificateNotFoundFault"},
|
2704 | 2702 | {"shape":"TenantDatabaseQuotaExceededFault"}
|
2705 | 2703 | ],
|
2706 |
| - "documentation":"<p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most of the source's original configuration, including the default security group and DB parameter group. By default, the new DB instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p> <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original DB instance with the DB instance created from the snapshot.</p> <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot.</p> <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html\">Upgrading a MySQL DB snapshot engine version</a>. For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href=\"https://docs.aws.amazon.com/USER_UpgradeDBSnapshot.PostgreSQL.html\">Upgrading a PostgreSQL DB snapshot engine version</a>.</p> <note> <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p> </note>" |
| 2704 | + "documentation":"<p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most of the source's original configuration, including the default security group and DB parameter group. By default, the new DB instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p> <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original DB instance with the DB instance created from the snapshot.</p> <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code> must be the ARN of the shared DB snapshot.</p> <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html\">Upgrading a MySQL DB snapshot engine version</a>. For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html\">Upgrading a PostgreSQL DB snapshot engine version</a>.</p> <note> <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p> </note>" |
2707 | 2705 | },
|
2708 | 2706 | "RestoreDBInstanceFromS3":{
|
2709 | 2707 | "name":"RestoreDBInstanceFromS3",
|
|
4702 | 4700 | },
|
4703 | 4701 | "DBParameterGroupName":{
|
4704 | 4702 | "shape":"String",
|
4705 |
| - "documentation":"<p>The name of the DB parameter group to associate with this DB instance.</p> <p>If you don't specify a value for <code>DBParameterGroupName</code>, then Amazon RDS uses the <code>DBParameterGroup</code> of the source DB instance for a same Region read replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a cross-Region read replica.</p> <p>Specifying a parameter group for this operation is only supported for MySQL DB instances for cross-Region read replicas and for Oracle DB instances. It isn't supported for MySQL DB instances for same Region read replicas or for RDS Custom.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
| 4703 | + "documentation":"<p>The name of the DB parameter group to associate with this read replica DB instance.</p> <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a value for <code>DBParameterGroupName</code>, then Amazon RDS uses the <code>DBParameterGroup</code> of the source DB instance for a same Region read replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a cross-Region read replica.</p> <p>For Multi-AZ DB cluster same Region read replica instances, if you don't specify a value for <code>DBParameterGroupName</code>, then Amazon RDS uses the default <code>DBParameterGroup</code>.</p> <p>Specifying a parameter group for this operation is only supported for MySQL DB instances for cross-Region read replicas, for Multi-AZ DB cluster read replica instances, and for Oracle DB instances. It isn't supported for MySQL DB instances for same Region read replicas or for RDS Custom.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 255 letters, numbers, or hyphens.</p> </li> <li> <p>First character must be a letter.</p> </li> <li> <p>Can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
4706 | 4704 | },
|
4707 | 4705 | "PubliclyAccessible":{
|
4708 | 4706 | "shape":"BooleanOptional",
|
|
5035 | 5033 | },
|
5036 | 5034 | "ComputeRedundancy":{
|
5037 | 5035 | "shape":"IntegerOptional",
|
5038 |
| - "documentation":"<p>Specifies whether to create standby instances for the DB shard group. Valid values are the following:</p> <ul> <li> <p>0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.</p> </li> <li> <p>1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.</p> </li> <li> <p>2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.</p> </li> </ul>" |
| 5036 | + "documentation":"<p>Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:</p> <ul> <li> <p>0 - Creates a DB shard group without a standby DB shard group. This is the default value.</p> </li> <li> <p>1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).</p> </li> <li> <p>2 - Creates a DB shard group with two standby DB shard groups in two different AZs.</p> </li> </ul>" |
5039 | 5037 | },
|
5040 | 5038 | "MaxACU":{
|
5041 | 5039 | "shape":"DoubleOptional",
|
|
8121 | 8119 | },
|
8122 | 8120 | "ComputeRedundancy":{
|
8123 | 8121 | "shape":"IntegerOptional",
|
8124 |
| - "documentation":"<p>Specifies whether to create standby instances for the DB shard group. Valid values are the following:</p> <ul> <li> <p>0 - Creates a single, primary DB instance for each physical shard. This is the default value, and the only one supported for the preview.</p> </li> <li> <p>1 - Creates a primary DB instance and a standby instance in a different Availability Zone (AZ) for each physical shard.</p> </li> <li> <p>2 - Creates a primary DB instance and two standby instances in different AZs for each physical shard.</p> </li> </ul>" |
| 8122 | + "documentation":"<p>Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:</p> <ul> <li> <p>0 - Creates a DB shard group without a standby DB shard group. This is the default value.</p> </li> <li> <p>1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).</p> </li> <li> <p>2 - Creates a DB shard group with two standby DB shard groups in two different AZs.</p> </li> </ul>" |
8125 | 8123 | },
|
8126 | 8124 | "Status":{
|
8127 | 8125 | "shape":"String",
|
|
8134 | 8132 | "Endpoint":{
|
8135 | 8133 | "shape":"String",
|
8136 | 8134 | "documentation":"<p>The connection endpoint for the DB shard group.</p>"
|
| 8135 | + }, |
| 8136 | + "DBShardGroupArn":{ |
| 8137 | + "shape":"String", |
| 8138 | + "documentation":"<p>The Amazon Resource Name (ARN) for the DB shard group.</p>" |
8137 | 8139 | }
|
8138 | 8140 | }
|
8139 | 8141 | },
|
|
11783 | 11785 | },
|
11784 | 11786 | "exception":true
|
11785 | 11787 | },
|
11786 |
| - "InvalidMaxAcuFault":{ |
11787 |
| - "type":"structure", |
11788 |
| - "members":{ |
11789 |
| - }, |
11790 |
| - "documentation":"<p>The maximum capacity of the DB shard group must be 48-7168 Aurora capacity units (ACUs).</p>", |
11791 |
| - "error":{ |
11792 |
| - "code":"InvalidMaxAcu", |
11793 |
| - "httpStatusCode":400, |
11794 |
| - "senderFault":true |
11795 |
| - }, |
11796 |
| - "exception":true |
11797 |
| - }, |
11798 | 11788 | "InvalidOptionGroupStateFault":{
|
11799 | 11789 | "type":"structure",
|
11800 | 11790 | "members":{
|
|
12858 | 12848 | "MinACU":{
|
12859 | 12849 | "shape":"DoubleOptional",
|
12860 | 12850 | "documentation":"<p>The minimum capacity of the DB shard group in Aurora capacity units (ACUs).</p>"
|
| 12851 | + }, |
| 12852 | + "ComputeRedundancy":{ |
| 12853 | + "shape":"IntegerOptional", |
| 12854 | + "documentation":"<p>Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:</p> <ul> <li> <p>0 - Creates a DB shard group without a standby DB shard group. This is the default value.</p> </li> <li> <p>1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).</p> </li> <li> <p>2 - Creates a DB shard group with two standby DB shard groups in two different AZs.</p> </li> </ul>" |
12861 | 12855 | }
|
12862 | 12856 | }
|
12863 | 12857 | },
|
|
0 commit comments