Skip to content

Commit efb1eda

Browse files
author
awstools
committed
docs(client-rds): Adds support for RDS Custom to DBInstanceClass in ModifyDBInstance
1 parent 807e21e commit efb1eda

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,17 +3498,13 @@ export interface ModifyDBInstanceMessage {
34983498
AllocatedStorage?: number;
34993499

35003500
/**
3501-
* <p>The new compute and memory capacity of the DB instance, for example db.m5.large.
3502-
* Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
3503-
* For the full list of DB instance classes, and availability for your engine, see
3504-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
3505-
* classes</a> in the <i>Amazon RDS User Guide</i> or
3506-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
3507-
* DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>
3508-
* <p>If you modify the DB instance class, an outage occurs during the change.
3509-
* The change is applied during the next maintenance window,
3510-
* unless <code>ApplyImmediately</code> is enabled for this request.</p>
3511-
* <p>This setting doesn't apply to RDS Custom for Oracle.</p>
3501+
* <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
3502+
* 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
3503+
* 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
3504+
* 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
3505+
* support for RDS Custom for SQL Server</a>.</p>
3506+
* <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window,
3507+
* unless <code>ApplyImmediately</code> is enabled for this request. </p>
35123508
* <p>Default: Uses existing setting</p>
35133509
*/
35143510
DBInstanceClass?: string;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14065,7 +14065,7 @@
1406514065
"DBInstanceClass": {
1406614066
"target": "com.amazonaws.rds#String",
1406714067
"traits": {
14068-
"smithy.api#documentation": "<p>The new compute and memory capacity of the DB instance, for example db.m5.large.\n Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.\n For the full list of DB instance classes, and 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.\n 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>"
14068+
"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>"
1406914069
}
1407014070
},
1407114071
"DBSubnetGroupName": {

0 commit comments

Comments
 (0)