@aws-sdk/client-rds 3.561.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">
|
|
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
|
-
*
|
|
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
|
*/
|
|
@@ -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
|
|
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.
|
|
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.
|
|
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",
|