@aws-sdk/client-securitylake 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 { defaultSecurityLakeHttpAuthSchemeProvider } 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.securitylake",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "SecurityLake",
31
33
  },
@@ -206,11 +206,11 @@ const _re = "region";
206
206
  const _rea = "reason";
207
207
  const _rem = "remediation";
208
208
  const _res = "resource";
209
- const _s = "sources";
209
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.securitylake";
210
210
  const _sA = "subscriberArn";
211
211
  const _sBA = "s3BucketArn";
212
- const _sC = "storageClass";
213
- const _sCe = "serviceCode";
212
+ const _sC = "serviceCode";
213
+ const _sCt = "storageClass";
214
214
  const _sD = "subscriberDescription";
215
215
  const _sE = "subscriberEndpoint";
216
216
  const _sI = "subscriberId";
@@ -223,8 +223,8 @@ const _sS = "sourceStatuses";
223
223
  const _sSu = "subscriberStatus";
224
224
  const _sV = "sourceVersion";
225
225
  const _se = "server";
226
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securitylake";
227
- const _so = "source";
226
+ const _so = "sources";
227
+ const _sou = "source";
228
228
  const _st = "status";
229
229
  const _su = "subscriber";
230
230
  const _sub = "subscribers";
@@ -241,12 +241,50 @@ const n0 = "com.amazonaws.securitylake";
241
241
  import { TypeRegistry } from "@smithy/core/schema";
242
242
  import { AccessDeniedException, BadRequestException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, } from "../models/errors";
243
243
  import { SecurityLakeServiceException } from "../models/SecurityLakeServiceException";
244
+ const _s_registry = TypeRegistry.for(_s);
245
+ export var SecurityLakeServiceException$ = [-3, _s, "SecurityLakeServiceException", 0, [], []];
246
+ _s_registry.registerError(SecurityLakeServiceException$, SecurityLakeServiceException);
247
+ const n0_registry = TypeRegistry.for(n0);
244
248
  export var AccessDeniedException$ = [-3, n0, _ADE,
245
249
  { [_e]: _c, [_hE]: 403 },
246
250
  [_m, _eC],
247
251
  [0, 0]
248
252
  ];
249
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
253
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
254
+ export var BadRequestException$ = [-3, n0, _BRE,
255
+ { [_e]: _c, [_hE]: 400 },
256
+ [_m],
257
+ [0]
258
+ ];
259
+ n0_registry.registerError(BadRequestException$, BadRequestException);
260
+ export var ConflictException$ = [-3, n0, _CE,
261
+ { [_e]: _c, [_hE]: 409 },
262
+ [_m, _rN, _rT],
263
+ [0, 0, 0]
264
+ ];
265
+ n0_registry.registerError(ConflictException$, ConflictException);
266
+ export var InternalServerException$ = [-3, n0, _ISE,
267
+ { [_e]: _se, [_hE]: 500 },
268
+ [_m],
269
+ [0]
270
+ ];
271
+ n0_registry.registerError(InternalServerException$, InternalServerException);
272
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
273
+ { [_e]: _c, [_hE]: 404 },
274
+ [_m, _rN, _rT],
275
+ [0, 0, 0]
276
+ ];
277
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
278
+ export var ThrottlingException$ = [-3, n0, _TE,
279
+ { [_e]: _c, [_hE]: 429 },
280
+ [_m, _sC, _qC, _rAS],
281
+ [0, 0, 0, [1, { [_hH]: _RA }]]
282
+ ];
283
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
284
+ export const errorTypeRegistries = [
285
+ _s_registry,
286
+ n0_registry,
287
+ ];
250
288
  export var AwsIdentity$ = [3, n0, _AI,
251
289
  0,
252
290
  [_p, _eI],
@@ -262,21 +300,9 @@ export var AwsLogSourceResource$ = [3, n0, _ALSR,
262
300
  [_sN, _sV],
263
301
  [0, 0]
264
302
  ];
265
- export var BadRequestException$ = [-3, n0, _BRE,
266
- { [_e]: _c, [_hE]: 400 },
267
- [_m],
268
- [0]
269
- ];
270
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
271
- export var ConflictException$ = [-3, n0, _CE,
272
- { [_e]: _c, [_hE]: 409 },
273
- [_m, _rN, _rT],
274
- [0, 0, 0]
275
- ];
276
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
277
303
  export var CreateAwsLogSourceRequest$ = [3, n0, _CALSR,
278
304
  0,
279
- [_s],
305
+ [_so],
280
306
  [() => AwsLogSourceConfigurationList], 1
281
307
  ];
282
308
  export var CreateAwsLogSourceResponse$ = [3, n0, _CALSRr,
@@ -291,7 +317,7 @@ export var CreateCustomLogSourceRequest$ = [3, n0, _CCLSR,
291
317
  ];
292
318
  export var CreateCustomLogSourceResponse$ = [3, n0, _CCLSRr,
293
319
  0,
294
- [_so],
320
+ [_sou],
295
321
  [() => CustomLogSourceResource$]
296
322
  ];
297
323
  export var CreateDataLakeExceptionSubscriptionRequest$ = [3, n0, _CDLESR,
@@ -336,7 +362,7 @@ export var CreateSubscriberNotificationResponse$ = [3, n0, _CSNRr,
336
362
  ];
337
363
  export var CreateSubscriberRequest$ = [3, n0, _CSR,
338
364
  0,
339
- [_sIu, _sNu, _s, _sD, _aT, _t],
365
+ [_sIu, _sNu, _so, _sD, _aT, _t],
340
366
  [() => AwsIdentity$, 0, () => LogSourceResourceList, 0, 64 | 0, () => TagList], 3
341
367
  ];
342
368
  export var CreateSubscriberResponse$ = [3, n0, _CSRr,
@@ -371,7 +397,7 @@ export var CustomLogSourceResource$ = [3, n0, _CLSR,
371
397
  ];
372
398
  export var DataLakeAutoEnableNewAccountConfiguration$ = [3, n0, _DLAENAC,
373
399
  0,
374
- [_re, _s],
400
+ [_re, _so],
375
401
  [0, () => AwsLogSourceResourceList], 2
376
402
  ];
377
403
  export var DataLakeConfiguration$ = [3, n0, _DLC,
@@ -401,7 +427,7 @@ export var DataLakeLifecycleExpiration$ = [3, n0, _DLLE,
401
427
  ];
402
428
  export var DataLakeLifecycleTransition$ = [3, n0, _DLLT,
403
429
  0,
404
- [_sC, _d],
430
+ [_sCt, _d],
405
431
  [0, 1]
406
432
  ];
407
433
  export var DataLakeReplicationConfiguration$ = [3, n0, _DLRC,
@@ -436,7 +462,7 @@ export var DataLakeUpdateStatus$ = [3, n0, _DLUS,
436
462
  ];
437
463
  export var DeleteAwsLogSourceRequest$ = [3, n0, _DALSR,
438
464
  0,
439
- [_s],
465
+ [_so],
440
466
  [() => AwsLogSourceConfigurationList], 1
441
467
  ];
442
468
  export var DeleteAwsLogSourceResponse$ = [3, n0, _DALSRe,
@@ -559,12 +585,6 @@ export var HttpsNotificationConfiguration$ = [3, n0, _HNC,
559
585
  [_en, _tRA, _aAKN, _aAKV, _hM],
560
586
  [0, 0, 0, 0, 0], 2
561
587
  ];
562
- export var InternalServerException$ = [-3, n0, _ISE,
563
- { [_e]: _se, [_hE]: 500 },
564
- [_m],
565
- [0]
566
- ];
567
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
568
588
  export var ListDataLakeExceptionsRequest$ = [3, n0, _LDLER,
569
589
  0,
570
590
  [_r, _mR, _nT],
@@ -587,12 +607,12 @@ export var ListDataLakesResponse$ = [3, n0, _LDLRi,
587
607
  ];
588
608
  export var ListLogSourcesRequest$ = [3, n0, _LLSR,
589
609
  0,
590
- [_a, _r, _s, _mR, _nT],
610
+ [_a, _r, _so, _mR, _nT],
591
611
  [64 | 0, 64 | 0, () => LogSourceResourceList, 1, 0]
592
612
  ];
593
613
  export var ListLogSourcesResponse$ = [3, n0, _LLSRi,
594
614
  0,
595
- [_s, _nT],
615
+ [_so, _nT],
596
616
  [() => LogSourceList, 0]
597
617
  ];
598
618
  export var ListSubscribersRequest$ = [3, n0, _LSR,
@@ -617,7 +637,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
617
637
  ];
618
638
  export var LogSource$ = [3, n0, _LS,
619
639
  0,
620
- [_ac, _re, _s],
640
+ [_ac, _re, _so],
621
641
  [0, 0, () => LogSourceResourceList]
622
642
  ];
623
643
  export var RegisterDataLakeDelegatedAdministratorRequest$ = [3, n0, _RDLDAR,
@@ -630,12 +650,6 @@ export var RegisterDataLakeDelegatedAdministratorResponse$ = [3, n0, _RDLDARe,
630
650
  [],
631
651
  []
632
652
  ];
633
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
634
- { [_e]: _c, [_hE]: 404 },
635
- [_m, _rN, _rT],
636
- [0, 0, 0]
637
- ];
638
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
639
653
  export var SqsNotificationConfiguration$ = [3, n0, _SNC,
640
654
  0,
641
655
  [],
@@ -643,7 +657,7 @@ export var SqsNotificationConfiguration$ = [3, n0, _SNC,
643
657
  ];
644
658
  export var SubscriberResource$ = [3, n0, _SR,
645
659
  0,
646
- [_sI, _sA, _sIu, _sNu, _s, _sD, _aT, _rA, _sBA, _sE, _sSu, _rSA, _rSN, _cAr, _uA],
660
+ [_sI, _sA, _sIu, _sNu, _so, _sD, _aT, _rA, _sBA, _sE, _sSu, _rSA, _rSN, _cAr, _uA],
647
661
  [0, 0, () => AwsIdentity$, 0, () => LogSourceResourceList, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 5, 5], 5
648
662
  ];
649
663
  export var Tag$ = [3, n0, _T,
@@ -661,12 +675,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
661
675
  [],
662
676
  []
663
677
  ];
664
- export var ThrottlingException$ = [-3, n0, _TE,
665
- { [_e]: _c, [_hE]: 429 },
666
- [_m, _sCe, _qC, _rAS],
667
- [0, 0, 0, [1, { [_hH]: _RA }]]
668
- ];
669
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
670
678
  export var UntagResourceRequest$ = [3, n0, _URR,
671
679
  0,
672
680
  [_rAe, _tK],
@@ -709,7 +717,7 @@ export var UpdateSubscriberNotificationResponse$ = [3, n0, _USNRp,
709
717
  ];
710
718
  export var UpdateSubscriberRequest$ = [3, n0, _USR,
711
719
  0,
712
- [_sI, _sIu, _sNu, _sD, _s],
720
+ [_sI, _sIu, _sNu, _sD, _so],
713
721
  [[0, 1], () => AwsIdentity$, 0, 0, () => LogSourceResourceList], 1
714
722
  ];
715
723
  export var UpdateSubscriberResponse$ = [3, n0, _USRp,
@@ -717,8 +725,6 @@ export var UpdateSubscriberResponse$ = [3, n0, _USRp,
717
725
  [_su],
718
726
  [() => SubscriberResource$]
719
727
  ];
720
- export var SecurityLakeServiceException$ = [-3, _sm, "SecurityLakeServiceException", 0, [], []];
721
- TypeRegistry.for(_sm).registerError(SecurityLakeServiceException$, SecurityLakeServiceException);
722
728
  var AccessTypeList = 64 | 0;
723
729
  var AccountList = 64 | 0;
724
730
  var AwsLogSourceConfigurationList = [1, n0, _ALSCL,
@@ -1,10 +1,21 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var SecurityLakeServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var BadRequestException$: StaticErrorSchema;
6
+ export declare var ConflictException$: StaticErrorSchema;
7
+ export declare var InternalServerException$: StaticErrorSchema;
8
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ /**
11
+ * TypeRegistry instances containing modeled errors.
12
+ * @internal
13
+ *
14
+ */
15
+ export declare const errorTypeRegistries: TypeRegistry[];
3
16
  export declare var AwsIdentity$: StaticStructureSchema;
4
17
  export declare var AwsLogSourceConfiguration$: StaticStructureSchema;
5
18
  export declare var AwsLogSourceResource$: StaticStructureSchema;
6
- export declare var BadRequestException$: StaticErrorSchema;
7
- export declare var ConflictException$: StaticErrorSchema;
8
19
  export declare var CreateAwsLogSourceRequest$: StaticStructureSchema;
9
20
  export declare var CreateAwsLogSourceResponse$: StaticStructureSchema;
10
21
  export declare var CreateCustomLogSourceRequest$: StaticStructureSchema;
@@ -62,7 +73,6 @@ export declare var GetDataLakeSourcesResponse$: StaticStructureSchema;
62
73
  export declare var GetSubscriberRequest$: StaticStructureSchema;
63
74
  export declare var GetSubscriberResponse$: StaticStructureSchema;
64
75
  export declare var HttpsNotificationConfiguration$: StaticStructureSchema;
65
- export declare var InternalServerException$: StaticErrorSchema;
66
76
  export declare var ListDataLakeExceptionsRequest$: StaticStructureSchema;
67
77
  export declare var ListDataLakeExceptionsResponse$: StaticStructureSchema;
68
78
  export declare var ListDataLakesRequest$: StaticStructureSchema;
@@ -76,13 +86,11 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
76
86
  export declare var LogSource$: StaticStructureSchema;
77
87
  export declare var RegisterDataLakeDelegatedAdministratorRequest$: StaticStructureSchema;
78
88
  export declare var RegisterDataLakeDelegatedAdministratorResponse$: StaticStructureSchema;
79
- export declare var ResourceNotFoundException$: StaticErrorSchema;
80
89
  export declare var SqsNotificationConfiguration$: StaticStructureSchema;
81
90
  export declare var SubscriberResource$: StaticStructureSchema;
82
91
  export declare var Tag$: StaticStructureSchema;
83
92
  export declare var TagResourceRequest$: StaticStructureSchema;
84
93
  export declare var TagResourceResponse$: StaticStructureSchema;
85
- export declare var ThrottlingException$: StaticErrorSchema;
86
94
  export declare var UntagResourceRequest$: StaticStructureSchema;
87
95
  export declare var UntagResourceResponse$: StaticStructureSchema;
88
96
  export declare var UpdateDataLakeExceptionSubscriptionRequest$: StaticStructureSchema;
@@ -93,7 +101,6 @@ export declare var UpdateSubscriberNotificationRequest$: StaticStructureSchema;
93
101
  export declare var UpdateSubscriberNotificationResponse$: StaticStructureSchema;
94
102
  export declare var UpdateSubscriberRequest$: StaticStructureSchema;
95
103
  export declare var UpdateSubscriberResponse$: StaticStructureSchema;
96
- export declare var SecurityLakeServiceException$: StaticErrorSchema;
97
104
  export declare var LogSourceResource$: StaticUnionSchema;
98
105
  export declare var NotificationConfiguration$: StaticUnionSchema;
99
106
  export declare var CreateAwsLogSource$: StaticOperationSchema;
@@ -1,15 +1,21 @@
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 SecurityLakeServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var BadRequestException$: StaticErrorSchema;
11
+ export declare var ConflictException$: StaticErrorSchema;
12
+ export declare var InternalServerException$: StaticErrorSchema;
13
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
8
16
  export declare var AwsIdentity$: StaticStructureSchema;
9
17
  export declare var AwsLogSourceConfiguration$: StaticStructureSchema;
10
18
  export declare var AwsLogSourceResource$: StaticStructureSchema;
11
- export declare var BadRequestException$: StaticErrorSchema;
12
- export declare var ConflictException$: StaticErrorSchema;
13
19
  export declare var CreateAwsLogSourceRequest$: StaticStructureSchema;
14
20
  export declare var CreateAwsLogSourceResponse$: StaticStructureSchema;
15
21
  export declare var CreateCustomLogSourceRequest$: StaticStructureSchema;
@@ -67,7 +73,6 @@ export declare var GetDataLakeSourcesResponse$: StaticStructureSchema;
67
73
  export declare var GetSubscriberRequest$: StaticStructureSchema;
68
74
  export declare var GetSubscriberResponse$: StaticStructureSchema;
69
75
  export declare var HttpsNotificationConfiguration$: StaticStructureSchema;
70
- export declare var InternalServerException$: StaticErrorSchema;
71
76
  export declare var ListDataLakeExceptionsRequest$: StaticStructureSchema;
72
77
  export declare var ListDataLakeExceptionsResponse$: StaticStructureSchema;
73
78
  export declare var ListDataLakesRequest$: StaticStructureSchema;
@@ -81,13 +86,11 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
81
86
  export declare var LogSource$: StaticStructureSchema;
82
87
  export declare var RegisterDataLakeDelegatedAdministratorRequest$: StaticStructureSchema;
83
88
  export declare var RegisterDataLakeDelegatedAdministratorResponse$: StaticStructureSchema;
84
- export declare var ResourceNotFoundException$: StaticErrorSchema;
85
89
  export declare var SqsNotificationConfiguration$: StaticStructureSchema;
86
90
  export declare var SubscriberResource$: StaticStructureSchema;
87
91
  export declare var Tag$: StaticStructureSchema;
88
92
  export declare var TagResourceRequest$: StaticStructureSchema;
89
93
  export declare var TagResourceResponse$: StaticStructureSchema;
90
- export declare var ThrottlingException$: StaticErrorSchema;
91
94
  export declare var UntagResourceRequest$: StaticStructureSchema;
92
95
  export declare var UntagResourceResponse$: StaticStructureSchema;
93
96
  export declare var UpdateDataLakeExceptionSubscriptionRequest$: StaticStructureSchema;
@@ -98,7 +101,6 @@ export declare var UpdateSubscriberNotificationRequest$: StaticStructureSchema;
98
101
  export declare var UpdateSubscriberNotificationResponse$: StaticStructureSchema;
99
102
  export declare var UpdateSubscriberRequest$: StaticStructureSchema;
100
103
  export declare var UpdateSubscriberResponse$: StaticStructureSchema;
101
- export declare var SecurityLakeServiceException$: StaticErrorSchema;
102
104
  export declare var LogSourceResource$: StaticUnionSchema;
103
105
  export declare var NotificationConfiguration$: StaticUnionSchema;
104
106
  export declare var CreateAwsLogSource$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securitylake",
3
3
  "description": "AWS SDK for JavaScript Securitylake 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-securitylake",
@@ -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",