@aws-sdk/client-rds 3.521.0 → 3.523.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 +9 -0
- package/dist-es/protocols/Aws_query.js +9 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +18 -0
- package/dist-types/models/models_1.d.ts +1 -4
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -15062,6 +15062,9 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15062
15062
|
if (output[_LD] != null) {
|
|
15063
15063
|
contents[_LD] = de_LimitlessDatabase(output[_LD], context);
|
|
15064
15064
|
}
|
|
15065
|
+
if (output[_STt] != null) {
|
|
15066
|
+
contents[_STt] = (0, import_smithy_client.strictParseInt32)(output[_STt]);
|
|
15067
|
+
}
|
|
15065
15068
|
return contents;
|
|
15066
15069
|
}, "de_DBCluster");
|
|
15067
15070
|
var de_DBClusterAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -15147,6 +15150,9 @@ var de_DBClusterAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
15147
15150
|
if (output[_ABRPA] != null) {
|
|
15148
15151
|
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
15149
15152
|
}
|
|
15153
|
+
if (output[_STt] != null) {
|
|
15154
|
+
contents[_STt] = (0, import_smithy_client.strictParseInt32)(output[_STt]);
|
|
15155
|
+
}
|
|
15150
15156
|
return contents;
|
|
15151
15157
|
}, "de_DBClusterAutomatedBackup");
|
|
15152
15158
|
var de_DBClusterAutomatedBackupList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -15567,6 +15573,9 @@ var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
15567
15573
|
if (output[_DCRI] != null) {
|
|
15568
15574
|
contents[_DCRI] = (0, import_smithy_client.expectString)(output[_DCRI]);
|
|
15569
15575
|
}
|
|
15576
|
+
if (output[_STt] != null) {
|
|
15577
|
+
contents[_STt] = (0, import_smithy_client.strictParseInt32)(output[_STt]);
|
|
15578
|
+
}
|
|
15570
15579
|
return contents;
|
|
15571
15580
|
}, "de_DBClusterSnapshot");
|
|
15572
15581
|
var de_DBClusterSnapshotAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -11731,6 +11731,9 @@ const de_DBCluster = (output, context) => {
|
|
|
11731
11731
|
if (output[_LD] != null) {
|
|
11732
11732
|
contents[_LD] = de_LimitlessDatabase(output[_LD], context);
|
|
11733
11733
|
}
|
|
11734
|
+
if (output[_STt] != null) {
|
|
11735
|
+
contents[_STt] = __strictParseInt32(output[_STt]);
|
|
11736
|
+
}
|
|
11734
11737
|
return contents;
|
|
11735
11738
|
};
|
|
11736
11739
|
const de_DBClusterAlreadyExistsFault = (output, context) => {
|
|
@@ -11817,6 +11820,9 @@ const de_DBClusterAutomatedBackup = (output, context) => {
|
|
|
11817
11820
|
if (output[_ABRPA] != null) {
|
|
11818
11821
|
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
11819
11822
|
}
|
|
11823
|
+
if (output[_STt] != null) {
|
|
11824
|
+
contents[_STt] = __strictParseInt32(output[_STt]);
|
|
11825
|
+
}
|
|
11820
11826
|
return contents;
|
|
11821
11827
|
};
|
|
11822
11828
|
const de_DBClusterAutomatedBackupList = (output, context) => {
|
|
@@ -12263,6 +12269,9 @@ const de_DBClusterSnapshot = (output, context) => {
|
|
|
12263
12269
|
if (output[_DCRI] != null) {
|
|
12264
12270
|
contents[_DCRI] = __expectString(output[_DCRI]);
|
|
12265
12271
|
}
|
|
12272
|
+
if (output[_STt] != null) {
|
|
12273
|
+
contents[_STt] = __strictParseInt32(output[_STt]);
|
|
12274
|
+
}
|
|
12266
12275
|
return contents;
|
|
12267
12276
|
};
|
|
12268
12277
|
const de_DBClusterSnapshotAlreadyExistsFault = (output, context) => {
|
|
@@ -304,6 +304,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
304
304
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
305
305
|
* // MinRequiredACU: Number("double"),
|
|
306
306
|
* // },
|
|
307
|
+
* // StorageThroughput: Number("int"),
|
|
307
308
|
* // },
|
|
308
309
|
* // };
|
|
309
310
|
*
|
|
@@ -228,6 +228,7 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
228
228
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
229
229
|
* // MinRequiredACU: Number("double"),
|
|
230
230
|
* // },
|
|
231
|
+
* // StorageThroughput: Number("int"),
|
|
231
232
|
* // },
|
|
232
233
|
* // };
|
|
233
234
|
*
|
|
@@ -235,6 +235,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
235
235
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
236
236
|
* // MinRequiredACU: Number("double"),
|
|
237
237
|
* // },
|
|
238
|
+
* // StorageThroughput: Number("int"),
|
|
238
239
|
* // },
|
|
239
240
|
* // ],
|
|
240
241
|
* // };
|
|
@@ -234,6 +234,7 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
234
234
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
235
235
|
* // MinRequiredACU: Number("double"),
|
|
236
236
|
* // },
|
|
237
|
+
* // StorageThroughput: Number("int"),
|
|
237
238
|
* // },
|
|
238
239
|
* // };
|
|
239
240
|
*
|
|
@@ -285,6 +285,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
285
285
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
286
286
|
* // MinRequiredACU: Number("double"),
|
|
287
287
|
* // },
|
|
288
|
+
* // StorageThroughput: Number("int"),
|
|
288
289
|
* // },
|
|
289
290
|
* // };
|
|
290
291
|
*
|
|
@@ -215,6 +215,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
215
215
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
216
216
|
* // MinRequiredACU: Number("double"),
|
|
217
217
|
* // },
|
|
218
|
+
* // StorageThroughput: Number("int"),
|
|
218
219
|
* // },
|
|
219
220
|
* // };
|
|
220
221
|
*
|
|
@@ -225,6 +225,7 @@ declare const RebootDBClusterCommand_base: {
|
|
|
225
225
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
226
226
|
* // MinRequiredACU: Number("double"),
|
|
227
227
|
* // },
|
|
228
|
+
* // StorageThroughput: Number("int"),
|
|
228
229
|
* // },
|
|
229
230
|
* // };
|
|
230
231
|
*
|
|
@@ -281,6 +281,7 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
281
281
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
282
282
|
* // MinRequiredACU: Number("double"),
|
|
283
283
|
* // },
|
|
284
|
+
* // StorageThroughput: Number("int"),
|
|
284
285
|
* // },
|
|
285
286
|
* // };
|
|
286
287
|
*
|
|
@@ -286,6 +286,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
286
286
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
287
287
|
* // MinRequiredACU: Number("double"),
|
|
288
288
|
* // },
|
|
289
|
+
* // StorageThroughput: Number("int"),
|
|
289
290
|
* // },
|
|
290
291
|
* // };
|
|
291
292
|
*
|
|
@@ -285,6 +285,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
285
285
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
286
286
|
* // MinRequiredACU: Number("double"),
|
|
287
287
|
* // },
|
|
288
|
+
* // StorageThroughput: Number("int"),
|
|
288
289
|
* // },
|
|
289
290
|
* // };
|
|
290
291
|
*
|
|
@@ -222,6 +222,7 @@ declare const StartDBClusterCommand_base: {
|
|
|
222
222
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
223
223
|
* // MinRequiredACU: Number("double"),
|
|
224
224
|
* // },
|
|
225
|
+
* // StorageThroughput: Number("int"),
|
|
225
226
|
* // },
|
|
226
227
|
* // };
|
|
227
228
|
*
|
|
@@ -223,6 +223,7 @@ declare const StopDBClusterCommand_base: {
|
|
|
223
223
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
224
224
|
* // MinRequiredACU: Number("double"),
|
|
225
225
|
* // },
|
|
226
|
+
* // StorageThroughput: Number("int"),
|
|
226
227
|
* // },
|
|
227
228
|
* // };
|
|
228
229
|
*
|
|
@@ -1642,6 +1642,12 @@ export interface DBClusterSnapshot {
|
|
|
1642
1642
|
* <p>The resource ID of the DB cluster that this DB cluster snapshot was created from.</p>
|
|
1643
1643
|
*/
|
|
1644
1644
|
DbClusterResourceId?: string;
|
|
1645
|
+
/**
|
|
1646
|
+
* @public
|
|
1647
|
+
* <p>The storage throughput for the DB cluster snapshot. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
1648
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
1649
|
+
*/
|
|
1650
|
+
StorageThroughput?: number;
|
|
1645
1651
|
}
|
|
1646
1652
|
/**
|
|
1647
1653
|
* @public
|
|
@@ -5275,6 +5281,12 @@ export interface DBCluster {
|
|
|
5275
5281
|
* <p>The details for Aurora Limitless Database.</p>
|
|
5276
5282
|
*/
|
|
5277
5283
|
LimitlessDatabase?: LimitlessDatabase;
|
|
5284
|
+
/**
|
|
5285
|
+
* @public
|
|
5286
|
+
* <p>The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
5287
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5288
|
+
*/
|
|
5289
|
+
StorageThroughput?: number;
|
|
5278
5290
|
}
|
|
5279
5291
|
/**
|
|
5280
5292
|
* @public
|
|
@@ -11318,6 +11330,12 @@ export interface DBClusterAutomatedBackup {
|
|
|
11318
11330
|
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
11319
11331
|
*/
|
|
11320
11332
|
AwsBackupRecoveryPointArn?: string;
|
|
11333
|
+
/**
|
|
11334
|
+
* @public
|
|
11335
|
+
* <p>The storage throughput for the automated backup. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
11336
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
11337
|
+
*/
|
|
11338
|
+
StorageThroughput?: number;
|
|
11321
11339
|
}
|
|
11322
11340
|
/**
|
|
11323
11341
|
* @public
|
|
@@ -11479,7 +11479,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
11479
11479
|
StorageThroughput?: number;
|
|
11480
11480
|
/**
|
|
11481
11481
|
* @public
|
|
11482
|
-
* <p>The identifier for the
|
|
11482
|
+
* <p>The identifier for the Multi-AZ DB cluster snapshot to restore from.</p>
|
|
11483
11483
|
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
11484
11484
|
* cluster deployments</a> in the <i>Amazon RDS User
|
|
11485
11485
|
* Guide</i>.</p>
|
|
@@ -11501,9 +11501,6 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
11501
11501
|
* <li>
|
|
11502
11502
|
* <p>Can't be the identifier of an Aurora DB cluster snapshot.</p>
|
|
11503
11503
|
* </li>
|
|
11504
|
-
* <li>
|
|
11505
|
-
* <p>Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.</p>
|
|
11506
|
-
* </li>
|
|
11507
11504
|
* </ul>
|
|
11508
11505
|
*/
|
|
11509
11506
|
DBClusterSnapshotIdentifier?: string;
|
|
@@ -431,6 +431,7 @@ export interface DBClusterSnapshot {
|
|
|
431
431
|
DBSystemId?: string;
|
|
432
432
|
StorageType?: string;
|
|
433
433
|
DbClusterResourceId?: string;
|
|
434
|
+
StorageThroughput?: number;
|
|
434
435
|
}
|
|
435
436
|
export interface CopyDBClusterSnapshotResult {
|
|
436
437
|
DBClusterSnapshot?: DBClusterSnapshot;
|
|
@@ -1093,6 +1094,7 @@ export interface DBCluster {
|
|
|
1093
1094
|
LocalWriteForwardingStatus?: LocalWriteForwardingStatus;
|
|
1094
1095
|
AwsBackupRecoveryPointArn?: string;
|
|
1095
1096
|
LimitlessDatabase?: LimitlessDatabase;
|
|
1097
|
+
StorageThroughput?: number;
|
|
1096
1098
|
}
|
|
1097
1099
|
export interface CreateDBClusterResult {
|
|
1098
1100
|
DBCluster?: DBCluster;
|
|
@@ -2251,6 +2253,7 @@ export interface DBClusterAutomatedBackup {
|
|
|
2251
2253
|
StorageType?: string;
|
|
2252
2254
|
Iops?: number;
|
|
2253
2255
|
AwsBackupRecoveryPointArn?: string;
|
|
2256
|
+
StorageThroughput?: number;
|
|
2254
2257
|
}
|
|
2255
2258
|
export interface DeleteDBClusterAutomatedBackupResult {
|
|
2256
2259
|
DBClusterAutomatedBackup?: DBClusterAutomatedBackup;
|
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.523.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,45 +20,45 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.4.
|
|
48
|
-
"@smithy/protocol-http": "^3.2.
|
|
49
|
-
"@smithy/smithy-client": "^2.4.
|
|
50
|
-
"@smithy/types": "^2.10.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.523.0",
|
|
24
|
+
"@aws-sdk/core": "3.523.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.523.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "3.523.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.523.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.523.0",
|
|
32
|
+
"@aws-sdk/types": "3.523.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.523.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.523.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.3",
|
|
37
|
+
"@smithy/core": "^1.3.4",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.3",
|
|
39
|
+
"@smithy/hash-node": "^2.1.3",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.3",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.3",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.3",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.3",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.3",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.3",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.3",
|
|
47
|
+
"@smithy/node-http-handler": "^2.4.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.2.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.4.1",
|
|
50
|
+
"@smithy/types": "^2.10.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.3",
|
|
52
52
|
"@smithy/util-base64": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-middleware": "^2.1.
|
|
59
|
-
"@smithy/util-retry": "^2.1.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.3",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.2.2",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.3",
|
|
58
|
+
"@smithy/util-middleware": "^2.1.3",
|
|
59
|
+
"@smithy/util-retry": "^2.1.3",
|
|
60
60
|
"@smithy/util-utf8": "^2.1.1",
|
|
61
|
-
"@smithy/util-waiter": "^2.1.
|
|
61
|
+
"@smithy/util-waiter": "^2.1.3",
|
|
62
62
|
"fast-xml-parser": "4.2.5",
|
|
63
63
|
"tslib": "^2.5.0"
|
|
64
64
|
},
|