@aws-sdk/client-iot-wireless 3.987.0 → 3.988.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultIoTWirelessHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2020-11-22",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.iotwireless",
30
+ errorTypeRegistries,
29
31
  version: "2020-11-22",
30
32
  serviceTarget: "iotwireless",
31
33
  },
@@ -847,10 +847,10 @@ const _nT = "nextToken";
847
847
  const _pT = "partnerType";
848
848
  const _rA = "resourceArn";
849
849
  const _rT = "resourceType";
850
- const _s = "server";
850
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iotwireless";
851
851
  const _sPI = "serviceProfileId";
852
852
  const _sT = "serviceType";
853
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iotwireless";
853
+ const _se = "server";
854
854
  const _st = "status";
855
855
  const _tDT = "taskDefinitionType";
856
856
  const _tK = "tagKeys";
@@ -860,6 +860,56 @@ const n0 = "com.amazonaws.iotwireless";
860
860
  import { TypeRegistry } from "@smithy/core/schema";
861
861
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, TooManyTagsException, ValidationException, } from "../models/errors";
862
862
  import { IoTWirelessServiceException } from "../models/IoTWirelessServiceException";
863
+ const _s_registry = TypeRegistry.for(_s);
864
+ export var IoTWirelessServiceException$ = [-3, _s, "IoTWirelessServiceException", 0, [], []];
865
+ _s_registry.registerError(IoTWirelessServiceException$, IoTWirelessServiceException);
866
+ const n0_registry = TypeRegistry.for(n0);
867
+ export var AccessDeniedException$ = [-3, n0, _ADE,
868
+ { [_e]: _c, [_hE]: 403 },
869
+ [_M],
870
+ [0]
871
+ ];
872
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
873
+ export var ConflictException$ = [-3, n0, _CE,
874
+ { [_e]: _c, [_hE]: 409 },
875
+ [_M, _RI, _RT],
876
+ [0, 0, 0]
877
+ ];
878
+ n0_registry.registerError(ConflictException$, ConflictException);
879
+ export var InternalServerException$ = [-3, n0, _ISE,
880
+ { [_e]: _se, [_hE]: 500 },
881
+ [_M],
882
+ [0]
883
+ ];
884
+ n0_registry.registerError(InternalServerException$, InternalServerException);
885
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
886
+ { [_e]: _c, [_hE]: 404 },
887
+ [_M, _RI, _RT],
888
+ [0, 0, 0]
889
+ ];
890
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
891
+ export var ThrottlingException$ = [-3, n0, _TE,
892
+ { [_e]: _c, [_hE]: 429 },
893
+ [_M],
894
+ [0]
895
+ ];
896
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
897
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
898
+ { [_e]: _c, [_hE]: 400 },
899
+ [_M, _RN],
900
+ [0, 0]
901
+ ];
902
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
903
+ export var ValidationException$ = [-3, n0, _VE,
904
+ { [_e]: _c, [_hE]: 400 },
905
+ [_M],
906
+ [0]
907
+ ];
908
+ n0_registry.registerError(ValidationException$, ValidationException);
909
+ export const errorTypeRegistries = [
910
+ _s_registry,
911
+ n0_registry,
912
+ ];
863
913
  var ApplicationServerPublicKey = [0, n0, _ASPK, 8, 0];
864
914
  var AppServerPrivateKey = [0, n0, _ASPKp, 8, 0];
865
915
  var Fingerprint = [0, n0, _F, 8, 0];
@@ -873,12 +923,6 @@ export var AbpV1_1$ = [3, n0, _A,
873
923
  [_DA, _SK, _FCS],
874
924
  [0, () => SessionKeysAbpV1_1$, 1]
875
925
  ];
