@aws-sdk/client-rds 3.556.0 → 3.563.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6947,8 +6947,8 @@ export interface CreateDBInstanceMessage {
6947
6947
  PromotionTier?: number;
6948
6948
  /**
6949
6949
  * <p>The time zone of the DB instance.
6950
- * The time zone parameter is currently supported only by
6951
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone">Microsoft SQL Server</a>.</p>
6950
+ * 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
6951
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone">RDS for SQL Server</a>.</p>
6952
6952
  * @public
6953
6953
  */
6954
6954
  Timezone?: string;
@@ -8014,7 +8014,7 @@ export interface DBInstance {
8014
8014
  * <p>The time zone of the DB instance.
8015
8015
  * In most cases, the <code>Timezone</code> element is empty.
8016
8016
  * <code>Timezone</code> content appears only for
8017
- * Microsoft SQL Server DB instances
8017
+ * RDS for Db2 and RDS for SQL Server DB instances
8018
8018
  * that were created with a time zone specified.</p>
8019
8019
  * @public
8020
8020
  */
@@ -6333,7 +6333,7 @@ export type AuditPolicyState = (typeof AuditPolicyState)[keyof typeof AuditPolic
6333
6333
  export interface ModifyActivityStreamRequest {
6334
6334
  /**
6335
6335
  * <p>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
6336
- * For example, <code>arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db</code>.</p>
6336
+ * For example, <code>arn:aws:rds:us-east-1:12345667890:db:my-orcl-db</code>.</p>
6337
6337
  * @public
6338
6338
  */
6339
6339
  ResourceArn?: string;
@@ -7499,7 +7499,7 @@ export interface ModifyDBInstanceMessage {
7499
7499
  * <p>Changing the subnet group causes an outage during the change.
7500
7500
  * The change is applied during the next maintenance window,
7501
7501
  * unless you enable <code>ApplyImmediately</code>.</p>
7502
- * <p>This parameter doesn't apply to RDS Custom DB instances.</p>
7502
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
7503
7503
  * <p>Constraints:</p>
7504
7504
  * <ul>
7505
7505
  * <li>
@@ -8207,6 +8207,8 @@ export interface ModifyDBInstanceMessage {
8207
8207
  * deletion protection isn't enabled. For more information, see
8208
8208
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
8209
8209
  * Deleting a DB Instance</a>.</p>
8210
+ * <p>This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster.
8211
+ * 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>
8210
8212
  * @public
8211
8213
  */
8212
8214
  DeletionProtection?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.556.0",
4
+ "version": "3.563.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
23
  "@aws-sdk/client-sts": "3.556.0",
24
24
  "@aws-sdk/core": "3.556.0",
25
- "@aws-sdk/credential-provider-node": "3.556.0",
25
+ "@aws-sdk/credential-provider-node": "3.563.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",