@aws-sdk/client-datasync 3.810.0 → 3.814.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 (96) hide show
  1. package/README.md +3 -107
  2. package/dist-cjs/index.js +26 -890
  3. package/dist-es/DataSync.js +0 -26
  4. package/dist-es/commands/index.js +0 -13
  5. package/dist-es/models/models_0.js +18 -62
  6. package/dist-es/pagination/index.js +0 -4
  7. package/dist-es/protocols/Aws_json1_1.js +2 -554
  8. package/dist-types/DataSync.d.ts +3 -96
  9. package/dist-types/DataSyncClient.d.ts +5 -18
  10. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
  13. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
  17. package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
  18. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
  23. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
  24. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
  25. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
  26. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
  27. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
  28. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
  29. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
  30. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
  31. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
  32. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
  34. package/dist-types/commands/index.d.ts +0 -13
  35. package/dist-types/index.d.ts +3 -3
  36. package/dist-types/models/models_0.d.ts +368 -1499
  37. package/dist-types/pagination/index.d.ts +0 -4
  38. package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
  39. package/dist-types/ts3.4/DataSync.d.ts +0 -229
  40. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
  41. package/dist-types/ts3.4/commands/index.d.ts +0 -13
  42. package/dist-types/ts3.4/models/models_0.d.ts +18 -307
  43. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
  45. package/package.json +6 -8
  46. package/dist-es/commands/AddStorageSystemCommand.js +0 -23
  47. package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
  48. package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
  49. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
  50. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
  51. package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
  52. package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
  53. package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
  54. package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
  55. package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
  56. package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
  57. package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
  58. package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
  59. package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
  60. package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
  61. package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
  62. package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
  63. package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
  64. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
  65. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
  66. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
  67. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
  68. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
  69. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
  70. package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
  71. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
  72. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
  73. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
  74. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
  75. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
  76. package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
  77. package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
  78. package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
  79. package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
  80. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
  81. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
  82. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
  83. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
  84. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
  85. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
  86. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
  87. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
  88. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
  89. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
  90. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
  91. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
  92. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
  93. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
  94. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
  95. package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
  96. package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
