Skip to content

Commit 9637dba

Browse files
author
awstools
committed
docs(client-rds): Amazon RDS Custom for Oracle now supports multi-AZ database instances.
1 parent abddb33 commit 9637dba

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8025,15 +8025,8 @@ export interface CreateDBInstanceMessage {
80258025
/**
80268026
* <p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set
80278027
* the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>
8028-
* <p>This setting doesn't apply to the following DB instances:</p>
8029-
* <ul>
8030-
* <li>
8031-
* <p>Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)</p>
8032-
* </li>
8033-
* <li>
8034-
* <p>RDS Custom</p>
8035-
* </li>
8036-
* </ul>
8028+
* <p>This setting doesn't apply to Amazon Aurora because the DB instance Availability Zones (AZs)
8029+
* are managed by the DB cluster.</p>
80378030
* @public
80388031
*/
80398032
MultiAZ?: boolean | undefined;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5047,7 +5047,7 @@
50475047
"MultiAZ": {
50485048
"target": "com.amazonaws.rds#BooleanOptional",
50495049
"traits": {
5050-
"smithy.api#documentation": "<p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set \n the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>\n <p>This setting doesn't apply to the following DB instances:</p>\n <ul>\n <li>\n <p>Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)</p>\n </li>\n <li>\n <p>RDS Custom</p>\n </li>\n </ul>"
5050+
"smithy.api#documentation": "<p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set \n the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>\n <p>This setting doesn't apply to Amazon Aurora because the DB instance Availability Zones (AZs)\n are managed by the DB cluster.</p>"
50515051
}
50525052
},
50535053
"EngineVersion": {

0 commit comments

Comments
 (0)