|
1874 | 1874 | {"shape":"TenantDatabaseNotFoundFault"}, |
1875 | 1875 | {"shape":"DBSnapshotTenantDatabaseNotFoundFault"} |
1876 | 1876 | ], |
1877 | | - "documentation":"<p>Lists all tags on an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i>.</p>" |
| 1877 | + "documentation":"<p>Lists all tags on an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html\">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>.</p>" |
1878 | 1878 | }, |
1879 | 1879 | "ModifyActivityStream":{ |
1880 | 1880 | "name":"ModifyActivityStream", |
|
2528 | 2528 | {"shape":"TenantDatabaseNotFoundFault"}, |
2529 | 2529 | {"shape":"DBSnapshotTenantDatabaseNotFoundFault"} |
2530 | 2530 | ], |
2531 | | - "documentation":"<p>Removes metadata tags from an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i> </p>" |
| 2531 | + "documentation":"<p>Removes metadata tags from an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html\">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>.</p>" |
2532 | 2532 | }, |
2533 | 2533 | "ResetDBClusterParameterGroup":{ |
2534 | 2534 | "name":"ResetDBClusterParameterGroup", |
|
3208 | 3208 | }, |
3209 | 3209 | "ApplyAction":{ |
3210 | 3210 | "shape":"String", |
3211 | | - "documentation":"<p>The pending maintenance action to apply to this resource.</p> <p>Valid Values:</p> <ul> <li> <p> <code>ca-certificate-rotation</code> </p> </li> <li> <p> <code>db-upgrade</code> </p> </li> <li> <p> <code>hardware-maintenance</code> </p> </li> <li> <p> <code>os-upgrade</code> </p> </li> <li> <p> <code>system-update</code> </p> </li> </ul> <p>For more information about these actions, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora\">Maintenance actions for Amazon Aurora</a> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds\">Maintenance actions for Amazon RDS</a>.</p>" |
| 3211 | + "documentation":"<p>The pending maintenance action to apply to this resource.</p> <p>Valid Values: <code>system-update</code>, <code>db-upgrade</code>, <code>hardware-maintenance</code>, <code>ca-certificate-rotation</code> </p>" |
3212 | 3212 | }, |
3213 | 3213 | "OptInType":{ |
3214 | 3214 | "shape":"String", |
|
5184 | 5184 | "StorageEncrypted":{ |
5185 | 5185 | "shape":"BooleanOptional", |
5186 | 5186 | "documentation":"<p>Specifies whether to enable storage encryption for the new global database cluster.</p> <p>Constraints:</p> <ul> <li> <p>Can't be specified if <code>SourceDBClusterIdentifier</code> is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.</p> </li> </ul>" |
| 5187 | + }, |
| 5188 | + "Tags":{ |
| 5189 | + "shape":"TagList", |
| 5190 | + "documentation":"<p>Tags to assign to the global cluster.</p>" |
5187 | 5191 | } |
5188 | 5192 | } |
5189 | 5193 | }, |
|
11103 | 11107 | "FailoverState":{ |
11104 | 11108 | "shape":"FailoverState", |
11105 | 11109 | "documentation":"<p>A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database). This object is empty unless the <code>SwitchoverGlobalCluster</code> or <code>FailoverGlobalCluster</code> operation was called on this global cluster.</p>" |
11106 | | - } |
| 11110 | + }, |
| 11111 | + "TagList":{"shape":"TagList"} |
11107 | 11112 | }, |
11108 | 11113 | "documentation":"<p>A data type representing an Aurora global database.</p>", |
11109 | 11114 | "wrapper":true |
|
13805 | 13810 | "members":{ |
13806 | 13811 | "Action":{ |
13807 | 13812 | "shape":"String", |
13808 | | - "documentation":"<p>The type of pending maintenance action that is available for the resource. </p> <p>For more information about maintenance actions, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html\">Maintaining a DB instance</a>.</p> <p>Valid Values:</p> <ul> <li> <p> <code>ca-certificate-rotation</code> </p> </li> <li> <p> <code>db-upgrade</code> </p> </li> <li> <p> <code>hardware-maintenance</code> </p> </li> <li> <p> <code>os-upgrade</code> </p> </li> <li> <p> <code>system-update</code> </p> </li> </ul> <p>For more information about these actions, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora\">Maintenance actions for Amazon Aurora</a> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds\">Maintenance actions for Amazon RDS</a>.</p>" |
| 13813 | + "documentation":"<p>The type of pending maintenance action that is available for the resource. </p> <p>For more information about maintenance actions, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html\">Maintaining a DB instance</a>.</p> <p>Valid Values:<code> system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation</code> </p>" |
13809 | 13814 | }, |
13810 | 13815 | "AutoAppliedAfterDate":{ |
13811 | 13816 | "shape":"TStamp", |
|
0 commit comments