|
3440 | 3440 | "Tags":{"shape":"TagList"},
|
3441 | 3441 | "CopyTags":{
|
3442 | 3442 | "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>" |
3444 | 3444 | },
|
3445 | 3445 | "PreSignedUrl":{
|
3446 | 3446 | "shape":"String",
|
|
3453 | 3453 | "TargetCustomAvailabilityZone":{
|
3454 | 3454 | "shape":"String",
|
3455 | 3455 | "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>" |
3456 | 3460 | }
|
3457 | 3461 | },
|
3458 | 3462 | "documentation":"<p/>"
|
|
10970 | 10974 | },
|
10971 | 10975 | "OptionGroupArn":{
|
10972 | 10976 | "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>" |
10974 | 10990 | }
|
10975 | 10991 | },
|
10976 | 10992 | "documentation":"<p/>",
|
|
11087 | 11103 | "OptionGroupOptionVersions":{
|
11088 | 11104 | "shape":"OptionGroupOptionVersionsList",
|
11089 | 11105 | "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>" |
11090 | 11110 | }
|
11091 | 11111 | },
|
11092 | 11112 | "documentation":"<p>Available option.</p>"
|
|
0 commit comments