@aws-sdk/client-secrets-manager 3.750.0 → 3.772.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 +30 -30
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
BatchGetSecretValueCommand: () => BatchGetSecretValueCommand,
|
|
25
25
|
BatchGetSecretValueResponseFilterSensitiveLog: () => BatchGetSecretValueResponseFilterSensitiveLog,
|
|
26
26
|
CancelRotateSecretCommand: () => CancelRotateSecretCommand,
|
|
@@ -74,7 +74,7 @@ __export(src_exports, {
|
|
|
74
74
|
paginateListSecretVersionIds: () => paginateListSecretVersionIds,
|
|
75
75
|
paginateListSecrets: () => paginateListSecrets
|
|
76
76
|
});
|
|
77
|
-
module.exports = __toCommonJS(
|
|
77
|
+
module.exports = __toCommonJS(index_exports);
|
|
78
78
|
|
|
79
79
|
// src/SecretsManagerClient.ts
|
|
80
80
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -201,9 +201,9 @@ var SecretsManagerClient = class extends import_smithy_client.Client {
|
|
|
201
201
|
this.middlewareStack.use(
|
|
202
202
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
203
203
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSecretsManagerHttpAuthSchemeParametersProvider,
|
|
204
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
204
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
205
205
|
"aws.auth#sigv4": config.credentials
|
|
206
|
-
})
|
|
206
|
+
}), "identityProviderConfigProvider")
|
|
207
207
|
})
|
|
208
208
|
);
|
|
209
209
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1180,39 +1180,39 @@ var de_BatchGetSecretValueResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
1180
1180
|
return (0, import_smithy_client.take)(output, {
|
|
1181
1181
|
Errors: import_smithy_client._json,
|
|
1182
1182
|
NextToken: import_smithy_client.expectString,
|
|
1183
|
-
SecretValues: (_) => de_SecretValuesType(_, context)
|
|
1183
|
+
SecretValues: /* @__PURE__ */ __name((_) => de_SecretValuesType(_, context), "SecretValues")
|
|
1184
1184
|
});
|
|
1185
1185
|
}, "de_BatchGetSecretValueResponse");
|
|
1186
1186
|
var de_CreateSecretResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1187
1187
|
return (0, import_smithy_client.take)(output, {
|
|
1188
1188
|
ARN: import_smithy_client.expectString,
|
|
1189
1189
|
Name: import_smithy_client.expectString,
|
|
1190
|
-
ReplicationStatus: (_) => de_ReplicationStatusListType(_, context),
|
|
1190
|
+
ReplicationStatus: /* @__PURE__ */ __name((_) => de_ReplicationStatusListType(_, context), "ReplicationStatus"),
|
|
1191
1191
|
VersionId: import_smithy_client.expectString
|
|
1192
1192
|
});
|
|
1193
1193
|
}, "de_CreateSecretResponse");
|
|
1194
1194
|
var de_DeleteSecretResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1195
1195
|
return (0, import_smithy_client.take)(output, {
|
|
1196
1196
|
ARN: import_smithy_client.expectString,
|
|
1197
|
-
DeletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1197
|
+
DeletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionDate"),
|
|
1198
1198
|
Name: import_smithy_client.expectString
|
|
1199
1199
|
});
|
|
1200
1200
|
}, "de_DeleteSecretResponse");
|
|
1201
1201
|
var de_DescribeSecretResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1202
1202
|
return (0, import_smithy_client.take)(output, {
|
|
1203
1203
|
ARN: import_smithy_client.expectString,
|
|
1204
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1205
|
-
DeletedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1204
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
1205
|
+
DeletedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedDate"),
|
|
1206
1206
|
Description: import_smithy_client.expectString,
|
|
1207
1207
|
KmsKeyId: import_smithy_client.expectString,
|
|
1208
|
-
LastAccessedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1209
|
-
LastChangedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1210
|
-
LastRotatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1208
|
+
LastAccessedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessedDate"),
|
|
1209
|
+
LastChangedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastChangedDate"),
|
|
1210
|
+
LastRotatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRotatedDate"),
|
|
1211
1211
|
Name: import_smithy_client.expectString,
|
|
1212
|
-
NextRotationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1212
|
+
NextRotationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "NextRotationDate"),
|
|
1213
1213
|
OwningService: import_smithy_client.expectString,
|
|
1214
1214
|
PrimaryRegion: import_smithy_client.expectString,
|
|
1215
|
-
ReplicationStatus: (_) => de_ReplicationStatusListType(_, context),
|
|
1215
|
+
ReplicationStatus: /* @__PURE__ */ __name((_) => de_ReplicationStatusListType(_, context), "ReplicationStatus"),
|
|
1216
1216
|
RotationEnabled: import_smithy_client.expectBoolean,
|
|
1217
1217
|
RotationLambdaARN: import_smithy_client.expectString,
|
|
1218
1218
|
RotationRules: import_smithy_client._json,
|
|
@@ -1223,7 +1223,7 @@ var de_DescribeSecretResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1223
1223
|
var de_GetSecretValueResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1224
1224
|
return (0, import_smithy_client.take)(output, {
|
|
1225
1225
|
ARN: import_smithy_client.expectString,
|
|
1226
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1226
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
1227
1227
|
Name: import_smithy_client.expectString,
|
|
1228
1228
|
SecretBinary: context.base64Decoder,
|
|
1229
1229
|
SecretString: import_smithy_client.expectString,
|
|
@@ -1234,7 +1234,7 @@ var de_GetSecretValueResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1234
1234
|
var de_ListSecretsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1235
1235
|
return (0, import_smithy_client.take)(output, {
|
|
1236
1236
|
NextToken: import_smithy_client.expectString,
|
|
1237
|
-
SecretList: (_) => de_SecretListType(_, context)
|
|
1237
|
+
SecretList: /* @__PURE__ */ __name((_) => de_SecretListType(_, context), "SecretList")
|
|
1238
1238
|
});
|
|
1239
1239
|
}, "de_ListSecretsResponse");
|
|
1240
1240
|
var de_ListSecretVersionIdsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1242,19 +1242,19 @@ var de_ListSecretVersionIdsResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
1242
1242
|
ARN: import_smithy_client.expectString,
|
|
1243
1243
|
Name: import_smithy_client.expectString,
|
|
1244
1244
|
NextToken: import_smithy_client.expectString,
|
|
1245
|
-
Versions: (_) => de_SecretVersionsListType(_, context)
|
|
1245
|
+
Versions: /* @__PURE__ */ __name((_) => de_SecretVersionsListType(_, context), "Versions")
|
|
1246
1246
|
});
|
|
1247
1247
|
}, "de_ListSecretVersionIdsResponse");
|
|
1248
1248
|
var de_RemoveRegionsFromReplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1249
1249
|
return (0, import_smithy_client.take)(output, {
|
|
1250
1250
|
ARN: import_smithy_client.expectString,
|
|
1251
|
-
ReplicationStatus: (_) => de_ReplicationStatusListType(_, context)
|
|
1251
|
+
ReplicationStatus: /* @__PURE__ */ __name((_) => de_ReplicationStatusListType(_, context), "ReplicationStatus")
|
|
1252
1252
|
});
|
|
1253
1253
|
}, "de_RemoveRegionsFromReplicationResponse");
|
|
1254
1254
|
var de_ReplicateSecretToRegionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1255
1255
|
return (0, import_smithy_client.take)(output, {
|
|
1256
1256
|
ARN: import_smithy_client.expectString,
|
|
1257
|
-
ReplicationStatus: (_) => de_ReplicationStatusListType(_, context)
|
|
1257
|
+
ReplicationStatus: /* @__PURE__ */ __name((_) => de_ReplicationStatusListType(_, context), "ReplicationStatus")
|
|
1258
1258
|
});
|
|
1259
1259
|
}, "de_ReplicateSecretToRegionsResponse");
|
|
1260
1260
|
var de_ReplicationStatusListType = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1266,7 +1266,7 @@ var de_ReplicationStatusListType = /* @__PURE__ */ __name((output, context) => {
|
|
|
1266
1266
|
var de_ReplicationStatusType = /* @__PURE__ */ __name((output, context) => {
|
|
1267
1267
|
return (0, import_smithy_client.take)(output, {
|
|
1268
1268
|
KmsKeyId: import_smithy_client.expectString,
|
|
1269
|
-
LastAccessedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1269
|
+
LastAccessedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessedDate"),
|
|
1270
1270
|
Region: import_smithy_client.expectString,
|
|
1271
1271
|
Status: import_smithy_client.expectString,
|
|
1272
1272
|
StatusMessage: import_smithy_client.expectString
|
|
@@ -1275,15 +1275,15 @@ var de_ReplicationStatusType = /* @__PURE__ */ __name((output, context) => {
|
|
|
1275
1275
|
var de_SecretListEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1276
1276
|
return (0, import_smithy_client.take)(output, {
|
|
1277
1277
|
ARN: import_smithy_client.expectString,
|
|
1278
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1279
|
-
DeletedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1278
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
1279
|
+
DeletedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletedDate"),
|
|
1280
1280
|
Description: import_smithy_client.expectString,
|
|
1281
1281
|
KmsKeyId: import_smithy_client.expectString,
|
|
1282
|
-
LastAccessedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1283
|
-
LastChangedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1284
|
-
LastRotatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1282
|
+
LastAccessedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessedDate"),
|
|
1283
|
+
LastChangedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastChangedDate"),
|
|
1284
|
+
LastRotatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRotatedDate"),
|
|
1285
1285
|
Name: import_smithy_client.expectString,
|
|
1286
|
-
NextRotationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1286
|
+
NextRotationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "NextRotationDate"),
|
|
1287
1287
|
OwningService: import_smithy_client.expectString,
|
|
1288
1288
|
PrimaryRegion: import_smithy_client.expectString,
|
|
1289
1289
|
RotationEnabled: import_smithy_client.expectBoolean,
|
|
@@ -1302,7 +1302,7 @@ var de_SecretListType = /* @__PURE__ */ __name((output, context) => {
|
|
|
1302
1302
|
var de_SecretValueEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1303
1303
|
return (0, import_smithy_client.take)(output, {
|
|
1304
1304
|
ARN: import_smithy_client.expectString,
|
|
1305
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1305
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
1306
1306
|
Name: import_smithy_client.expectString,
|
|
1307
1307
|
SecretBinary: context.base64Decoder,
|
|
1308
1308
|
SecretString: import_smithy_client.expectString,
|
|
@@ -1318,9 +1318,9 @@ var de_SecretValuesType = /* @__PURE__ */ __name((output, context) => {
|
|
|
1318
1318
|
}, "de_SecretValuesType");
|
|
1319
1319
|
var de_SecretVersionsListEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1320
1320
|
return (0, import_smithy_client.take)(output, {
|
|
1321
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1321
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
1322
1322
|
KmsKeyIds: import_smithy_client._json,
|
|
1323
|
-
LastAccessedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1323
|
+
LastAccessedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessedDate"),
|
|
1324
1324
|
VersionId: import_smithy_client.expectString,
|
|
1325
1325
|
VersionStages: import_smithy_client._json
|
|
1326
1326
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-secrets-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.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-secrets-manager",
|
|
@@ -20,38 +20,38 @@
|
|
|
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.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|