Skip to content

Commit 6204124

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
1 parent ac6228e commit 6204124

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
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": "Update the RDS API model to support copying option groups during the CopyDBSnapshot operation"
6+
}

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,7 +3440,7 @@
34403440
"Tags":{"shape":"TagList"},
34413441
"CopyTags":{
34423442
"shape":"BooleanOptional",
3443-
"documentation":"<p>A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags are not copied.</p>"
3443+
"documentation":"<p>A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags aren't copied.</p>"
34443444
},
34453445
"PreSignedUrl":{
34463446
"shape":"String",
@@ -3453,6 +3453,10 @@
34533453
"TargetCustomAvailabilityZone":{
34543454
"shape":"String",
34553455
"documentation":"<p>The external custom Availability Zone (CAZ) identifier for the target CAZ.</p> <p>Example: <code>rds-caz-aiqhTgQv</code>.</p>"
3456+
},
3457+
"CopyOptionGroup":{
3458+
"shape":"BooleanOptional",
3459+
"documentation":"<p>A value that indicates whether to copy the DB option group associated with the source DB snapshot to the target Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with cross-account snapshot copy calls.</p>"
34563460
}
34573461
},
34583462
"documentation":"<p/>"
@@ -10970,7 +10974,19 @@
1097010974
},
1097110975
"OptionGroupArn":{
1097210976
"shape":"String",
10973-
"documentation":"<p>The Amazon Resource Name (ARN) for the option group.</p>"
10977+
"documentation":"<p>Specifies the Amazon Resource Name (ARN) for the option group.</p>"
10978+
},
10979+
"SourceOptionGroup":{
10980+
"shape":"String",
10981+
"documentation":"<p>Specifies the name of the option group from which this option group is copied.</p>"
10982+
},
10983+
"SourceAccountId":{
10984+
"shape":"String",
10985+
"documentation":"<p>Specifies the Amazon Web Services account ID for the option group from which this option group is copied.</p>"
10986+
},
10987+
"CopyTimestamp":{
10988+
"shape":"TStamp",
10989+
"documentation":"<p>Indicates when the option group was copied.</p>"
1097410990
}
1097510991
},
1097610992
"documentation":"<p/>",
@@ -11087,6 +11103,10 @@
1108711103
"OptionGroupOptionVersions":{
1108811104
"shape":"OptionGroupOptionVersionsList",
1108911105
"documentation":"<p>The versions that are available for the option.</p>"
11106+
},
11107+
"CopyableCrossAccount":{
11108+
"shape":"BooleanOptional",
11109+
"documentation":"<p>Specifies whether the option can be copied across Amazon Web Services accounts.</p>"
1109011110
}
1109111111
},
1109211112
"documentation":"<p>Available option.</p>"

0 commit comments

Comments
 (0)