@aws-sdk/client-datasync 3.588.0 → 3.592.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 (129) hide show
  1. package/dist-cjs/index.js +0 -60
  2. package/dist-types/DataSyncClient.d.ts +4 -4
  3. package/dist-types/commands/AddStorageSystemCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLocationS3Command.d.ts +2 -1
  16. package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTaskCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAgentCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
  33. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListStorageSystemsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  47. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +2 -1
  48. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +2 -1
  49. package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -1
  50. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -1
  63. package/dist-types/index.d.ts +2 -2
  64. package/dist-types/models/DataSyncServiceException.d.ts +2 -1
  65. package/dist-types/runtimeConfig.native.d.ts +1 -1
  66. package/dist-types/ts3.4/DataSyncClient.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +2 -1
  128. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  129. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -313,7 +313,6 @@ var DataSyncClient = _DataSyncClient;
313
313
 
314
314
  var import_middleware_serde = require("@smithy/middleware-serde");
315
315
 
316
- var import_types = require("@smithy/types");
317
316
 
318
317
  // src/models/models_0.ts
319
318
 
@@ -2448,7 +2447,6 @@ var AddStorageSystemCommand = _AddStorageSystemCommand;
2448
2447
 
2449
2448
 
2450
2449
 
2451
-
2452
2450
  var _CancelTaskExecutionCommand = class _CancelTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2453
2451
  ...commonParams
