@aws-sdk/client-appfabric 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 { defaultAppFabricHttpAuthSchemeProvider } 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: "2023-05-19",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.appfabric",
30
+ errorTypeRegistries,
29
31
  version: "2023-05-19",
30
32
  serviceTarget: "FabricFrontEndService",
31
33
  },
@@ -96,8 +96,8 @@ const _SUAT = "StartUserAccessTasks";
96
96
  const _SUATR = "StartUserAccessTasksRequest";
97
97
  const _SUATRt = "StartUserAccessTasksResponse";
98
98
  const _T = "Tag";
99
- const _TE = "TaskError";
100
- const _TEh = "ThrottlingException";
99
+ const _TE = "ThrottlingException";
100
+ const _TEa = "TaskError";
101
101
  const _TL = "TagList";
102
102
  const _TR = "TagResource";
103
103
  const _TRR = "TagResourceRequest";
@@ -184,15 +184,15 @@ const _rI = "resourceId";
184
184
  const _rS = "resultStatus";
185
185
  const _rT = "resourceType";
186
186
  const _rU = "redirectUri";
187
- const _s = "status";
187
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.appfabric";
188
188
  const _sB = "s3Bucket";
189
189
  const _sC = "serviceCode";
190
190
  const _sN = "streamName";
191
191
  const _sR = "statusReason";
192
192
  const _sc = "schema";
193
193
  const _se = "server";
194
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appfabric";
195
- const _st = "state";
194
+ const _st = "status";
195
+ const _sta = "state";
196
196
  const _t = "tenant";
197
197
  const _tDN = "tenantDisplayName";
198
198
  const _tE = "taskError";
@@ -215,14 +215,58 @@ const n0 = "com.amazonaws.appfabric";
215
215
  import { TypeRegistry } from "@smithy/core/schema";
216
216
  import { AppFabricServiceException } from "../models/AppFabricServiceException";
217
217
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
218
- var Email = [0, n0, _E, 8, 0];
219
- var SensitiveString2048 = [0, n0, _SS, 8, 0];
218
+ const _s_registry = TypeRegistry.for(_s);
219
+ export var AppFabricServiceException$ = [-3, _s, "AppFabricServiceException", 0, [], []];
220
+ _s_registry.registerError(AppFabricServiceException$, AppFabricServiceException);
221
+ const n0_registry = TypeRegistry.for(n0);
220
222
  export var AccessDeniedException$ = [-3, n0, _ADE,
221
223
  { [_e]: _c, [_hE]: 403 },
222
224
  [_m],
223
225
  [0], 1
224
226
  ];
225
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
227
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
228
+ export var ConflictException$ = [-3, n0, _CE,
229
+ { [_e]: _c, [_hE]: 409 },
230
+ [_m, _rI, _rT],
231
+ [0, 0, 0], 3
232
+ ];
233
+ n0_registry.registerError(ConflictException$, ConflictException);
234
+ export var InternalServerException$ = [-3, n0, _ISE,
235
+ { [_e]: _se, [_hE]: 500 },
236
+ [_m, _rAS],
237
+ [0, [1, { [_hH]: _RA }]], 1
238
+ ];
239
+ n0_registry.registerError(InternalServerException$, InternalServerException);
240
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
241
+ { [_e]: _c, [_hE]: 404 },
242
+ [_m, _rI, _rT],
243
+ [0, 0, 0], 3
244
+ ];
245
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
246
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
247
+ { [_e]: _c, [_hE]: 402 },
248
+ [_m, _rI, _rT, _sC, _qC],
249
+ [0, 0, 0, 0, 0], 5
250
+ ];
251
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
252
+ export var ThrottlingException$ = [-3, n0, _TE,
253
+ { [_e]: _c, [_hE]: 429 },
254
+ [_m, _sC, _qC, _rAS],
255
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
256
+ ];
257
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
258
+ export var ValidationException$ = [-3, n0, _VE,
259
+ { [_e]: _c, [_hE]: 400 },
260
+ [_m, _r, _fL],
261
+ [0, 0, () => ValidationExceptionFieldList], 2
262
+ ];
263
+ n0_registry.registerError(ValidationException$, ValidationException);
264
+ export const errorTypeRegistries = [
265
+ _s_registry,
266
+ n0_registry,
267
+ ];
268
+ var Email = [0, n0, _E, 8, 0];
269
+ var SensitiveString2048 = [0, n0, _SS, 8, 0];
226
270
  export var ApiKeyCredential$ = [3, n0, _AKC,
227
271
  0,
228
272
  [_aK],
@@ -230,12 +274,12 @@ export var ApiKeyCredential$ = [3, n0, _AKC,
230
274
  ];
231
275
  export var AppAuthorization$ = [3, n0, _AA,
232
276
  0,
233
- [_aAA, _aBA, _a, _t, _aT, _s, _cA, _uA, _p, _aU],
277
+ [_aAA, _aBA, _a, _t, _aT, _st, _cA, _uA, _p, _aU],
234
278
  [0, 0, 0, () => Tenant$, 0, 0, 5, 5, 0, 0], 8
235
279
  ];
236
280
  export var AppAuthorizationSummary$ = [3, n0, _AAS,
237
281
  0,
238
- [_aAA, _aBA, _a, _t, _s, _uA],
282
+ [_aAA, _aBA, _a, _t, _st, _uA],
239
283
  [0, 0, 0, () => Tenant$, 0, 5], 6
240
284
  ];
241
285
  export var AppBundle$ = [3, n0, _AB,
@@ -273,12 +317,6 @@ export var BatchGetUserAccessTasksResponse$ = [3, n0, _BGUATRa,
273
317
  [_uARL],
274
318
  [[() => UserAccessResultsList, 0]]
275
319
  ];
276
- export var ConflictException$ = [-3, n0, _CE,
277
- { [_e]: _c, [_hE]: 409 },
278
- [_m, _rI, _rT],
279
- [0, 0, 0], 3
280
- ];
281
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
282
320
  export var ConnectAppAuthorizationRequest$ = [3, n0, _CAAR,
283
321
  0,
284
322
  [_aBI, _aAI, _aR],
@@ -416,12 +454,12 @@ export var GetIngestionResponse$ = [3, n0, _GIRe,
416
454
  ];
417
455
  export var Ingestion$ = [3, n0, _I,
418
456
  0,
419
- [_ar, _aBA, _a, _tI, _cA, _uA, _st, _iT],
457
+ [_ar, _aBA, _a, _tI, _cA, _uA, _sta, _iT],
420
458
  [0, 0, 0, 0, 5, 5, 0, 0], 8
421
459
  ];
422
460
  export var IngestionDestination$ = [3, n0, _ID,
423
461
  0,
424
- [_ar, _iA, _pC, _dC, _s, _sR, _cA, _uA],
462
+ [_ar, _iA, _pC, _dC, _st, _sR, _cA, _uA],
425
463
  [0, 0, () => ProcessingConfiguration$, () => DestinationConfiguration$, 0, 0, 5, 5], 4
426
464
  ];
427
465
  export var IngestionDestinationSummary$ = [3, n0, _IDS,
@@ -431,15 +469,9 @@ export var IngestionDestinationSummary$ = [3, n0, _IDS,
431
469
  ];
432
470
  export var IngestionSummary$ = [3, n0, _IS,
433
471
  0,
434
- [_ar, _a, _tI, _st],
472
+ [_ar, _a, _tI, _sta],
435
473
  [0, 0, 0, 0], 4
436
474
  ];
437
- export var InternalServerException$ = [-3, n0, _ISE,
438
- { [_e]: _se, [_hE]: 500 },
439
- [_m, _rAS],
440
- [0, [1, { [_hH]: _RA }]], 1
441
- ];
442
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
443
475
  export var ListAppAuthorizationsRequest$ = [3, n0, _LAAR,
444
476
  0,
445
477
  [_aBI, _mR, _nT],
@@ -495,23 +527,11 @@ export var Oauth2Credential$ = [3, n0, _OC,
495
527
  [_cI, _cS],
496
528
  [0, [() => SensitiveString2048, 0]], 2
497
529
  ];
498
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
499
- { [_e]: _c, [_hE]: 404 },
500
- [_m, _rI, _rT],
501
- [0, 0, 0], 3
502
- ];
503
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
504
530
  export var S3Bucket$ = [3, n0, _SB,
505
531
  0,
506
532
  [_bN, _pr],
507
533
  [0, 0], 1
508
534
  ];
509
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
510
- { [_e]: _c, [_hE]: 402 },
511
- [_m, _rI, _rT, _sC, _qC],
512
- [0, 0, 0, 0, 0], 5
513
- ];
514
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
515
535
  export var StartIngestionRequest$ = [3, n0, _SIR,
516
536
  0,
517
537
  [_iI, _aBI],
@@ -557,7 +577,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
557
577
  [],
558
578
  []
559
579
  ];
560
- export var TaskError$ = [3, n0, _TE,
580
+ export var TaskError$ = [3, n0, _TEa,
561
581
  0,
562
582
  [_eC, _eM],
563
583
  [0, 0]
@@ -567,12 +587,6 @@ export var Tenant$ = [3, n0, _Te,
567
587
  [_tIe, _tDN],
568
588
  [0, 0], 2
569
589
  ];
570
- export var ThrottlingException$ = [-3, n0, _TEh,
571
- { [_e]: _c, [_hE]: 429 },
572
- [_m, _sC, _qC, _rAS],
573
- [0, 0, 0, [1, { [_hH]: _RA }]], 1
574
- ];
575
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
576
590
  export var UntagResourceRequest$ = [3, n0, _URR,
577
591
  0,
578
592
  [_rA, _tK],
@@ -613,19 +627,11 @@ export var UserAccessTaskItem$ = [3, n0, _UATI,
613
627
  [_a, _tI, _tIa, _e],
614
628
  [0, 0, 0, () => TaskError$], 2
615
629
  ];
616
- export var ValidationException$ = [-3, n0, _VE,
617
- { [_e]: _c, [_hE]: 400 },
618
- [_m, _r, _fL],
619
- [0, 0, () => ValidationExceptionFieldList], 2
620
- ];
621
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
622
630
  export var ValidationExceptionField$ = [3, n0, _VEF,
623
631
  0,
624
632
  [_n, _m],
625
633
  [0, 0], 2
626
634
  ];
627
- export var AppFabricServiceException$ = [-3, _sm, "AppFabricServiceException", 0, [], []];
628
- TypeRegistry.for(_sm).registerError(AppFabricServiceException$, AppFabricServiceException);
629
635
  var AppAuthorizationSummaryList = [1, n0, _AASL,
630
636
  0, () => AppAuthorizationSummary$
631
637
  ];
@@ -1,5 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var AppFabricServiceException$: StaticErrorSchema;
2
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[];
3
17
  export declare var ApiKeyCredential$: StaticStructureSchema;
4
18
  export declare var AppAuthorization$: StaticStructureSchema;
5
19
  export declare var AppAuthorizationSummary$: StaticStructureSchema;
@@ -10,7 +24,6 @@ export declare var AuditLogProcessingConfiguration$: StaticStructureSchema;
10
24
  export declare var AuthRequest$: StaticStructureSchema;
11
25
  export declare var BatchGetUserAccessTasksRequest$: StaticStructureSchema;
12
26
  export declare var BatchGetUserAccessTasksResponse$: StaticStructureSchema;
13
- export declare var ConflictException$: StaticErrorSchema;
14
27
  export declare var ConnectAppAuthorizationRequest$: StaticStructureSchema;
15
28
  export declare var ConnectAppAuthorizationResponse$: StaticStructureSchema;
16
29
  export declare var CreateAppAuthorizationRequest$: StaticStructureSchema;
@@ -42,7 +55,6 @@ export declare var Ingestion$: StaticStructureSchema;
42
55
  export declare var IngestionDestination$: StaticStructureSchema;
43
56
  export declare var IngestionDestinationSummary$: StaticStructureSchema;
44
57
  export declare var IngestionSummary$: StaticStructureSchema;
45
- export declare var InternalServerException$: StaticErrorSchema;
46
58
  export declare var ListAppAuthorizationsRequest$: StaticStructureSchema;
47
59
  export declare var ListAppAuthorizationsResponse$: StaticStructureSchema;
48
60
  export declare var ListAppBundlesRequest$: StaticStructureSchema;
@@ -54,9 +66,7 @@ export declare var ListIngestionsResponse$: StaticStructureSchema;
54
66
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
55
67
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
56
68
  export declare var Oauth2Credential$: StaticStructureSchema;
57
- export declare var ResourceNotFoundException$: StaticErrorSchema;
58
69
  export declare var S3Bucket$: StaticStructureSchema;
59
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
60
70
  export declare var StartIngestionRequest$: StaticStructureSchema;
61
71
  export declare var StartIngestionResponse$: StaticStructureSchema;
62
72
  export declare var StartUserAccessTasksRequest$: StaticStructureSchema;
@@ -68,7 +78,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
68
78
  export declare var TagResourceResponse$: StaticStructureSchema;
69
79
  export declare var TaskError$: StaticStructureSchema;
70
80
  export declare var Tenant$: StaticStructureSchema;
71
- export declare var ThrottlingException$: StaticErrorSchema;
72
81
  export declare var UntagResourceRequest$: StaticStructureSchema;
73
82
  export declare var UntagResourceResponse$: StaticStructureSchema;
74
83
  export declare var UpdateAppAuthorizationRequest$: StaticStructureSchema;
@@ -77,9 +86,7 @@ export declare var UpdateIngestionDestinationRequest$: StaticStructureSchema;
77
86
  export declare var UpdateIngestionDestinationResponse$: StaticStructureSchema;
78
87
  export declare var UserAccessResultItem$: StaticStructureSchema;
79
88
  export declare var UserAccessTaskItem$: StaticStructureSchema;
80
- export declare var ValidationException$: StaticErrorSchema;
81
89
  export declare var ValidationExceptionField$: StaticStructureSchema;
82
- export declare var AppFabricServiceException$: StaticErrorSchema;
83
90
  export declare var Credential$: StaticUnionSchema;
84
91
  export declare var Destination$: StaticUnionSchema;
85
92
  export declare var DestinationConfiguration$: StaticUnionSchema;
@@ -1,10 +1,19 @@
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 AppFabricServiceException$: StaticErrorSchema;
7
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[];
8
17
  export declare var ApiKeyCredential$: StaticStructureSchema;
9
18
  export declare var AppAuthorization$: StaticStructureSchema;
10
19
  export declare var AppAuthorizationSummary$: StaticStructureSchema;
@@ -15,7 +24,6 @@ export declare var AuditLogProcessingConfiguration$: StaticStructureSchema;
15
24
  export declare var AuthRequest$: StaticStructureSchema;
16
25
  export declare var BatchGetUserAccessTasksRequest$: StaticStructureSchema;
17
26
  export declare var BatchGetUserAccessTasksResponse$: StaticStructureSchema;
18
- export declare var ConflictException$: StaticErrorSchema;
19
27
  export declare var ConnectAppAuthorizationRequest$: StaticStructureSchema;
20
28
  export declare var ConnectAppAuthorizationResponse$: StaticStructureSchema;
21
29
  export declare var CreateAppAuthorizationRequest$: StaticStructureSchema;
@@ -47,7 +55,6 @@ export declare var Ingestion$: StaticStructureSchema;
47
55
  export declare var IngestionDestination$: StaticStructureSchema;
48
56
  export declare var IngestionDestinationSummary$: StaticStructureSchema;
49
57
  export declare var IngestionSummary$: StaticStructureSchema;
50
- export declare var InternalServerException$: StaticErrorSchema;
51
58
  export declare var ListAppAuthorizationsRequest$: StaticStructureSchema;
52
59
  export declare var ListAppAuthorizationsResponse$: StaticStructureSchema;
53
60
  export declare var ListAppBundlesRequest$: StaticStructureSchema;
@@ -59,9 +66,7 @@ export declare var ListIngestionsResponse$: StaticStructureSchema;
59
66
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
60
67
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
61
68
  export declare var Oauth2Credential$: StaticStructureSchema;
62
- export declare var ResourceNotFoundException$: StaticErrorSchema;
63
69
  export declare var S3Bucket$: StaticStructureSchema;
64
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
65
70
  export declare var StartIngestionRequest$: StaticStructureSchema;
66
71
  export declare var StartIngestionResponse$: StaticStructureSchema;
67
72
  export declare var StartUserAccessTasksRequest$: StaticStructureSchema;
@@ -73,7 +78,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
73
78
  export declare var TagResourceResponse$: StaticStructureSchema;
74
79
  export declare var TaskError$: StaticStructureSchema;
75
80
  export declare var Tenant$: StaticStructureSchema;
76
- export declare var ThrottlingException$: StaticErrorSchema;
77
81
  export declare var UntagResourceRequest$: StaticStructureSchema;
78
82
  export declare var UntagResourceResponse$: StaticStructureSchema;
79
83
  export declare var UpdateAppAuthorizationRequest$: StaticStructureSchema;
@@ -82,9 +86,7 @@ export declare var UpdateIngestionDestinationRequest$: StaticStructureSchema;
82
86
  export declare var UpdateIngestionDestinationResponse$: StaticStructureSchema;
83
87
  export declare var UserAccessResultItem$: StaticStructureSchema;
84
88
  export declare var UserAccessTaskItem$: StaticStructureSchema;
85
- export declare var ValidationException$: StaticErrorSchema;
86
89
  export declare var ValidationExceptionField$: StaticStructureSchema;
87
- export declare var AppFabricServiceException$: StaticErrorSchema;
88
90
  export declare var Credential$: StaticUnionSchema;
89
91
  export declare var Destination$: StaticUnionSchema;
90
92
  export declare var DestinationConfiguration$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric 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-appfabric",
@@ -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.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",