@aws-sdk/client-datasync 3.649.0 → 3.651.1
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/dist-cjs/index.js +60 -180
- package/dist-es/commands/AddStorageSystemCommand.js +1 -3
- package/dist-es/commands/CancelTaskExecutionCommand.js +1 -3
- package/dist-es/commands/CreateAgentCommand.js +1 -3
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +1 -3
- package/dist-es/commands/CreateLocationEfsCommand.js +1 -3
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +1 -3
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +1 -3
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +1 -3
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +1 -3
- package/dist-es/commands/CreateLocationHdfsCommand.js +1 -3
- package/dist-es/commands/CreateLocationNfsCommand.js +1 -3
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +1 -3
- package/dist-es/commands/CreateLocationS3Command.js +1 -3
- package/dist-es/commands/CreateLocationSmbCommand.js +1 -3
- package/dist-es/commands/CreateTaskCommand.js +1 -3
- package/dist-es/commands/DeleteAgentCommand.js +1 -3
- package/dist-es/commands/DeleteLocationCommand.js +1 -3
- package/dist-es/commands/DeleteTaskCommand.js +1 -3
- package/dist-es/commands/DescribeAgentCommand.js +1 -3
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +1 -3
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +1 -3
- package/dist-es/commands/DescribeLocationEfsCommand.js +1 -3
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +1 -3
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +1 -3
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +1 -3
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +1 -3
- package/dist-es/commands/DescribeLocationHdfsCommand.js +1 -3
- package/dist-es/commands/DescribeLocationNfsCommand.js +1 -3
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +1 -3
- package/dist-es/commands/DescribeLocationS3Command.js +1 -3
- package/dist-es/commands/DescribeLocationSmbCommand.js +1 -3
- package/dist-es/commands/DescribeStorageSystemCommand.js +1 -3
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +1 -3
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +1 -3
- package/dist-es/commands/DescribeTaskCommand.js +1 -3
- package/dist-es/commands/DescribeTaskExecutionCommand.js +1 -3
- package/dist-es/commands/GenerateRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListAgentsCommand.js +1 -3
- package/dist-es/commands/ListDiscoveryJobsCommand.js +1 -3
- package/dist-es/commands/ListLocationsCommand.js +1 -3
- package/dist-es/commands/ListStorageSystemsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTaskExecutionsCommand.js +1 -3
- package/dist-es/commands/ListTasksCommand.js +1 -3
- package/dist-es/commands/RemoveStorageSystemCommand.js +1 -3
- package/dist-es/commands/StartDiscoveryJobCommand.js +1 -3
- package/dist-es/commands/StartTaskExecutionCommand.js +1 -3
- package/dist-es/commands/StopDiscoveryJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAgentCommand.js +1 -3
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +1 -3
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +1 -3
- package/dist-es/commands/UpdateLocationHdfsCommand.js +1 -3
- package/dist-es/commands/UpdateLocationNfsCommand.js +1 -3
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +1 -3
- package/dist-es/commands/UpdateLocationSmbCommand.js +1 -3
- package/dist-es/commands/UpdateStorageSystemCommand.js +1 -3
- package/dist-es/commands/UpdateTaskCommand.js +1 -3
- package/dist-es/commands/UpdateTaskExecutionCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2425,9 +2425,7 @@ function sharedHeaders(operation) {
|
|
|
2425
2425
|
__name(sharedHeaders, "sharedHeaders");
|
|
2426
2426
|
|
|
2427
2427
|
// src/commands/AddStorageSystemCommand.ts
|
|
2428
|
-
var _AddStorageSystemCommand = class _AddStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2429
|
-
...commonParams
|
|
2430
|
-
}).m(function(Command, cs, config, o) {
|
|
2428
|
+
var _AddStorageSystemCommand = class _AddStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2431
2429
|
return [
|
|
2432
2430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2433
2431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2441,9 +2439,7 @@ var AddStorageSystemCommand = _AddStorageSystemCommand;
|
|
|
2441
2439
|
|
|
2442
2440
|
|
|
2443
2441
|
|
|
2444
|
-
var _CancelTaskExecutionCommand = class _CancelTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2445
|
-
...commonParams
|
|
2446
|
-
}).m(function(Command, cs, config, o) {
|
|
2442
|
+
var _CancelTaskExecutionCommand = class _CancelTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2447
2443
|
return [
|
|
2448
2444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2449
2445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2457,9 +2453,7 @@ var CancelTaskExecutionCommand = _CancelTaskExecutionCommand;
|
|
|
2457
2453
|
|
|
2458
2454
|
|
|
2459
2455
|
|
|
2460
|
-
var _CreateAgentCommand = class _CreateAgentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2461
|
-
...commonParams
|
|
2462
|
-
}).m(function(Command, cs, config, o) {
|
|
2456
|
+
var _CreateAgentCommand = class _CreateAgentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2463
2457
|
return [
|
|
2464
2458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2465
2459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2473,9 +2467,7 @@ var CreateAgentCommand = _CreateAgentCommand;
|
|
|
2473
2467
|
|
|
2474
2468
|
|
|
2475
2469
|
|
|
2476
|
-
var _CreateLocationAzureBlobCommand = class _CreateLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2477
|
-
...commonParams
|
|
2478
|
-
}).m(function(Command, cs, config, o) {
|
|
2470
|
+
var _CreateLocationAzureBlobCommand = class _CreateLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2479
2471
|
return [
|
|
2480
2472
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2481
2473
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2489,9 +2481,7 @@ var CreateLocationAzureBlobCommand = _CreateLocationAzureBlobCommand;
|
|
|
2489
2481
|
|
|
2490
2482
|
|
|
2491
2483
|
|
|
2492
|
-
var _CreateLocationEfsCommand = class _CreateLocationEfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2493
|
-
...commonParams
|
|
2494
|
-
}).m(function(Command, cs, config, o) {
|
|
2484
|
+
var _CreateLocationEfsCommand = class _CreateLocationEfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2495
2485
|
return [
|
|
2496
2486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2497
2487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2505,9 +2495,7 @@ var CreateLocationEfsCommand = _CreateLocationEfsCommand;
|
|
|
2505
2495
|
|
|
2506
2496
|
|
|
2507
2497
|
|
|
2508
|
-
var _CreateLocationFsxLustreCommand = class _CreateLocationFsxLustreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2509
|
-
...commonParams
|
|
2510
|
-
}).m(function(Command, cs, config, o) {
|
|
2498
|
+
var _CreateLocationFsxLustreCommand = class _CreateLocationFsxLustreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2511
2499
|
return [
|
|
2512
2500
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2513
2501
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2521,9 +2509,7 @@ var CreateLocationFsxLustreCommand = _CreateLocationFsxLustreCommand;
|
|
|
2521
2509
|
|
|
2522
2510
|
|
|
2523
2511
|
|
|
2524
|
-
var _CreateLocationFsxOntapCommand = class _CreateLocationFsxOntapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2525
|
-
...commonParams
|
|
2526
|
-
}).m(function(Command, cs, config, o) {
|
|
2512
|
+
var _CreateLocationFsxOntapCommand = class _CreateLocationFsxOntapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2527
2513
|
return [
|
|
2528
2514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2529
2515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2537,9 +2523,7 @@ var CreateLocationFsxOntapCommand = _CreateLocationFsxOntapCommand;
|
|
|
2537
2523
|
|
|
2538
2524
|
|
|
2539
2525
|
|
|
2540
|
-
var _CreateLocationFsxOpenZfsCommand = class _CreateLocationFsxOpenZfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2541
|
-
...commonParams
|
|
2542
|
-
}).m(function(Command, cs, config, o) {
|
|
2526
|
+
var _CreateLocationFsxOpenZfsCommand = class _CreateLocationFsxOpenZfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2543
2527
|
return [
|
|
2544
2528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2545
2529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2553,9 +2537,7 @@ var CreateLocationFsxOpenZfsCommand = _CreateLocationFsxOpenZfsCommand;
|
|
|
2553
2537
|
|
|
2554
2538
|
|
|
2555
2539
|
|
|
2556
|
-
var _CreateLocationFsxWindowsCommand = class _CreateLocationFsxWindowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2557
|
-
...commonParams
|
|
2558
|
-
}).m(function(Command, cs, config, o) {
|
|
2540
|
+
var _CreateLocationFsxWindowsCommand = class _CreateLocationFsxWindowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2559
2541
|
return [
|
|
2560
2542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2561
2543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2569,9 +2551,7 @@ var CreateLocationFsxWindowsCommand = _CreateLocationFsxWindowsCommand;
|
|
|
2569
2551
|
|
|
2570
2552
|
|
|
2571
2553
|
|
|
2572
|
-
var _CreateLocationHdfsCommand = class _CreateLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2573
|
-
...commonParams
|
|
2574
|
-
}).m(function(Command, cs, config, o) {
|
|
2554
|
+
var _CreateLocationHdfsCommand = class _CreateLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2575
2555
|
return [
|
|
2576
2556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2577
2557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2585,9 +2565,7 @@ var CreateLocationHdfsCommand = _CreateLocationHdfsCommand;
|
|
|
2585
2565
|
|
|
2586
2566
|
|
|
2587
2567
|
|
|
2588
|
-
var _CreateLocationNfsCommand = class _CreateLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2589
|
-
...commonParams
|
|
2590
|
-
}).m(function(Command, cs, config, o) {
|
|
2568
|
+
var _CreateLocationNfsCommand = class _CreateLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2591
2569
|
return [
|
|
2592
2570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2593
2571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2601,9 +2579,7 @@ var CreateLocationNfsCommand = _CreateLocationNfsCommand;
|
|
|
2601
2579
|
|
|
2602
2580
|
|
|
2603
2581
|
|
|
2604
|
-
var _CreateLocationObjectStorageCommand = class _CreateLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2605
|
-
...commonParams
|
|
2606
|
-
}).m(function(Command, cs, config, o) {
|
|
2582
|
+
var _CreateLocationObjectStorageCommand = class _CreateLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2607
2583
|
return [
|
|
2608
2584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2609
2585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2617,9 +2593,7 @@ var CreateLocationObjectStorageCommand = _CreateLocationObjectStorageCommand;
|
|
|
2617
2593
|
|
|
2618
2594
|
|
|
2619
2595
|
|
|
2620
|
-
var _CreateLocationS3Command = class _CreateLocationS3Command extends import_smithy_client.Command.classBuilder().ep({
|
|
2621
|
-
...commonParams
|
|
2622
|
-
}).m(function(Command, cs, config, o) {
|
|
2596
|
+
var _CreateLocationS3Command = class _CreateLocationS3Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2623
2597
|
return [
|
|
2624
2598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2625
2599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2633,9 +2607,7 @@ var CreateLocationS3Command = _CreateLocationS3Command;
|
|
|
2633
2607
|
|
|
2634
2608
|
|
|
2635
2609
|
|
|
2636
|
-
var _CreateLocationSmbCommand = class _CreateLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2637
|
-
...commonParams
|
|
2638
|
-
}).m(function(Command, cs, config, o) {
|
|
2610
|
+
var _CreateLocationSmbCommand = class _CreateLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2639
2611
|
return [
|
|
2640
2612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2641
2613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2649,9 +2621,7 @@ var CreateLocationSmbCommand = _CreateLocationSmbCommand;
|
|
|
2649
2621
|
|
|
2650
2622
|
|
|
2651
2623
|
|
|
2652
|
-
var _CreateTaskCommand = class _CreateTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2653
|
-
...commonParams
|
|
2654
|
-
}).m(function(Command, cs, config, o) {
|
|
2624
|
+
var _CreateTaskCommand = class _CreateTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2655
2625
|
return [
|
|
2656
2626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2657
2627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2665,9 +2635,7 @@ var CreateTaskCommand = _CreateTaskCommand;
|
|
|
2665
2635
|
|
|
2666
2636
|
|
|
2667
2637
|
|
|
2668
|
-
var _DeleteAgentCommand = class _DeleteAgentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2669
|
-
...commonParams
|
|
2670
|
-
}).m(function(Command, cs, config, o) {
|
|
2638
|
+
var _DeleteAgentCommand = class _DeleteAgentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2671
2639
|
return [
|
|
2672
2640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2673
2641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2681,9 +2649,7 @@ var DeleteAgentCommand = _DeleteAgentCommand;
|
|
|
2681
2649
|
|
|
2682
2650
|
|
|
2683
2651
|
|
|
2684
|
-
var _DeleteLocationCommand = class _DeleteLocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2685
|
-
...commonParams
|
|
2686
|
-
}).m(function(Command, cs, config, o) {
|
|
2652
|
+
var _DeleteLocationCommand = class _DeleteLocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2687
2653
|
return [
|
|
2688
2654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2689
2655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2697,9 +2663,7 @@ var DeleteLocationCommand = _DeleteLocationCommand;
|
|
|
2697
2663
|
|
|
2698
2664
|
|
|
2699
2665
|
|
|
2700
|
-
var _DeleteTaskCommand = class _DeleteTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2701
|
-
...commonParams
|
|
2702
|
-
}).m(function(Command, cs, config, o) {
|
|
2666
|
+
var _DeleteTaskCommand = class _DeleteTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2703
2667
|
return [
|
|
2704
2668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2705
2669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2713,9 +2677,7 @@ var DeleteTaskCommand = _DeleteTaskCommand;
|
|
|
2713
2677
|
|
|
2714
2678
|
|
|
2715
2679
|
|
|
2716
|
-
var _DescribeAgentCommand = class _DescribeAgentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2717
|
-
...commonParams
|
|
2718
|
-
}).m(function(Command, cs, config, o) {
|
|
2680
|
+
var _DescribeAgentCommand = class _DescribeAgentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2719
2681
|
return [
|
|
2720
2682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2721
2683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2729,9 +2691,7 @@ var DescribeAgentCommand = _DescribeAgentCommand;
|
|
|
2729
2691
|
|
|
2730
2692
|
|
|
2731
2693
|
|
|
2732
|
-
var _DescribeDiscoveryJobCommand = class _DescribeDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2733
|
-
...commonParams
|
|
2734
|
-
}).m(function(Command, cs, config, o) {
|
|
2694
|
+
var _DescribeDiscoveryJobCommand = class _DescribeDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2735
2695
|
return [
|
|
2736
2696
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2737
2697
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2745,9 +2705,7 @@ var DescribeDiscoveryJobCommand = _DescribeDiscoveryJobCommand;
|
|
|
2745
2705
|
|
|
2746
2706
|
|
|
2747
2707
|
|
|
2748
|
-
var _DescribeLocationAzureBlobCommand = class _DescribeLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2749
|
-
...commonParams
|
|
2750
|
-
}).m(function(Command, cs, config, o) {
|
|
2708
|
+
var _DescribeLocationAzureBlobCommand = class _DescribeLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2751
2709
|
return [
|
|
2752
2710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2753
2711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2761,9 +2719,7 @@ var DescribeLocationAzureBlobCommand = _DescribeLocationAzureBlobCommand;
|
|
|
2761
2719
|
|
|
2762
2720
|
|
|
2763
2721
|
|
|
2764
|
-
var _DescribeLocationEfsCommand = class _DescribeLocationEfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2765
|
-
...commonParams
|
|
2766
|
-
}).m(function(Command, cs, config, o) {
|
|
2722
|
+
var _DescribeLocationEfsCommand = class _DescribeLocationEfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2767
2723
|
return [
|
|
2768
2724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2769
2725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2777,9 +2733,7 @@ var DescribeLocationEfsCommand = _DescribeLocationEfsCommand;
|
|
|
2777
2733
|
|
|
2778
2734
|
|
|
2779
2735
|
|
|
2780
|
-
var _DescribeLocationFsxLustreCommand = class _DescribeLocationFsxLustreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2781
|
-
...commonParams
|
|
2782
|
-
}).m(function(Command, cs, config, o) {
|
|
2736
|
+
var _DescribeLocationFsxLustreCommand = class _DescribeLocationFsxLustreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2783
2737
|
return [
|
|
2784
2738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2785
2739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2793,9 +2747,7 @@ var DescribeLocationFsxLustreCommand = _DescribeLocationFsxLustreCommand;
|
|
|
2793
2747
|
|
|
2794
2748
|
|
|
2795
2749
|
|
|
2796
|
-
var _DescribeLocationFsxOntapCommand = class _DescribeLocationFsxOntapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2797
|
-
...commonParams
|
|
2798
|
-
}).m(function(Command, cs, config, o) {
|
|
2750
|
+
var _DescribeLocationFsxOntapCommand = class _DescribeLocationFsxOntapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2799
2751
|
return [
|
|
2800
2752
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2801
2753
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2809,9 +2761,7 @@ var DescribeLocationFsxOntapCommand = _DescribeLocationFsxOntapCommand;
|
|
|
2809
2761
|
|
|
2810
2762
|
|
|
2811
2763
|
|
|
2812
|
-
var _DescribeLocationFsxOpenZfsCommand = class _DescribeLocationFsxOpenZfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2813
|
-
...commonParams
|
|
2814
|
-
}).m(function(Command, cs, config, o) {
|
|
2764
|
+
var _DescribeLocationFsxOpenZfsCommand = class _DescribeLocationFsxOpenZfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2815
2765
|
return [
|
|
2816
2766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2817
2767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2825,9 +2775,7 @@ var DescribeLocationFsxOpenZfsCommand = _DescribeLocationFsxOpenZfsCommand;
|
|
|
2825
2775
|
|
|
2826
2776
|
|
|
2827
2777
|
|
|
2828
|
-
var _DescribeLocationFsxWindowsCommand = class _DescribeLocationFsxWindowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2829
|
-
...commonParams
|
|
2830
|
-
}).m(function(Command, cs, config, o) {
|
|
2778
|
+
var _DescribeLocationFsxWindowsCommand = class _DescribeLocationFsxWindowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2831
2779
|
return [
|
|
2832
2780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2833
2781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2841,9 +2789,7 @@ var DescribeLocationFsxWindowsCommand = _DescribeLocationFsxWindowsCommand;
|
|
|
2841
2789
|
|
|
2842
2790
|
|
|
2843
2791
|
|
|
2844
|
-
var _DescribeLocationHdfsCommand = class _DescribeLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2845
|
-
...commonParams
|
|
2846
|
-
}).m(function(Command, cs, config, o) {
|
|
2792
|
+
var _DescribeLocationHdfsCommand = class _DescribeLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2847
2793
|
return [
|
|
2848
2794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2849
2795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2857,9 +2803,7 @@ var DescribeLocationHdfsCommand = _DescribeLocationHdfsCommand;
|
|
|
2857
2803
|
|
|
2858
2804
|
|
|
2859
2805
|
|
|
2860
|
-
var _DescribeLocationNfsCommand = class _DescribeLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2861
|
-
...commonParams
|
|
2862
|
-
}).m(function(Command, cs, config, o) {
|
|
2806
|
+
var _DescribeLocationNfsCommand = class _DescribeLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2863
2807
|
return [
|
|
2864
2808
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2865
2809
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2873,9 +2817,7 @@ var DescribeLocationNfsCommand = _DescribeLocationNfsCommand;
|
|
|
2873
2817
|
|
|
2874
2818
|
|
|
2875
2819
|
|
|
2876
|
-
var _DescribeLocationObjectStorageCommand = class _DescribeLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2877
|
-
...commonParams
|
|
2878
|
-
}).m(function(Command, cs, config, o) {
|
|
2820
|
+
var _DescribeLocationObjectStorageCommand = class _DescribeLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2879
2821
|
return [
|
|
2880
2822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2881
2823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2889,9 +2831,7 @@ var DescribeLocationObjectStorageCommand = _DescribeLocationObjectStorageCommand
|
|
|
2889
2831
|
|
|
2890
2832
|
|
|
2891
2833
|
|
|
2892
|
-
var _DescribeLocationS3Command = class _DescribeLocationS3Command extends import_smithy_client.Command.classBuilder().ep({
|
|
2893
|
-
...commonParams
|
|
2894
|
-
}).m(function(Command, cs, config, o) {
|
|
2834
|
+
var _DescribeLocationS3Command = class _DescribeLocationS3Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2895
2835
|
return [
|
|
2896
2836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2897
2837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2905,9 +2845,7 @@ var DescribeLocationS3Command = _DescribeLocationS3Command;
|
|
|
2905
2845
|
|
|
2906
2846
|
|
|
2907
2847
|
|
|
2908
|
-
var _DescribeLocationSmbCommand = class _DescribeLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2909
|
-
...commonParams
|
|
2910
|
-
}).m(function(Command, cs, config, o) {
|
|
2848
|
+
var _DescribeLocationSmbCommand = class _DescribeLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2911
2849
|
return [
|
|
2912
2850
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2913
2851
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2921,9 +2859,7 @@ var DescribeLocationSmbCommand = _DescribeLocationSmbCommand;
|
|
|
2921
2859
|
|
|
2922
2860
|
|
|
2923
2861
|
|
|
2924
|
-
var _DescribeStorageSystemCommand = class _DescribeStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2925
|
-
...commonParams
|
|
2926
|
-
}).m(function(Command, cs, config, o) {
|
|
2862
|
+
var _DescribeStorageSystemCommand = class _DescribeStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2927
2863
|
return [
|
|
2928
2864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2929
2865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2937,9 +2873,7 @@ var DescribeStorageSystemCommand = _DescribeStorageSystemCommand;
|
|
|
2937
2873
|
|
|
2938
2874
|
|
|
2939
2875
|
|
|
2940
|
-
var _DescribeStorageSystemResourceMetricsCommand = class _DescribeStorageSystemResourceMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2941
|
-
...commonParams
|
|
2942
|
-
}).m(function(Command, cs, config, o) {
|
|
2876
|
+
var _DescribeStorageSystemResourceMetricsCommand = class _DescribeStorageSystemResourceMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2943
2877
|
return [
|
|
2944
2878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2945
2879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2953,9 +2887,7 @@ var DescribeStorageSystemResourceMetricsCommand = _DescribeStorageSystemResource
|
|
|
2953
2887
|
|
|
2954
2888
|
|
|
2955
2889
|
|
|
2956
|
-
var _DescribeStorageSystemResourcesCommand = class _DescribeStorageSystemResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2957
|
-
...commonParams
|
|
2958
|
-
}).m(function(Command, cs, config, o) {
|
|
2890
|
+
var _DescribeStorageSystemResourcesCommand = class _DescribeStorageSystemResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2959
2891
|
return [
|
|
2960
2892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2961
2893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2969,9 +2901,7 @@ var DescribeStorageSystemResourcesCommand = _DescribeStorageSystemResourcesComma
|
|
|
2969
2901
|
|
|
2970
2902
|
|
|
2971
2903
|
|
|
2972
|
-
var _DescribeTaskCommand = class _DescribeTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2973
|
-
...commonParams
|
|
2974
|
-
}).m(function(Command, cs, config, o) {
|
|
2904
|
+
var _DescribeTaskCommand = class _DescribeTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2975
2905
|
return [
|
|
2976
2906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2977
2907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2985,9 +2915,7 @@ var DescribeTaskCommand = _DescribeTaskCommand;
|
|
|
2985
2915
|
|
|
2986
2916
|
|
|
2987
2917
|
|
|
2988
|
-
var _DescribeTaskExecutionCommand = class _DescribeTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2989
|
-
...commonParams
|
|
2990
|
-
}).m(function(Command, cs, config, o) {
|
|
2918
|
+
var _DescribeTaskExecutionCommand = class _DescribeTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2991
2919
|
return [
|
|
2992
2920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2993
2921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3001,9 +2929,7 @@ var DescribeTaskExecutionCommand = _DescribeTaskExecutionCommand;
|
|
|
3001
2929
|
|
|
3002
2930
|
|
|
3003
2931
|
|
|
3004
|
-
var _GenerateRecommendationsCommand = class _GenerateRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3005
|
-
...commonParams
|
|
3006
|
-
}).m(function(Command, cs, config, o) {
|
|
2932
|
+
var _GenerateRecommendationsCommand = class _GenerateRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3007
2933
|
return [
|
|
3008
2934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3009
2935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3017,9 +2943,7 @@ var GenerateRecommendationsCommand = _GenerateRecommendationsCommand;
|
|
|
3017
2943
|
|
|
3018
2944
|
|
|
3019
2945
|
|
|
3020
|
-
var _ListAgentsCommand = class _ListAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3021
|
-
...commonParams
|
|
3022
|
-
}).m(function(Command, cs, config, o) {
|
|
2946
|
+
var _ListAgentsCommand = class _ListAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3023
2947
|
return [
|
|
3024
2948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3025
2949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3033,9 +2957,7 @@ var ListAgentsCommand = _ListAgentsCommand;
|
|
|
3033
2957
|
|
|
3034
2958
|
|
|
3035
2959
|
|
|
3036
|
-
var _ListDiscoveryJobsCommand = class _ListDiscoveryJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3037
|
-
...commonParams
|
|
3038
|
-
}).m(function(Command, cs, config, o) {
|
|
2960
|
+
var _ListDiscoveryJobsCommand = class _ListDiscoveryJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3039
2961
|
return [
|
|
3040
2962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3041
2963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3049,9 +2971,7 @@ var ListDiscoveryJobsCommand = _ListDiscoveryJobsCommand;
|
|
|
3049
2971
|
|
|
3050
2972
|
|
|
3051
2973
|
|
|
3052
|
-
var _ListLocationsCommand = class _ListLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3053
|
-
...commonParams
|
|
3054
|
-
}).m(function(Command, cs, config, o) {
|
|
2974
|
+
var _ListLocationsCommand = class _ListLocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3055
2975
|
return [
|
|
3056
2976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3057
2977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3065,9 +2985,7 @@ var ListLocationsCommand = _ListLocationsCommand;
|
|
|
3065
2985
|
|
|
3066
2986
|
|
|
3067
2987
|
|
|
3068
|
-
var _ListStorageSystemsCommand = class _ListStorageSystemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3069
|
-
...commonParams
|
|
3070
|
-
}).m(function(Command, cs, config, o) {
|
|
2988
|
+
var _ListStorageSystemsCommand = class _ListStorageSystemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3071
2989
|
return [
|
|
3072
2990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3073
2991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3081,9 +2999,7 @@ var ListStorageSystemsCommand = _ListStorageSystemsCommand;
|
|
|
3081
2999
|
|
|
3082
3000
|
|
|
3083
3001
|
|
|
3084
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3085
|
-
...commonParams
|
|
3086
|
-
}).m(function(Command, cs, config, o) {
|
|
3002
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3087
3003
|
return [
|
|
3088
3004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3089
3005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3097,9 +3013,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3097
3013
|
|
|
3098
3014
|
|
|
3099
3015
|
|
|
3100
|
-
var _ListTaskExecutionsCommand = class _ListTaskExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3101
|
-
...commonParams
|
|
3102
|
-
}).m(function(Command, cs, config, o) {
|
|
3016
|
+
var _ListTaskExecutionsCommand = class _ListTaskExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3103
3017
|
return [
|
|
3104
3018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3105
3019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3113,9 +3027,7 @@ var ListTaskExecutionsCommand = _ListTaskExecutionsCommand;
|
|
|
3113
3027
|
|
|
3114
3028
|
|
|
3115
3029
|
|
|
3116
|
-
var _ListTasksCommand = class _ListTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3117
|
-
...commonParams
|
|
3118
|
-
}).m(function(Command, cs, config, o) {
|
|
3030
|
+
var _ListTasksCommand = class _ListTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3119
3031
|
return [
|
|
3120
3032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3121
3033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3129,9 +3041,7 @@ var ListTasksCommand = _ListTasksCommand;
|
|
|
3129
3041
|
|
|
3130
3042
|
|
|
3131
3043
|
|
|
3132
|
-
var _RemoveStorageSystemCommand = class _RemoveStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3133
|
-
...commonParams
|
|
3134
|
-
}).m(function(Command, cs, config, o) {
|
|
3044
|
+
var _RemoveStorageSystemCommand = class _RemoveStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3135
3045
|
return [
|
|
3136
3046
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3137
3047
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3145,9 +3055,7 @@ var RemoveStorageSystemCommand = _RemoveStorageSystemCommand;
|
|
|
3145
3055
|
|
|
3146
3056
|
|
|
3147
3057
|
|
|
3148
|
-
var _StartDiscoveryJobCommand = class _StartDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3149
|
-
...commonParams
|
|
3150
|
-
}).m(function(Command, cs, config, o) {
|
|
3058
|
+
var _StartDiscoveryJobCommand = class _StartDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3151
3059
|
return [
|
|
3152
3060
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3153
3061
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3161,9 +3069,7 @@ var StartDiscoveryJobCommand = _StartDiscoveryJobCommand;
|
|
|
3161
3069
|
|
|
3162
3070
|
|
|
3163
3071
|
|
|
3164
|
-
var _StartTaskExecutionCommand = class _StartTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3165
|
-
...commonParams
|
|
3166
|
-
}).m(function(Command, cs, config, o) {
|
|
3072
|
+
var _StartTaskExecutionCommand = class _StartTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3167
3073
|
return [
|
|
3168
3074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3169
3075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3177,9 +3083,7 @@ var StartTaskExecutionCommand = _StartTaskExecutionCommand;
|
|
|
3177
3083
|
|
|
3178
3084
|
|
|
3179
3085
|
|
|
3180
|
-
var _StopDiscoveryJobCommand = class _StopDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3181
|
-
...commonParams
|
|
3182
|
-
}).m(function(Command, cs, config, o) {
|
|
3086
|
+
var _StopDiscoveryJobCommand = class _StopDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3183
3087
|
return [
|
|
3184
3088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3185
3089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3193,9 +3097,7 @@ var StopDiscoveryJobCommand = _StopDiscoveryJobCommand;
|
|
|
3193
3097
|
|
|
3194
3098
|
|
|
3195
3099
|
|
|
3196
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3197
|
-
...commonParams
|
|
3198
|
-
}).m(function(Command, cs, config, o) {
|
|
3100
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3199
3101
|
return [
|
|
3200
3102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3201
3103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3209,9 +3111,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3209
3111
|
|
|
3210
3112
|
|
|
3211
3113
|
|
|
3212
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3213
|
-
...commonParams
|
|
3214
|
-
}).m(function(Command, cs, config, o) {
|
|
3114
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3215
3115
|
return [
|
|
3216
3116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3217
3117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3225,9 +3125,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3225
3125
|
|
|
3226
3126
|
|
|
3227
3127
|
|
|
3228
|
-
var _UpdateAgentCommand = class _UpdateAgentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3229
|
-
...commonParams
|
|
3230
|
-
}).m(function(Command, cs, config, o) {
|
|
3128
|
+
var _UpdateAgentCommand = class _UpdateAgentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3231
3129
|
return [
|
|
3232
3130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3233
3131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3241,9 +3139,7 @@ var UpdateAgentCommand = _UpdateAgentCommand;
|
|
|
3241
3139
|
|
|
3242
3140
|
|
|
3243
3141
|
|
|
3244
|
-
var _UpdateDiscoveryJobCommand = class _UpdateDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3245
|
-
...commonParams
|
|
3246
|
-
}).m(function(Command, cs, config, o) {
|
|
3142
|
+
var _UpdateDiscoveryJobCommand = class _UpdateDiscoveryJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3247
3143
|
return [
|
|
3248
3144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3249
3145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3257,9 +3153,7 @@ var UpdateDiscoveryJobCommand = _UpdateDiscoveryJobCommand;
|
|
|
3257
3153
|
|
|
3258
3154
|
|
|
3259
3155
|
|
|
3260
|
-
var _UpdateLocationAzureBlobCommand = class _UpdateLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3261
|
-
...commonParams
|
|
3262
|
-
}).m(function(Command, cs, config, o) {
|
|
3156
|
+
var _UpdateLocationAzureBlobCommand = class _UpdateLocationAzureBlobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3263
3157
|
return [
|
|
3264
3158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3265
3159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3273,9 +3167,7 @@ var UpdateLocationAzureBlobCommand = _UpdateLocationAzureBlobCommand;
|
|
|
3273
3167
|
|
|
3274
3168
|
|
|
3275
3169
|
|
|
3276
|
-
var _UpdateLocationHdfsCommand = class _UpdateLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3277
|
-
...commonParams
|
|
3278
|
-
}).m(function(Command, cs, config, o) {
|
|
3170
|
+
var _UpdateLocationHdfsCommand = class _UpdateLocationHdfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3279
3171
|
return [
|
|
3280
3172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3281
3173
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3289,9 +3181,7 @@ var UpdateLocationHdfsCommand = _UpdateLocationHdfsCommand;
|
|
|
3289
3181
|
|
|
3290
3182
|
|
|
3291
3183
|
|
|
3292
|
-
var _UpdateLocationNfsCommand = class _UpdateLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3293
|
-
...commonParams
|
|
3294
|
-
}).m(function(Command, cs, config, o) {
|
|
3184
|
+
var _UpdateLocationNfsCommand = class _UpdateLocationNfsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3295
3185
|
return [
|
|
3296
3186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3297
3187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3305,9 +3195,7 @@ var UpdateLocationNfsCommand = _UpdateLocationNfsCommand;
|
|
|
3305
3195
|
|
|
3306
3196
|
|
|
3307
3197
|
|
|
3308
|
-
var _UpdateLocationObjectStorageCommand = class _UpdateLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3309
|
-
...commonParams
|
|
3310
|
-
}).m(function(Command, cs, config, o) {
|
|
3198
|
+
var _UpdateLocationObjectStorageCommand = class _UpdateLocationObjectStorageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3311
3199
|
return [
|
|
3312
3200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3313
3201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3321,9 +3209,7 @@ var UpdateLocationObjectStorageCommand = _UpdateLocationObjectStorageCommand;
|
|
|
3321
3209
|
|
|
3322
3210
|
|
|
3323
3211
|
|
|
3324
|
-
var _UpdateLocationSmbCommand = class _UpdateLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3325
|
-
...commonParams
|
|
3326
|
-
}).m(function(Command, cs, config, o) {
|
|
3212
|
+
var _UpdateLocationSmbCommand = class _UpdateLocationSmbCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3327
3213
|
return [
|
|
3328
3214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3329
3215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3337,9 +3223,7 @@ var UpdateLocationSmbCommand = _UpdateLocationSmbCommand;
|
|
|
3337
3223
|
|
|
3338
3224
|
|
|
3339
3225
|
|
|
3340
|
-
var _UpdateStorageSystemCommand = class _UpdateStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3341
|
-
...commonParams
|
|
3342
|
-
}).m(function(Command, cs, config, o) {
|
|
3226
|
+
var _UpdateStorageSystemCommand = class _UpdateStorageSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3343
3227
|
return [
|
|
3344
3228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3345
3229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3353,9 +3237,7 @@ var UpdateStorageSystemCommand = _UpdateStorageSystemCommand;
|
|
|
3353
3237
|
|
|
3354
3238
|
|
|
3355
3239
|
|
|
3356
|
-
var _UpdateTaskCommand = class _UpdateTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3357
|
-
...commonParams
|
|
3358
|
-
}).m(function(Command, cs, config, o) {
|
|
3240
|
+
var _UpdateTaskCommand = class _UpdateTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3359
3241
|
return [
|
|
3360
3242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3361
3243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3369,9 +3251,7 @@ var UpdateTaskCommand = _UpdateTaskCommand;
|
|
|
3369
3251
|
|
|
3370
3252
|
|
|
3371
3253
|
|
|
3372
|
-
var _UpdateTaskExecutionCommand = class _UpdateTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3373
|
-
...commonParams
|
|
3374
|
-
}).m(function(Command, cs, config, o) {
|
|
3254
|
+
var _UpdateTaskExecutionCommand = class _UpdateTaskExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3375
3255
|
return [
|
|
3376
3256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3377
3257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_AddStorageSystemCommand, se_AddStorageSystemCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class AddStorageSystemCommand 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),
|