2454
2452
  }).m(function(Command, cs, config, o) {
@@ -2465,7 +2463,6 @@ var CancelTaskExecutionCommand = _CancelTaskExecutionCommand;
2465
2463
 
2466
2464
 
2467
2465
 
2468
-
2469
2466
  var _CreateAgentCommand = class _CreateAgentCommand extends import_smithy_client.Command.classBuilder().ep({
2470
2467
  ...commonParams
2471
2468
  }).m(function(Command, cs, config, o) {
@@ -2482,7 +2479,6 @@ var CreateAgentCommand = _CreateAgentCommand;
2482
2479
 
2483
2480
 
2484
2481
 
2485
-
2486
2482
  var _CreateLocationAzureBlobCommand = class _CreateLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep({
2487
2483
  ...commonParams
2488
2484
  }).m(function(Command, cs, config, o) {
@@ -2499,7 +2495,6 @@ var CreateLocationAzureBlobCommand = _CreateLocationAzureBlobCommand;
2499
2495
 
2500
2496
 
2501
2497
 
2502
-
2503
2498
  var _CreateLocationEfsCommand = class _CreateLocationEfsCommand extends import_smithy_client.Command.classBuilder().ep({
2504
2499
  ...commonParams
2505
2500
  }).m(function(Command, cs, config, o) {
@@ -2516,7 +2511,6 @@ var CreateLocationEfsCommand = _CreateLocationEfsCommand;
2516
2511
 
2517
2512
 
2518
2513
 
2519
-
2520
2514
  var _CreateLocationFsxLustreCommand = class _CreateLocationFsxLustreCommand extends import_smithy_client.Command.classBuilder().ep({
2521
2515
  ...commonParams
2522
2516
  }).m(function(Command, cs, config, o) {
@@ -2533,7 +2527,6 @@ var CreateLocationFsxLustreCommand = _CreateLocationFsxLustreCommand;
2533
2527
 
2534
2528
 
2535
2529
 
2536
-
2537
2530
  var _CreateLocationFsxOntapCommand = class _CreateLocationFsxOntapCommand extends import_smithy_client.Command.classBuilder().ep({
2538
2531
  ...commonParams
2539
2532
  }).m(function(Command, cs, config, o) {
@@ -2550,7 +2543,6 @@ var CreateLocationFsxOntapCommand = _CreateLocationFsxOntapCommand;
2550
2543
 
2551
2544
 
2552
2545
 
2553
-
2554
2546
  var _CreateLocationFsxOpenZfsCommand = class _CreateLocationFsxOpenZfsCommand extends import_smithy_client.Command.classBuilder().ep({
2555
2547
  ...commonParams
2556
2548
  }).m(function(Command, cs, config, o) {
@@ -2567,7 +2559,6 @@ var CreateLocationFsxOpenZfsCommand = _CreateLocationFsxOpenZfsCommand;
2567
2559
 
2568
2560
 
2569
2561
 
2570
-
2571
2562
  var _CreateLocationFsxWindowsCommand = class _CreateLocationFsxWindowsCommand extends import_smithy_client.Command.classBuilder().ep({
2572
2563
  ...commonParams
2573
2564
  }).m(function(Command, cs, config, o) {
@@ -2584,7 +2575,6 @@ var CreateLocationFsxWindowsCommand = _CreateLocationFsxWindowsCommand;
2584
2575
 
2585
2576
 
2586
2577
 
2587
-
2588
2578
  var _CreateLocationHdfsCommand = class _CreateLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep({
2589
2579
  ...commonParams
2590
2580
  }).m(function(Command, cs, config, o) {
@@ -2601,7 +2591,6 @@ var CreateLocationHdfsCommand = _CreateLocationHdfsCommand;
2601
2591
 
2602
2592
 
2603
2593
 
2604
-
2605
2594
  var _CreateLocationNfsCommand = class _CreateLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep({
2606
2595
  ...commonParams
2607
2596
  }).m(function(Command, cs, config, o) {
@@ -2618,7 +2607,6 @@ var CreateLocationNfsCommand = _CreateLocationNfsCommand;
2618
2607
 
2619
2608
 
2620
2609
 
2621
-
2622
2610
  var _CreateLocationObjectStorageCommand = class _CreateLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep({
2623
2611
  ...commonParams
2624
2612
  }).m(function(Command, cs, config, o) {
@@ -2635,7 +2623,6 @@ var CreateLocationObjectStorageCommand = _CreateLocationObjectStorageCommand;
2635
2623
 
2636
2624
 
2637
2625
 
2638
-
2639
2626
  var _CreateLocationS3Command = class _CreateLocationS3Command extends import_smithy_client.Command.classBuilder().ep({
2640
2627
  ...commonParams
2641
2628
  }).m(function(Command, cs, config, o) {
@@ -2652,7 +2639,6 @@ var CreateLocationS3Command = _CreateLocationS3Command;
2652
2639
 
2653
2640
 
2654
2641
 
2655
-
2656
2642
  var _CreateLocationSmbCommand = class _CreateLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep({
2657
2643
  ...commonParams
2658
2644
  }).m(function(Command, cs, config, o) {
@@ -2669,7 +2655,6 @@ var CreateLocationSmbCommand = _CreateLocationSmbCommand;
2669
2655
 
2670
2656
 
2671
2657
 
2672
-
2673
2658
  var _CreateTaskCommand = class _CreateTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2674
2659
  ...commonParams
2675
2660
  }).m(function(Command, cs, config, o) {
@@ -2686,7 +2671,6 @@ var CreateTaskCommand = _CreateTaskCommand;
2686
2671
 
2687
2672
 
2688
2673
 
2689
-
2690
2674
  var _DeleteAgentCommand = class _DeleteAgentCommand extends import_smithy_client.Command.classBuilder().ep({
2691
2675
  ...commonParams
2692
2676
  }).m(function(Command, cs, config, o) {
@@ -2703,7 +2687,6 @@ var DeleteAgentCommand = _DeleteAgentCommand;
2703
2687
 
2704
2688
 
2705
2689
 
2706
-
2707
2690
  var _DeleteLocationCommand = class _DeleteLocationCommand extends import_smithy_client.Command.classBuilder().ep({
2708
2691
  ...commonParams
2709
2692
  }).m(function(Command, cs, config, o) {
@@ -2720,7 +2703,6 @@ var DeleteLocationCommand = _DeleteLocationCommand;
2720
2703
 
2721
2704
 
2722
2705
 
2723
-
2724
2706
  var _DeleteTaskCommand = class _DeleteTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2725
2707
  ...commonParams
2726
2708
  }).m(function(Command, cs, config, o) {
@@ -2737,7 +2719,6 @@ var DeleteTaskCommand = _DeleteTaskCommand;
2737
2719
 
2738
2720
 
2739
2721
 
2740
-
2741
2722
  var _DescribeAgentCommand = class _DescribeAgentCommand extends import_smithy_client.Command.classBuilder().ep({
2742
2723
  ...commonParams
2743
2724
  }).m(function(Command, cs, config, o) {
@@ -2754,7 +2735,6 @@ var DescribeAgentCommand = _DescribeAgentCommand;
2754
2735
 
2755
2736
 
2756
2737
 
2757
-
2758
2738
  var _DescribeDiscoveryJobCommand = class _DescribeDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
2759
2739
  ...commonParams
2760
2740
  }).m(function(Command, cs, config, o) {
@@ -2771,7 +2751,6 @@ var DescribeDiscoveryJobCommand = _DescribeDiscoveryJobCommand;
2771
2751
 
2772
2752
 
2773
2753
 
2774
-
2775
2754
  var _DescribeLocationAzureBlobCommand = class _DescribeLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep({
2776
2755
  ...commonParams
2777
2756
  }).m(function(Command, cs, config, o) {
@@ -2788,7 +2767,6 @@ var DescribeLocationAzureBlobCommand = _DescribeLocationAzureBlobCommand;
2788
2767
 
2789
2768
 
2790
2769
 
2791
-
2792
2770
  var _DescribeLocationEfsCommand = class _DescribeLocationEfsCommand extends import_smithy_client.Command.classBuilder().ep({
2793
2771
  ...commonParams
2794
2772
  }).m(function(Command, cs, config, o) {
@@ -2805,7 +2783,6 @@ var DescribeLocationEfsCommand = _DescribeLocationEfsCommand;
2805
2783
 
2806
2784
 
2807
2785
 
2808
-
2809
2786
  var _DescribeLocationFsxLustreCommand = class _DescribeLocationFsxLustreCommand extends import_smithy_client.Command.classBuilder().ep({
2810
2787
  ...commonParams
2811
2788
  }).m(function(Command, cs, config, o) {
@@ -2822,7 +2799,6 @@ var DescribeLocationFsxLustreCommand = _DescribeLocationFsxLustreCommand;
2822
2799
 
2823
2800
 
2824
2801
 
2825
-
2826
2802
  var _DescribeLocationFsxOntapCommand = class _DescribeLocationFsxOntapCommand extends import_smithy_client.Command.classBuilder().ep({
2827
2803
  ...commonParams
2828
2804
  }).m(function(Command, cs, config, o) {
@@ -2839,7 +2815,6 @@ var DescribeLocationFsxOntapCommand = _DescribeLocationFsxOntapCommand;
2839
2815
 
2840
2816
 
2841
2817
 
2842
-
2843
2818
  var _DescribeLocationFsxOpenZfsCommand = class _DescribeLocationFsxOpenZfsCommand extends import_smithy_client.Command.classBuilder().ep({
2844
2819
  ...commonParams
2845
2820
  }).m(function(Command, cs, config, o) {
@@ -2856,7 +2831,6 @@ var DescribeLocationFsxOpenZfsCommand = _DescribeLocationFsxOpenZfsCommand;
2856
2831
 
2857
2832
 
2858
2833
 
2859
-
2860
2834
  var _DescribeLocationFsxWindowsCommand = class _DescribeLocationFsxWindowsCommand extends import_smithy_client.Command.classBuilder().ep({
2861
2835
  ...commonParams
2862
2836
  }).m(function(Command, cs, config, o) {
@@ -2873,7 +2847,6 @@ var DescribeLocationFsxWindowsCommand = _DescribeLocationFsxWindowsCommand;
2873
2847
 
2874
2848
 
2875
2849
 
2876
-
2877
2850
  var _DescribeLocationHdfsCommand = class _DescribeLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep({
2878
2851
  ...commonParams
2879
2852
  }).m(function(Command, cs, config, o) {
@@ -2890,7 +2863,6 @@ var DescribeLocationHdfsCommand = _DescribeLocationHdfsCommand;
2890
2863
 
2891
2864
 
2892
2865
 
2893
-
2894
2866
  var _DescribeLocationNfsCommand = class _DescribeLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep({
2895
2867
  ...commonParams
2896
2868
  }).m(function(Command, cs, config, o) {
@@ -2907,7 +2879,6 @@ var DescribeLocationNfsCommand = _DescribeLocationNfsCommand;
2907
2879
 
2908
2880
 
2909
2881
 
2910
-
2911
2882
  var _DescribeLocationObjectStorageCommand = class _DescribeLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep({
2912
2883
  ...commonParams
2913
2884
  }).m(function(Command, cs, config, o) {
@@ -2924,7 +2895,6 @@ var DescribeLocationObjectStorageCommand = _DescribeLocationObjectStorageCommand
2924
2895
 
2925
2896
 
2926
2897
 
2927
-
2928
2898
  var _DescribeLocationS3Command = class _DescribeLocationS3Command extends import_smithy_client.Command.classBuilder().ep({
2929
2899
  ...commonParams
2930
2900
  }).m(function(Command, cs, config, o) {
@@ -2941,7 +2911,6 @@ var DescribeLocationS3Command = _DescribeLocationS3Command;
2941
2911
 
2942
2912
 
2943
2913
 
2944
-
2945
2914
  var _DescribeLocationSmbCommand = class _DescribeLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep({
2946
2915
  ...commonParams
2947
2916
  }).m(function(Command, cs, config, o) {
@@ -2958,7 +2927,6 @@ var DescribeLocationSmbCommand = _DescribeLocationSmbCommand;
2958
2927
 
2959
2928
 
2960
2929
 
2961
-
2962
2930
  var _DescribeStorageSystemCommand = class _DescribeStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
2963
2931
  ...commonParams
2964
2932
  }).m(function(Command, cs, config, o) {
@@ -2975,7 +2943,6 @@ var DescribeStorageSystemCommand = _DescribeStorageSystemCommand;
2975
2943
 
2976
2944
 
2977
2945
 
2978
-
2979
2946
  var _DescribeStorageSystemResourceMetricsCommand = class _DescribeStorageSystemResourceMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
2980
2947
  ...commonParams
2981
2948
  }).m(function(Command, cs, config, o) {
@@ -2992,7 +2959,6 @@ var DescribeStorageSystemResourceMetricsCommand = _DescribeStorageSystemResource
2992
2959
 
2993
2960
 
2994
2961
 
2995
-
2996
2962
  var _DescribeStorageSystemResourcesCommand = class _DescribeStorageSystemResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2997
2963
  ...commonParams
2998
2964
  }).m(function(Command, cs, config, o) {
@@ -3009,7 +2975,6 @@ var DescribeStorageSystemResourcesCommand = _DescribeStorageSystemResourcesComma
3009
2975
 
3010
2976
 
3011
2977
 
3012
-
3013
2978
  var _DescribeTaskCommand = class _DescribeTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3014
2979
  ...commonParams
3015
2980
  }).m(function(Command, cs, config, o) {
@@ -3026,7 +2991,6 @@ var DescribeTaskCommand = _DescribeTaskCommand;
3026
2991
 
3027
2992
 
3028
2993
 
3029
-
3030
2994
  var _DescribeTaskExecutionCommand = class _DescribeTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3031
2995
  ...commonParams
3032
2996
  }).m(function(Command, cs, config, o) {
@@ -3043,7 +3007,6 @@ var DescribeTaskExecutionCommand = _DescribeTaskExecutionCommand;
3043
3007
 
3044
3008
 
3045
3009
 
3046
-
3047
3010
  var _GenerateRecommendationsCommand = class _GenerateRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
3048
3011
  ...commonParams
3049
3012
  }).m(function(Command, cs, config, o) {
@@ -3060,7 +3023,6 @@ var GenerateRecommendationsCommand = _GenerateRecommendationsCommand;
3060
3023
 
3061
3024
 
3062
3025
 
3063
-
3064
3026
  var _ListAgentsCommand = class _ListAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
3065
3027
  ...commonParams
3066
3028
  }).m(function(Command, cs, config, o) {
@@ -3077,7 +3039,6 @@ var ListAgentsCommand = _ListAgentsCommand;
3077
3039
 
3078
3040
 
3079
3041
 
3080
-
3081
3042
  var _ListDiscoveryJobsCommand = class _ListDiscoveryJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3082
3043
  ...commonParams
3083
3044
  }).m(function(Command, cs, config, o) {
@@ -3094,7 +3055,6 @@ var ListDiscoveryJobsCommand = _ListDiscoveryJobsCommand;
3094
3055
 
3095
3056
 
3096
3057
 
3097
-
3098
3058
  var _ListLocationsCommand = class _ListLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
3099
3059
  ...commonParams
3100
3060
  }).m(function(Command, cs, config, o) {
@@ -3111,7 +3071,6 @@ var ListLocationsCommand = _ListLocationsCommand;
3111
3071
 
3112
3072
 
3113
3073
 
3114
-
3115
3074
  var _ListStorageSystemsCommand = class _ListStorageSystemsCommand extends import_smithy_client.Command.classBuilder().ep({
3116
3075
  ...commonParams
3117
3076
  }).m(function(Command, cs, config, o) {
@@ -3128,7 +3087,6 @@ var ListStorageSystemsCommand = _ListStorageSystemsCommand;
3128
3087
 
3129
3088
 
3130
3089
 
3131
-
3132
3090
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3133
3091
  ...commonParams
3134
3092
  }).m(function(Command, cs, config, o) {
@@ -3145,7 +3103,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3145
3103
 
3146
3104
 
3147
3105
 
3148
-
3149
3106
  var _ListTaskExecutionsCommand = class _ListTaskExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
3150
3107
  ...commonParams
3151
3108
  }).m(function(Command, cs, config, o) {
@@ -3162,7 +3119,6 @@ var ListTaskExecutionsCommand = _ListTaskExecutionsCommand;
3162
3119
 
3163
3120
 
3164
3121
 
3165
-
3166
3122
  var _ListTasksCommand = class _ListTasksCommand extends import_smithy_client.Command.classBuilder().ep({
3167
3123
  ...commonParams
3168
3124
  }).m(function(Command, cs, config, o) {
@@ -3179,7 +3135,6 @@ var ListTasksCommand = _ListTasksCommand;
3179
3135
 
3180
3136
 
3181
3137
 
3182
-
3183
3138
  var _RemoveStorageSystemCommand = class _RemoveStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
3184
3139
  ...commonParams
3185
3140
  }).m(function(Command, cs, config, o) {
@@ -3196,7 +3151,6 @@ var RemoveStorageSystemCommand = _RemoveStorageSystemCommand;
3196
3151
 
3197
3152
 
3198
3153
 
3199
-
3200
3154
  var _StartDiscoveryJobCommand = class _StartDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
3201
3155
  ...commonParams
3202
3156
  }).m(function(Command, cs, config, o) {
@@ -3213,7 +3167,6 @@ var StartDiscoveryJobCommand = _StartDiscoveryJobCommand;
3213
3167
 
3214
3168
 
3215
3169
 
3216
-
3217
3170
  var _StartTaskExecutionCommand = class _StartTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3218
3171
  ...commonParams
3219
3172
  }).m(function(Command, cs, config, o) {
@@ -3230,7 +3183,6 @@ var StartTaskExecutionCommand = _StartTaskExecutionCommand;
3230
3183
 
3231
3184
 
3232
3185
 
3233
-
3234
3186
  var _StopDiscoveryJobCommand = class _StopDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
3235
3187
  ...commonParams
3236
3188
  }).m(function(Command, cs, config, o) {
@@ -3247,7 +3199,6 @@ var StopDiscoveryJobCommand = _StopDiscoveryJobCommand;
3247
3199
 
3248
3200
 
3249
3201
 
3250
-
3251
3202
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3252
3203
  ...commonParams
3253
3204
  }).m(function(Command, cs, config, o) {
@@ -3264,7 +3215,6 @@ var TagResourceCommand = _TagResourceCommand;
3264
3215
 
3265
3216
 
3266
3217
 
3267
-
3268
3218
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3269
3219
  ...commonParams
3270
3220
  }).m(function(Command, cs, config, o) {
@@ -3281,7 +3231,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3281
3231
 
3282
3232
 
3283
3233
 
3284
-
3285
3234
  var _UpdateAgentCommand = class _UpdateAgentCommand extends import_smithy_client.Command.classBuilder().ep({
3286
3235
  ...commonParams
3287
3236
  }).m(function(Command, cs, config, o) {
@@ -3298,7 +3247,6 @@ var UpdateAgentCommand = _UpdateAgentCommand;
3298
3247
 
3299
3248
 
3300
3249
 
3301
-
3302
3250
  var _UpdateDiscoveryJobCommand = class _UpdateDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
3303
3251
  ...commonParams
3304
3252
  }).m(function(Command, cs, config, o) {
@@ -3315,7 +3263,6 @@ var UpdateDiscoveryJobCommand = _UpdateDiscoveryJobCommand;
3315
3263
 
3316
3264
 
3317
3265
 
3318
-
3319
3266
  var _UpdateLocationAzureBlobCommand = class _UpdateLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep({
3320
3267
  ...commonParams
3321
3268
  }).m(function(Command, cs, config, o) {
@@ -3332,7 +3279,6 @@ var UpdateLocationAzureBlobCommand = _UpdateLocationAzureBlobCommand;
3332
3279
 
3333
3280
 
3334
3281
 
3335
-
3336
3282
  var _UpdateLocationHdfsCommand = class _UpdateLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep({
3337
3283
  ...commonParams
3338
3284
  }).m(function(Command, cs, config, o) {
@@ -3349,7 +3295,6 @@ var UpdateLocationHdfsCommand = _UpdateLocationHdfsCommand;
3349
3295
 
3350
3296
 
3351
3297
 
3352
-
3353
3298
  var _UpdateLocationNfsCommand = class _UpdateLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep({
3354
3299
  ...commonParams
3355
3300
  }).m(function(Command, cs, config, o) {
@@ -3366,7 +3311,6 @@ var UpdateLocationNfsCommand = _UpdateLocationNfsCommand;
3366
3311
 
3367
3312
 
3368
3313
 
3369
-
3370
3314
  var _UpdateLocationObjectStorageCommand = class _UpdateLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep({
3371
3315
  ...commonParams
3372
3316
  }).m(function(Command, cs, config, o) {
@@ -3383,7 +3327,6 @@ var UpdateLocationObjectStorageCommand = _UpdateLocationObjectStorageCommand;
3383
3327
 
3384
3328
 
3385
3329
 
3386
-
3387
3330
  var _UpdateLocationSmbCommand = class _UpdateLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep({
3388
3331
  ...commonParams
3389
3332
  }).m(function(Command, cs, config, o) {
@@ -3400,7 +3343,6 @@ var UpdateLocationSmbCommand = _UpdateLocationSmbCommand;
3400
3343
 
3401
3344
 
3402
3345
 
3403
-
3404
3346
  var _UpdateStorageSystemCommand = class _UpdateStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
3405
3347
  ...commonParams
3406
3348
  }).m(function(Command, cs, config, o) {
@@ -3417,7 +3359,6 @@ var UpdateStorageSystemCommand = _UpdateStorageSystemCommand;
3417
3359
 
3418
3360
 
3419
3361
 
3420
-
3421
3362
  var _UpdateTaskCommand = class _UpdateTaskCommand extends import_smithy_client.Command.classBuilder().ep({
3422
3363
  ...commonParams
3423
3364
  }).m(function(Command, cs, config, o) {
@@ -3434,7 +3375,6 @@ var UpdateTaskCommand = _UpdateTaskCommand;
3434
3375
 
3435
3376
 
3436
3377
 
3437
-
3438
3378
  var _UpdateTaskExecutionCommand = class _UpdateTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3439
3379
  ...commonParams
3440
3380
  }).m(function(Command, cs, config, o) {
@@ -150,15 +150,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
150
150
  * Enables FIPS compatible endpoints.
151
151
  */
152
152
  useFipsEndpoint?: boolean | __Provider<boolean>;
153
+ /**
154
+ * The AWS region to which this client will send requests
155
+ */
156
+ region?: string | __Provider<string>;
153
157
  /**
154
158
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
155
159
  * @internal
156
160
  */
157
161
  defaultUserAgentProvider?: Provider<__UserAgent>;
158
- /**
159
- * The AWS region to which this client will send requests
160
- */
161
- region?: string | __Provider<string>;
162
162
  /**
163
163
  * Default credentials provider; Not available in browser runtime.
164
164
  * @deprecated
@@ -5,7 +5,8 @@ import { AddStorageSystemRequest, AddStorageSystemResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationAzureBlobRequest, CreateLocationAzureBlobResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationS3Request, CreateLocationS3Response } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *