@aws-sdk/client-pca-connector-ad 3.986.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 { defaultPcaConnectorAdHttpAuthSchemeProvider } 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: "2018-05-10",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.pcaconnectorad",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "PcaConnectorAd",
31
33
  },
@@ -147,7 +147,7 @@ const _PTo = "PolicyType";
147
147
  const _PTr = "PropertyType";
148
148
  const _Pe = "Period";
149
149
  const _QC = "QuotaCode";
150
- const _R = "Revision";
150
+ const _R = "Reason";
151
151
  const _RA = "ResourceArn";
152
152
  const _RACH = "ReenrollAllCertificateHolders";
153
153
  const _RASA = "RequireAlternateSignatureAlgorithm";
@@ -161,7 +161,7 @@ const _RNFE = "ResourceNotFoundException";
161
161
  const _RP = "RenewalPeriod";
162
162
  const _RSKR = "RequireSameKeyRenewal";
163
163
  const _RT = "ResourceType";
164
- const _Re = "Reason";
164
+ const _Re = "Revision";
165
165
  const _S = "Status";
166
166
  const _SC = "ServiceCode";
167
167
  const _SGI = "SecurityGroupIds";
@@ -217,13 +217,63 @@ const _e = "error";
217
217
  const _h = "http";
218
218
  const _hE = "httpError";
219
219
  const _hQ = "httpQuery";
220
- const _s = "server";
221
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pcaconnectorad";
220
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.pcaconnectorad";
221
+ const _se = "server";
222
222
  const _tK = "tagKeys";
223
223
  const n0 = "com.amazonaws.pcaconnectorad";
224
224
  import { TypeRegistry } from "@smithy/core/schema";
225
225
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
226
226
  import { PcaConnectorAdServiceException } from "../models/PcaConnectorAdServiceException";
