Skip to content

Commit 6fb342c

Browse files
author
awstools
committed
docs(client-rds): Removes support for RDS Custom from DBInstanceClass in ModifyDBInstance
1 parent c05884e commit 6fb342c

File tree

5 files changed

+20
-17
lines changed

5 files changed

+20
-17
lines changed

clients/client-rds/src/RDS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5938,7 +5938,7 @@ export class RDS extends RDSClient {
59385938

59395939
/**
59405940
* <p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new
5941-
* primary database. Issue this command in the AWS Region that hosts the current standby database.</p>
5941+
* primary database. Issue this command in the Region that hosts the current standby database.</p>
59425942
*/
59435943
public switchoverReadReplica(
59445944
args: SwitchoverReadReplicaCommandInput,

clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
2929

3030
/**
3131
* <p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new
32-
* primary database. Issue this command in the AWS Region that hosts the current standby database.</p>
32+
* primary database. Issue this command in the Region that hosts the current standby database.</p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.
3535
* ```javascript

clients/client-rds/src/models/models_0.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ export interface DBSnapshot {
22242224
* In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p>
22252225
* <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime
22262226
* with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than
2227-
* SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover</p>
2227+
* SnapshotDatabaseTime, then the replica lag is two hours.</p>
22282228
*/
22292229
SnapshotDatabaseTime?: Date;
22302230

@@ -2649,14 +2649,14 @@ export interface CreateCustomDBEngineVersionMessage {
26492649
DatabaseInstallationFilesS3Prefix?: string;
26502650

26512651
/**
2652-
* <p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for
2652+
* <p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for
26532653
* RDS Custom, but optional for Amazon RDS.</p>
2654-
* <p>If you have an existing symmetric KMS key in your account, you can use it with RDS Custom.
2655-
* No further action is necessary. If you don't already have a symmetric KMS key in your account,
2654+
* <p>If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom.
2655+
* No further action is necessary. If you don't already have a symmetric encryption KMS key in your account,
26562656
* follow the instructions in <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk">
2657-
* Creating symmetric KMS keys</a> in the <i>Amazon Web Services Key Management Service
2657+
* Creating a symmetric encryption KMS key</a> in the <i>Amazon Web Services Key Management Service
26582658
* Developer Guide</i>.</p>
2659-
* <p>You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.</p>
2659+
* <p>You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.</p>
26602660
*/
26612661
KMSKeyId: string | undefined;
26622662

clients/client-rds/src/models/models_1.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3525,12 +3525,15 @@ export interface ModifyDBInstanceMessage {
35253525

35263526
/**
35273527
* <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
3528-
* 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
3529-
* 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
3530-
* 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
3531-
* support for RDS Custom for SQL Server</a>.</p>
3528+
* Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and
3529+
* availability for your engine, see
3530+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
3531+
* classes</a> in the <i>Amazon RDS User Guide</i> or
3532+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
3533+
* DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>
35323534
* <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window,
3533-
* unless <code>ApplyImmediately</code> is enabled for this request. </p>
3535+
* unless <code>ApplyImmediately</code> is enabled for this request.</p>
3536+
* <p>This setting doesn't apply to RDS Custom for Oracle.</p>
35343537
* <p>Default: Uses existing setting</p>
35353538
*/
35363539
DBInstanceClass?: string;

codegen/sdk-codegen/aws-models/rds.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@
19071907
"KMSKeyId": {
19081908
"target": "com.amazonaws.rds#KmsKeyIdOrArn",
19091909
"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>",
19111911
"smithy.api#required": {}
19121912
}
19131913
},
@@ -7484,7 +7484,7 @@
74847484
"SnapshotDatabaseTime": {
74857485
"target": "com.amazonaws.rds#TStamp",
74867486
"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>"
74887488
}
74897489
},
74907490
"SnapshotTarget": {
@@ -14092,7 +14092,7 @@
1409214092
"DBInstanceClass": {
1409314093
"target": "com.amazonaws.rds#String",
1409414094
"traits": {
14095-
"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>"
14095+
"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>"
1409614096
}
1409714097
},
1409814098
"DBSubnetGroupName": {
@@ -20314,7 +20314,7 @@
2031420314
}
2031520315
],
2031620316
"traits": {
20317-
"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>"
20317+
"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>"
2031820318
}
2031920319
},
2032020320
"com.amazonaws.rds#SwitchoverReadReplicaMessage": {

0 commit comments

Comments
 (0)