Skip to content

Commit d687367

Browse files
author
awstools
committed
docs(client-rds): Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances.
1 parent 6e69a84 commit d687367

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8060,8 +8060,8 @@ export interface CreateDBInstanceMessage {
80608060

80618061
/**
80628062
* <p>The time zone of the DB instance.
8063-
* The time zone parameter is currently supported only by
8064-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone">Microsoft SQL Server</a>.</p>
8063+
* The time zone parameter is currently supported only by <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone">RDS for Db2</a> and
8064+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone">RDS for SQL Server</a>.</p>
80658065
* @public
80668066
*/
80678067
Timezone?: string;
@@ -9249,7 +9249,7 @@ export interface DBInstance {
92499249
* <p>The time zone of the DB instance.
92509250
* In most cases, the <code>Timezone</code> element is empty.
92519251
* <code>Timezone</code> content appears only for
9252-
* Microsoft SQL Server DB instances
9252+
* RDS for Db2 and RDS for SQL Server DB instances
92539253
* that were created with a time zone specified.</p>
92549254
* @public
92559255
*/

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -8315,7 +8315,7 @@ export interface ModifyDBInstanceMessage {
83158315
* <p>Changing the subnet group causes an outage during the change.
83168316
* The change is applied during the next maintenance window,
83178317
* unless you enable <code>ApplyImmediately</code>.</p>
8318-
* <p>This parameter doesn't apply to RDS Custom DB instances.</p>
8318+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
83198319
* <p>Constraints:</p>
83208320
* <ul>
83218321
* <li>
@@ -9064,6 +9064,8 @@ export interface ModifyDBInstanceMessage {
90649064
* deletion protection isn't enabled. For more information, see
90659065
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
90669066
* Deleting a DB Instance</a>.</p>
9067+
* <p>This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster.
9068+
* For more information, see <code>ModifyDBCluster</code>. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.</p>
90679069
* @public
90689070
*/
90699071
DeletionProtection?: boolean;

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5123,7 +5123,7 @@
51235123
"Timezone": {
51245124
"target": "com.amazonaws.rds#String",
51255125
"traits": {
5126-
"smithy.api#documentation": "<p>The time zone of the DB instance. \n The time zone parameter is currently supported only by\n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone\">Microsoft SQL Server</a>.</p>"
5126+
"smithy.api#documentation": "<p>The time zone of the DB instance. \n The time zone parameter is currently supported only by <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone\">RDS for Db2</a> and\n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone\">RDS for SQL Server</a>.</p>"
51275127
}
51285128
},
51295129
"EnableIAMDatabaseAuthentication": {
@@ -9180,7 +9180,7 @@
91809180
"Timezone": {
91819181
"target": "com.amazonaws.rds#String",
91829182
"traits": {
9183-
"smithy.api#documentation": "<p>The time zone of the DB instance.\n In most cases, the <code>Timezone</code> element is empty.\n <code>Timezone</code> content appears only for\n Microsoft SQL Server DB instances \n that were created with a time zone specified.</p>"
9183+
"smithy.api#documentation": "<p>The time zone of the DB instance.\n In most cases, the <code>Timezone</code> element is empty.\n <code>Timezone</code> content appears only for\n RDS for Db2 and RDS for SQL Server DB instances \n that were created with a time zone specified.</p>"
91849184
}
91859185
},
91869186
"IAMDatabaseAuthenticationEnabled": {
@@ -21943,7 +21943,7 @@
2194321943
"DBSubnetGroupName": {
2194421944
"target": "com.amazonaws.rds#String",
2194521945
"traits": {
21946-
"smithy.api#documentation": "<p>The new DB subnet group for the DB instance.\n You can use this parameter to move your DB instance to a different VPC.\n \n \n If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC.\n For more information, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> \n in the <i>Amazon RDS User Guide</i>.</p>\n <p>Changing the subnet group causes an outage during the change. \n The change is applied during the next maintenance window,\n unless you enable <code>ApplyImmediately</code>.</p>\n <p>This parameter doesn't apply to RDS Custom DB instances.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match existing DB subnet group.</p>\n </li>\n </ul>\n <p>Example: <code>mydbsubnetgroup</code>\n </p>"
21946+
"smithy.api#documentation": "<p>The new DB subnet group for the DB instance.\n You can use this parameter to move your DB instance to a different VPC.\n \n \n If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC.\n For more information, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> \n in the <i>Amazon RDS User Guide</i>.</p>\n <p>Changing the subnet group causes an outage during the change. \n The change is applied during the next maintenance window,\n unless you enable <code>ApplyImmediately</code>.</p>\n <p>This setting doesn't apply to RDS Custom DB instances.</p>\n <p>Constraints:</p>\n <ul>\n <li>\n <p>If supplied, must match existing DB subnet group.</p>\n </li>\n </ul>\n <p>Example: <code>mydbsubnetgroup</code>\n </p>"
2194721947
}
2194821948
},
2194921949
"DBSecurityGroups": {
@@ -22189,7 +22189,7 @@
2218922189
"DeletionProtection": {
2219022190
"target": "com.amazonaws.rds#BooleanOptional",
2219122191
"traits": {
22192-
"smithy.api#documentation": "<p>Specifies whether the DB instance has deletion protection enabled. \n The database can't be deleted when deletion protection is enabled. By default, \n deletion protection isn't enabled. For more information, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html\">\n Deleting a DB Instance</a>.</p>"
22192+
"smithy.api#documentation": "<p>Specifies whether the DB instance has deletion protection enabled. \n The database can't be deleted when deletion protection is enabled. By default, \n deletion protection isn't enabled. For more information, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html\">\n Deleting a DB Instance</a>.</p>\n <p>This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster. \n For more information, see <code>ModifyDBCluster</code>. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.</p>"
2219322193
}
2219422194
},
2219522195
"MaxAllocatedStorage": {

0 commit comments

Comments
 (0)