Skip to content

Commit c2f84c5

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied.
1 parent 444d955 commit c2f84c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied."
6+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@
219219
{"shape":"DBSnapshotNotFoundFault"},
220220
{"shape":"InvalidDBSnapshotStateFault"},
221221
{"shape":"SnapshotQuotaExceededFault"},
222-
{"shape":"KMSKeyNotAccessibleFault"}
222+
{"shape":"KMSKeyNotAccessibleFault"},
223+
{"shape":"CustomAvailabilityZoneNotFoundFault"}
223224
],
224225
"documentation":"<p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p> <p>You can copy a snapshot from one AWS Region to another. In that case, the AWS Region where you call the <code>CopyDBSnapshot</code> action is the destination AWS Region for the DB snapshot copy. </p> <p>For more information about copying snapshots, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot\">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide.</i> </p>"
225226
},
@@ -3041,6 +3042,10 @@
30413042
"OptionGroupName":{
30423043
"shape":"String",
30433044
"documentation":"<p>The name of an option group to associate with the copy of the snapshot.</p> <p>Specify this option if you are copying a snapshot from one AWS Region to another, and your DB instance uses a nondefault option group. If your source DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL Server, you must specify this option when copying across AWS Regions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options\">Option Group Considerations</a> in the <i>Amazon RDS User Guide.</i> </p>"
3045+
},
3046+
"TargetCustomAvailabilityZone":{
3047+
"shape":"String",
3048+
"documentation":"<p>The external custom Availability Zone (CAZ) identifier for the target CAZ.</p> <p>Example: <code>rds-caz-aiqhTgQv</code>.</p>"
30443049
}
30453050
},
30463051
"documentation":"<p/>"

0 commit comments

Comments
 (0)