@aws-sdk/client-rds 3.563.0 → 3.565.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 +7 -0
- package/dist-es/protocols/Aws_query.js +7 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +2 -3
package/dist-cjs/index.js
CHANGED
|
@@ -15834,6 +15834,9 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
15834
15834
|
if (output[_CDBEVM] != null) {
|
|
15835
15835
|
contents[_CDBEVM] = (0, import_smithy_client.expectString)(output[_CDBEVM]);
|
|
15836
15836
|
}
|
|
15837
|
+
if (output[_SLD] != null) {
|
|
15838
|
+
contents[_SLD] = (0, import_smithy_client.parseBoolean)(output[_SLD]);
|
|
15839
|
+
}
|
|
15837
15840
|
if (output[_SCRWR] != null) {
|
|
15838
15841
|
contents[_SCRWR] = (0, import_smithy_client.parseBoolean)(output[_SCRWR]);
|
|
15839
15842
|
}
|
|
@@ -20304,6 +20307,9 @@ var de_UpgradeTarget = /* @__PURE__ */ __name((output, context) => {
|
|
|
20304
20307
|
if (output[_SB] != null) {
|
|
20305
20308
|
contents[_SB] = (0, import_smithy_client.parseBoolean)(output[_SB]);
|
|
20306
20309
|
}
|
|
20310
|
+
if (output[_SLD] != null) {
|
|
20311
|
+
contents[_SLD] = (0, import_smithy_client.parseBoolean)(output[_SLD]);
|
|
20312
|
+
}
|
|
20307
20313
|
if (output[_SLWF] != null) {
|
|
20308
20314
|
contents[_SLWF] = (0, import_smithy_client.parseBoolean)(output[_SLWF]);
|
|
20309
20315
|
}
|
|
@@ -21217,6 +21223,7 @@ var _SIub = "SubnetIdentifier";
|
|
|
21217
21223
|
var _SIup = "SupportsIntegrations";
|
|
21218
21224
|
var _SIupp = "SupportsIops";
|
|
21219
21225
|
var _SKA = "SupportsKerberosAuthentication";
|
|
21226
|
+
var _SLD = "SupportsLimitlessDatabase";
|
|
21220
21227
|
var _SLETCL = "SupportsLogExportsToCloudwatchLogs";
|
|
21221
21228
|
var _SLWF = "SupportsLocalWriteForwarding";
|
|
21222
21229
|
var _SM = "StaticMembers";
|
|
@@ -12546,6 +12546,9 @@ const de_DBEngineVersion = (output, context) => {
|
|
|
12546
12546
|
if (output[_CDBEVM] != null) {
|
|
12547
12547
|
contents[_CDBEVM] = __expectString(output[_CDBEVM]);
|
|
12548
12548
|
}
|
|
12549
|
+
if (output[_SLD] != null) {
|
|
12550
|
+
contents[_SLD] = __parseBoolean(output[_SLD]);
|
|
12551
|
+
}
|
|
12549
12552
|
if (output[_SCRWR] != null) {
|
|
12550
12553
|
contents[_SCRWR] = __parseBoolean(output[_SCRWR]);
|
|
12551
12554
|
}
|
|
@@ -17254,6 +17257,9 @@ const de_UpgradeTarget = (output, context) => {
|
|
|
17254
17257
|
if (output[_SB] != null) {
|
|
17255
17258
|
contents[_SB] = __parseBoolean(output[_SB]);
|
|
17256
17259
|
}
|
|
17260
|
+
if (output[_SLD] != null) {
|
|
17261
|
+
contents[_SLD] = __parseBoolean(output[_SLD]);
|
|
17262
|
+
}
|
|
17257
17263
|
if (output[_SLWF] != null) {
|
|
17258
17264
|
contents[_SLWF] = __parseBoolean(output[_SLWF]);
|
|
17259
17265
|
}
|
|
@@ -18183,6 +18189,7 @@ const _SIub = "SubnetIdentifier";
|
|
|
18183
18189
|
const _SIup = "SupportsIntegrations";
|
|
18184
18190
|
const _SIupp = "SupportsIops";
|
|
18185
18191
|
const _SKA = "SupportsKerberosAuthentication";
|
|
18192
|
+
const _SLD = "SupportsLimitlessDatabase";
|
|
18186
18193
|
const _SLETCL = "SupportsLogExportsToCloudwatchLogs";
|
|
18187
18194
|
const _SLWF = "SupportsLocalWriteForwarding";
|
|
18188
18195
|
const _SM = "StaticMembers";
|
|
@@ -93,6 +93,7 @@ declare const CreateCustomDBEngineVersionCommand_base: {
|
|
|
93
93
|
* // SupportsParallelQuery: true || false,
|
|
94
94
|
* // SupportsGlobalDatabases: true || false,
|
|
95
95
|
* // SupportsBabelfish: true || false,
|
|
96
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
96
97
|
* // SupportsLocalWriteForwarding: true || false,
|
|
97
98
|
* // SupportsIntegrations: true || false,
|
|
98
99
|
* // },
|
|
@@ -130,6 +131,7 @@ declare const CreateCustomDBEngineVersionCommand_base: {
|
|
|
130
131
|
* // ],
|
|
131
132
|
* // SupportsBabelfish: true || false,
|
|
132
133
|
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
134
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
133
135
|
* // SupportsCertificateRotationWithoutRestart: true || false,
|
|
134
136
|
* // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
|
|
135
137
|
* // "STRING_VALUE",
|
|
@@ -99,6 +99,7 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
|
|
|
99
99
|
* // SupportsParallelQuery: true || false,
|
|
100
100
|
* // SupportsGlobalDatabases: true || false,
|
|
101
101
|
* // SupportsBabelfish: true || false,
|
|
102
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
102
103
|
* // SupportsLocalWriteForwarding: true || false,
|
|
103
104
|
* // SupportsIntegrations: true || false,
|
|
104
105
|
* // },
|
|
@@ -136,6 +137,7 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
|
|
|
136
137
|
* // ],
|
|
137
138
|
* // SupportsBabelfish: true || false,
|
|
138
139
|
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
140
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
139
141
|
* // SupportsCertificateRotationWithoutRestart: true || false,
|
|
140
142
|
* // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
|
|
141
143
|
* // "STRING_VALUE",
|
|
@@ -97,6 +97,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
97
97
|
* // SupportsParallelQuery: true || false,
|
|
98
98
|
* // SupportsGlobalDatabases: true || false,
|
|
99
99
|
* // SupportsBabelfish: true || false,
|
|
100
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
100
101
|
* // SupportsLocalWriteForwarding: true || false,
|
|
101
102
|
* // SupportsIntegrations: true || false,
|
|
102
103
|
* // },
|
|
@@ -134,6 +135,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
134
135
|
* // ],
|
|
135
136
|
* // SupportsBabelfish: true || false,
|
|
136
137
|
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
138
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
137
139
|
* // SupportsCertificateRotationWithoutRestart: true || false,
|
|
138
140
|
* // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
|
|
139
141
|
* // "STRING_VALUE",
|
|
@@ -92,6 +92,7 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
92
92
|
* // SupportsParallelQuery: true || false,
|
|
93
93
|
* // SupportsGlobalDatabases: true || false,
|
|
94
94
|
* // SupportsBabelfish: true || false,
|
|
95
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
95
96
|
* // SupportsLocalWriteForwarding: true || false,
|
|
96
97
|
* // SupportsIntegrations: true || false,
|
|
97
98
|
* // },
|
|
@@ -129,6 +130,7 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
129
130
|
* // ],
|
|
130
131
|
* // SupportsBabelfish: true || false,
|
|
131
132
|
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
133
|
+
* // SupportsLimitlessDatabase: true || false,
|
|
132
134
|
* // SupportsCertificateRotationWithoutRestart: true || false,
|
|
133
135
|
* // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
|
|
134
136
|
* // "STRING_VALUE",
|
|
@@ -3274,6 +3274,11 @@ export interface UpgradeTarget {
|
|
|
3274
3274
|
* @public
|
|
3275
3275
|
*/
|
|
3276
3276
|
SupportsBabelfish?: boolean;
|
|
3277
|
+
/**
|
|
3278
|
+
* <p>Indicates whether the DB engine version supports Aurora Limitless Database.</p>
|
|
3279
|
+
* @public
|
|
3280
|
+
*/
|
|
3281
|
+
SupportsLimitlessDatabase?: boolean;
|
|
3277
3282
|
/**
|
|
3278
3283
|
* <p>Indicates whether the target engine version supports forwarding write operations from reader DB instances
|
|
3279
3284
|
* to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>
|
|
@@ -3461,6 +3466,11 @@ export interface DBEngineVersion {
|
|
|
3461
3466
|
* @public
|
|
3462
3467
|
*/
|
|
3463
3468
|
CustomDBEngineVersionManifest?: string;
|
|
3469
|
+
/**
|
|
3470
|
+
* <p>Indicates whether the DB engine version supports Aurora Limitless Database.</p>
|
|
3471
|
+
* @public
|
|
3472
|
+
*/
|
|
3473
|
+
SupportsLimitlessDatabase?: boolean;
|
|
3464
3474
|
/**
|
|
3465
3475
|
* <p>Indicates whether the engine version supports rotating the server certificate without
|
|
3466
3476
|
* rebooting the DB instance.</p>
|
|
@@ -795,6 +795,7 @@ export interface UpgradeTarget {
|
|
|
795
795
|
SupportsParallelQuery?: boolean;
|
|
796
796
|
SupportsGlobalDatabases?: boolean;
|
|
797
797
|
SupportsBabelfish?: boolean;
|
|
798
|
+
SupportsLimitlessDatabase?: boolean;
|
|
798
799
|
SupportsLocalWriteForwarding?: boolean;
|
|
799
800
|
SupportsIntegrations?: boolean;
|
|
800
801
|
}
|
|
@@ -828,6 +829,7 @@ export interface DBEngineVersion {
|
|
|
828
829
|
TagList?: Tag[];
|
|
829
830
|
SupportsBabelfish?: boolean;
|
|
830
831
|
CustomDBEngineVersionManifest?: string;
|
|
832
|
+
SupportsLimitlessDatabase?: boolean;
|
|
831
833
|
SupportsCertificateRotationWithoutRestart?: boolean;
|
|
832
834
|
SupportedCACertificateIdentifiers?: string[];
|
|
833
835
|
SupportsLocalWriteForwarding?: 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.565.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,9 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.556.0",
|
|
24
23
|
"@aws-sdk/core": "3.556.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.565.0",
|
|
26
25
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
26
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
27
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|