|
1907 | 1907 | "KMSKeyId": {
|
1908 | 1908 | "target": "com.amazonaws.rds#KmsKeyIdOrArn",
|
1909 | 1909 | "traits": {
|
1910 |
| - "smithy.api#documentation": "<p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for \n RDS Custom, but optional for Amazon RDS.</p>\n <p>If you have an existing symmetric KMS key in your account, you can use it with RDS Custom. \n No further action is necessary. If you don't already have a symmetric KMS key in your account, \n follow the instructions in <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk\">\n Creating symmetric KMS keys</a> in the <i>Amazon Web Services Key Management Service\n Developer Guide</i>.</p>\n <p>You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.</p>", |
| 1910 | + "smithy.api#documentation": "<p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for \n RDS Custom, but optional for Amazon RDS.</p>\n <p>If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. \n No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, \n follow the instructions in <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk\">\n Creating a symmetric encryption KMS key</a> in the <i>Amazon Web Services Key Management Service\n Developer Guide</i>.</p>\n <p>You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.</p>", |
1911 | 1911 | "smithy.api#required": {}
|
1912 | 1912 | }
|
1913 | 1913 | },
|
|
7484 | 7484 | "SnapshotDatabaseTime": {
|
7485 | 7485 | "target": "com.amazonaws.rds#TStamp",
|
7486 | 7486 | "traits": {
|
7487 |
| - "smithy.api#documentation": "<p>The timestamp of the most recent transaction applied to the database that you're backing up. \n Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. \n In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p>\n <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime \n with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than \n SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover</p>" |
| 7487 | + "smithy.api#documentation": "<p>The timestamp of the most recent transaction applied to the database that you're backing up. \n Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. \n In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p>\n <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime \n with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than \n SnapshotDatabaseTime, then the replica lag is two hours.</p>" |
7488 | 7488 | }
|
7489 | 7489 | },
|
7490 | 7490 | "SnapshotTarget": {
|
|
14096 | 14096 | "DBInstanceClass": {
|
14097 | 14097 | "target": "com.amazonaws.rds#String",
|
14098 | 14098 | "traits": {
|
14099 |
| - "smithy.api#documentation": "<p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all\n Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html\">DB Instance Class</a> in the <i>Amazon\n RDS User Guide</i>. For RDS Custom, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances\">DB instance class support\n for RDS Custom for Oracle</a> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS\">DB instance class\n support for RDS Custom for SQL Server</a>.</p>\n <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window,\n unless <code>ApplyImmediately</code> is enabled for this request. </p>\n <p>Default: Uses existing setting</p>" |
| 14099 | + "smithy.api#documentation": "<p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all\n Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and \n availability for your engine, see\n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html\">DB instance \n classes</a> in the <i>Amazon RDS User Guide</i> or \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html\">Aurora \n DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>\n <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window,\n unless <code>ApplyImmediately</code> is enabled for this request.</p>\n <p>This setting doesn't apply to RDS Custom for Oracle.</p>\n <p>Default: Uses existing setting</p>" |
14100 | 14100 | }
|
14101 | 14101 | },
|
14102 | 14102 | "DBSubnetGroupName": {
|
|
20318 | 20318 | }
|
20319 | 20319 | ],
|
20320 | 20320 | "traits": {
|
20321 |
| - "smithy.api#documentation": "<p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new\n primary database. Issue this command in the AWS Region that hosts the current standby database.</p>" |
| 20321 | + "smithy.api#documentation": "<p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new\n primary database. Issue this command in the Region that hosts the current standby database.</p>" |
20322 | 20322 | }
|
20323 | 20323 | },
|
20324 | 20324 | "com.amazonaws.rds#SwitchoverReadReplicaMessage": {
|
|
0 commit comments