227
+ const _s_registry = TypeRegistry.for(_s);
228
+ export var PcaConnectorAdServiceException$ = [-3, _s, "PcaConnectorAdServiceException", 0, [], []];
229
+ _s_registry.registerError(PcaConnectorAdServiceException$, PcaConnectorAdServiceException);
230
+ const n0_registry = TypeRegistry.for(n0);
231
+ export var AccessDeniedException$ = [-3, n0, _ADE,
232
+ { [_e]: _c, [_hE]: 403 },
233
+ [_M],
234
+ [0], 1
235
+ ];
236
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
237
+ export var ConflictException$ = [-3, n0, _CE,
238
+ { [_e]: _c, [_hE]: 409 },
239
+ [_M, _RI, _RT],
240
+ [0, 0, 0], 3
241
+ ];
242
+ n0_registry.registerError(ConflictException$, ConflictException);
243
+ export var InternalServerException$ = [-3, n0, _ISE,
244
+ { [_e]: _se, [_hE]: 500 },
245
+ [_M],
246
+ [0], 1
247
+ ];
248
+ n0_registry.registerError(InternalServerException$, InternalServerException);
249
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
250
+ { [_e]: _c, [_hE]: 404 },
251
+ [_M, _RI, _RT],
252
+ [0, 0, 0], 3
253
+ ];
254
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
255
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
256
+ { [_e]: _c, [_hE]: 402 },
257
+ [_M, _RI, _RT, _SC, _QC],
258
+ [0, 0, 0, 0, 0], 5
259
+ ];
260
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
261
+ export var ThrottlingException$ = [-3, n0, _TE,
262
+ { [_e]: _c, [_hE]: 429 },
263
+ [_M, _SC, _QC],
264
+ [0, 0, 0], 1
265
+ ];
266
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
267
+ export var ValidationException$ = [-3, n0, _VE,
268
+ { [_e]: _c, [_hE]: 400 },
269
+ [_M, _R],
270
+ [0, 0], 1
271
+ ];
272
+ n0_registry.registerError(ValidationException$, ValidationException);
273
+ export const errorTypeRegistries = [
274
+ _s_registry,
275
+ n0_registry,
276
+ ];
227
277
  export var AccessControlEntry$ = [3, n0, _ACE,
228
278
  0,
229
279
  [_GDN, _GSI, _AR, _TA, _CA, _UA],
@@ -234,12 +284,6 @@ export var AccessControlEntrySummary$ = [3, n0, _ACES,
234
284
  [_GDN, _GSI, _AR, _TA, _CA, _UA],
235
285
  [0, 0, () => AccessRights$, 0, 4, 4]
236
286
  ];
237
- export var AccessDeniedException$ = [-3, n0, _ADE,
238
- { [_e]: _c, [_hE]: 403 },
239
- [_M],
240
- [0], 1
241
- ];
242
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
243
287
  export var AccessRights$ = [3, n0, _AR,
244
288
  0,
245
289
  [_E, _AE],
@@ -255,12 +299,6 @@ export var CertificateValidity$ = [3, n0, _CV,
255
299
  [_VP, _RP],
256
300
  [() => ValidityPeriod$, () => ValidityPeriod$], 2
257
301
  ];
258
- export var ConflictException$ = [-3, n0, _CE,
259
- { [_e]: _c, [_hE]: 409 },
260
- [_M, _RI, _RT],
261
- [0, 0, 0], 3
262
- ];
263
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
264
302
  export var Connector$ = [3, n0, _Co,
265
303
  0,
266
304
  [_A, _CAA, _CEPSE, _DI, _VI, _S, _SR, _CA, _UA],
@@ -441,12 +479,6 @@ export var GetTemplateResponse$ = [3, n0, _GTRe,
441
479
  [_Te],
442
480
  [() => Template$]
443
481
  ];
444
- export var InternalServerException$ = [-3, n0, _ISE,
445
- { [_e]: _s, [_hE]: 500 },
446
- [_M],
447
- [0], 1
448
- ];
449
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
450
482
  export var KeyUsage$ = [3, n0, _KU,
451
483
  0,
452
484
  [_UF, _C],
@@ -552,12 +584,6 @@ export var PrivateKeyFlagsV4$ = [3, n0, _PKFVri,
552
584
  [_CVl, _EK, _SKPR, _RASA, _RSKR, _ULP],
553
585
  [0, 2, 2, 2, 2, 2], 1
554
586
  ];
555
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
556
- { [_e]: _c, [_hE]: 404 },
557
- [_M, _RI, _RT],
558
- [0, 0, 0], 3
559
- ];
560
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
561
587
  export var ServicePrincipalName$ = [3, n0, _SPN,
562
588
  0,
563
589
  [_DRA, _CAo, _S, _SR, _CA, _UA],
@@ -568,12 +594,6 @@ export var ServicePrincipalNameSummary$ = [3, n0, _SPNS,
568
594
  [_DRA, _CAo, _S, _SR, _CA, _UA],
569
595
  [0, 0, 0, 0, 4, 4]
570
596
  ];
571
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
572
- { [_e]: _c, [_hE]: 402 },
573
- [_M, _RI, _RT, _SC, _QC],
574
- [0, 0, 0, 0, 0], 5
575
- ];
576
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
577
597
  export var SubjectNameFlagsV2$ = [3, n0, _SNFV,
578
598
  0,
579
599
  [_SRDD, _SRS, _SRDG, _SRU, _SRE, _SRD, _RDAC, _RE, _RCN, _RDP],
@@ -596,7 +616,7 @@ export var TagResourceRequest$ = [3, n0, _TRR,
596
616
  ];
597
617
  export var Template$ = [3, n0, _Te,
598
618
  0,
599
- [_A, _CAo, _D, _N, _OI, _PS, _S, _R, _CA, _UA],
619
+ [_A, _CAo, _D, _N, _OI, _PS, _S, _Re, _CA, _UA],
600
620
  [0, 0, () => TemplateDefinition$, 0, 0, 1, 0, () => TemplateRevision$, 4, 4]
601
621
  ];
602
622
  export var TemplateRevision$ = [3, n0, _TR,
@@ -606,7 +626,7 @@ export var TemplateRevision$ = [3, n0, _TR,
606
626
  ];
607
627
  export var TemplateSummary$ = [3, n0, _TS,
608
628
  0,
609
- [_A, _CAo, _D, _N, _OI, _PS, _S, _R, _CA, _UA],
629
+ [_A, _CAo, _D, _N, _OI, _PS, _S, _Re, _CA, _UA],
610
630
  [0, 0, () => TemplateDefinition$, 0, 0, 1, 0, () => TemplateRevision$, 4, 4]
611
631
  ];
612
632
  export var TemplateV2$ = [3, n0, _TV,
@@ -624,12 +644,6 @@ export var TemplateV4$ = [3, n0, _TVem,
624
644
  [_CV, _PKA, _PKF, _EF, _SNF, _GF, _Ex, _ST, _HA],
625
645
  [() => CertificateValidity$, () => PrivateKeyAttributesV4$, () => PrivateKeyFlagsV4$, () => EnrollmentFlagsV4$, () => SubjectNameFlagsV4$, () => GeneralFlagsV4$, () => ExtensionsV4$, 64 | 0, 0], 7
626
646
  ];
627
- export var ThrottlingException$ = [-3, n0, _TE,
628
- { [_e]: _c, [_hE]: 429 },
629
- [_M, _SC, _QC],
630
- [0, 0, 0], 1
631
- ];
632
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
633
647
  export var UntagResourceRequest$ = [3, n0, _URR,
634
648
  0,
635
649
  [_RA, _TK],
@@ -645,12 +659,6 @@ export var UpdateTemplateRequest$ = [3, n0, _UTR,
645
659
  [_TA, _D, _RACH],
646
660
  [[0, 1], () => TemplateDefinition$, 2], 1
647
661
  ];
648
- export var ValidationException$ = [-3, n0, _VE,
649
- { [_e]: _c, [_hE]: 400 },
650
- [_M, _Re],
651
- [0, 0], 1
652
- ];
653
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
654
662
  export var ValidityPeriod$ = [3, n0, _VP,
655
663
  0,
656
664
  [_PT, _Pe],
@@ -662,8 +670,6 @@ export var VpcInformation$ = [3, n0, _VI,
662
670
  [64 | 0, 0], 1
663
671
  ];
664
672
  var __Unit = "unit";
665
- export var PcaConnectorAdServiceException$ = [-3, _sm, "PcaConnectorAdServiceException", 0, [], []];
666
- TypeRegistry.for(_sm).registerError(PcaConnectorAdServiceException$, PcaConnectorAdServiceException);
667
673
  var AccessControlEntryList = [1, n0, _ACEL,
668
674
  0, () => AccessControlEntrySummary$
669
675
  ];
@@ -1,11 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var PcaConnectorAdServiceException$: 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 ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: 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 AccessControlEntry$: StaticStructureSchema;
3
18
  export declare var AccessControlEntrySummary$: StaticStructureSchema;
4
- export declare var AccessDeniedException$: StaticErrorSchema;
5
19
  export declare var AccessRights$: StaticStructureSchema;
6
20
  export declare var ApplicationPolicies$: StaticStructureSchema;
7
21
  export declare var CertificateValidity$: StaticStructureSchema;
8
- export declare var ConflictException$: StaticErrorSchema;
9
22
  export declare var Connector$: StaticStructureSchema;
10
23
  export declare var ConnectorSummary$: StaticStructureSchema;
11
24
  export declare var CreateConnectorRequest$: StaticStructureSchema;
@@ -42,7 +55,6 @@ export declare var GetTemplateGroupAccessControlEntryRequest$: StaticStructureSc
42
55
  export declare var GetTemplateGroupAccessControlEntryResponse$: StaticStructureSchema;
43
56
  export declare var GetTemplateRequest$: StaticStructureSchema;
44
57
  export declare var GetTemplateResponse$: StaticStructureSchema;
45
- export declare var InternalServerException$: StaticErrorSchema;
46
58
  export declare var KeyUsage$: StaticStructureSchema;
47
59
  export declare var KeyUsageFlags$: StaticStructureSchema;
48
60
  export declare var KeyUsagePropertyFlags$: StaticStructureSchema;
@@ -64,10 +76,8 @@ export declare var PrivateKeyAttributesV4$: StaticStructureSchema;
64
76
  export declare var PrivateKeyFlagsV2$: StaticStructureSchema;
65
77
  export declare var PrivateKeyFlagsV3$: StaticStructureSchema;
66
78
  export declare var PrivateKeyFlagsV4$: StaticStructureSchema;
67
- export declare var ResourceNotFoundException$: StaticErrorSchema;
68
79
  export declare var ServicePrincipalName$: StaticStructureSchema;
69
80
  export declare var ServicePrincipalNameSummary$: StaticStructureSchema;
70
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
71
81
  export declare var SubjectNameFlagsV2$: StaticStructureSchema;
72
82
  export declare var SubjectNameFlagsV3$: StaticStructureSchema;
73
83
  export declare var SubjectNameFlagsV4$: StaticStructureSchema;
@@ -78,14 +88,11 @@ export declare var TemplateSummary$: StaticStructureSchema;
78
88
  export declare var TemplateV2$: StaticStructureSchema;
79
89
  export declare var TemplateV3$: StaticStructureSchema;
80
90
  export declare var TemplateV4$: StaticStructureSchema;
81
- export declare var ThrottlingException$: StaticErrorSchema;
82
91
  export declare var UntagResourceRequest$: StaticStructureSchema;
83
92
  export declare var UpdateTemplateGroupAccessControlEntryRequest$: StaticStructureSchema;
84
93
  export declare var UpdateTemplateRequest$: StaticStructureSchema;
85
- export declare var ValidationException$: StaticErrorSchema;
86
94
  export declare var ValidityPeriod$: StaticStructureSchema;
87
95
  export declare var VpcInformation$: StaticStructureSchema;
88
- export declare var PcaConnectorAdServiceException$: StaticErrorSchema;
89
96
  export declare var ApplicationPolicy$: StaticUnionSchema;
90
97
  export declare var KeyUsageProperty$: StaticUnionSchema;
91
98
  export declare var TemplateDefinition$: StaticUnionSchema;
@@ -1,16 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var PcaConnectorAdServiceException$: StaticErrorSchema;
9
+ export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalServerException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
7
17
  export declare var AccessControlEntry$: StaticStructureSchema;
8
18
  export declare var AccessControlEntrySummary$: StaticStructureSchema;
9
- export declare var AccessDeniedException$: StaticErrorSchema;
10
19
  export declare var AccessRights$: StaticStructureSchema;
11
20
  export declare var ApplicationPolicies$: StaticStructureSchema;
12
21
  export declare var CertificateValidity$: StaticStructureSchema;
13
- export declare var ConflictException$: StaticErrorSchema;
14
22
  export declare var Connector$: StaticStructureSchema;
15
23
  export declare var ConnectorSummary$: StaticStructureSchema;
16
24
  export declare var CreateConnectorRequest$: StaticStructureSchema;
@@ -47,7 +55,6 @@ export declare var GetTemplateGroupAccessControlEntryRequest$: StaticStructureSc
47
55
  export declare var GetTemplateGroupAccessControlEntryResponse$: StaticStructureSchema;
48
56
  export declare var GetTemplateRequest$: StaticStructureSchema;
49
57
  export declare var GetTemplateResponse$: StaticStructureSchema;
50
- export declare var InternalServerException$: StaticErrorSchema;
51
58
  export declare var KeyUsage$: StaticStructureSchema;
52
59
  export declare var KeyUsageFlags$: StaticStructureSchema;
53
60
  export declare var KeyUsagePropertyFlags$: StaticStructureSchema;
@@ -69,10 +76,8 @@ export declare var PrivateKeyAttributesV4$: StaticStructureSchema;
69
76
  export declare var PrivateKeyFlagsV2$: StaticStructureSchema;
70
77
  export declare var PrivateKeyFlagsV3$: StaticStructureSchema;
71
78
  export declare var PrivateKeyFlagsV4$: StaticStructureSchema;
72
- export declare var ResourceNotFoundException$: StaticErrorSchema;
73
79
  export declare var ServicePrincipalName$: StaticStructureSchema;
74
80
  export declare var ServicePrincipalNameSummary$: StaticStructureSchema;
75
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
76
81
  export declare var SubjectNameFlagsV2$: StaticStructureSchema;
77
82
  export declare var SubjectNameFlagsV3$: StaticStructureSchema;
78
83
  export declare var SubjectNameFlagsV4$: StaticStructureSchema;
@@ -83,14 +88,11 @@ export declare var TemplateSummary$: StaticStructureSchema;
83
88
  export declare var TemplateV2$: StaticStructureSchema;
84
89
  export declare var TemplateV3$: StaticStructureSchema;
85
90
  export declare var TemplateV4$: StaticStructureSchema;
86
- export declare var ThrottlingException$: StaticErrorSchema;
87
91
  export declare var UntagResourceRequest$: StaticStructureSchema;
88
92
  export declare var UpdateTemplateGroupAccessControlEntryRequest$: StaticStructureSchema;
89
93
  export declare var UpdateTemplateRequest$: StaticStructureSchema;
90
- export declare var ValidationException$: StaticErrorSchema;
91
94
  export declare var ValidityPeriod$: StaticStructureSchema;
92
95
  export declare var VpcInformation$: StaticStructureSchema;
93
- export declare var PcaConnectorAdServiceException$: StaticErrorSchema;
94
96
  export declare var ApplicationPolicy$: StaticUnionSchema;
95
97
  export declare var KeyUsageProperty$: StaticUnionSchema;
96
98
  export declare var TemplateDefinition$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pca-connector-ad",
3
3
  "description": "AWS SDK for JavaScript Pca Connector Ad Client for Node.js, Browser and React Native",
4
- "version": "3.986.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-pca-connector-ad",
@@ -21,38 +21,38 @@
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.986.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",