@aws-sdk/client-rds 3.749.0 → 3.753.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.
@@ -4481,7 +4481,7 @@ export interface CreateDBClusterMessage {
4481
4481
  * <p>The mode of Database Insights to enable for the DB cluster.</p>
4482
4482
  * <p>If you set this value to <code>advanced</code>, you must also set the <code>PerformanceInsightsEnabled</code>
4483
4483
  * parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>
4484
- * <p>Valid for Cluster Type: Aurora DB clusters only</p>
4484
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
4485
4485
  * @public
4486
4486
  */
4487
4487
  DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
@@ -7279,9 +7279,8 @@ export interface CreateDBInstanceMessage {
7279
7279
  EnableIAMDatabaseAuthentication?: boolean | undefined;
7280
7280
  /**
7281
7281
  * <p>The mode of Database Insights to enable for the DB instance.</p>
7282
- * <p>This setting only applies to Amazon Aurora DB instances.</p>
7283
7282
  * <note>
7284
- * <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>
7283
+ * <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p>
7285
7284
  * </note>
7286
7285
  * @public
7287
7286
  */
@@ -9056,7 +9055,7 @@ export interface CreateDBInstanceReadReplicaMessage {
9056
9055
  /**
9057
9056
  * <p>The mode of Database Insights to enable for the read replica.</p>
9058
9057
  * <note>
9059
- * <p>Currently, this setting is not supported.</p>
9058
+ * <p>This setting isn't supported.</p>
9060
9059
  * </note>
9061
9060
  * @public
9062
9061
  */
@@ -7159,7 +7159,7 @@ export interface ModifyDBClusterMessage {
7159
7159
  * <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>
7160
7160
  * <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must
7161
7161
  * set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p>
7162
- * <p>Valid for Cluster Type: Aurora DB clusters only</p>
7162
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
7163
7163
  * @public
7164
7164
  */
7165
7165
  DatabaseInsightsMode?: DatabaseInsightsMode | undefined;
@@ -8256,9 +8256,8 @@ export interface ModifyDBInstanceMessage {
8256
8256
  EnableIAMDatabaseAuthentication?: boolean | undefined;
8257
8257
  /**
8258
8258
  * <p>Specifies the mode of Database Insights to enable for the DB instance.</p>
8259
- * <p>This setting only applies to Amazon Aurora DB instances.</p>
8260
8259
  * <note>
8261
- * <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>
8260
+ * <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p>
8262
8261
  * </note>
8263
8262
  * @public
8264
8263
  */
@@ -12474,9 +12473,8 @@ export interface RestoreDBInstanceFromS3Message {
12474
12473
  S3IngestionRoleArn: string | undefined;
12475
12474
  /**
12476
12475
  * <p>Specifies the mode of Database Insights to enable for the DB instance.</p>
12477
- * <p>This setting only applies to Amazon Aurora DB instances.</p>
12478
12476
  * <note>
12479
- * <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>
12477
+ * <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p>
12480
12478
  * </note>
12481
12479
  * @public
12482
12480
  */
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.749.0",
4
+ "version": "3.753.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",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.749.0",
24
- "@aws-sdk/credential-provider-node": "3.749.0",
23
+ "@aws-sdk/core": "3.750.0",
24
+ "@aws-sdk/credential-provider-node": "3.750.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-sdk-rds": "3.749.0",
29
- "@aws-sdk/middleware-user-agent": "3.749.0",
28
+ "@aws-sdk/middleware-sdk-rds": "3.750.0",
29
+ "@aws-sdk/middleware-user-agent": "3.750.0",
30
30
  "@aws-sdk/region-config-resolver": "3.734.0",
31
31
  "@aws-sdk/types": "3.734.0",
32
32
  "@aws-sdk/util-endpoints": "3.743.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.734.0",
34
- "@aws-sdk/util-user-agent-node": "3.749.0",
34
+ "@aws-sdk/util-user-agent-node": "3.750.0",
35
35
  "@smithy/config-resolver": "^4.0.1",
36
- "@smithy/core": "^3.1.3",
36
+ "@smithy/core": "^3.1.4",
37
37
  "@smithy/fetch-http-handler": "^5.0.1",
38
38
  "@smithy/hash-node": "^4.0.1",
39
39
  "@smithy/invalid-dependency": "^4.0.1",
40
40
  "@smithy/middleware-content-length": "^4.0.1",
41
- "@smithy/middleware-endpoint": "^4.0.4",
42
- "@smithy/middleware-retry": "^4.0.5",
41
+ "@smithy/middleware-endpoint": "^4.0.5",
42
+ "@smithy/middleware-retry": "^4.0.6",
43
43
  "@smithy/middleware-serde": "^4.0.2",
44
44
  "@smithy/middleware-stack": "^4.0.1",
45
45
  "@smithy/node-config-provider": "^4.0.1",
46
46
  "@smithy/node-http-handler": "^4.0.2",
47
47
  "@smithy/protocol-http": "^5.0.1",
48
- "@smithy/smithy-client": "^4.1.4",
48
+ "@smithy/smithy-client": "^4.1.5",
49
49
  "@smithy/types": "^4.1.0",
50
50
  "@smithy/url-parser": "^4.0.1",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.5",
55
- "@smithy/util-defaults-mode-node": "^4.0.5",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.6",
55
+ "@smithy/util-defaults-mode-node": "^4.0.6",
56
56
  "@smithy/util-endpoints": "^3.0.1",
57
57
  "@smithy/util-middleware": "^4.0.1",
58
58
  "@smithy/util-retry": "^4.0.1",