@aws-sdk/client-appflow 3.645.0 → 3.650.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.
Files changed (35) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +25 -75
  3. package/dist-es/commands/CancelFlowExecutionsCommand.js +1 -3
  4. package/dist-es/commands/CreateConnectorProfileCommand.js +1 -3
  5. package/dist-es/commands/CreateFlowCommand.js +1 -3
  6. package/dist-es/commands/DeleteConnectorProfileCommand.js +1 -3
  7. package/dist-es/commands/DeleteFlowCommand.js +1 -3
  8. package/dist-es/commands/DescribeConnectorCommand.js +1 -3
  9. package/dist-es/commands/DescribeConnectorEntityCommand.js +1 -3
  10. package/dist-es/commands/DescribeConnectorProfilesCommand.js +1 -3
  11. package/dist-es/commands/DescribeConnectorsCommand.js +1 -3
  12. package/dist-es/commands/DescribeFlowCommand.js +1 -3
  13. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +1 -3
  14. package/dist-es/commands/ListConnectorEntitiesCommand.js +1 -3
  15. package/dist-es/commands/ListConnectorsCommand.js +1 -3
  16. package/dist-es/commands/ListFlowsCommand.js +1 -3
  17. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  18. package/dist-es/commands/RegisterConnectorCommand.js +1 -3
  19. package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +1 -3
  20. package/dist-es/commands/StartFlowCommand.js +1 -3
  21. package/dist-es/commands/StopFlowCommand.js +1 -3
  22. package/dist-es/commands/TagResourceCommand.js +1 -3
  23. package/dist-es/commands/UnregisterConnectorCommand.js +1 -3
  24. package/dist-es/commands/UntagResourceCommand.js +1 -3
  25. package/dist-es/commands/UpdateConnectorProfileCommand.js +1 -3
  26. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +1 -3
  27. package/dist-es/commands/UpdateFlowCommand.js +1 -3
  28. package/dist-es/endpoint/endpointResolver.js +7 -3
  29. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  30. package/dist-types/runtimeConfig.d.ts +2 -0
  31. package/dist-types/runtimeConfig.native.d.ts +2 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  35. package/package.json +35 -35
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2317,9 +2317,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
2317
2317
  var _tK = "tagKeys";
2318
2318
 
2319
2319
  // src/commands/CancelFlowExecutionsCommand.ts