876
- export var AccessDeniedException$ = [-3, n0, _ADE,
877
- { [_e]: _c, [_hE]: 403 },
878
- [_M],
879
- [0]
880
- ];
881
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
882
926
  export var Accuracy$ = [3, n0, _Ac,
883
927
  0,
884
928
  [_HA, _VA],
@@ -999,12 +1043,6 @@ export var CertificateList$ = [3, n0, _CL,
999
1043
  [_SA, _V],
1000
1044
  [0, 0], 2
1001
1045
  ];
1002
- export var ConflictException$ = [-3, n0, _CE,
1003
- { [_e]: _c, [_hE]: 409 },
1004
- [_M, _RI, _RT],
1005
- [0, 0, 0]
1006
- ];
1007
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1008
1046
  export var ConnectionStatusEventConfiguration$ = [3, n0, _CSEC,
1009
1047
  0,
1010
1048
  [_LRWAN, _WGIET],
@@ -1700,12 +1738,6 @@ export var ImportedWirelessDevice$ = [3, n0, _IWD,
1700
1738
  [_S],
1701
1739
  [() => ImportedSidewalkDevice$]
1702
1740
  ];
1703
- export var InternalServerException$ = [-3, n0, _ISE,
1704
- { [_e]: _s, [_hE]: 500 },
1705
- [_M],
1706
- [0]
1707
- ];
1708
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1709
1741
  export var Ip$ = [3, n0, _Ip,
1710
1742
  0,
1711
1743
  [_IA],
@@ -2161,12 +2193,6 @@ export var ResetResourceLogLevelResponse$ = [3, n0, _RRLLRe,
2161
2193
  [],
2162
2194
  []
2163
2195
  ];
2164
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
2165
- { [_e]: _c, [_hE]: 404 },
2166
- [_M, _RI, _RT],
2167
- [0, 0, 0]
2168
- ];
2169
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2170
2196
  export var SemtechGnssConfiguration$ = [3, n0, _SGC,
2171
2197
  0,
2172
2198
  [_St, _Fe],
@@ -2422,18 +2448,6 @@ export var TestWirelessDeviceResponse$ = [3, n0, _TWDRe,
2422
2448
  [_Re],
2423
2449
  [0]
2424
2450
  ];
2425
- export var ThrottlingException$ = [-3, n0, _TE,
2426
- { [_e]: _c, [_hE]: 429 },
2427
- [_M],
2428
- [0]
2429
- ];
2430
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2431
- export var TooManyTagsException$ = [-3, n0, _TMTE,
2432
- { [_e]: _c, [_hE]: 400 },
2433
- [_M, _RN],
2434
- [0, 0]
2435
- ];
2436
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
2437
2451
  export var TraceContent$ = [3, n0, _TC,
2438
2452
  0,
2439
2453
  [_WDFI, _LL, _MFI],
@@ -2614,12 +2628,6 @@ export var UpdateWirelessGatewayTaskEntry$ = [3, n0, _UWGTE,
2614
2628
  [_I, _LRWAN, _Ar],
2615
2629
  [0, () => LoRaWANUpdateGatewayTaskEntry$, 0]
2616
2630
  ];
2617
- export var ValidationException$ = [-3, n0, _VE,
2618
- { [_e]: _c, [_hE]: 400 },
2619
- [_M],
2620
- [0]
2621
- ];
2622
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2623
2631
  export var WcdmaLocalId$ = [3, n0, _WLI,
2624
2632
  0,
2625
2633
  [_Uar, _Ps],
@@ -2680,8 +2688,6 @@ export var WirelessMetadata$ = [3, n0, _WM,
2680
2688
  [_LRWAN, _S],
2681
2689
  [() => LoRaWANSendDataToDevice$, () => SidewalkSendDataToDevice$]
2682
2690
  ];
2683
- export var IoTWirelessServiceException$ = [-3, _sm, "IoTWirelessServiceException", 0, [], []];
2684
- TypeRegistry.for(_sm).registerError(IoTWirelessServiceException$, IoTWirelessServiceException);
2685
2691
  var Applications = [1, n0, _Ap,
2686
2692
  0, () => ApplicationConfig$
2687
2693
  ];
@@ -1,7 +1,21 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var IoTWirelessServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ThrottlingException$: StaticErrorSchema;
9
+ export declare var TooManyTagsException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
2
17
  export declare var AbpV1_0_x$: StaticStructureSchema;
3
18
  export declare var AbpV1_1$: StaticStructureSchema;
4
- export declare var AccessDeniedException$: StaticErrorSchema;
5
19
  export declare var Accuracy$: StaticStructureSchema;
6
20
  export declare var ApplicationConfig$: StaticStructureSchema;
7
21
  export declare var AssociateAwsAccountWithPartnerAccountRequest$: StaticStructureSchema;
@@ -26,7 +40,6 @@ export declare var CdmaNmrObj$: StaticStructureSchema;
26
40
  export declare var CdmaObj$: StaticStructureSchema;
27
41
  export declare var CellTowers$: StaticStructureSchema;
28
42
  export declare var CertificateList$: StaticStructureSchema;
29
- export declare var ConflictException$: StaticErrorSchema;
30
43
  export declare var ConnectionStatusEventConfiguration$: StaticStructureSchema;
31
44
  export declare var ConnectionStatusResourceTypeEventConfiguration$: StaticStructureSchema;
32
45
  export declare var CreateDestinationRequest$: StaticStructureSchema;
@@ -166,7 +179,6 @@ export declare var GsmNmrObj$: StaticStructureSchema;
166
179
  export declare var GsmObj$: StaticStructureSchema;
167
180
  export declare var ImportedSidewalkDevice$: StaticStructureSchema;
168
181
  export declare var ImportedWirelessDevice$: StaticStructureSchema;
169
- export declare var InternalServerException$: StaticErrorSchema;
170
182
  export declare var Ip$: StaticStructureSchema;
171
183
  export declare var JoinEventConfiguration$: StaticStructureSchema;
172
184
  export declare var JoinResourceTypeEventConfiguration$: StaticStructureSchema;
@@ -258,7 +270,6 @@ export declare var ResetAllResourceLogLevelsRequest$: StaticStructureSchema;
258
270
  export declare var ResetAllResourceLogLevelsResponse$: StaticStructureSchema;
259
271
  export declare var ResetResourceLogLevelRequest$: StaticStructureSchema;
260
272
  export declare var ResetResourceLogLevelResponse$: StaticStructureSchema;
261
- export declare var ResourceNotFoundException$: StaticErrorSchema;
262
273
  export declare var SemtechGnssConfiguration$: StaticStructureSchema;
263
274
  export declare var SemtechGnssDetail$: StaticStructureSchema;
264
275
  export declare var SendDataToMulticastGroupRequest$: StaticStructureSchema;
@@ -310,8 +321,6 @@ export declare var TdscdmaNmrObj$: StaticStructureSchema;
310
321
  export declare var TdscdmaObj$: StaticStructureSchema;
311
322
  export declare var TestWirelessDeviceRequest$: StaticStructureSchema;
312
323
  export declare var TestWirelessDeviceResponse$: StaticStructureSchema;
313
- export declare var ThrottlingException$: StaticErrorSchema;
314
- export declare var TooManyTagsException$: StaticErrorSchema;
315
324
  export declare var TraceContent$: StaticStructureSchema;
316
325
  export declare var UntagResourceRequest$: StaticStructureSchema;
317
326
  export declare var UntagResourceResponse$: StaticStructureSchema;
@@ -348,7 +357,6 @@ export declare var UpdateWirelessGatewayRequest$: StaticStructureSchema;
348
357
  export declare var UpdateWirelessGatewayResponse$: StaticStructureSchema;
349
358
  export declare var UpdateWirelessGatewayTaskCreate$: StaticStructureSchema;
350
359
  export declare var UpdateWirelessGatewayTaskEntry$: StaticStructureSchema;
351
- export declare var ValidationException$: StaticErrorSchema;
352
360
  export declare var WcdmaLocalId$: StaticStructureSchema;
353
361
  export declare var WcdmaNmrObj$: StaticStructureSchema;
354
362
  export declare var WcdmaObj$: StaticStructureSchema;
@@ -361,7 +369,6 @@ export declare var WirelessGatewayEventLogOption$: StaticStructureSchema;
361
369
  export declare var WirelessGatewayLogOption$: StaticStructureSchema;
362
370
  export declare var WirelessGatewayStatistics$: StaticStructureSchema;
363
371
  export declare var WirelessMetadata$: StaticStructureSchema;
364
- export declare var IoTWirelessServiceException$: StaticErrorSchema;
365
372
  export declare var AssociateAwsAccountWithPartnerAccount$: StaticOperationSchema;
366
373
  export declare var AssociateMulticastGroupWithFuotaTask$: StaticOperationSchema;
367
374
  export declare var AssociateWirelessDeviceWithFuotaTask$: StaticOperationSchema;
@@ -1,11 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var IoTWirelessServiceException$: StaticErrorSchema;
8
+ export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ThrottlingException$: StaticErrorSchema;
13
+ export declare var TooManyTagsException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
6
16
  export declare var AbpV1_0_x$: StaticStructureSchema;
7
17
  export declare var AbpV1_1$: StaticStructureSchema;
8
- export declare var AccessDeniedException$: StaticErrorSchema;
9
18
  export declare var Accuracy$: StaticStructureSchema;
10
19
  export declare var ApplicationConfig$: StaticStructureSchema;
11
20
  export declare var AssociateAwsAccountWithPartnerAccountRequest$: StaticStructureSchema;
@@ -30,7 +39,6 @@ export declare var CdmaNmrObj$: StaticStructureSchema;
30
39
  export declare var CdmaObj$: StaticStructureSchema;
31
40
  export declare var CellTowers$: StaticStructureSchema;
32
41
  export declare var CertificateList$: StaticStructureSchema;
33
- export declare var ConflictException$: StaticErrorSchema;
34
42
  export declare var ConnectionStatusEventConfiguration$: StaticStructureSchema;
35
43
  export declare var ConnectionStatusResourceTypeEventConfiguration$: StaticStructureSchema;
36
44
  export declare var CreateDestinationRequest$: StaticStructureSchema;
@@ -170,7 +178,6 @@ export declare var GsmNmrObj$: StaticStructureSchema;
170
178
  export declare var GsmObj$: StaticStructureSchema;
171
179
  export declare var ImportedSidewalkDevice$: StaticStructureSchema;
172
180
  export declare var ImportedWirelessDevice$: StaticStructureSchema;
173
- export declare var InternalServerException$: StaticErrorSchema;
174
181
  export declare var Ip$: StaticStructureSchema;
175
182
  export declare var JoinEventConfiguration$: StaticStructureSchema;
176
183
  export declare var JoinResourceTypeEventConfiguration$: StaticStructureSchema;
@@ -262,7 +269,6 @@ export declare var ResetAllResourceLogLevelsRequest$: StaticStructureSchema;
262
269
  export declare var ResetAllResourceLogLevelsResponse$: StaticStructureSchema;
263
270
  export declare var ResetResourceLogLevelRequest$: StaticStructureSchema;
264
271
  export declare var ResetResourceLogLevelResponse$: StaticStructureSchema;
265
- export declare var ResourceNotFoundException$: StaticErrorSchema;
266
272
  export declare var SemtechGnssConfiguration$: StaticStructureSchema;
267
273
  export declare var SemtechGnssDetail$: StaticStructureSchema;
268
274
  export declare var SendDataToMulticastGroupRequest$: StaticStructureSchema;
@@ -314,8 +320,6 @@ export declare var TdscdmaNmrObj$: StaticStructureSchema;
314
320
  export declare var TdscdmaObj$: StaticStructureSchema;
315
321
  export declare var TestWirelessDeviceRequest$: StaticStructureSchema;
316
322
  export declare var TestWirelessDeviceResponse$: StaticStructureSchema;
317
- export declare var ThrottlingException$: StaticErrorSchema;
318
- export declare var TooManyTagsException$: StaticErrorSchema;
319
323
  export declare var TraceContent$: StaticStructureSchema;
320
324
  export declare var UntagResourceRequest$: StaticStructureSchema;
321
325
  export declare var UntagResourceResponse$: StaticStructureSchema;
@@ -352,7 +356,6 @@ export declare var UpdateWirelessGatewayRequest$: StaticStructureSchema;
352
356
  export declare var UpdateWirelessGatewayResponse$: StaticStructureSchema;
353
357
  export declare var UpdateWirelessGatewayTaskCreate$: StaticStructureSchema;
354
358
  export declare var UpdateWirelessGatewayTaskEntry$: StaticStructureSchema;
355
- export declare var ValidationException$: StaticErrorSchema;
356
359
  export declare var WcdmaLocalId$: StaticStructureSchema;
357
360
  export declare var WcdmaNmrObj$: StaticStructureSchema;
358
361
  export declare var WcdmaObj$: StaticStructureSchema;
@@ -365,7 +368,6 @@ export declare var WirelessGatewayEventLogOption$: StaticStructureSchema;
365
368
  export declare var WirelessGatewayLogOption$: StaticStructureSchema;
366
369
  export declare var WirelessGatewayStatistics$: StaticStructureSchema;
367
370
  export declare var WirelessMetadata$: StaticStructureSchema;
368
- export declare var IoTWirelessServiceException$: StaticErrorSchema;
369
371
  export declare var AssociateAwsAccountWithPartnerAccount$: StaticOperationSchema;
370
372
  export declare var AssociateMulticastGroupWithFuotaTask$: StaticOperationSchema;
371
373
  export declare var AssociateWirelessDeviceWithFuotaTask$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-wireless",
3
3
  "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",
59
- "@smithy/util-stream": "^4.5.11",
59
+ "@smithy/util-stream": "^4.5.12",
60
60
  "@smithy/util-utf8": "^4.2.0",
61
61
  "tslib": "^2.6.2"
62
62
  },