@aws-sdk/client-emr-containers 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 { defaultEMRContainersHttpAuthSchemeProvider } 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-10-01",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.emrcontainers",
30
+ errorTypeRegistries,
29
31
  version: "2020-10-01",
30
32
  serviceTarget: "AwsChicagoWebService",
31
33
  },
@@ -126,7 +126,7 @@ const _aAWSTRL = "allowAWSToRetainLogs";
126
126
  const _aC = "applicationConfiguration";
127
127
  const _aCu = "authorizationConfiguration";
128
128
  const _aSTV = "authorizedSessionTagValue";
129
- const _c = "classification";
129
+ const _c = "client";
130
130
  const _cA = "certificateArn";
131
131
  const _cAC = "currentAttemptCount";
132
132
  const _cAe = "certificateAuthority";
@@ -145,13 +145,13 @@ const _cPTe = "certificateProviderType";
145
145
  const _cT = "clientToken";
146
146
  const _cTr = "credentialType";
147
147
  const _cWMC = "cloudWatchMonitoringConfiguration";
148
- const _cl = "client";
148
+ const _cl = "classification";
149
149
  const _co = "configurations";
150
150
  const _cr = "credentials";
151
151
  const _dE = "decryptionError";
152
152
  const _dIS = "durationInSeconds";
153
153
  const _dV = "defaultValue";
154
- const _e = "endpoint";
154
+ const _e = "error";
155
155
  const _eA = "expiresAt";
156
156
  const _eAEI = "eksAccessEntryIntegrated";
157
157
  const _eC = "encryptionConfiguration";
@@ -161,8 +161,8 @@ const _eKA = "encryptionKeyArn";
161
161
  const _eP = "entryPoint";
162
162
  const _ePA = "entryPointArguments";
163
163
  const _eRA = "executionRoleArn";
164
- const _en = "endpoints";
165
- const _er = "error";
164
+ const _en = "endpoint";
165
+ const _end = "endpoints";
166
166
  const _fA = "finishedAt";
167
167
  const _fR = "failureReason";
168
168
  const _h = "http";
@@ -206,7 +206,7 @@ const _rL = "releaseLabel";
206
206
  const _rPC = "retryPolicyConfiguration";
207
207
  const _rPE = "retryPolicyExecution";
208
208
  const _rS = "rotationSize";
209
- const _s = "state";
209
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.emrcontainers";
210
210
  const _sC = "securityConfiguration";
211
211
  const _sCD = "securityConfigurationData";
212
212
  const _sCI = "securityConfigurationId";
@@ -222,8 +222,8 @@ const _sSP = "sparkSqlParameters";
222
222
  const _sSPp = "sparkSubmitParameters";
223
223
  const _sU = "serverUrl";
224
224
  const _se = "server";
225
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.emrcontainers";
226
- const _st = "states";
225
+ const _st = "state";
226
+ const _sta = "states";
227
227
  const _t = "type";
228
228
  const _tCC = "tlsCertificateConfiguration";
229
229
  const _tK = "tagKeys";
@@ -239,6 +239,44 @@ const n0 = "com.amazonaws.emrcontainers";
239
239
  import { TypeRegistry } from "@smithy/core/schema";
240
240
  import { EMRContainersServiceException } from "../models/EMRContainersServiceException";
241
241
  import { EKSRequestThrottledException, InternalServerException, RequestThrottledException, ResourceNotFoundException, ValidationException, } from "../models/errors";
242
+ const _s_registry = TypeRegistry.for(_s);
243
+ export var EMRContainersServiceException$ = [-3, _s, "EMRContainersServiceException", 0, [], []];
244
+ _s_registry.registerError(EMRContainersServiceException$, EMRContainersServiceException);
245
+ const n0_registry = TypeRegistry.for(n0);
246
+ export var EKSRequestThrottledException$ = [-3, n0, _EKSRTE,
247
+ { [_e]: _c, [_hE]: 429 },
248
+ [_m],
249
+ [0]
250
+ ];
251
+ n0_registry.registerError(EKSRequestThrottledException$, EKSRequestThrottledException);
252
+ export var InternalServerException$ = [-3, n0, _ISE,
253
+ { [_e]: _se, [_hE]: 500 },
254
+ [_m],
255
+ [0]
256
+ ];
257
+ n0_registry.registerError(InternalServerException$, InternalServerException);
258
+ export var RequestThrottledException$ = [-3, n0, _RTE,
259
+ { [_e]: _c, [_hE]: 400 },
260
+ [_m],
261
+ [0]
262
+ ];
263
+ n0_registry.registerError(RequestThrottledException$, RequestThrottledException);
264
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
265
+ { [_e]: _c, [_hE]: 400 },
266
+ [_m],
267
+ [0]
268
+ ];
269
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
270
+ export var ValidationException$ = [-3, n0, _VE,
271
+ { [_e]: _c, [_hE]: 400 },
272
+ [_m],
273
+ [0]
274
+ ];
275
+ n0_registry.registerError(ValidationException$, ValidationException);
276
+ export const errorTypeRegistries = [
277
+ _s_registry,
278
+ n0_registry,
279
+ ];
242
280
  var EntryPointArgument = [0, n0, _EPA, 8, 0];
243
281
  var EntryPointPath = [0, n0, _EPP, 8, 0];
244
282
  var SparkSqlParameters = [0, n0, _SSP, 8, 0];
@@ -271,7 +309,7 @@ export var CloudWatchMonitoringConfiguration$ = [3, n0, _CWMC,
271
309
  ];
272
310
  export var Configuration$ = [3, n0, _Co,
273
311
  0,
274
- [_c, _p, _co],
312
+ [_cl, _p, _co],
275
313
  [0, [() => SensitivePropertiesMap, 0], [() => ConfigurationList, 0]], 1
276
314
  ];
277
315
  export var ConfigurationOverrides$ = [3, n0, _CO,
@@ -386,7 +424,7 @@ export var DescribeManagedEndpointRequest$ = [3, n0, _DMERes,
386
424
  ];
387
425
  export var DescribeManagedEndpointResponse$ = [3, n0, _DMEResc,
388
426
  0,
389
- [_e],
427
+ [_en],
390
428
  [[() => Endpoint$, 0]]
391
429
  ];
392
430
  export var DescribeSecurityConfigurationRequest$ = [3, n0, _DSCR,
@@ -414,12 +452,6 @@ export var EksInfo$ = [3, n0, _EI,
414
452
  [_na, _nL],
415
453
  [0, 0]
416
454
  ];
417
- export var EKSRequestThrottledException$ = [-3, n0, _EKSRTE,
418
- { [_er]: _cl, [_hE]: 429 },
419
- [_m],
420
- [0]
421
- ];
422
- TypeRegistry.for(n0).registerError(EKSRequestThrottledException$, EKSRequestThrottledException);
423
455
  export var EncryptionConfiguration$ = [3, n0, _EC,
424
456
  0,
425
457
  [_iTEC],
@@ -427,7 +459,7 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
427
459
  ];
428
460
  export var Endpoint$ = [3, n0, _E,
429
461
  0,
430
- [_i, _n, _a, _vCI, _t, _s, _rL, _eRA, _cA, _cAe, _cO, _sU, _cAr, _sG, _sI, _sD, _fR, _ta],
462
+ [_i, _n, _a, _vCI, _t, _st, _rL, _eRA, _cA, _cAe, _cO, _sU, _cAr, _sG, _sI, _sD, _fR, _ta],
431
463
  [0, 0, 0, 0, 0, 0, 0, 0, 0, () => Certificate$, [() => ConfigurationOverrides$, 0], 0, 5, 0, 64 | 0, 0, 0, 128 | 0]
432
464
  ];
433
465
  export var GetManagedEndpointSessionCredentialsRequest$ = [3, n0, _GMESCR,
@@ -440,12 +472,6 @@ export var GetManagedEndpointSessionCredentialsResponse$ = [3, n0, _GMESCRe,
440
472
  [_i, _cr, _eA],
441
473
  [0, [() => Credentials$, 0], 5]
442
474
  ];
443
- export var InternalServerException$ = [-3, n0, _ISE,
444
- { [_er]: _se, [_hE]: 500 },
445
- [_m],
446
- [0]
447
- ];
448
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
449
475
  export var InTransitEncryptionConfiguration$ = [3, n0, _ITEC,
450
476
  0,
451
477
  [_tCC],
@@ -458,7 +484,7 @@ export var JobDriver$ = [3, n0, _JD,
458
484
  ];
459
485
  export var JobRun$ = [3, n0, _JR,
460
486
  0,
461
- [_i, _n, _vCI, _a, _s, _cT, _eRA, _rL, _cO, _jD, _cAr, _cB, _fA, _sD, _fR, _ta, _rPC, _rPE],
487
+ [_i, _n, _vCI, _a, _st, _cT, _eRA, _rL, _cO, _jD, _cAr, _cB, _fA, _sD, _fR, _ta, _rPC, _rPE],
462
488
  [0, 0, 0, 0, 0, 0, 0, 0, [() => ConfigurationOverrides$, 0], [() => JobDriver$, 0], 5, 0, 5, 0, 0, 128 | 0, () => RetryPolicyConfiguration$, () => RetryPolicyExecution$]
463
489
  ];
464
490
  export var JobTemplate$ = [3, n0, _JT,
@@ -478,8 +504,8 @@ export var LakeFormationConfiguration$ = [3, n0, _LFC,
478
504
  ];
479
505
  export var ListJobRunsRequest$ = [3, n0, _LJRR,
480
506
  0,
481
- [_vCI, _cBr, _cAre, _n, _st, _mR, _nT],
482
- [[0, 1], [5, { [_hQ]: _cBr }], [5, { [_hQ]: _cAre }], [0, { [_hQ]: _n }], [64 | 0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
507
+ [_vCI, _cBr, _cAre, _n, _sta, _mR, _nT],
508
+ [[0, 1], [5, { [_hQ]: _cBr }], [5, { [_hQ]: _cAre }], [0, { [_hQ]: _n }], [64 | 0, { [_hQ]: _sta }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
483
509
  ];
484
510
  export var ListJobRunsResponse$ = [3, n0, _LJRRi,
485
511
  0,
@@ -498,12 +524,12 @@ export var ListJobTemplatesResponse$ = [3, n0, _LJTRi,
498
524
  ];
499
525
  export var ListManagedEndpointsRequest$ = [3, n0, _LMER,
500
526
  0,
501
- [_vCI, _cBr, _cAre, _ty, _st, _mR, _nT],
502
- [[0, 1], [5, { [_hQ]: _cBr }], [5, { [_hQ]: _cAre }], [64 | 0, { [_hQ]: _ty }], [64 | 0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
527
+ [_vCI, _cBr, _cAre, _ty, _sta, _mR, _nT],
528
+ [[0, 1], [5, { [_hQ]: _cBr }], [5, { [_hQ]: _cAre }], [64 | 0, { [_hQ]: _ty }], [64 | 0, { [_hQ]: _sta }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
503
529
  ];
504
530
  export var ListManagedEndpointsResponse$ = [3, n0, _LMERi,
505
531
  0,
506
- [_en, _nT],
532
+ [_end, _nT],
507
533
  [[() => Endpoints, 0], 0]
508
534
  ];
509
535
  export var ListSecurityConfigurationsRequest$ = [3, n0, _LSCR,
@@ -528,8 +554,8 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
528
554
  ];
529
555
  export var ListVirtualClustersRequest$ = [3, n0, _LVCR,
530
556
  0,
531
- [_cPI, _cPT, _cAre, _cBr, _st, _mR, _nT, _eAEI],
532
- [[0, { [_hQ]: _cPI }], [0, { [_hQ]: _cPT }], [5, { [_hQ]: _cAre }], [5, { [_hQ]: _cBr }], [64 | 0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _eAEI }]]
557
+ [_cPI, _cPT, _cAre, _cBr, _sta, _mR, _nT, _eAEI],
558
+ [[0, { [_hQ]: _cPI }], [0, { [_hQ]: _cPT }], [5, { [_hQ]: _cAre }], [5, { [_hQ]: _cBr }], [64 | 0, { [_hQ]: _sta }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _eAEI }]]
533
559
  ];
534
560
  export var ListVirtualClustersResponse$ = [3, n0, _LVCRi,
535
561
  0,
@@ -566,18 +592,6 @@ export var ParametricS3MonitoringConfiguration$ = [3, n0, _PSMC,
566
592
  [_lU],
567
593
  [0]
568
594
  ];
569
- export var RequestThrottledException$ = [-3, n0, _RTE,
570
- { [_er]: _cl, [_hE]: 400 },
571
- [_m],
572
- [0]
573
- ];
574
- TypeRegistry.for(n0).registerError(RequestThrottledException$, RequestThrottledException);
575
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
576
- { [_er]: _cl, [_hE]: 400 },
577
- [_m],
578
- [0]
579
- ];
580
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
581
595
  export var RetryPolicyConfiguration$ = [3, n0, _RPC,
582
596
  0,
583
597
  [_mA],
@@ -658,19 +672,11 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
658
672
  [],
659
673
  []
660
674
  ];
661
- export var ValidationException$ = [-3, n0, _VE,
662
- { [_er]: _cl, [_hE]: 400 },
663
- [_m],
664
- [0]
665
- ];
666
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
667
675
  export var VirtualCluster$ = [3, n0, _VC,
668
676
  0,
669
- [_i, _n, _a, _s, _cP, _cAr, _ta, _sCI],
677
+ [_i, _n, _a, _st, _cP, _cAr, _ta, _sCI],
670
678
  [0, 0, 0, 0, () => ContainerProvider$, 5, 128 | 0, 0]
671
679
  ];
672
- export var EMRContainersServiceException$ = [-3, _sm, "EMRContainersServiceException", 0, [], []];
673
- TypeRegistry.for(_sm).registerError(EMRContainersServiceException$, EMRContainersServiceException);
674
680
  var ConfigurationList = [1, n0, _CL,
675
681
  0, [() => Configuration$,
676
682
  0]
@@ -1,4 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var EMRContainersServiceException$: StaticErrorSchema;
4
+ export declare var EKSRequestThrottledException$: StaticErrorSchema;
5
+ export declare var InternalServerException$: StaticErrorSchema;
6
+ export declare var RequestThrottledException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ValidationException$: StaticErrorSchema;
9
+ /**
10
+ * TypeRegistry instances containing modeled errors.
11
+ * @internal
12
+ *
13
+ */
14
+ export declare const errorTypeRegistries: TypeRegistry[];
2
15
  export declare var AuthorizationConfiguration$: StaticStructureSchema;
3
16
  export declare var CancelJobRunRequest$: StaticStructureSchema;
4
17
  export declare var CancelJobRunResponse$: StaticStructureSchema;
@@ -33,12 +46,10 @@ export declare var DescribeSecurityConfigurationResponse$: StaticStructureSchema
33
46
  export declare var DescribeVirtualClusterRequest$: StaticStructureSchema;
34
47
  export declare var DescribeVirtualClusterResponse$: StaticStructureSchema;
35
48
  export declare var EksInfo$: StaticStructureSchema;
36
- export declare var EKSRequestThrottledException$: StaticErrorSchema;
37
49
  export declare var EncryptionConfiguration$: StaticStructureSchema;
38
50
  export declare var Endpoint$: StaticStructureSchema;
39
51
  export declare var GetManagedEndpointSessionCredentialsRequest$: StaticStructureSchema;
40
52
  export declare var GetManagedEndpointSessionCredentialsResponse$: StaticStructureSchema;
41
- export declare var InternalServerException$: StaticErrorSchema;
42
53
  export declare var InTransitEncryptionConfiguration$: StaticStructureSchema;
43
54
  export declare var JobDriver$: StaticStructureSchema;
44
55
  export declare var JobRun$: StaticStructureSchema;
@@ -63,8 +74,6 @@ export declare var ParametricCloudWatchMonitoringConfiguration$: StaticStructure
63
74
  export declare var ParametricConfigurationOverrides$: StaticStructureSchema;
64
75
  export declare var ParametricMonitoringConfiguration$: StaticStructureSchema;
65
76
  export declare var ParametricS3MonitoringConfiguration$: StaticStructureSchema;
66
- export declare var RequestThrottledException$: StaticErrorSchema;
67
- export declare var ResourceNotFoundException$: StaticErrorSchema;
68
77
  export declare var RetryPolicyConfiguration$: StaticStructureSchema;
69
78
  export declare var RetryPolicyExecution$: StaticStructureSchema;
70
79
  export declare var S3MonitoringConfiguration$: StaticStructureSchema;
@@ -81,9 +90,7 @@ export declare var TemplateParameterConfiguration$: StaticStructureSchema;
81
90
  export declare var TLSCertificateConfiguration$: StaticStructureSchema;
82
91
  export declare var UntagResourceRequest$: StaticStructureSchema;
83
92
  export declare var UntagResourceResponse$: StaticStructureSchema;
84
- export declare var ValidationException$: StaticErrorSchema;
85
93
  export declare var VirtualCluster$: StaticStructureSchema;
86
- export declare var EMRContainersServiceException$: StaticErrorSchema;
87
94
  export declare var ContainerInfo$: StaticUnionSchema;
88
95
  export declare var Credentials$: StaticUnionSchema;
89
96
  export declare var CancelJobRun$: StaticOperationSchema;
@@ -1,9 +1,17 @@
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 EMRContainersServiceException$: StaticErrorSchema;
9
+ export declare var EKSRequestThrottledException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var RequestThrottledException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ValidationException$: StaticErrorSchema;
14
+ export declare const errorTypeRegistries: TypeRegistry[];
7
15
  export declare var AuthorizationConfiguration$: StaticStructureSchema;
8
16
  export declare var CancelJobRunRequest$: StaticStructureSchema;
9
17
  export declare var CancelJobRunResponse$: StaticStructureSchema;
@@ -38,12 +46,10 @@ export declare var DescribeSecurityConfigurationResponse$: StaticStructureSchema
38
46
  export declare var DescribeVirtualClusterRequest$: StaticStructureSchema;
39
47
  export declare var DescribeVirtualClusterResponse$: StaticStructureSchema;
40
48
  export declare var EksInfo$: StaticStructureSchema;
41
- export declare var EKSRequestThrottledException$: StaticErrorSchema;
42
49
  export declare var EncryptionConfiguration$: StaticStructureSchema;
43
50
  export declare var Endpoint$: StaticStructureSchema;
44
51
  export declare var GetManagedEndpointSessionCredentialsRequest$: StaticStructureSchema;
45
52
  export declare var GetManagedEndpointSessionCredentialsResponse$: StaticStructureSchema;
46
- export declare var InternalServerException$: StaticErrorSchema;
47
53
  export declare var InTransitEncryptionConfiguration$: StaticStructureSchema;
48
54
  export declare var JobDriver$: StaticStructureSchema;
49
55
  export declare var JobRun$: StaticStructureSchema;
@@ -68,8 +74,6 @@ export declare var ParametricCloudWatchMonitoringConfiguration$: StaticStructure
68
74
  export declare var ParametricConfigurationOverrides$: StaticStructureSchema;
69
75
  export declare var ParametricMonitoringConfiguration$: StaticStructureSchema;
70
76
  export declare var ParametricS3MonitoringConfiguration$: StaticStructureSchema;
71
- export declare var RequestThrottledException$: StaticErrorSchema;
72
- export declare var ResourceNotFoundException$: StaticErrorSchema;
73
77
  export declare var RetryPolicyConfiguration$: StaticStructureSchema;
74
78
  export declare var RetryPolicyExecution$: StaticStructureSchema;
75
79
  export declare var S3MonitoringConfiguration$: StaticStructureSchema;
@@ -86,9 +90,7 @@ export declare var TemplateParameterConfiguration$: StaticStructureSchema;
86
90
  export declare var TLSCertificateConfiguration$: StaticStructureSchema;
87
91
  export declare var UntagResourceRequest$: StaticStructureSchema;
88
92
  export declare var UntagResourceResponse$: StaticStructureSchema;
89
- export declare var ValidationException$: StaticErrorSchema;
90
93
  export declare var VirtualCluster$: StaticStructureSchema;
91
- export declare var EMRContainersServiceException$: StaticErrorSchema;
92
94
  export declare var ContainerInfo$: StaticUnionSchema;
93
95
  export declare var Credentials$: StaticUnionSchema;
94
96
  export declare var CancelJobRun$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-containers",
3
3
  "description": "AWS SDK for JavaScript Emr Containers 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-emr-containers",
@@ -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",