Skip to content

Commit a2256b9

Browse files
author
awstools
committed
docs(client-rds): Various documentation improvements.
1 parent 5c0e234 commit a2256b9

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6014,15 +6014,6 @@ export interface CreateDBInstanceMessage {
60146014
* </p>
60156015
* <p>Constraint: The <code>AvailabilityZone</code> parameter can't be specified if the DB instance is a Multi-AZ deployment.
60166016
* The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.</p>
6017-
* <note>
6018-
* <p>If you're creating a DB instance in an RDS on VMware environment,
6019-
* specify the identifier of the custom Availability Zone to create the DB instance
6020-
* in.</p>
6021-
* <p>For more information about RDS on VMware, see the
6022-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
6023-
* RDS on VMware User Guide.</a>
6024-
* </p>
6025-
* </note>
60266017
*/
60276018
AvailabilityZone?: string;
60286019

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@
25792579
"AvailabilityZone": {
25802580
"target": "com.amazonaws.rds#String",
25812581
"traits": {
2582-
"smithy.api#documentation": "<p>The Availability Zone (AZ) where the database will be created. For information on\n Amazon Web Services Regions and Availability Zones, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html\">Regions\n and Availability Zones</a>.</p>\n <p>\n <b>Amazon Aurora</b>\n </p>\n <p>Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these \n Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.</p>\n <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p>\n <p>Example: <code>us-east-1d</code>\n </p>\n <p>Constraint: The <code>AvailabilityZone</code> parameter can't be specified if the DB instance is a Multi-AZ deployment. \n The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.</p>\n <note>\n <p>If you're creating a DB instance in an RDS on VMware environment,\n specify the identifier of the custom Availability Zone to create the DB instance\n in.</p>\n <p>For more information about RDS on VMware, see the \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\">\n RDS on VMware User Guide.</a>\n </p>\n </note>"
2582+
"smithy.api#documentation": "<p>The Availability Zone (AZ) where the database will be created. For information on\n Amazon Web Services Regions and Availability Zones, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html\">Regions\n and Availability Zones</a>.</p>\n <p>\n <b>Amazon Aurora</b>\n </p>\n <p>Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these \n Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.</p>\n <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p>\n <p>Example: <code>us-east-1d</code>\n </p>\n <p>Constraint: The <code>AvailabilityZone</code> parameter can't be specified if the DB instance is a Multi-AZ deployment. \n The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.</p>"
25832583
}
25842584
},
25852585
"DBSubnetGroupName": {

0 commit comments

Comments
 (0)