@aws-sdk/client-synthetics 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +43 -43
  2. 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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AssociateResourceCommand: () => AssociateResourceCommand,
25
25
  BadRequestException: () => BadRequestException,
26
26
  CanaryRunState: () => CanaryRunState,
@@ -71,7 +71,7 @@ __export(src_exports, {
71
71
  paginateListGroupResources: () => paginateListGroupResources,
72
72
  paginateListGroups: () => paginateListGroups
73
73
  });
74
- module.exports = __toCommonJS(src_exports);
74
+ module.exports = __toCommonJS(index_exports);
75
75
 
76
76
  // src/SyntheticsClient.ts
77
77
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -198,9 +198,9 @@ var SyntheticsClient = class extends import_smithy_client.Client {
198
198
  this.middlewareStack.use(
199
199
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
200
200
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSyntheticsHttpAuthSchemeParametersProvider,
201
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
201
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
202
202
  "aws.auth#sigv4": config.credentials
203
- })
203
+ }), "identityProviderConfigProvider")
204
204
  })
205
205
  );
206
206
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -516,20 +516,20 @@ var se_CreateCanaryCommand = /* @__PURE__ */ __name(async (input, context) => {
516
516
  let body;
517
517
  body = JSON.stringify(
518
518
  (0, import_smithy_client.take)(input, {
519
- ArtifactConfig: (_) => (0, import_smithy_client._json)(_),
519
+ ArtifactConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ArtifactConfig"),
520
520
  ArtifactS3Location: [],
521
- Code: (_) => se_CanaryCodeInput(_, context),
521
+ Code: /* @__PURE__ */ __name((_) => se_CanaryCodeInput(_, context), "Code"),
522
522
  ExecutionRoleArn: [],
523
523
  FailureRetentionPeriodInDays: [],
524
524
  Name: [],
525
525
  ProvisionedResourceCleanup: [],
526
- ResourcesToReplicateTags: (_) => (0, import_smithy_client._json)(_),
527
- RunConfig: (_) => (0, import_smithy_client._json)(_),
526
+ ResourcesToReplicateTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourcesToReplicateTags"),
527
+ RunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RunConfig"),
528
528
  RuntimeVersion: [],
529
- Schedule: (_) => (0, import_smithy_client._json)(_),
529
+ Schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Schedule"),
530
530
  SuccessRetentionPeriodInDays: [],
531
- Tags: (_) => (0, import_smithy_client._json)(_),
532
- VpcConfig: (_) => (0, import_smithy_client._json)(_)
531
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
532
+ VpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcConfig")
533
533
  })
534
534
  );
535
535
  b.m("POST").h(headers).b(body);
@@ -545,7 +545,7 @@ var se_CreateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
545
545
  body = JSON.stringify(
546
546
  (0, import_smithy_client.take)(input, {
547
547
  Name: [],
548
- Tags: (_) => (0, import_smithy_client._json)(_)
548
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
549
549
  })
550
550
  );
551
551
  b.m("POST").h(headers).b(body);
@@ -582,7 +582,7 @@ var se_DescribeCanariesCommand = /* @__PURE__ */ __name(async (input, context) =
582
582
  body = JSON.stringify(
583
583
  (0, import_smithy_client.take)(input, {
584
584
  MaxResults: [],
585
- Names: (_) => (0, import_smithy_client._json)(_),
585
+ Names: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Names"),
586
586
  NextToken: []
587
587
  })
588
588
  );
@@ -599,7 +599,7 @@ var se_DescribeCanariesLastRunCommand = /* @__PURE__ */ __name(async (input, con
599
599
  body = JSON.stringify(
600
600
  (0, import_smithy_client.take)(input, {
601
601
  MaxResults: [],
602
- Names: (_) => (0, import_smithy_client._json)(_),
602
+ Names: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Names"),
603
603
  NextToken: []
604
604
  })
605
605
  );
@@ -760,7 +760,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
760
760
  let body;
761
761
  body = JSON.stringify(
762
762
  (0, import_smithy_client.take)(input, {
763
- Tags: (_) => (0, import_smithy_client._json)(_)
763
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
764
764
  })
765
765
  );
766
766
  b.m("POST").h(headers).b(body);
@@ -788,18 +788,18 @@ var se_UpdateCanaryCommand = /* @__PURE__ */ __name(async (input, context) => {
788
788
  let body;
789
789
  body = JSON.stringify(
790
790
  (0, import_smithy_client.take)(input, {
791
- ArtifactConfig: (_) => (0, import_smithy_client._json)(_),
791
+ ArtifactConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ArtifactConfig"),
792
792
  ArtifactS3Location: [],
793
- Code: (_) => se_CanaryCodeInput(_, context),
793
+ Code: /* @__PURE__ */ __name((_) => se_CanaryCodeInput(_, context), "Code"),
794
794
  ExecutionRoleArn: [],
795
795
  FailureRetentionPeriodInDays: [],
796
796
  ProvisionedResourceCleanup: [],
797
- RunConfig: (_) => (0, import_smithy_client._json)(_),
797
+ RunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RunConfig"),
798
798
  RuntimeVersion: [],
799
- Schedule: (_) => (0, import_smithy_client._json)(_),
799
+ Schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Schedule"),
800
800
  SuccessRetentionPeriodInDays: [],
801
- VisualReference: (_) => (0, import_smithy_client._json)(_),
802
- VpcConfig: (_) => (0, import_smithy_client._json)(_)
801
+ VisualReference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VisualReference"),
802
+ VpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcConfig")
803
803
  })
804
804
  );
805
805
  b.m("PATCH").h(headers).b(body);
@@ -824,7 +824,7 @@ var de_CreateCanaryCommand = /* @__PURE__ */ __name(async (output, context) => {
824
824
  });
825
825
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
826
826
  const doc = (0, import_smithy_client.take)(data, {
827
- Canary: (_) => de_Canary(_, context)
827
+ Canary: /* @__PURE__ */ __name((_) => de_Canary(_, context), "Canary")
828
828
  });
829
829
  Object.assign(contents, doc);
830
830
  return contents;
@@ -838,7 +838,7 @@ var de_CreateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
838
838
  });
839
839
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
840
840
  const doc = (0, import_smithy_client.take)(data, {
841
- Group: (_) => de_Group(_, context)
841
+ Group: /* @__PURE__ */ __name((_) => de_Group(_, context), "Group")
842
842
  });
843
843
  Object.assign(contents, doc);
844
844
  return contents;
@@ -872,7 +872,7 @@ var de_DescribeCanariesCommand = /* @__PURE__ */ __name(async (output, context)
872
872
  });
873
873
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
874
874
  const doc = (0, import_smithy_client.take)(data, {
875
- Canaries: (_) => de_Canaries(_, context),
875
+ Canaries: /* @__PURE__ */ __name((_) => de_Canaries(_, context), "Canaries"),
876
876
  NextToken: import_smithy_client.expectString
877
877
  });
878
878
  Object.assign(contents, doc);
@@ -887,7 +887,7 @@ var de_DescribeCanariesLastRunCommand = /* @__PURE__ */ __name(async (output, co
887
887
  });
888
888
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
889
889
  const doc = (0, import_smithy_client.take)(data, {
890
- CanariesLastRun: (_) => de_CanariesLastRun(_, context),
890
+ CanariesLastRun: /* @__PURE__ */ __name((_) => de_CanariesLastRun(_, context), "CanariesLastRun"),
891
891
  NextToken: import_smithy_client.expectString
892
892
  });
893
893
  Object.assign(contents, doc);
@@ -903,7 +903,7 @@ var de_DescribeRuntimeVersionsCommand = /* @__PURE__ */ __name(async (output, co
903
903
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
904
904
  const doc = (0, import_smithy_client.take)(data, {
905
905
  NextToken: import_smithy_client.expectString,
906
- RuntimeVersions: (_) => de_RuntimeVersionList(_, context)
906
+ RuntimeVersions: /* @__PURE__ */ __name((_) => de_RuntimeVersionList(_, context), "RuntimeVersions")
907
907
  });
908
908
  Object.assign(contents, doc);
909
909
  return contents;
@@ -927,7 +927,7 @@ var de_GetCanaryCommand = /* @__PURE__ */ __name(async (output, context) => {
927
927
  });
928
928
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
929
929
  const doc = (0, import_smithy_client.take)(data, {
930
- Canary: (_) => de_Canary(_, context)
930
+ Canary: /* @__PURE__ */ __name((_) => de_Canary(_, context), "Canary")
931
931
  });
932
932
  Object.assign(contents, doc);
933
933
  return contents;
@@ -941,7 +941,7 @@ var de_GetCanaryRunsCommand = /* @__PURE__ */ __name(async (output, context) =>
941
941
  });
942
942
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
943
943
  const doc = (0, import_smithy_client.take)(data, {
944
- CanaryRuns: (_) => de_CanaryRuns(_, context),
944
+ CanaryRuns: /* @__PURE__ */ __name((_) => de_CanaryRuns(_, context), "CanaryRuns"),
945
945
  NextToken: import_smithy_client.expectString
946
946
  });
947
947
  Object.assign(contents, doc);
@@ -956,7 +956,7 @@ var de_GetGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
956
956
  });
957
957
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
958
958
  const doc = (0, import_smithy_client.take)(data, {
959
- Group: (_) => de_Group(_, context)
959
+ Group: /* @__PURE__ */ __name((_) => de_Group(_, context), "Group")
960
960
  });
961
961
  Object.assign(contents, doc);
962
962
  return contents;
@@ -1285,7 +1285,7 @@ var de_Canary = /* @__PURE__ */ __name((output, context) => {
1285
1285
  Status: import_smithy_client._json,
1286
1286
  SuccessRetentionPeriodInDays: import_smithy_client.expectInt32,
1287
1287
  Tags: import_smithy_client._json,
1288
- Timeline: (_) => de_CanaryTimeline(_, context),
1288
+ Timeline: /* @__PURE__ */ __name((_) => de_CanaryTimeline(_, context), "Timeline"),
1289
1289
  VisualReference: import_smithy_client._json,
1290
1290
  VpcConfig: import_smithy_client._json
1291
1291
  });
@@ -1293,7 +1293,7 @@ var de_Canary = /* @__PURE__ */ __name((output, context) => {
1293
1293
  var de_CanaryLastRun = /* @__PURE__ */ __name((output, context) => {
1294
1294
  return (0, import_smithy_client.take)(output, {
1295
1295
  CanaryName: import_smithy_client.expectString,
1296
- LastRun: (_) => de_CanaryRun(_, context)
1296
+ LastRun: /* @__PURE__ */ __name((_) => de_CanaryRun(_, context), "LastRun")
1297
1297
  });
1298
1298
  }, "de_CanaryLastRun");
1299
1299
  var de_CanaryRun = /* @__PURE__ */ __name((output, context) => {
@@ -1302,7 +1302,7 @@ var de_CanaryRun = /* @__PURE__ */ __name((output, context) => {
1302
1302
  Id: import_smithy_client.expectString,
1303
1303
  Name: import_smithy_client.expectString,
1304
1304
  Status: import_smithy_client._json,
1305
- Timeline: (_) => de_CanaryRunTimeline(_, context)
1305
+ Timeline: /* @__PURE__ */ __name((_) => de_CanaryRunTimeline(_, context), "Timeline")
1306
1306
  });
1307
1307
  }, "de_CanaryRun");
1308
1308
  var de_CanaryRuns = /* @__PURE__ */ __name((output, context) => {
@@ -1313,33 +1313,33 @@ var de_CanaryRuns = /* @__PURE__ */ __name((output, context) => {
1313
1313
  }, "de_CanaryRuns");
1314
1314
  var de_CanaryRunTimeline = /* @__PURE__ */ __name((output, context) => {
1315
1315
  return (0, import_smithy_client.take)(output, {
1316
- Completed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1317
- Started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1316
+ Completed: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Completed"),
1317
+ Started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Started")
1318
1318
  });
1319
1319
  }, "de_CanaryRunTimeline");
1320
1320
  var de_CanaryTimeline = /* @__PURE__ */ __name((output, context) => {
1321
1321
  return (0, import_smithy_client.take)(output, {
1322
- Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1323
- LastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1324
- LastStarted: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1325
- LastStopped: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1322
+ Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
1323
+ LastModified: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModified"),
1324
+ LastStarted: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastStarted"),
1325
+ LastStopped: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastStopped")
1326
1326
  });
1327
1327
  }, "de_CanaryTimeline");
1328
1328
  var de_Group = /* @__PURE__ */ __name((output, context) => {
1329
1329
  return (0, import_smithy_client.take)(output, {
1330
1330
  Arn: import_smithy_client.expectString,
1331
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1331
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
1332
1332
  Id: import_smithy_client.expectString,
1333
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1333
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
1334
1334
  Name: import_smithy_client.expectString,
1335
1335
  Tags: import_smithy_client._json
1336
1336
  });
1337
1337
  }, "de_Group");
1338
1338
  var de_RuntimeVersion = /* @__PURE__ */ __name((output, context) => {
1339
1339
  return (0, import_smithy_client.take)(output, {
1340
- DeprecationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1340
+ DeprecationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeprecationDate"),
1341
1341
  Description: import_smithy_client.expectString,
1342
- ReleaseDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1342
+ ReleaseDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReleaseDate"),
1343
1343
  VersionName: import_smithy_client.expectString
1344
1344
  });
1345
1345
  }, "de_RuntimeVersion");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-synthetics",
3
3
  "description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
4
- "version": "3.750.0",
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-synthetics",
@@ -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.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
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.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
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.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
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.5",
41
- "@smithy/middleware-retry": "^4.0.6",
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.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
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.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
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",