@@ -3,10 +3,6 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddStorageSystemCommandInput,
8
- AddStorageSystemCommandOutput,
9
- } from "../commands/AddStorageSystemCommand";
10
6
  import {
11
7
  CancelTaskExecutionCommandInput,
12
8
  CancelTaskExecutionCommandOutput,
@@ -79,10 +75,6 @@ import {
79
75
  DescribeAgentCommandInput,
80
76
  DescribeAgentCommandOutput,
81
77
  } from "../commands/DescribeAgentCommand";
82
- import {
83
- DescribeDiscoveryJobCommandInput,
84
- DescribeDiscoveryJobCommandOutput,
85
- } from "../commands/DescribeDiscoveryJobCommand";
86
78
  import {
87
79
  DescribeLocationAzureBlobCommandInput,
88
80
  DescribeLocationAzureBlobCommandOutput,
@@ -127,18 +119,6 @@ import {
127
119
  DescribeLocationSmbCommandInput,
128
120
  DescribeLocationSmbCommandOutput,
129
121
  } from "../commands/DescribeLocationSmbCommand";
130
- import {
131
- DescribeStorageSystemCommandInput,
132
- DescribeStorageSystemCommandOutput,
133
- } from "../commands/DescribeStorageSystemCommand";
134
- import {
135
- DescribeStorageSystemResourceMetricsCommandInput,
136
- DescribeStorageSystemResourceMetricsCommandOutput,
137
- } from "../commands/DescribeStorageSystemResourceMetricsCommand";
138
- import {
139
- DescribeStorageSystemResourcesCommandInput,
140
- DescribeStorageSystemResourcesCommandOutput,
141
- } from "../commands/DescribeStorageSystemResourcesCommand";
142
122
  import {
143
123
  DescribeTaskCommandInput,
144
124
  DescribeTaskCommandOutput,
@@ -147,26 +127,14 @@ import {
147
127
  DescribeTaskExecutionCommandInput,
148
128
  DescribeTaskExecutionCommandOutput,
149
129
  } from "../commands/DescribeTaskExecutionCommand";
150
- import {
151
- GenerateRecommendationsCommandInput,
152
- GenerateRecommendationsCommandOutput,
153
- } from "../commands/GenerateRecommendationsCommand";
154
130
  import {
155
131
  ListAgentsCommandInput,
156
132
  ListAgentsCommandOutput,
157
133
  } from "../commands/ListAgentsCommand";
158
- import {
159
- ListDiscoveryJobsCommandInput,
160
- ListDiscoveryJobsCommandOutput,
161
- } from "../commands/ListDiscoveryJobsCommand";
162
134
  import {
163
135
  ListLocationsCommandInput,
164
136
  ListLocationsCommandOutput,
165
137
  } from "../commands/ListLocationsCommand";
166
- import {
167
- ListStorageSystemsCommandInput,
168
- ListStorageSystemsCommandOutput,
169
- } from "../commands/ListStorageSystemsCommand";
170
138
  import {
171
139
  ListTagsForResourceCommandInput,
172
140
  ListTagsForResourceCommandOutput,
@@ -179,22 +147,10 @@ import {
179
147
  ListTasksCommandInput,
180
148
  ListTasksCommandOutput,
181
149
  } from "../commands/ListTasksCommand";
182
- import {
183
- RemoveStorageSystemCommandInput,
184
- RemoveStorageSystemCommandOutput,
185
- } from "../commands/RemoveStorageSystemCommand";
186
- import {
187
- StartDiscoveryJobCommandInput,
188
- StartDiscoveryJobCommandOutput,
189
- } from "../commands/StartDiscoveryJobCommand";
190
150
  import {
191
151
  StartTaskExecutionCommandInput,
192
152
  StartTaskExecutionCommandOutput,
193
153
  } from "../commands/StartTaskExecutionCommand";
194
- import {
195
- StopDiscoveryJobCommandInput,
196
- StopDiscoveryJobCommandOutput,
197
- } from "../commands/StopDiscoveryJobCommand";
198
154
  import {
199
155
  TagResourceCommandInput,
200
156
  TagResourceCommandOutput,
@@ -207,10 +163,6 @@ import {
207
163
  UpdateAgentCommandInput,
208
164
  UpdateAgentCommandOutput,
209
165
  } from "../commands/UpdateAgentCommand";
210
- import {
211
- UpdateDiscoveryJobCommandInput,
212
- UpdateDiscoveryJobCommandOutput,
213
- } from "../commands/UpdateDiscoveryJobCommand";
214
166
  import {
215
167
  UpdateLocationAzureBlobCommandInput,
216
168
  UpdateLocationAzureBlobCommandOutput,
@@ -255,10 +207,6 @@ import {
255
207
  UpdateLocationSmbCommandInput,
256
208
  UpdateLocationSmbCommandOutput,
257
209
  } from "../commands/UpdateLocationSmbCommand";
258
- import {
259
- UpdateStorageSystemCommandInput,
260
- UpdateStorageSystemCommandOutput,
261
- } from "../commands/UpdateStorageSystemCommand";
262
210
  import {
263
211
  UpdateTaskCommandInput,
264
212
  UpdateTaskCommandOutput,
@@ -267,10 +215,6 @@ import {
267
215
  UpdateTaskExecutionCommandInput,
268
216
  UpdateTaskExecutionCommandOutput,
269
217
  } from "../commands/UpdateTaskExecutionCommand";
270
- export declare const se_AddStorageSystemCommand: (
271
- input: AddStorageSystemCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
218
  export declare const se_CancelTaskExecutionCommand: (
275
219
  input: CancelTaskExecutionCommandInput,
276
220
  context: __SerdeContext
@@ -343,10 +287,6 @@ export declare const se_DescribeAgentCommand: (
343
287
  input: DescribeAgentCommandInput,
344
288
  context: __SerdeContext
345
289
  ) => Promise<__HttpRequest>;
346
- export declare const se_DescribeDiscoveryJobCommand: (
347
- input: DescribeDiscoveryJobCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
290
  export declare const se_DescribeLocationAzureBlobCommand: (
351
291
  input: DescribeLocationAzureBlobCommandInput,
352
292
  context: __SerdeContext
@@ -391,18 +331,6 @@ export declare const se_DescribeLocationSmbCommand: (
391
331
  input: DescribeLocationSmbCommandInput,
392
332
  context: __SerdeContext
393
333
  ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeStorageSystemCommand: (
395
- input: DescribeStorageSystemCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeStorageSystemResourceMetricsCommand: (
399
- input: DescribeStorageSystemResourceMetricsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeStorageSystemResourcesCommand: (
403
- input: DescribeStorageSystemResourcesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
334
  export declare const se_DescribeTaskCommand: (
407
335
  input: DescribeTaskCommandInput,
408
336
  context: __SerdeContext
@@ -411,26 +339,14 @@ export declare const se_DescribeTaskExecutionCommand: (
411
339
  input: DescribeTaskExecutionCommandInput,
412
340
  context: __SerdeContext
413
341
  ) => Promise<__HttpRequest>;
414
- export declare const se_GenerateRecommendationsCommand: (
415
- input: GenerateRecommendationsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
342
  export declare const se_ListAgentsCommand: (
419
343
  input: ListAgentsCommandInput,
420
344
  context: __SerdeContext
421
345
  ) => Promise<__HttpRequest>;
422
- export declare const se_ListDiscoveryJobsCommand: (
423
- input: ListDiscoveryJobsCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
346
  export declare const se_ListLocationsCommand: (
427
347
  input: ListLocationsCommandInput,
428
348
  context: __SerdeContext
429
349
  ) => Promise<__HttpRequest>;
430
- export declare const se_ListStorageSystemsCommand: (
431
- input: ListStorageSystemsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
350
  export declare const se_ListTagsForResourceCommand: (
435
351
  input: ListTagsForResourceCommandInput,
436
352
  context: __SerdeContext
@@ -443,22 +359,10 @@ export declare const se_ListTasksCommand: (
443
359
  input: ListTasksCommandInput,
444
360
  context: __SerdeContext
445
361
  ) => Promise<__HttpRequest>;
446
- export declare const se_RemoveStorageSystemCommand: (
447
- input: RemoveStorageSystemCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_StartDiscoveryJobCommand: (
451
- input: StartDiscoveryJobCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
362
  export declare const se_StartTaskExecutionCommand: (
455
363
  input: StartTaskExecutionCommandInput,
456
364
  context: __SerdeContext
457
365
  ) => Promise<__HttpRequest>;
458
- export declare const se_StopDiscoveryJobCommand: (
459
- input: StopDiscoveryJobCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
366
  export declare const se_TagResourceCommand: (
463
367
  input: TagResourceCommandInput,
464
368
  context: __SerdeContext
@@ -471,10 +375,6 @@ export declare const se_UpdateAgentCommand: (
471
375
  input: UpdateAgentCommandInput,
472
376
  context: __SerdeContext
473
377
  ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateDiscoveryJobCommand: (
475
- input: UpdateDiscoveryJobCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
378
  export declare const se_UpdateLocationAzureBlobCommand: (
479
379
  input: UpdateLocationAzureBlobCommandInput,
480
380
  context: __SerdeContext
@@ -519,10 +419,6 @@ export declare const se_UpdateLocationSmbCommand: (
519
419
  input: UpdateLocationSmbCommandInput,
520
420
  context: __SerdeContext
521
421
  ) => Promise<__HttpRequest>;
522
- export declare const se_UpdateStorageSystemCommand: (
523
- input: UpdateStorageSystemCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
422
  export declare const se_UpdateTaskCommand: (
527
423
  input: UpdateTaskCommandInput,
528
424
  context: __SerdeContext
@@ -531,10 +427,6 @@ export declare const se_UpdateTaskExecutionCommand: (
531
427
  input: UpdateTaskExecutionCommandInput,
532
428
  context: __SerdeContext
533
429
  ) => Promise<__HttpRequest>;
534
- export declare const de_AddStorageSystemCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<AddStorageSystemCommandOutput>;
538
430
  export declare const de_CancelTaskExecutionCommand: (
539
431
  output: __HttpResponse,
540
432
  context: __SerdeContext
@@ -607,10 +499,6 @@ export declare const de_DescribeAgentCommand: (
607
499
  output: __HttpResponse,
608
500
  context: __SerdeContext
609
501
  ) => Promise<DescribeAgentCommandOutput>;
610
- export declare const de_DescribeDiscoveryJobCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DescribeDiscoveryJobCommandOutput>;
614
502
  export declare const de_DescribeLocationAzureBlobCommand: (
615
503
  output: __HttpResponse,
616
504
  context: __SerdeContext
@@ -655,18 +543,6 @@ export declare const de_DescribeLocationSmbCommand: (
655
543
  output: __HttpResponse,
656
544
  context: __SerdeContext
657
545
  ) => Promise<DescribeLocationSmbCommandOutput>;
658
- export declare const de_DescribeStorageSystemCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribeStorageSystemCommandOutput>;
662
- export declare const de_DescribeStorageSystemResourceMetricsCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
666
- export declare const de_DescribeStorageSystemResourcesCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeStorageSystemResourcesCommandOutput>;
670
546
  export declare const de_DescribeTaskCommand: (
671
547
  output: __HttpResponse,
672
548
  context: __SerdeContext
@@ -675,26 +551,14 @@ export declare const de_DescribeTaskExecutionCommand: (
675
551
  output: __HttpResponse,
676
552
  context: __SerdeContext
677
553
  ) => Promise<DescribeTaskExecutionCommandOutput>;
678
- export declare const de_GenerateRecommendationsCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GenerateRecommendationsCommandOutput>;
682
554
  export declare const de_ListAgentsCommand: (
683
555
  output: __HttpResponse,
684
556
  context: __SerdeContext
685
557
  ) => Promise<ListAgentsCommandOutput>;
686
- export declare const de_ListDiscoveryJobsCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<ListDiscoveryJobsCommandOutput>;
690
558
  export declare const de_ListLocationsCommand: (
691
559
  output: __HttpResponse,
692
560
  context: __SerdeContext
693
561
  ) => Promise<ListLocationsCommandOutput>;
694
- export declare const de_ListStorageSystemsCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<ListStorageSystemsCommandOutput>;
698
562
  export declare const de_ListTagsForResourceCommand: (
699
563
  output: __HttpResponse,
700
564
  context: __SerdeContext
@@ -707,22 +571,10 @@ export declare const de_ListTasksCommand: (
707
571
  output: __HttpResponse,
708
572
  context: __SerdeContext
709
573
  ) => Promise<ListTasksCommandOutput>;
710
- export declare const de_RemoveStorageSystemCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<RemoveStorageSystemCommandOutput>;
714
- export declare const de_StartDiscoveryJobCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<StartDiscoveryJobCommandOutput>;
718
574
  export declare const de_StartTaskExecutionCommand: (
719
575
  output: __HttpResponse,
720
576
  context: __SerdeContext
721
577
  ) => Promise<StartTaskExecutionCommandOutput>;
722
- export declare const de_StopDiscoveryJobCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<StopDiscoveryJobCommandOutput>;
726
578
  export declare const de_TagResourceCommand: (
727
579
  output: __HttpResponse,
728
580
  context: __SerdeContext
@@ -735,10 +587,6 @@ export declare const de_UpdateAgentCommand: (
735
587
  output: __HttpResponse,
736
588
  context: __SerdeContext
737
589
  ) => Promise<UpdateAgentCommandOutput>;
738
- export declare const de_UpdateDiscoveryJobCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<UpdateDiscoveryJobCommandOutput>;
742
590
  export declare const de_UpdateLocationAzureBlobCommand: (
743
591
  output: __HttpResponse,
744
592
  context: __SerdeContext
@@ -783,10 +631,6 @@ export declare const de_UpdateLocationSmbCommand: (
783
631
  output: __HttpResponse,
784
632
  context: __SerdeContext
785
633
  ) => Promise<UpdateLocationSmbCommandOutput>;
786
- export declare const de_UpdateStorageSystemCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<UpdateStorageSystemCommandOutput>;
790
634
  export declare const de_UpdateTaskCommand: (
791
635
  output: __HttpResponse,
792
636
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.810.0",
4
+ "version": "3.814.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-datasync",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.810.0",
24
- "@aws-sdk/credential-provider-node": "3.810.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.810.0",
28
+ "@aws-sdk/middleware-user-agent": "3.812.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.810.0",
33
+ "@aws-sdk/util-user-agent-node": "3.812.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
35
  "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",
@@ -56,9 +56,7 @@
56
56
  "@smithy/util-middleware": "^4.0.2",
57
57
  "@smithy/util-retry": "^4.0.3",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@types/uuid": "^9.0.1",
60
- "tslib": "^2.6.2",
61
- "uuid": "^9.0.1"
59
+ "tslib": "^2.6.2"
62
60
  },
63
61
  "devDependencies": {
64
62
  "@tsconfig/node18": "18.2.4",
@@ -1,23 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { AddStorageSystemRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_AddStorageSystemCommand, se_AddStorageSystemCommand } from "../protocols/Aws_json1_1";
7
- export { $Command };
8
- export class AddStorageSystemCommand extends $Command
9
- .classBuilder()
10
- .ep(commonParams)
11
- .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
16
- })
17
- .s("FmrsService", "AddStorageSystem", {})
18
- .n("DataSyncClient", "AddStorageSystemCommand")
19
- .f(AddStorageSystemRequestFilterSensitiveLog, void 0)
20
- .ser(se_AddStorageSystemCommand)
21
- .de(de_AddStorageSystemCommand)
22
- .build() {
23
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDiscoveryJobCommand, se_DescribeDiscoveryJobCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class DescribeDiscoveryJobCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "DescribeDiscoveryJob", {})
17
- .n("DataSyncClient", "DescribeDiscoveryJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDiscoveryJobCommand)
20
- .de(de_DescribeDiscoveryJobCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeStorageSystemCommand, se_DescribeStorageSystemCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class DescribeStorageSystemCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "DescribeStorageSystem", {})
17
- .n("DataSyncClient", "DescribeStorageSystemCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeStorageSystemCommand)
20
- .de(de_DescribeStorageSystemCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeStorageSystemResourceMetricsCommand, se_DescribeStorageSystemResourceMetricsCommand, } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class DescribeStorageSystemResourceMetricsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "DescribeStorageSystemResourceMetrics", {})
17
- .n("DataSyncClient", "DescribeStorageSystemResourceMetricsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeStorageSystemResourceMetricsCommand)
20
- .de(de_DescribeStorageSystemResourceMetricsCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeStorageSystemResourcesCommand, se_DescribeStorageSystemResourcesCommand, } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class DescribeStorageSystemResourcesCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "DescribeStorageSystemResources", {})
17
- .n("DataSyncClient", "DescribeStorageSystemResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeStorageSystemResourcesCommand)
20
- .de(de_DescribeStorageSystemResourcesCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GenerateRecommendationsCommand, se_GenerateRecommendationsCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class GenerateRecommendationsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "GenerateRecommendations", {})
17
- .n("DataSyncClient", "GenerateRecommendationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GenerateRecommendationsCommand)
20
- .de(de_GenerateRecommendationsCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDiscoveryJobsCommand, se_ListDiscoveryJobsCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class ListDiscoveryJobsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "ListDiscoveryJobs", {})
17
- .n("DataSyncClient", "ListDiscoveryJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDiscoveryJobsCommand)
20
- .de(de_ListDiscoveryJobsCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListStorageSystemsCommand, se_ListStorageSystemsCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class ListStorageSystemsCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "ListStorageSystems", {})
17
- .n("DataSyncClient", "ListStorageSystemsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListStorageSystemsCommand)
20
- .de(de_ListStorageSystemsCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveStorageSystemCommand, se_RemoveStorageSystemCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class RemoveStorageSystemCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "RemoveStorageSystem", {})
17
- .n("DataSyncClient", "RemoveStorageSystemCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveStorageSystemCommand)
20
- .de(de_RemoveStorageSystemCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartDiscoveryJobCommand, se_StartDiscoveryJobCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class StartDiscoveryJobCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "StartDiscoveryJob", {})
17
- .n("DataSyncClient", "StartDiscoveryJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartDiscoveryJobCommand)
20
- .de(de_StartDiscoveryJobCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopDiscoveryJobCommand, se_StopDiscoveryJobCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class StopDiscoveryJobCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "StopDiscoveryJob", {})
17
- .n("DataSyncClient", "StopDiscoveryJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopDiscoveryJobCommand)
20
- .de(de_StopDiscoveryJobCommand)
21
- .build() {
22
- }
@@ -1,22 +0,0 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateDiscoveryJobCommand, se_UpdateDiscoveryJobCommand } from "../protocols/Aws_json1_1";
6
- export { $Command };
7
- export class UpdateDiscoveryJobCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
15
- })
16
- .s("FmrsService", "UpdateDiscoveryJob", {})
17
- .n("DataSyncClient", "UpdateDiscoveryJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateDiscoveryJobCommand)
20
- .de(de_UpdateDiscoveryJobCommand)
21
- .build() {
22
- }