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