@aws-sdk/client-bedrock-data-automation-runtime 3.957.0 → 3.962.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.
package/README.md CHANGED
@@ -9,10 +9,8 @@ AWS SDK for JavaScript BedrockDataAutomationRuntime Client for Node.js, Browser
9
9
  Amazon Bedrock Data Automation Runtime
10
10
 
11
11
  ## Installing
12
-
13
12
  To install this package, simply type add or install @aws-sdk/client-bedrock-data-automation-runtime
14
13
  using your favorite package manager:
15
-
16
14
  - `npm install @aws-sdk/client-bedrock-data-automation-runtime`
17
15
  - `yarn add @aws-sdk/client-bedrock-data-automation-runtime`
18
16
  - `pnpm add @aws-sdk/client-bedrock-data-automation-runtime`
@@ -27,18 +25,12 @@ the commands you need, for example `ListTagsForResourceCommand`:
27
25
 
28
26
  ```js
29
27
  // ES5 example
30
- const {
31
- BedrockDataAutomationRuntimeClient,
32
- ListTagsForResourceCommand,
33
- } = require("@aws-sdk/client-bedrock-data-automation-runtime");
28
+ const { BedrockDataAutomationRuntimeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-bedrock-data-automation-runtime");
34
29
  ```
35
30
 
36
31
  ```ts
37
32
  // ES6+ example
38
- import {
39
- BedrockDataAutomationRuntimeClient,
40
- ListTagsForResourceCommand,
41
- } from "@aws-sdk/client-bedrock-data-automation-runtime";
33
+ import { BedrockDataAutomationRuntimeClient, ListTagsForResourceCommand } from "@aws-sdk/client-bedrock-data-automation-runtime";
42
34
  ```
43
35
 
44
36
  ### Usage
@@ -54,9 +46,7 @@ To send a request, you:
54
46
  // a client can be shared by different commands.
55
47
  const client = new BedrockDataAutomationRuntimeClient({ region: "REGION" });
56
48
 
57
- const params = {
58
- /** input parameters */
59
- };
49
+ const params = { /** input parameters */ };
60
50
  const command = new ListTagsForResourceCommand(params);
61
51
  ```
62
52
 
@@ -215,7 +205,6 @@ GetDataAutomationStatus
215
205
  </summary>
216
206
 
217
207
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation-runtime/command/GetDataAutomationStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/GetDataAutomationStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/GetDataAutomationStatusCommandOutput/)
218
-
219
208
  </details>
220
209
  <details>
221
210
  <summary>
@@ -223,7 +212,6 @@ InvokeDataAutomation
223
212
  </summary>
224
213
 
225
214
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation-runtime/command/InvokeDataAutomationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/InvokeDataAutomationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/InvokeDataAutomationCommandOutput/)
226
-
227
215
  </details>
228
216
  <details>
229
217
  <summary>
@@ -231,7 +219,6 @@ InvokeDataAutomationAsync
231
219
  </summary>
232
220
 
233
221
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation-runtime/command/InvokeDataAutomationAsyncCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/InvokeDataAutomationAsyncCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/InvokeDataAutomationAsyncCommandOutput/)
234
-
235
222
  </details>
236
223
  <details>
237
224
  <summary>
@@ -239,7 +226,6 @@ ListTagsForResource
239
226
  </summary>
240
227
 
241
228
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation-runtime/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/ListTagsForResourceCommandOutput/)
242
-
243
229
  </details>
244
230
  <details>
245
231
  <summary>
@@ -247,7 +233,6 @@ TagResource
247
233
  </summary>
248
234
 
249
235
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation-runtime/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/TagResourceCommandOutput/)
250
-
251
236
  </details>
252
237
  <details>
253
238
  <summary>
@@ -255,5 +240,4 @@ UntagResource
255
240
  </summary>
256
241
 
257
242
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation-runtime/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation-runtime/Interface/UntagResourceCommandOutput/)
258
-
259
243
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultBedrockDataAutomationRuntimeHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultBedrockDataAutomationRuntimeHttpAuthSchemeParametersProvider = defaultBedrockDataAutomationRuntimeHttpAuthSchemeParametersProvider;
package/dist-cjs/index.js CHANGED
@@ -292,170 +292,206 @@ const _v = "video";
292
292
  const _va = "value";
293
293
  const _ve = "version";
294
294
  const n0 = "com.amazonaws.bedrockdataautomationruntime";
295
- var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
295
+ var AccessDeniedException$ = [-3, n0, _ADE,
296
+ { [_e]: _c, [_hE]: 403 },
297
+ [_m],
298
+ [0]
299
+ ];
296
300
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
297
- var AssetProcessingConfiguration$ = [
298
- 3,
299
- n0,
300
- _APC,
301
+ var AssetProcessingConfiguration$ = [3, n0, _APC,
301
302
  0,
302
303
  [_v],
303
- [() => VideoAssetProcessingConfiguration$],
304
- ];
305
- var Blueprint$ = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
306
- var DataAutomationConfiguration$ = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
307
- var EncryptionConfiguration$ = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
308
- var EventBridgeConfiguration$ = [3, n0, _EBC, 0, [_eBE], [2]];
309
- var GetDataAutomationStatusRequest$ = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
310
- var GetDataAutomationStatusResponse$ = [
311
- 3,
312
- n0,
313
- _GDASRe,
304
+ [() => VideoAssetProcessingConfiguration$]
305
+ ];
306
+ var Blueprint$ = [3, n0, _B,
307
+ 0,
308
+ [_bA, _ve, _s],
309
+ [0, 0, 0]
310
+ ];
311
+ var DataAutomationConfiguration$ = [3, n0, _DAC,
312
+ 0,
313
+ [_dAPA, _s],
314
+ [0, 0]
315
+ ];
316
+ var EncryptionConfiguration$ = [3, n0, _EC,
317
+ 0,
318
+ [_kKI, _kEC],
319
+ [0, 128 | 0]
320
+ ];
321
+ var EventBridgeConfiguration$ = [3, n0, _EBC,
322
+ 0,
323
+ [_eBE],
324
+ [2]
325
+ ];
326
+ var GetDataAutomationStatusRequest$ = [3, n0, _GDASR,
327
+ 0,
328
+ [_iA],
329
+ [[0, 1]]
330
+ ];
331
+ var GetDataAutomationStatusResponse$ = [3, n0, _GDASRe,
314
332
  0,
315
333
  [_st, _eT, _eM, _oC, _jST, _jCT, _jDIS],
316
- [0, 0, 0, () => OutputConfiguration$, 5, 5, 1],
334
+ [0, 0, 0, () => OutputConfiguration$, 5, 5, 1]
317
335
  ];
318
- var InputConfiguration$ = [
319
- 3,
320
- n0,
321
- _IC,
336
+ var InputConfiguration$ = [3, n0, _IC,
322
337
  0,
323
338
  [_sU, _aPC],
324
- [0, () => AssetProcessingConfiguration$],
339
+ [0, () => AssetProcessingConfiguration$]
340
+ ];
341
+ var InternalServerException$ = [-3, n0, _ISE,
342
+ { [_e]: _se, [_hE]: 500 },
343
+ [_m],
344
+ [0]
325
345
  ];
326
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
327
346
  schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
328
- var InvokeDataAutomationAsyncRequest$ = [
329
- 3,
330
- n0,
331
- _IDAAR,
347
+ var InvokeDataAutomationAsyncRequest$ = [3, n0, _IDAAR,
332
348
  0,
333
349
  [_cT, _iC, _oC, _dAC, _eC, _nC, _b, _dAPAa, _t],
334
- [
335
- [0, 4],
336
- () => InputConfiguration$,
337
- () => OutputConfiguration$,
338
- () => DataAutomationConfiguration$,
339
- () => EncryptionConfiguration$,
340
- () => NotificationConfiguration$,
341
- () => BlueprintList,
342
- 0,
343
- () => TagList,
344
- ],
345
- ];
346
- var InvokeDataAutomationAsyncResponse$ = [3, n0, _IDAARn, 0, [_iA], [0]];
347
- var InvokeDataAutomationRequest$ = [
348
- 3,
349
- n0,
350
- _IDAR,
350
+ [[0, 4], () => InputConfiguration$, () => OutputConfiguration$, () => DataAutomationConfiguration$, () => EncryptionConfiguration$, () => NotificationConfiguration$, () => BlueprintList, 0, () => TagList]
351
+ ];
352
+ var InvokeDataAutomationAsyncResponse$ = [3, n0, _IDAARn,
353
+ 0,
354
+ [_iA],
355
+ [0]
356
+ ];
357
+ var InvokeDataAutomationRequest$ = [3, n0, _IDAR,
351
358
  0,
352
359
  [_iC, _dAC, _b, _dAPAa, _eC],
353
- [
354
- () => SyncInputConfiguration$,
355
- () => DataAutomationConfiguration$,
356
- () => BlueprintList,
357
- 0,
358
- () => EncryptionConfiguration$,
359
- ],
360
- ];
361
- var InvokeDataAutomationResponse$ = [
362
- 3,
363
- n0,
364
- _IDARn,
360
+ [() => SyncInputConfiguration$, () => DataAutomationConfiguration$, () => BlueprintList, 0, () => EncryptionConfiguration$]
361
+ ];
362
+ var InvokeDataAutomationResponse$ = [3, n0, _IDARn,
365
363
  0,
366
364
  [_sM, _oS],
367
- [0, () => OutputSegmentList],
368
- ];
369
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN], [0]];
370
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
371
- var NotificationConfiguration$ = [
372
- 3,
373
- n0,
374
- _NC,
365
+ [0, () => OutputSegmentList]
366
+ ];
367
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
368
+ 0,
369
+ [_rARN],
370
+ [0]
371
+ ];
372
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
373
+ 0,
374
+ [_t],
375
+ [() => TagList]
376
+ ];
377
+ var NotificationConfiguration$ = [3, n0, _NC,
375
378
  0,
376
379
  [_eBC],
377
- [() => EventBridgeConfiguration$],
380
+ [() => EventBridgeConfiguration$]
381
+ ];
382
+ var OutputConfiguration$ = [3, n0, _OC,
383
+ 0,
384
+ [_sU],
385
+ [0]
386
+ ];
387
+ var OutputSegment$ = [3, n0, _OS,
388
+ 0,
389
+ [_cOS, _cO, _sO],
390
+ [0, 0, 0]
391
+ ];
392
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
393
+ { [_e]: _c, [_hE]: 404 },
394
+ [_m],
395
+ [0]
378
396
  ];
379
- var OutputConfiguration$ = [3, n0, _OC, 0, [_sU], [0]];
380
- var OutputSegment$ = [3, n0, _OS, 0, [_cOS, _cO, _sO], [0, 0, 0]];
381
- var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
382
397
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
383
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
398
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
399
+ { [_e]: _c, [_hE]: 402 },
400
+ [_m],
401
+ [0]
402
+ ];
384
403
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
385
- var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
404
+ var ServiceUnavailableException$ = [-3, n0, _SUE,
405
+ { [_e]: _se, [_hE]: 503 },
406
+ [_m],
407
+ [0]
408
+ ];
386
409
  schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
387
- var SyncInputConfiguration$ = [3, n0, _SIC, 0, [_by, _sU], [21, 0]];
388
- var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
389
- var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _t], [0, () => TagList]];
390
- var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
391
- var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
392
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
393
- var TimestampSegment$ = [3, n0, _TS, 0, [_sTM, _eTM], [1, 1]];
394
- var UntagResourceRequest$ = [3, n0, _URR, 0, [_rARN, _tK], [0, 64 | 0]];
395
- var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
396
- var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
397
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
398
- var VideoAssetProcessingConfiguration$ = [
399
- 3,
400
- n0,
401
- _VAPC,
410
+ var SyncInputConfiguration$ = [3, n0, _SIC,
402
411
  0,
403
- [_sC],
404
- [() => VideoSegmentConfiguration$],
412
+ [_by, _sU],
413
+ [21, 0]
405
414
  ];
406
- var BedrockDataAutomationRuntimeServiceException$ = [
407
- -3,
408
- _sm,
409
- "BedrockDataAutomationRuntimeServiceException",
415
+ var Tag$ = [3, n0, _T,
416
+ 0,
417
+ [_k, _va],
418
+ [0, 0]
419
+ ];
420
+ var TagResourceRequest$ = [3, n0, _TRR,
421
+ 0,
422
+ [_rARN, _t],
423
+ [0, () => TagList]
424
+ ];
425
+ var TagResourceResponse$ = [3, n0, _TRRa,
410
426
  0,
411
427
  [],
412
- [],
428
+ []
413
429
  ];
414
- schema.TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException$, BedrockDataAutomationRuntimeServiceException);
415
- var BlueprintList = [1, n0, _BL, 0, () => Blueprint$];
416
- var OutputSegmentList = [1, n0, _OSL, 0, () => OutputSegment$];
417
- var TagList = [1, n0, _TL, 0, () => Tag$];
418
- var VideoSegmentConfiguration$ = [4, n0, _VSC, 0, [_tS], [() => TimestampSegment$]];
419
- var GetDataAutomationStatus$ = [
420
- 9,
421
- n0,
422
- _GDAS,
430
+ var ThrottlingException$ = [-3, n0, _TE,
431
+ { [_e]: _c, [_hE]: 429 },
432
+ [_m],
433
+ [0]
434
+ ];
435
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
436
+ var TimestampSegment$ = [3, n0, _TS,
423
437
  0,
424
- () => GetDataAutomationStatusRequest$,
425
- () => GetDataAutomationStatusResponse$,
438
+ [_sTM, _eTM],
439
+ [1, 1]
426
440
  ];
427
- var InvokeDataAutomation$ = [
428
- 9,
429
- n0,
430
- _IDA,
441
+ var UntagResourceRequest$ = [3, n0, _URR,
431
442
  0,
432
- () => InvokeDataAutomationRequest$,
433
- () => InvokeDataAutomationResponse$,
434
- ];
435
- var InvokeDataAutomationAsync$ = [
436
- 9,
437
- n0,
438
- _IDAA,
439
- 2,
440
- () => InvokeDataAutomationAsyncRequest$,
441
- () => InvokeDataAutomationAsyncResponse$,
442
- ];
443
- var ListTagsForResource$ = [
444
- 9,
445
- n0,
446
- _LTFR,
443
+ [_rARN, _tK],
444
+ [0, 64 | 0]
445
+ ];
446
+ var UntagResourceResponse$ = [3, n0, _URRn,
447
447
  0,
448
- () => ListTagsForResourceRequest$,
449
- () => ListTagsForResourceResponse$,
450
- ];
451
- var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
452
- var UntagResource$ = [
453
- 9,
454
- n0,
455
- _UR,
448
+ [],
449
+ []
450
+ ];
451
+ var ValidationException$ = [-3, n0, _VE,
452
+ { [_e]: _c, [_hE]: 400 },
453
+ [_m],
454
+ [0]
455
+ ];
456
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
457
+ var VideoAssetProcessingConfiguration$ = [3, n0, _VAPC,
458
+ 0,
459
+ [_sC],
460
+ [() => VideoSegmentConfiguration$]
461
+ ];
462
+ var BedrockDataAutomationRuntimeServiceException$ = [-3, _sm, "BedrockDataAutomationRuntimeServiceException", 0, [], []];
463
+ schema.TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException$, BedrockDataAutomationRuntimeServiceException);
464
+ var BlueprintList = [1, n0, _BL,
465
+ 0, () => Blueprint$
466
+ ];
467
+ var OutputSegmentList = [1, n0, _OSL,
468
+ 0, () => OutputSegment$
469
+ ];
470
+ var TagList = [1, n0, _TL,
471
+ 0, () => Tag$
472
+ ];
473
+ var VideoSegmentConfiguration$ = [4, n0, _VSC,
456
474
  0,
457
- () => UntagResourceRequest$,
458
- () => UntagResourceResponse$,
475
+ [_tS],
476
+ [() => TimestampSegment$]
477
+ ];
478
+ var GetDataAutomationStatus$ = [9, n0, _GDAS,
479
+ 0, () => GetDataAutomationStatusRequest$, () => GetDataAutomationStatusResponse$
480
+ ];
481
+ var InvokeDataAutomation$ = [9, n0, _IDA,
482
+ 0, () => InvokeDataAutomationRequest$, () => InvokeDataAutomationResponse$
483
+ ];
484
+ var InvokeDataAutomationAsync$ = [9, n0, _IDAA,
485
+ 2, () => InvokeDataAutomationAsyncRequest$, () => InvokeDataAutomationAsyncResponse$
486
+ ];
487
+ var ListTagsForResource$ = [9, n0, _LTFR,
488
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
489
+ ];
490
+ var TagResource$ = [9, n0, _TR,
491
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
492
+ ];
493
+ var UntagResource$ = [9, n0, _UR,
494
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
459
495
  ];
460
496
 
461
497
  class GetDataAutomationStatusCommand extends smithyClient.Command
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
24
24
  defaultsMode,
25
25
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
26
26
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
27
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
28
- (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
27
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
29
28
  maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
30
29
  region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
31
30
  requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -35,11 +35,9 @@ const getRuntimeConfig = (config) => {
35
35
  authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
36
36
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
37
37
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
38
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
39
- (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
38
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
40
39
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
41
- region: config?.region ??
42
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
+ region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
43
41
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
44
42
  retryMode: config?.retryMode ??
45
43
  (0, node_config_provider_1.loadConfig)({
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultBedrockDataAutomationRuntimeHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
5
5
  operation: getSmithyContext(context).operation,
6
- region: (await normalizeProvider(config.region)()) ||
7
- (() => {
8
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
9
- })(),
6
+ region: await normalizeProvider(config.region)() || (() => {
7
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
+ })(),
10
9
  };
11
10
  };
12
11
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -1,4 +1,4 @@
1
- import { BedrockDataAutomationRuntimeServiceException as __BaseException } from "./BedrockDataAutomationRuntimeServiceException";
1
+ import { BedrockDataAutomationRuntimeServiceException as __BaseException, } from "./BedrockDataAutomationRuntimeServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
3
  name = "AccessDeniedException";
4
4
  $fault = "client";
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
20
20
  defaultsMode,
21
21
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
22
22
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
23
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
24
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
23
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
25
24
  maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
26
25
  region: config?.region ?? invalidProvider("Region is missing"),
27
26
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -1,7 +1,7 @@
1
1
  import packageInfo from "../package.json";
2
- import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
3
3
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
- import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
4
+ import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
6
  import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
@@ -31,11 +31,9 @@ export const getRuntimeConfig = (config) => {
31
31
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
32
32
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
33
33
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
34
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
35
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
34
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
36
35
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
37
- region: config?.region ??
38
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
39
37
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
40
38
  retryMode: config?.retryMode ??
41
39
  loadNodeConfig({
@@ -91,170 +91,206 @@ const n0 = "com.amazonaws.bedrockdataautomationruntime";
91
91
  import { TypeRegistry } from "@smithy/core/schema";
92
92
  import { BedrockDataAutomationRuntimeServiceException } from "../models/BedrockDataAutomationRuntimeServiceException";
93
93
  import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException, } from "../models/errors";
94
- export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
94
+ export var AccessDeniedException$ = [-3, n0, _ADE,
95
+ { [_e]: _c, [_hE]: 403 },
96
+ [_m],
97
+ [0]
98
+ ];
95
99
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
96
- export var AssetProcessingConfiguration$ = [
97
- 3,
98
- n0,
99
- _APC,
100
+ export var AssetProcessingConfiguration$ = [3, n0, _APC,
100
101
  0,
101
102
  [_v],
102
- [() => VideoAssetProcessingConfiguration$],
103
- ];
104
- export var Blueprint$ = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
105
- export var DataAutomationConfiguration$ = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
106
- export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
107
- export var EventBridgeConfiguration$ = [3, n0, _EBC, 0, [_eBE], [2]];
108
- export var GetDataAutomationStatusRequest$ = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
109
- export var GetDataAutomationStatusResponse$ = [
110
- 3,
111
- n0,
112
- _GDASRe,
103
+ [() => VideoAssetProcessingConfiguration$]
104
+ ];
105
+ export var Blueprint$ = [3, n0, _B,
106
+ 0,
107
+ [_bA, _ve, _s],
108
+ [0, 0, 0]
109
+ ];
110
+ export var DataAutomationConfiguration$ = [3, n0, _DAC,
111
+ 0,
112
+ [_dAPA, _s],
113
+ [0, 0]
114
+ ];
115
+ export var EncryptionConfiguration$ = [3, n0, _EC,
116
+ 0,
117
+ [_kKI, _kEC],
118
+ [0, 128 | 0]
119
+ ];
120
+ export var EventBridgeConfiguration$ = [3, n0, _EBC,
121
+ 0,
122
+ [_eBE],
123
+ [2]
124
+ ];
125
+ export var GetDataAutomationStatusRequest$ = [3, n0, _GDASR,
126
+ 0,
127
+ [_iA],
128
+ [[0, 1]]
129
+ ];
130
+ export var GetDataAutomationStatusResponse$ = [3, n0, _GDASRe,
113
131
  0,
114
132
  [_st, _eT, _eM, _oC, _jST, _jCT, _jDIS],
115
- [0, 0, 0, () => OutputConfiguration$, 5, 5, 1],
133
+ [0, 0, 0, () => OutputConfiguration$, 5, 5, 1]
116
134
  ];
117
- export var InputConfiguration$ = [
118
- 3,
119
- n0,
120
- _IC,
135
+ export var InputConfiguration$ = [3, n0, _IC,
121
136
  0,
122
137
  [_sU, _aPC],
123
- [0, () => AssetProcessingConfiguration$],
138
+ [0, () => AssetProcessingConfiguration$]
139
+ ];
140
+ export var InternalServerException$ = [-3, n0, _ISE,
141
+ { [_e]: _se, [_hE]: 500 },
142
+ [_m],
143
+ [0]
124
144
  ];
125
- export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
126
145
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
127
- export var InvokeDataAutomationAsyncRequest$ = [
128
- 3,
129
- n0,
130
- _IDAAR,
146
+ export var InvokeDataAutomationAsyncRequest$ = [3, n0, _IDAAR,
131
147
  0,
132
148
  [_cT, _iC, _oC, _dAC, _eC, _nC, _b, _dAPAa, _t],
133
- [
134
- [0, 4],
135
- () => InputConfiguration$,
136
- () => OutputConfiguration$,
137
- () => DataAutomationConfiguration$,
138
- () => EncryptionConfiguration$,
139
- () => NotificationConfiguration$,
140
- () => BlueprintList,
141
- 0,
142
- () => TagList,
143
- ],
144
- ];
145
- export var InvokeDataAutomationAsyncResponse$ = [3, n0, _IDAARn, 0, [_iA], [0]];
146
- export var InvokeDataAutomationRequest$ = [
147
- 3,
148
- n0,
149
- _IDAR,
149
+ [[0, 4], () => InputConfiguration$, () => OutputConfiguration$, () => DataAutomationConfiguration$, () => EncryptionConfiguration$, () => NotificationConfiguration$, () => BlueprintList, 0, () => TagList]
150
+ ];
151
+ export var InvokeDataAutomationAsyncResponse$ = [3, n0, _IDAARn,
152
+ 0,
153
+ [_iA],
154
+ [0]
155
+ ];
156
+ export var InvokeDataAutomationRequest$ = [3, n0, _IDAR,
150
157
  0,
151
158
  [_iC, _dAC, _b, _dAPAa, _eC],
152
- [
153
- () => SyncInputConfiguration$,
154
- () => DataAutomationConfiguration$,
155
- () => BlueprintList,
156
- 0,
157
- () => EncryptionConfiguration$,
158
- ],
159
- ];
160
- export var InvokeDataAutomationResponse$ = [
161
- 3,
162
- n0,
163
- _IDARn,
159
+ [() => SyncInputConfiguration$, () => DataAutomationConfiguration$, () => BlueprintList, 0, () => EncryptionConfiguration$]
160
+ ];
161
+ export var InvokeDataAutomationResponse$ = [3, n0, _IDARn,
164
162
  0,
165
163
  [_sM, _oS],
166
- [0, () => OutputSegmentList],
167
- ];
168
- export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN], [0]];
169
- export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
170
- export var NotificationConfiguration$ = [
171
- 3,
172
- n0,
173
- _NC,
164
+ [0, () => OutputSegmentList]
165
+ ];
166
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
167
+ 0,
168
+ [_rARN],
169
+ [0]
170
+ ];
171
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
172
+ 0,
173
+ [_t],
174
+ [() => TagList]
175
+ ];
176
+ export var NotificationConfiguration$ = [3, n0, _NC,
174
177
  0,
175
178
  [_eBC],
176
- [() => EventBridgeConfiguration$],
179
+ [() => EventBridgeConfiguration$]
180
+ ];
181
+ export var OutputConfiguration$ = [3, n0, _OC,
182
+ 0,
183
+ [_sU],
184
+ [0]
185
+ ];
186
+ export var OutputSegment$ = [3, n0, _OS,
187
+ 0,
188
+ [_cOS, _cO, _sO],
189
+ [0, 0, 0]
190
+ ];
191
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
192
+ { [_e]: _c, [_hE]: 404 },
193
+ [_m],
194
+ [0]
177
195
  ];
178
- export var OutputConfiguration$ = [3, n0, _OC, 0, [_sU], [0]];
179
- export var OutputSegment$ = [3, n0, _OS, 0, [_cOS, _cO, _sO], [0, 0, 0]];
180
- export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
181
196
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
182
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
197
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
198
+ { [_e]: _c, [_hE]: 402 },
199
+ [_m],
200
+ [0]
201
+ ];
183
202
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
184
- export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
203
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
204
+ { [_e]: _se, [_hE]: 503 },
205
+ [_m],
206
+ [0]
207
+ ];
185
208
  TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
186
- export var SyncInputConfiguration$ = [3, n0, _SIC, 0, [_by, _sU], [21, 0]];
187
- export var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
188
- export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _t], [0, () => TagList]];
189
- export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
190
- export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
191
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
192
- export var TimestampSegment$ = [3, n0, _TS, 0, [_sTM, _eTM], [1, 1]];
193
- export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rARN, _tK], [0, 64 | 0]];
194
- export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
195
- export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
196
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
197
- export var VideoAssetProcessingConfiguration$ = [
198
- 3,
199
- n0,
200
- _VAPC,
209
+ export var SyncInputConfiguration$ = [3, n0, _SIC,
201
210
  0,
202
- [_sC],
203
- [() => VideoSegmentConfiguration$],
211
+ [_by, _sU],
212
+ [21, 0]
213
+ ];
214
+ export var Tag$ = [3, n0, _T,
215
+ 0,
216
+ [_k, _va],
217
+ [0, 0]
204
218
  ];
205
- export var BedrockDataAutomationRuntimeServiceException$ = [
206
- -3,
207
- _sm,
208
- "BedrockDataAutomationRuntimeServiceException",
219
+ export var TagResourceRequest$ = [3, n0, _TRR,
220
+ 0,
221
+ [_rARN, _t],
222
+ [0, () => TagList]
223
+ ];
224
+ export var TagResourceResponse$ = [3, n0, _TRRa,
209
225
  0,
210
226
  [],
227
+ []
228
+ ];
229
+ export var ThrottlingException$ = [-3, n0, _TE,
230
+ { [_e]: _c, [_hE]: 429 },
231
+ [_m],
232
+ [0]
233
+ ];
234
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
235
+ export var TimestampSegment$ = [3, n0, _TS,
236
+ 0,
237
+ [_sTM, _eTM],
238
+ [1, 1]
239
+ ];
240
+ export var UntagResourceRequest$ = [3, n0, _URR,
241
+ 0,
242
+ [_rARN, _tK],
243
+ [0, 64 | 0]
244
+ ];
245
+ export var UntagResourceResponse$ = [3, n0, _URRn,
246
+ 0,
211
247
  [],
248
+ []
249
+ ];
250
+ export var ValidationException$ = [-3, n0, _VE,
251
+ { [_e]: _c, [_hE]: 400 },
252
+ [_m],
253
+ [0]
212
254
  ];
255
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
256
+ export var VideoAssetProcessingConfiguration$ = [3, n0, _VAPC,
257
+ 0,
258
+ [_sC],
259
+ [() => VideoSegmentConfiguration$]
260
+ ];
261
+ export var BedrockDataAutomationRuntimeServiceException$ = [-3, _sm, "BedrockDataAutomationRuntimeServiceException", 0, [], []];
213
262
  TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException$, BedrockDataAutomationRuntimeServiceException);
214
- var BlueprintList = [1, n0, _BL, 0, () => Blueprint$];
215
- var OutputSegmentList = [1, n0, _OSL, 0, () => OutputSegment$];
263
+ var BlueprintList = [1, n0, _BL,
264
+ 0, () => Blueprint$
265
+ ];
266
+ var OutputSegmentList = [1, n0, _OSL,
267
+ 0, () => OutputSegment$
268
+ ];
216
269
  var TagKeyList = 64 | 0;
217
- var TagList = [1, n0, _TL, 0, () => Tag$];
270
+ var TagList = [1, n0, _TL,
271
+ 0, () => Tag$
272
+ ];
218
273
  var EncryptionContextMap = 128 | 0;
219
- export var VideoSegmentConfiguration$ = [4, n0, _VSC, 0, [_tS], [() => TimestampSegment$]];
220
- export var GetDataAutomationStatus$ = [
221
- 9,
222
- n0,
223
- _GDAS,
274
+ export var VideoSegmentConfiguration$ = [4, n0, _VSC,
224
275
  0,
225
- () => GetDataAutomationStatusRequest$,
226
- () => GetDataAutomationStatusResponse$,
276
+ [_tS],
277
+ [() => TimestampSegment$]
227
278
  ];
228
- export var InvokeDataAutomation$ = [
229
- 9,
230
- n0,
231
- _IDA,
232
- 0,
233
- () => InvokeDataAutomationRequest$,
234
- () => InvokeDataAutomationResponse$,
235
- ];
236
- export var InvokeDataAutomationAsync$ = [
237
- 9,
238
- n0,
239
- _IDAA,
240
- 2,
241
- () => InvokeDataAutomationAsyncRequest$,
242
- () => InvokeDataAutomationAsyncResponse$,
243
- ];
244
- export var ListTagsForResource$ = [
245
- 9,
246
- n0,
247
- _LTFR,
248
- 0,
249
- () => ListTagsForResourceRequest$,
250
- () => ListTagsForResourceResponse$,
251
- ];
252
- export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
253
- export var UntagResource$ = [
254
- 9,
255
- n0,
256
- _UR,
257
- 0,
258
- () => UntagResourceRequest$,
259
- () => UntagResourceResponse$,
279
+ export var GetDataAutomationStatus$ = [9, n0, _GDAS,
280
+ 0, () => GetDataAutomationStatusRequest$, () => GetDataAutomationStatusResponse$
281
+ ];
282
+ export var InvokeDataAutomation$ = [9, n0, _IDA,
283
+ 0, () => InvokeDataAutomationRequest$, () => InvokeDataAutomationResponse$
284
+ ];
285
+ export var InvokeDataAutomationAsync$ = [9, n0, _IDAA,
286
+ 2, () => InvokeDataAutomationAsyncRequest$, () => InvokeDataAutomationAsyncResponse$
287
+ ];
288
+ export var ListTagsForResource$ = [9, n0, _LTFR,
289
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
290
+ ];
291
+ export var TagResource$ = [9, n0, _TR,
292
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
293
+ ];
294
+ export var UntagResource$ = [9, n0, _UR,
295
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
260
296
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-data-automation-runtime",
3
3
  "description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.957.0",
4
+ "version": "3.962.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-bedrock-data-automation-runtime",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.957.0",
25
- "@aws-sdk/credential-provider-node": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.962.0",
26
26
  "@aws-sdk/middleware-host-header": "3.957.0",
27
27
  "@aws-sdk/middleware-logger": "3.957.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.957.0",