@aws-sdk/client-synthetics 3.987.0 → 3.989.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 { defaultSyntheticsHttpAuthSchemeProvider } 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: "2017-10-11",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.synthetics",
30
+ errorTypeRegistries,
29
31
  version: "2017-10-11",
30
32
  serviceTarget: "Synthetics",
31
33
  },
@@ -208,19 +208,87 @@ const _e = "error";
208
208
  const _h = "http";
209
209
  const _hE = "httpError";
210
210
  const _hQ = "httpQuery";
211
- const _s = "server";
212
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.synthetics";
211
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.synthetics";
212
+ const _se = "server";
213
213
  const _tK = "tagKeys";
214
214
  const n0 = "com.amazonaws.synthetics";
215
215
  import { TypeRegistry } from "@smithy/core/schema";
216
216
  import { AccessDeniedException, BadRequestException, ConflictException, InternalFailureException, InternalServerException, NotFoundException, RequestEntityTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyRequestsException, ValidationException, } from "../models/errors";
217
217
  import { SyntheticsServiceException } from "../models/SyntheticsServiceException";
218
+ const _s_registry = TypeRegistry.for(_s);
219
+ export var SyntheticsServiceException$ = [-3, _s, "SyntheticsServiceException", 0, [], []];
220
+ _s_registry.registerError(SyntheticsServiceException$, SyntheticsServiceException);
221
+ const n0_registry = TypeRegistry.for(n0);
218
222
  export var AccessDeniedException$ = [-3, n0, _ADE,
219
223
  { [_e]: _c, [_hE]: 403 },
220
224
  [_M],
221
225
  [0]
222
226
  ];
223
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
227
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
228
+ export var BadRequestException$ = [-3, n0, _BRE,
229
+ { [_e]: _c, [_hE]: 400 },
230
+ [_M],
231
+ [0]
232
+ ];
233
+ n0_registry.registerError(BadRequestException$, BadRequestException);
234
+ export var ConflictException$ = [-3, n0, _CE,
235
+ { [_e]: _c, [_hE]: 409 },
236
+ [_M],
237
+ [0]
238
+ ];
239
+ n0_registry.registerError(ConflictException$, ConflictException);
240
+ export var InternalFailureException$ = [-3, n0, _IFE,
241
+ { [_e]: _se, [_hE]: 500 },
242
+ [_M],
243
+ [0]
244
+ ];
245
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
246
+ export var InternalServerException$ = [-3, n0, _ISE,
247
+ { [_e]: _se, [_hE]: 500 },
248
+ [_M],
249
+ [0]
250
+ ];
251
+ n0_registry.registerError(InternalServerException$, InternalServerException);
252
+ export var NotFoundException$ = [-3, n0, _NFE,
253
+ { [_e]: _c, [_hE]: 404 },
254
+ [_M],
255
+ [0]
256
+ ];
257
+ n0_registry.registerError(NotFoundException$, NotFoundException);
258
+ export var RequestEntityTooLargeException$ = [-3, n0, _RETLE,
259
+ { [_e]: _c, [_hE]: 413 },
260
+ [_M],
261
+ [0]
262
+ ];
263
+ n0_registry.registerError(RequestEntityTooLargeException$, RequestEntityTooLargeException);
264
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
265
+ { [_e]: _c, [_hE]: 404 },
266
+ [_M],
267
+ [0]
268
+ ];
269
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
270
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
271
+ { [_e]: _c, [_hE]: 402 },
272
+ [_M],
273
+ [0]
274
+ ];
275
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
276
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
277
+ { [_e]: _c, [_hE]: 429 },
278
+ [_M],
279
+ [0]
280
+ ];
281
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
282
+ export var ValidationException$ = [-3, n0, _VE,
283
+ { [_e]: _c, [_hE]: 400 },
284
+ [_M],
285
+ [0]
286
+ ];
287
+ n0_registry.registerError(ValidationException$, ValidationException);
288
+ export const errorTypeRegistries = [
289
+ _s_registry,
290
+ n0_registry,
291
+ ];
224
292
  export var ArtifactConfigInput$ = [3, n0, _ACI,
225
293
  0,
226
294
  [_SE],
@@ -241,12 +309,6 @@ export var AssociateResourceResponse$ = [3, n0, _ARRs,
241
309
  [],
242
310
  []
243
311
  ];
244
- export var BadRequestException$ = [-3, n0, _BRE,
245
- { [_e]: _c, [_hE]: 400 },
246
- [_M],
247
- [0]
248
- ];
249
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
250
312
  export var BaseScreenshot$ = [3, n0, _BS,
251
313
  0,
252
314
  [_SN, _IC],
@@ -327,12 +389,6 @@ export var CanaryTimeline$ = [3, n0, _CT,
327
389
  [_Cr, _LM, _LS, _LSa],
328
390
  [4, 4, 4, 4]
329
391
  ];
330
- export var ConflictException$ = [-3, n0, _CE,
331
- { [_e]: _c, [_hE]: 409 },
332
- [_M],
333
- [0]
334
- ];
335
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
336
392
  export var CreateCanaryRequest$ = [3, n0, _CCR,
337
393
  0,
338
394
  [_N, _Co, _ASL, _ERA, _S, _RV, _RC, _SRPID, _FRPID, _VC, _RTRT, _PRC, _BCr, _Ta, _AC],
@@ -468,18 +524,6 @@ export var GroupSummary$ = [3, n0, _GS,
468
524
  [_I, _N, _A],
469
525
  [0, 0, 0]
470
526
  ];
471
- export var InternalFailureException$ = [-3, n0, _IFE,
472
- { [_e]: _s, [_hE]: 500 },
473
- [_M],
474
- [0]
475
- ];
476
- TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
477
- export var InternalServerException$ = [-3, n0, _ISE,
478
- { [_e]: _s, [_hE]: 500 },
479
- [_M],
480
- [0]
481
- ];
482
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
483
527
  export var ListAssociatedGroupsRequest$ = [3, n0, _LAGR,
484
528
  0,
485
529
  [_RA, _NT, _MR],
@@ -520,24 +564,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
520
564
  [_Ta],
521
565
  [128 | 0]
522
566
  ];
523
- export var NotFoundException$ = [-3, n0, _NFE,
524
- { [_e]: _c, [_hE]: 404 },
525
- [_M],
526
- [0]
527
- ];
528
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
529
- export var RequestEntityTooLargeException$ = [-3, n0, _RETLE,
530
- { [_e]: _c, [_hE]: 413 },
531
- [_M],
532
- [0]
533
- ];
534
- TypeRegistry.for(n0).registerError(RequestEntityTooLargeException$, RequestEntityTooLargeException);
535
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
536
- { [_e]: _c, [_hE]: 404 },
537
- [_M],
538
- [0]
539
- ];
540
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
541
567
  export var RetryConfigInput$ = [3, n0, _RCI,
542
568
  0,
543
569
  [_MRa],
@@ -558,12 +584,6 @@ export var S3EncryptionConfig$ = [3, n0, _SEC,
558
584
  [_EM, _KKA],
559
585
  [0, 0]
560
586
  ];
561
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
562
- { [_e]: _c, [_hE]: 402 },
563
- [_M],
564
- [0]
565
- ];
566
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
567
587
  export var StartCanaryDryRunRequest$ = [3, n0, _SCDRR,
568
588
  0,
569
589
  [_N, _Co, _RV, _RC, _VC, _ERA, _SRPID, _FRPID, _VR, _ASL, _AC, _PRC, _BCr, _VRi],
@@ -604,12 +624,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
604
624
  [],
605
625
  []
606
626
  ];
607
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
608
- { [_e]: _c, [_hE]: 429 },
609
- [_M],
610
- [0]
611
- ];
612
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
613
627
  export var UntagResourceRequest$ = [3, n0, _URR,
614
628
  0,
615
629
  [_RA, _TK],
@@ -630,12 +644,6 @@ export var UpdateCanaryResponse$ = [3, n0, _UCRp,
630
644
  [],
631
645
  []
632
646
  ];
633
- export var ValidationException$ = [-3, n0, _VE,
634
- { [_e]: _c, [_hE]: 400 },
635
- [_M],
636
- [0]
637
- ];
638
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
639
647
  export var VisualReferenceInput$ = [3, n0, _VRI,
640
648
  0,
641
649
  [_BCRI, _BSa, _BT],
@@ -656,8 +664,6 @@ export var VpcConfigOutput$ = [3, n0, _VCO,
656
664
  [_VI, _SI, _SGI, _IAFDS],
657
665
  [0, 64 | 0, 64 | 0, 2]
658
666
  ];
659
- export var SyntheticsServiceException$ = [-3, _sm, "SyntheticsServiceException", 0, [], []];
660
- TypeRegistry.for(_sm).registerError(SyntheticsServiceException$, SyntheticsServiceException);
661
667
  var BaseScreenshotIgnoreCoordinates = 64 | 0;
662
668
  var BaseScreenshots = [1, n0, _BSa,
663
669
  0, () => BaseScreenshot$
@@ -1,10 +1,27 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var SyntheticsServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var BadRequestException$: StaticErrorSchema;
6
+ export declare var ConflictException$: StaticErrorSchema;
7
+ export declare var InternalFailureException$: StaticErrorSchema;
8
+ export declare var InternalServerException$: StaticErrorSchema;
9
+ export declare var NotFoundException$: StaticErrorSchema;
10
+ export declare var RequestEntityTooLargeException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
13
+ export declare var TooManyRequestsException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ /**
16
+ * TypeRegistry instances containing modeled errors.
17
+ * @internal
18
+ *
19
+ */
20
+ export declare const errorTypeRegistries: TypeRegistry[];
3
21
  export declare var ArtifactConfigInput$: StaticStructureSchema;
4
22
  export declare var ArtifactConfigOutput$: StaticStructureSchema;
5
23
  export declare var AssociateResourceRequest$: StaticStructureSchema;
6
24
  export declare var AssociateResourceResponse$: StaticStructureSchema;
7
- export declare var BadRequestException$: StaticErrorSchema;
8
25
  export declare var BaseScreenshot$: StaticStructureSchema;
9
26
  export declare var BrowserConfig$: StaticStructureSchema;
10
27
  export declare var Canary$: StaticStructureSchema;
@@ -21,7 +38,6 @@ export declare var CanaryScheduleInput$: StaticStructureSchema;
21
38
  export declare var CanaryScheduleOutput$: StaticStructureSchema;
22
39
  export declare var CanaryStatus$: StaticStructureSchema;
23
40
  export declare var CanaryTimeline$: StaticStructureSchema;
24
- export declare var ConflictException$: StaticErrorSchema;
25
41
  export declare var CreateCanaryRequest$: StaticStructureSchema;
26
42
  export declare var CreateCanaryResponse$: StaticStructureSchema;
27
43
  export declare var CreateGroupRequest$: StaticStructureSchema;
@@ -49,8 +65,6 @@ export declare var GetGroupRequest$: StaticStructureSchema;
49
65
  export declare var GetGroupResponse$: StaticStructureSchema;
50
66
  export declare var Group$: StaticStructureSchema;
51
67
  export declare var GroupSummary$: StaticStructureSchema;
52
- export declare var InternalFailureException$: StaticErrorSchema;
53
- export declare var InternalServerException$: StaticErrorSchema;
54
68
  export declare var ListAssociatedGroupsRequest$: StaticStructureSchema;
55
69
  export declare var ListAssociatedGroupsResponse$: StaticStructureSchema;
56
70
  export declare var ListGroupResourcesRequest$: StaticStructureSchema;
@@ -59,14 +73,10 @@ export declare var ListGroupsRequest$: StaticStructureSchema;
59
73
  export declare var ListGroupsResponse$: StaticStructureSchema;
60
74
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
61
75
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
62
- export declare var NotFoundException$: StaticErrorSchema;
63
- export declare var RequestEntityTooLargeException$: StaticErrorSchema;
64
- export declare var ResourceNotFoundException$: StaticErrorSchema;
65
76
  export declare var RetryConfigInput$: StaticStructureSchema;
66
77
  export declare var RetryConfigOutput$: StaticStructureSchema;
67
78
  export declare var RuntimeVersion$: StaticStructureSchema;
68
79
  export declare var S3EncryptionConfig$: StaticStructureSchema;
69
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
70
80
  export declare var StartCanaryDryRunRequest$: StaticStructureSchema;
71
81
  export declare var StartCanaryDryRunResponse$: StaticStructureSchema;
72
82
  export declare var StartCanaryRequest$: StaticStructureSchema;
@@ -75,17 +85,14 @@ export declare var StopCanaryRequest$: StaticStructureSchema;
75
85
  export declare var StopCanaryResponse$: StaticStructureSchema;
76
86
  export declare var TagResourceRequest$: StaticStructureSchema;
77
87
  export declare var TagResourceResponse$: StaticStructureSchema;
78
- export declare var TooManyRequestsException$: StaticErrorSchema;
79
88
  export declare var UntagResourceRequest$: StaticStructureSchema;
80
89
  export declare var UntagResourceResponse$: StaticStructureSchema;
81
90
  export declare var UpdateCanaryRequest$: StaticStructureSchema;
82
91
  export declare var UpdateCanaryResponse$: StaticStructureSchema;
83
- export declare var ValidationException$: StaticErrorSchema;
84
92
  export declare var VisualReferenceInput$: StaticStructureSchema;
85
93
  export declare var VisualReferenceOutput$: StaticStructureSchema;
86
94
  export declare var VpcConfigInput$: StaticStructureSchema;
87
95
  export declare var VpcConfigOutput$: StaticStructureSchema;
88
- export declare var SyntheticsServiceException$: StaticErrorSchema;
89
96
  export declare var AssociateResource$: StaticOperationSchema;
90
97
  export declare var CreateCanary$: StaticOperationSchema;
91
98
  export declare var CreateGroup$: StaticOperationSchema;
@@ -1,14 +1,26 @@
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 SyntheticsServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var BadRequestException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalFailureException$: StaticErrorSchema;
12
+ export declare var InternalServerException$: StaticErrorSchema;
13
+ export declare var NotFoundException$: StaticErrorSchema;
14
+ export declare var RequestEntityTooLargeException$: StaticErrorSchema;
15
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
16
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
17
+ export declare var TooManyRequestsException$: StaticErrorSchema;
18
+ export declare var ValidationException$: StaticErrorSchema;
19
+ export declare const errorTypeRegistries: TypeRegistry[];
7
20
  export declare var ArtifactConfigInput$: StaticStructureSchema;
8
21
  export declare var ArtifactConfigOutput$: StaticStructureSchema;
9
22
  export declare var AssociateResourceRequest$: StaticStructureSchema;
10
23
  export declare var AssociateResourceResponse$: StaticStructureSchema;
11
- export declare var BadRequestException$: StaticErrorSchema;
12
24
  export declare var BaseScreenshot$: StaticStructureSchema;
13
25
  export declare var BrowserConfig$: StaticStructureSchema;
14
26
  export declare var Canary$: StaticStructureSchema;
@@ -25,7 +37,6 @@ export declare var CanaryScheduleInput$: StaticStructureSchema;
25
37
  export declare var CanaryScheduleOutput$: StaticStructureSchema;
26
38
  export declare var CanaryStatus$: StaticStructureSchema;
27
39
  export declare var CanaryTimeline$: StaticStructureSchema;
28
- export declare var ConflictException$: StaticErrorSchema;
29
40
  export declare var CreateCanaryRequest$: StaticStructureSchema;
30
41
  export declare var CreateCanaryResponse$: StaticStructureSchema;
31
42
  export declare var CreateGroupRequest$: StaticStructureSchema;
@@ -53,8 +64,6 @@ export declare var GetGroupRequest$: StaticStructureSchema;
53
64
  export declare var GetGroupResponse$: StaticStructureSchema;
54
65
  export declare var Group$: StaticStructureSchema;
55
66
  export declare var GroupSummary$: StaticStructureSchema;
56
- export declare var InternalFailureException$: StaticErrorSchema;
57
- export declare var InternalServerException$: StaticErrorSchema;
58
67
  export declare var ListAssociatedGroupsRequest$: StaticStructureSchema;
59
68
  export declare var ListAssociatedGroupsResponse$: StaticStructureSchema;
60
69
  export declare var ListGroupResourcesRequest$: StaticStructureSchema;
@@ -63,14 +72,10 @@ export declare var ListGroupsRequest$: StaticStructureSchema;
63
72
  export declare var ListGroupsResponse$: StaticStructureSchema;
64
73
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
65
74
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
66
- export declare var NotFoundException$: StaticErrorSchema;
67
- export declare var RequestEntityTooLargeException$: StaticErrorSchema;
68
- export declare var ResourceNotFoundException$: StaticErrorSchema;
69
75
  export declare var RetryConfigInput$: StaticStructureSchema;
70
76
  export declare var RetryConfigOutput$: StaticStructureSchema;
71
77
  export declare var RuntimeVersion$: StaticStructureSchema;
72
78
  export declare var S3EncryptionConfig$: StaticStructureSchema;
73
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
74
79
  export declare var StartCanaryDryRunRequest$: StaticStructureSchema;
75
80
  export declare var StartCanaryDryRunResponse$: StaticStructureSchema;
76
81
  export declare var StartCanaryRequest$: StaticStructureSchema;
@@ -79,17 +84,14 @@ export declare var StopCanaryRequest$: StaticStructureSchema;
79
84
  export declare var StopCanaryResponse$: StaticStructureSchema;
80
85
  export declare var TagResourceRequest$: StaticStructureSchema;
81
86
  export declare var TagResourceResponse$: StaticStructureSchema;
82
- export declare var TooManyRequestsException$: StaticErrorSchema;
83
87
  export declare var UntagResourceRequest$: StaticStructureSchema;
84
88
  export declare var UntagResourceResponse$: StaticStructureSchema;
85
89
  export declare var UpdateCanaryRequest$: StaticStructureSchema;
86
90
  export declare var UpdateCanaryResponse$: StaticStructureSchema;
87
- export declare var ValidationException$: StaticErrorSchema;
88
91
  export declare var VisualReferenceInput$: StaticStructureSchema;
89
92
  export declare var VisualReferenceOutput$: StaticStructureSchema;
90
93
  export declare var VpcConfigInput$: StaticStructureSchema;
91
94
  export declare var VpcConfigOutput$: StaticStructureSchema;
92
- export declare var SyntheticsServiceException$: StaticErrorSchema;
93
95
  export declare var AssociateResource$: StaticOperationSchema;
94
96
  export declare var CreateCanary$: StaticOperationSchema;
95
97
  export declare var CreateGroup$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.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-synthetics",
@@ -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.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
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.9",
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.989.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.7",
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",