@aws-sdk/client-rds 3.930.0 → 3.931.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.
- package/dist-cjs/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -669,7 +669,6 @@ export class InvalidCustomDBEngineVersionStateFault extends __BaseException {
|
|
|
669
669
|
}
|
|
670
670
|
export const ClusterScalabilityType = {
|
|
671
671
|
LIMITLESS: "limitless",
|
|
672
|
-
SCALEOUT: "scaleout",
|
|
673
672
|
STANDARD: "standard",
|
|
674
673
|
};
|
|
675
674
|
export const DatabaseInsightsMode = {
|
|
@@ -125,7 +125,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
125
125
|
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
126
126
|
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
127
127
|
* EnableLimitlessDatabase: true || false,
|
|
128
|
-
* ClusterScalabilityType: "standard" || "limitless"
|
|
128
|
+
* ClusterScalabilityType: "standard" || "limitless",
|
|
129
129
|
* DBSystemId: "STRING_VALUE",
|
|
130
130
|
* ManageMasterUserPassword: true || false,
|
|
131
131
|
* EnableLocalWriteForwarding: true || false,
|
|
@@ -322,7 +322,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
322
322
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
323
323
|
* // MinRequiredACU: Number("double"),
|
|
324
324
|
* // },
|
|
325
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
325
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
326
326
|
* // CertificateDetails: {
|
|
327
327
|
* // CAIdentifier: "STRING_VALUE",
|
|
328
328
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -240,7 +240,7 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
240
240
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
241
241
|
* // MinRequiredACU: Number("double"),
|
|
242
242
|
* // },
|
|
243
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
243
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
244
244
|
* // CertificateDetails: {
|
|
245
245
|
* // CAIdentifier: "STRING_VALUE",
|
|
246
246
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -247,7 +247,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
247
247
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
248
248
|
* // MinRequiredACU: Number("double"),
|
|
249
249
|
* // },
|
|
250
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
250
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
251
251
|
* // CertificateDetails: {
|
|
252
252
|
* // CAIdentifier: "STRING_VALUE",
|
|
253
253
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -246,7 +246,7 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
246
246
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
247
247
|
* // MinRequiredACU: Number("double"),
|
|
248
248
|
* // },
|
|
249
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
249
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
250
250
|
* // CertificateDetails: {
|
|
251
251
|
* // CAIdentifier: "STRING_VALUE",
|
|
252
252
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -301,7 +301,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
301
301
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
302
302
|
* // MinRequiredACU: Number("double"),
|
|
303
303
|
* // },
|
|
304
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
304
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
305
305
|
* // CertificateDetails: {
|
|
306
306
|
* // CAIdentifier: "STRING_VALUE",
|
|
307
307
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -227,7 +227,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
227
227
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
228
228
|
* // MinRequiredACU: Number("double"),
|
|
229
229
|
* // },
|
|
230
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
230
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
231
231
|
* // CertificateDetails: {
|
|
232
232
|
* // CAIdentifier: "STRING_VALUE",
|
|
233
233
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -237,7 +237,7 @@ declare const RebootDBClusterCommand_base: {
|
|
|
237
237
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
238
238
|
* // MinRequiredACU: Number("double"),
|
|
239
239
|
* // },
|
|
240
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
240
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
241
241
|
* // CertificateDetails: {
|
|
242
242
|
* // CAIdentifier: "STRING_VALUE",
|
|
243
243
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -295,7 +295,7 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
295
295
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
296
296
|
* // MinRequiredACU: Number("double"),
|
|
297
297
|
* // },
|
|
298
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
298
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
299
299
|
* // CertificateDetails: {
|
|
300
300
|
* // CAIdentifier: "STRING_VALUE",
|
|
301
301
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -305,7 +305,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
305
305
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
306
306
|
* // MinRequiredACU: Number("double"),
|
|
307
307
|
* // },
|
|
308
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
308
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
309
309
|
* // CertificateDetails: {
|
|
310
310
|
* // CAIdentifier: "STRING_VALUE",
|
|
311
311
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -307,7 +307,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
307
307
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
308
308
|
* // MinRequiredACU: Number("double"),
|
|
309
309
|
* // },
|
|
310
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
310
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
311
311
|
* // CertificateDetails: {
|
|
312
312
|
* // CAIdentifier: "STRING_VALUE",
|
|
313
313
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -234,7 +234,7 @@ declare const StartDBClusterCommand_base: {
|
|
|
234
234
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
235
235
|
* // MinRequiredACU: Number("double"),
|
|
236
236
|
* // },
|
|
237
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
237
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
238
238
|
* // CertificateDetails: {
|
|
239
239
|
* // CAIdentifier: "STRING_VALUE",
|
|
240
240
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -235,7 +235,7 @@ declare const StopDBClusterCommand_base: {
|
|
|
235
235
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
236
236
|
* // MinRequiredACU: Number("double"),
|
|
237
237
|
* // },
|
|
238
|
-
* // ClusterScalabilityType: "standard" || "limitless"
|
|
238
|
+
* // ClusterScalabilityType: "standard" || "limitless",
|
|
239
239
|
* // CertificateDetails: {
|
|
240
240
|
* // CAIdentifier: "STRING_VALUE",
|
|
241
241
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -3766,7 +3766,6 @@ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseExcept
|
|
|
3766
3766
|
*/
|
|
3767
3767
|
export declare const ClusterScalabilityType: {
|
|
3768
3768
|
readonly LIMITLESS: "limitless";
|
|
3769
|
-
readonly SCALEOUT: "scaleout";
|
|
3770
3769
|
readonly STANDARD: "standard";
|
|
3771
3770
|
};
|
|
3772
3771
|
/**
|
|
@@ -912,7 +912,6 @@ export declare class InvalidCustomDBEngineVersionStateFault extends __BaseExcept
|
|
|
912
912
|
}
|
|
913
913
|
export declare const ClusterScalabilityType: {
|
|
914
914
|
readonly LIMITLESS: "limitless";
|
|
915
|
-
readonly SCALEOUT: "scaleout";
|
|
916
915
|
readonly STANDARD: "standard";
|
|
917
916
|
};
|
|
918
917
|
export type ClusterScalabilityType =
|
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.931.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,18 +20,18 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-rds": "3.930.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
31
31
|
"@aws-sdk/types": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
36
36
|
"@smithy/core": "^3.18.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|