2320
- var _CancelFlowExecutionsCommand = class _CancelFlowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2321
- ...commonParams
2322
- }).m(function(Command, cs, config, o) {
2320
+ var _CancelFlowExecutionsCommand = class _CancelFlowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2323
2321
  return [
2324
2322
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2325
2323
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2333,9 +2331,7 @@ var CancelFlowExecutionsCommand = _CancelFlowExecutionsCommand;
2333
2331
 
2334
2332
 
2335
2333
 
2336
- var _CreateConnectorProfileCommand = class _CreateConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2337
- ...commonParams
2338
- }).m(function(Command, cs, config, o) {
2334
+ var _CreateConnectorProfileCommand = class _CreateConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2339
2335
  return [
2340
2336
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2341
2337
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2349,9 +2345,7 @@ var CreateConnectorProfileCommand = _CreateConnectorProfileCommand;
2349
2345
 
2350
2346
 
2351
2347
 
2352
- var _CreateFlowCommand = class _CreateFlowCommand extends import_smithy_client.Command.classBuilder().ep({
2353
- ...commonParams
2354
- }).m(function(Command, cs, config, o) {
2348
+ var _CreateFlowCommand = class _CreateFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2355
2349
  return [
2356
2350
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2357
2351
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2365,9 +2359,7 @@ var CreateFlowCommand = _CreateFlowCommand;
2365
2359
 
2366
2360
 
2367
2361
 
2368
- var _DeleteConnectorProfileCommand = class _DeleteConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2369
- ...commonParams
2370
- }).m(function(Command, cs, config, o) {
2362
+ var _DeleteConnectorProfileCommand = class _DeleteConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2371
2363
  return [
2372
2364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2373
2365
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2381,9 +2373,7 @@ var DeleteConnectorProfileCommand = _DeleteConnectorProfileCommand;
2381
2373
 
2382
2374
 
2383
2375
 
2384
- var _DeleteFlowCommand = class _DeleteFlowCommand extends import_smithy_client.Command.classBuilder().ep({
2385
- ...commonParams
2386
- }).m(function(Command, cs, config, o) {
2376
+ var _DeleteFlowCommand = class _DeleteFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2387
2377
  return [
2388
2378
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2389
2379
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2397,9 +2387,7 @@ var DeleteFlowCommand = _DeleteFlowCommand;
2397
2387
 
2398
2388
 
2399
2389
 
2400
- var _DescribeConnectorCommand = class _DescribeConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
2401
- ...commonParams
2402
- }).m(function(Command, cs, config, o) {
2390
+ var _DescribeConnectorCommand = class _DescribeConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2403
2391
  return [
2404
2392
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2405
2393
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2413,9 +2401,7 @@ var DescribeConnectorCommand = _DescribeConnectorCommand;
2413
2401
 
2414
2402
 
2415
2403
 
2416
- var _DescribeConnectorEntityCommand = class _DescribeConnectorEntityCommand extends import_smithy_client.Command.classBuilder().ep({
2417
- ...commonParams
2418
- }).m(function(Command, cs, config, o) {
2404
+ var _DescribeConnectorEntityCommand = class _DescribeConnectorEntityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2419
2405
  return [
2420
2406
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2421
2407
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2429,9 +2415,7 @@ var DescribeConnectorEntityCommand = _DescribeConnectorEntityCommand;
2429
2415
 
2430
2416
 
2431
2417
 
2432
- var _DescribeConnectorProfilesCommand = class _DescribeConnectorProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
2433
- ...commonParams
2434
- }).m(function(Command, cs, config, o) {
2418
+ var _DescribeConnectorProfilesCommand = class _DescribeConnectorProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2435
2419
  return [
2436
2420
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2437
2421
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2445,9 +2429,7 @@ var DescribeConnectorProfilesCommand = _DescribeConnectorProfilesCommand;
2445
2429
 
2446
2430
 
2447
2431
 
2448
- var _DescribeConnectorsCommand = class _DescribeConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
2449
- ...commonParams
2450
- }).m(function(Command, cs, config, o) {
2432
+ var _DescribeConnectorsCommand = class _DescribeConnectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2451
2433
  return [
2452
2434
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2453
2435
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2461,9 +2443,7 @@ var DescribeConnectorsCommand = _DescribeConnectorsCommand;
2461
2443
 
2462
2444
 
2463
2445
 
2464
- var _DescribeFlowCommand = class _DescribeFlowCommand extends import_smithy_client.Command.classBuilder().ep({
2465
- ...commonParams
2466
- }).m(function(Command, cs, config, o) {
2446
+ var _DescribeFlowCommand = class _DescribeFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2467
2447
  return [
2468
2448
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2469
2449
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2477,9 +2457,7 @@ var DescribeFlowCommand = _DescribeFlowCommand;
2477
2457
 
2478
2458
 
2479
2459
 
2480
- var _DescribeFlowExecutionRecordsCommand = class _DescribeFlowExecutionRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
2481
- ...commonParams
2482
- }).m(function(Command, cs, config, o) {
2460
+ var _DescribeFlowExecutionRecordsCommand = class _DescribeFlowExecutionRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2483
2461
  return [
2484
2462
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2485
2463
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2493,9 +2471,7 @@ var DescribeFlowExecutionRecordsCommand = _DescribeFlowExecutionRecordsCommand;
2493
2471
 
2494
2472
 
2495
2473
 
2496
- var _ListConnectorEntitiesCommand = class _ListConnectorEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
2497
- ...commonParams
2498
- }).m(function(Command, cs, config, o) {
2474
+ var _ListConnectorEntitiesCommand = class _ListConnectorEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2499
2475
  return [
2500
2476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2501
2477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2509,9 +2485,7 @@ var ListConnectorEntitiesCommand = _ListConnectorEntitiesCommand;
2509
2485
 
2510
2486
 
2511
2487
 
2512
- var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
2513
- ...commonParams
2514
- }).m(function(Command, cs, config, o) {
2488
+ var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2515
2489
  return [
2516
2490
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2517
2491
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2525,9 +2499,7 @@ var ListConnectorsCommand = _ListConnectorsCommand;
2525
2499
 
2526
2500
 
2527
2501
 
2528
- var _ListFlowsCommand = class _ListFlowsCommand extends import_smithy_client.Command.classBuilder().ep({
2529
- ...commonParams
2530
- }).m(function(Command, cs, config, o) {
2502
+ var _ListFlowsCommand = class _ListFlowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2531
2503
  return [
2532
2504
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2533
2505
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2541,9 +2513,7 @@ var ListFlowsCommand = _ListFlowsCommand;
2541
2513
 
2542
2514
 
2543
2515
 
2544
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2545
- ...commonParams
2546
- }).m(function(Command, cs, config, o) {
2516
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2547
2517
  return [
2548
2518
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2549
2519
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2557,9 +2527,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2557
2527
 
2558
2528
 
2559
2529
 
2560
- var _RegisterConnectorCommand = class _RegisterConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
2561
- ...commonParams
2562
- }).m(function(Command, cs, config, o) {
2530
+ var _RegisterConnectorCommand = class _RegisterConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2563
2531
  return [
2564
2532
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2565
2533
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2573,9 +2541,7 @@ var RegisterConnectorCommand = _RegisterConnectorCommand;
2573
2541
 
2574
2542
 
2575
2543
 
2576
- var _ResetConnectorMetadataCacheCommand = class _ResetConnectorMetadataCacheCommand extends import_smithy_client.Command.classBuilder().ep({
2577
- ...commonParams
2578
- }).m(function(Command, cs, config, o) {
2544
+ var _ResetConnectorMetadataCacheCommand = class _ResetConnectorMetadataCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2579
2545
  return [
2580
2546
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2581
2547
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2589,9 +2555,7 @@ var ResetConnectorMetadataCacheCommand = _ResetConnectorMetadataCacheCommand;
2589
2555
 
2590
2556
 
2591
2557
 
2592
- var _StartFlowCommand = class _StartFlowCommand extends import_smithy_client.Command.classBuilder().ep({
2593
- ...commonParams
2594
- }).m(function(Command, cs, config, o) {
2558
+ var _StartFlowCommand = class _StartFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2595
2559
  return [
2596
2560
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2597
2561
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2605,9 +2569,7 @@ var StartFlowCommand = _StartFlowCommand;
2605
2569
 
2606
2570
 
2607
2571
 
2608
- var _StopFlowCommand = class _StopFlowCommand extends import_smithy_client.Command.classBuilder().ep({
2609
- ...commonParams
2610
- }).m(function(Command, cs, config, o) {
2572
+ var _StopFlowCommand = class _StopFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2611
2573
  return [
2612
2574
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2613
2575
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2621,9 +2583,7 @@ var StopFlowCommand = _StopFlowCommand;
2621
2583
 
2622
2584
 
2623
2585
 
2624
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2625
- ...commonParams
2626
- }).m(function(Command, cs, config, o) {
2586
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2627
2587
  return [
2628
2588
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2629
2589
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2637,9 +2597,7 @@ var TagResourceCommand = _TagResourceCommand;
2637
2597
 
2638
2598
 
2639
2599
 
2640
- var _UnregisterConnectorCommand = class _UnregisterConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
2641
- ...commonParams
2642
- }).m(function(Command, cs, config, o) {
2600
+ var _UnregisterConnectorCommand = class _UnregisterConnectorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2643
2601
  return [
2644
2602
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2645
2603
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2653,9 +2611,7 @@ var UnregisterConnectorCommand = _UnregisterConnectorCommand;
2653
2611
 
2654
2612
 
2655
2613
 
2656
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2657
- ...commonParams
2658
- }).m(function(Command, cs, config, o) {
2614
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2659
2615
  return [
2660
2616
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2661
2617
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2669,9 +2625,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2669
2625
 
2670
2626
 
2671
2627
 
2672
- var _UpdateConnectorProfileCommand = class _UpdateConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep({
2673
- ...commonParams
2674
- }).m(function(Command, cs, config, o) {
2628
+ var _UpdateConnectorProfileCommand = class _UpdateConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2675
2629
  return [
2676
2630
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2677
2631
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2685,9 +2639,7 @@ var UpdateConnectorProfileCommand = _UpdateConnectorProfileCommand;
2685
2639
 
2686
2640
 
2687
2641
 
2688
- var _UpdateConnectorRegistrationCommand = class _UpdateConnectorRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
2689
- ...commonParams
2690
- }).m(function(Command, cs, config, o) {
2642
+ var _UpdateConnectorRegistrationCommand = class _UpdateConnectorRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2691
2643
  return [
2692
2644
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2693
2645
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2701,9 +2653,7 @@ var UpdateConnectorRegistrationCommand = _UpdateConnectorRegistrationCommand;
2701
2653
 
2702
2654
 
2703
2655
 
2704
- var _UpdateFlowCommand = class _UpdateFlowCommand extends import_smithy_client.Command.classBuilder().ep({
2705
- ...commonParams
2706
- }).m(function(Command, cs, config, o) {
2656
+ var _UpdateFlowCommand = class _UpdateFlowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2707
2657
  return [
2708
2658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2709
2659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CancelFlowExecutionsCommand, se_CancelFlowExecutionsCommand } from "
6
6
  export { $Command };
7
7
  export class CancelFlowExecutionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateConnectorProfileCommand, se_CreateConnectorProfileCommand } fr
7
7
  export { $Command };
8
8
  export class CreateConnectorProfileCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFlowCommand, se_CreateFlowCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class CreateFlowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConnectorProfileCommand, se_DeleteConnectorProfileCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteConnectorProfileCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteFlowCommand, se_DeleteFlowCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class DeleteFlowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeConnectorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectorEntityCommand, se_DescribeConnectorEntityCommand }
6
6
  export { $Command };
7
7
  export class DescribeConnectorEntityCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectorProfilesCommand, se_DescribeConnectorProfilesComman
6
6
  export { $Command };
7
7
  export class DescribeConnectorProfilesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConnectorsCommand, se_DescribeConnectorsCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeConnectorsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFlowCommand, se_DescribeFlowCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeFlowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFlowExecutionRecordsCommand, se_DescribeFlowExecutionRecords
6
6
  export { $Command };
7
7
  export class DescribeFlowExecutionRecordsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConnectorEntitiesCommand, se_ListConnectorEntitiesCommand } from
6
6
  export { $Command };
7
7
  export class ListConnectorEntitiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListConnectorsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListFlowsCommand, se_ListFlowsCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class ListFlowsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterConnectorCommand, se_RegisterConnectorCommand } from "../pro
6
6
  export { $Command };
7
7
  export class RegisterConnectorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ResetConnectorMetadataCacheCommand, se_ResetConnectorMetadataCacheCo
6
6
  export { $Command };
7
7
  export class ResetConnectorMetadataCacheCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartFlowCommand, se_StartFlowCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class StartFlowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopFlowCommand, se_StopFlowCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class StopFlowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UnregisterConnectorCommand, se_UnregisterConnectorCommand } from "..
6
6
  export { $Command };
7
7
  export class UnregisterConnectorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateConnectorProfileCommand, se_UpdateConnectorProfileCommand } fr
7
7
  export { $Command };
8
8
  export class UpdateConnectorProfileCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConnectorRegistrationCommand, se_UpdateConnectorRegistrationCo
6
6
  export { $Command };
7
7
  export class UpdateConnectorRegistrationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateFlowCommand, se_UpdateFlowCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class UpdateFlowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppflowHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppflowHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppflowHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  apiVersion: string;
26
+ cacheMiddleware?: boolean | undefined;
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  base64Decoder: import("@smithy/types").Decoder;
28
29
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -61,6 +62,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
61
62
  }
62
63
  ) => import("@smithy/types").EndpointV2;
63
64
  tls?: boolean | undefined;
65
+ serviceConfiguredEndpoint?: undefined;
64
66
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
67
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppflowHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  apiVersion: string;
30
+ cacheMiddleware?: boolean | undefined;
30
31
  urlParser: import("@smithy/types").UrlParser;
31
32
  base64Decoder: import("@smithy/types").Decoder;
32
33
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -65,6 +66,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
65
66
  }
66
67
  ) => import("@smithy/types").EndpointV2;
67
68
  tls?: boolean | undefined;
69
+ serviceConfiguredEndpoint?: undefined;
68
70
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
71
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppflowHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
+ cacheMiddleware?: boolean | undefined;
12
13
  urlParser: import("@smithy/types").UrlParser;
13
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -55,6 +56,7 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
55
56
  }
56
57
  ) => import("@smithy/types").EndpointV2;
57
58
  tls?: boolean | undefined;
59
+ serviceConfiguredEndpoint?: undefined;
58
60
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
61
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppflowHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appflow",
3
3
  "description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
4
- "version": "3.645.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-appflow",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.645.0",
24
- "@aws-sdk/client-sts": "3.645.0",
25
- "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.645.0",
27
- "@aws-sdk/middleware-host-header": "3.620.0",
28
- "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.645.0",
31
- "@aws-sdk/region-config-resolver": "3.614.0",
32
- "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.645.0",
34
- "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.614.0",
36
- "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.4.0",
38
- "@smithy/fetch-http-handler": "^3.2.4",
39
- "@smithy/hash-node": "^3.0.3",
40
- "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.5",
42
- "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.15",
44
- "@smithy/middleware-serde": "^3.0.3",
45
- "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.4",
48
- "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.2.0",
50
- "@smithy/types": "^3.3.0",
51
- "@smithy/url-parser": "^3.0.3",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
+ "@aws-sdk/core": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
+ "@aws-sdk/middleware-host-header": "3.649.0",
28
+ "@aws-sdk/middleware-logger": "3.649.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
+ "@aws-sdk/middleware-user-agent": "3.649.0",
31
+ "@aws-sdk/region-config-resolver": "3.649.0",
32
+ "@aws-sdk/types": "3.649.0",
33
+ "@aws-sdk/util-endpoints": "3.649.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.649.0",
35
+ "@aws-sdk/util-user-agent-node": "3.649.0",
36
+ "@smithy/config-resolver": "^3.0.6",
37
+ "@smithy/core": "^2.4.1",
38
+ "@smithy/fetch-http-handler": "^3.2.5",
39
+ "@smithy/hash-node": "^3.0.4",
40
+ "@smithy/invalid-dependency": "^3.0.4",
41
+ "@smithy/middleware-content-length": "^3.0.6",
42
+ "@smithy/middleware-endpoint": "^3.1.1",
43
+ "@smithy/middleware-retry": "^3.0.16",
44
+ "@smithy/middleware-serde": "^3.0.4",
45
+ "@smithy/middleware-stack": "^3.0.4",
46
+ "@smithy/node-config-provider": "^3.1.5",
47
+ "@smithy/node-http-handler": "^3.2.0",
48
+ "@smithy/protocol-http": "^4.1.1",
49
+ "@smithy/smithy-client": "^3.3.0",
50
+ "@smithy/types": "^3.4.0",
51
+ "@smithy/url-parser": "^3.0.4",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.15",
56
- "@smithy/util-defaults-mode-node": "^3.0.15",
57
- "@smithy/util-endpoints": "^2.0.5",
58
- "@smithy/util-middleware": "^3.0.3",
59
- "@smithy/util-retry": "^3.0.3",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.16",
56
+ "@smithy/util-defaults-mode-node": "^3.0.16",
57
+ "@smithy/util-endpoints": "^2.1.0",
58
+ "@smithy/util-middleware": "^3.0.4",
59
+ "@smithy/util-retry": "^3.0.4",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"