@aws-sdk/client-datasync 3.316.0 → 3.320.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -8
- package/dist-cjs/DataSync.js +26 -0
- package/dist-cjs/commands/AddStorageSystemCommand.js +46 -0
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +45 -0
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +45 -0
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +45 -0
- package/dist-cjs/commands/ListStorageSystemsCommand.js +45 -0
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +45 -0
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +56 -8
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +29 -0
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +948 -87
- package/dist-es/DataSync.js +26 -0
- package/dist-es/commands/AddStorageSystemCommand.js +42 -0
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +41 -0
- package/dist-es/commands/GenerateRecommendationsCommand.js +41 -0
- package/dist-es/commands/ListDiscoveryJobsCommand.js +41 -0
- package/dist-es/commands/ListStorageSystemsCommand.js +41 -0
- package/dist-es/commands/RemoveStorageSystemCommand.js +41 -0
- package/dist-es/commands/StartDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/StopDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/UpdateStorageSystemCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +51 -7
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +25 -0
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +25 -0
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +25 -0
- package/dist-es/pagination/ListStorageSystemsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +908 -74
- package/dist-types/DataSync.d.ts +94 -2
- package/dist-types/DataSyncClient.d.ts +18 -4
- package/dist-types/commands/AddStorageSystemCommand.d.ts +91 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +4 -3
- package/dist-types/commands/CreateAgentCommand.d.ts +4 -3
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +5 -2
- package/dist-types/commands/CreateLocationS3Command.d.ts +20 -3
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskCommand.d.ts +8 -1
- package/dist-types/commands/DeleteAgentCommand.d.ts +4 -4
- package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentCommand.d.ts +4 -2
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +70 -0
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +4 -2
- package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +71 -0
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +77 -0
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +82 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +82 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +73 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +71 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +71 -0
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +80 -0
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +10 -2
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +73 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +71 -0
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +84 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +7 -7
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1429 -296
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/DataSync.d.ts +227 -0
- package/dist-types/ts3.4/DataSyncClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -18
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
- package/package.json +8 -6
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@aws-sdk/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AddStorageSystemCommandInput,
|
|
8
|
+
AddStorageSystemCommandOutput,
|
|
9
|
+
} from "../commands/AddStorageSystemCommand";
|
|
6
10
|
import {
|
|
7
11
|
CancelTaskExecutionCommandInput,
|
|
8
12
|
CancelTaskExecutionCommandOutput,
|
|
@@ -71,6 +75,10 @@ import {
|
|
|
71
75
|
DescribeAgentCommandInput,
|
|
72
76
|
DescribeAgentCommandOutput,
|
|
73
77
|
} from "../commands/DescribeAgentCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeDiscoveryJobCommandInput,
|
|
80
|
+
DescribeDiscoveryJobCommandOutput,
|
|
81
|
+
} from "../commands/DescribeDiscoveryJobCommand";
|
|
74
82
|
import {
|
|
75
83
|
DescribeLocationEfsCommandInput,
|
|
76
84
|
DescribeLocationEfsCommandOutput,
|
|
@@ -111,6 +119,18 @@ import {
|
|
|
111
119
|
DescribeLocationSmbCommandInput,
|
|
112
120
|
DescribeLocationSmbCommandOutput,
|
|
113
121
|
} from "../commands/DescribeLocationSmbCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeStorageSystemCommandInput,
|
|
124
|
+
DescribeStorageSystemCommandOutput,
|
|
125
|
+
} from "../commands/DescribeStorageSystemCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeStorageSystemResourceMetricsCommandInput,
|
|
128
|
+
DescribeStorageSystemResourceMetricsCommandOutput,
|
|
129
|
+
} from "../commands/DescribeStorageSystemResourceMetricsCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeStorageSystemResourcesCommandInput,
|
|
132
|
+
DescribeStorageSystemResourcesCommandOutput,
|
|
133
|
+
} from "../commands/DescribeStorageSystemResourcesCommand";
|
|
114
134
|
import {
|
|
115
135
|
DescribeTaskCommandInput,
|
|
116
136
|
DescribeTaskCommandOutput,
|
|
@@ -119,14 +139,26 @@ import {
|
|
|
119
139
|
DescribeTaskExecutionCommandInput,
|
|
120
140
|
DescribeTaskExecutionCommandOutput,
|
|
121
141
|
} from "../commands/DescribeTaskExecutionCommand";
|
|
142
|
+
import {
|
|
143
|
+
GenerateRecommendationsCommandInput,
|
|
144
|
+
GenerateRecommendationsCommandOutput,
|
|
145
|
+
} from "../commands/GenerateRecommendationsCommand";
|
|
122
146
|
import {
|
|
123
147
|
ListAgentsCommandInput,
|
|
124
148
|
ListAgentsCommandOutput,
|
|
125
149
|
} from "../commands/ListAgentsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListDiscoveryJobsCommandInput,
|
|
152
|
+
ListDiscoveryJobsCommandOutput,
|
|
153
|
+
} from "../commands/ListDiscoveryJobsCommand";
|
|
126
154
|
import {
|
|
127
155
|
ListLocationsCommandInput,
|
|
128
156
|
ListLocationsCommandOutput,
|
|
129
157
|
} from "../commands/ListLocationsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListStorageSystemsCommandInput,
|
|
160
|
+
ListStorageSystemsCommandOutput,
|
|
161
|
+
} from "../commands/ListStorageSystemsCommand";
|
|
130
162
|
import {
|
|
131
163
|
ListTagsForResourceCommandInput,
|
|
132
164
|
ListTagsForResourceCommandOutput,
|
|
@@ -139,10 +171,22 @@ import {
|
|
|
139
171
|
ListTasksCommandInput,
|
|
140
172
|
ListTasksCommandOutput,
|
|
141
173
|
} from "../commands/ListTasksCommand";
|
|
174
|
+
import {
|
|
175
|
+
RemoveStorageSystemCommandInput,
|
|
176
|
+
RemoveStorageSystemCommandOutput,
|
|
177
|
+
} from "../commands/RemoveStorageSystemCommand";
|
|
178
|
+
import {
|
|
179
|
+
StartDiscoveryJobCommandInput,
|
|
180
|
+
StartDiscoveryJobCommandOutput,
|
|
181
|
+
} from "../commands/StartDiscoveryJobCommand";
|
|
142
182
|
import {
|
|
143
183
|
StartTaskExecutionCommandInput,
|
|
144
184
|
StartTaskExecutionCommandOutput,
|
|
145
185
|
} from "../commands/StartTaskExecutionCommand";
|
|
186
|
+
import {
|
|
187
|
+
StopDiscoveryJobCommandInput,
|
|
188
|
+
StopDiscoveryJobCommandOutput,
|
|
189
|
+
} from "../commands/StopDiscoveryJobCommand";
|
|
146
190
|
import {
|
|
147
191
|
TagResourceCommandInput,
|
|
148
192
|
TagResourceCommandOutput,
|
|
@@ -155,6 +199,10 @@ import {
|
|
|
155
199
|
UpdateAgentCommandInput,
|
|
156
200
|
UpdateAgentCommandOutput,
|
|
157
201
|
} from "../commands/UpdateAgentCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateDiscoveryJobCommandInput,
|
|
204
|
+
UpdateDiscoveryJobCommandOutput,
|
|
205
|
+
} from "../commands/UpdateDiscoveryJobCommand";
|
|
158
206
|
import {
|
|
159
207
|
UpdateLocationHdfsCommandInput,
|
|
160
208
|
UpdateLocationHdfsCommandOutput,
|
|
@@ -171,6 +219,10 @@ import {
|
|
|
171
219
|
UpdateLocationSmbCommandInput,
|
|
172
220
|
UpdateLocationSmbCommandOutput,
|
|
173
221
|
} from "../commands/UpdateLocationSmbCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpdateStorageSystemCommandInput,
|
|
224
|
+
UpdateStorageSystemCommandOutput,
|
|
225
|
+
} from "../commands/UpdateStorageSystemCommand";
|
|
174
226
|
import {
|
|
175
227
|
UpdateTaskCommandInput,
|
|
176
228
|
UpdateTaskCommandOutput,
|
|
@@ -179,6 +231,10 @@ import {
|
|
|
179
231
|
UpdateTaskExecutionCommandInput,
|
|
180
232
|
UpdateTaskExecutionCommandOutput,
|
|
181
233
|
} from "../commands/UpdateTaskExecutionCommand";
|
|
234
|
+
export declare const se_AddStorageSystemCommand: (
|
|
235
|
+
input: AddStorageSystemCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
182
238
|
export declare const se_CancelTaskExecutionCommand: (
|
|
183
239
|
input: CancelTaskExecutionCommandInput,
|
|
184
240
|
context: __SerdeContext
|
|
@@ -247,6 +303,10 @@ export declare const se_DescribeAgentCommand: (
|
|
|
247
303
|
input: DescribeAgentCommandInput,
|
|
248
304
|
context: __SerdeContext
|
|
249
305
|
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const se_DescribeDiscoveryJobCommand: (
|
|
307
|
+
input: DescribeDiscoveryJobCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
250
310
|
export declare const se_DescribeLocationEfsCommand: (
|
|
251
311
|
input: DescribeLocationEfsCommandInput,
|
|
252
312
|
context: __SerdeContext
|
|
@@ -287,6 +347,18 @@ export declare const se_DescribeLocationSmbCommand: (
|
|
|
287
347
|
input: DescribeLocationSmbCommandInput,
|
|
288
348
|
context: __SerdeContext
|
|
289
349
|
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const se_DescribeStorageSystemCommand: (
|
|
351
|
+
input: DescribeStorageSystemCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const se_DescribeStorageSystemResourceMetricsCommand: (
|
|
355
|
+
input: DescribeStorageSystemResourceMetricsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const se_DescribeStorageSystemResourcesCommand: (
|
|
359
|
+
input: DescribeStorageSystemResourcesCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
290
362
|
export declare const se_DescribeTaskCommand: (
|
|
291
363
|
input: DescribeTaskCommandInput,
|
|
292
364
|
context: __SerdeContext
|
|
@@ -295,14 +367,26 @@ export declare const se_DescribeTaskExecutionCommand: (
|
|
|
295
367
|
input: DescribeTaskExecutionCommandInput,
|
|
296
368
|
context: __SerdeContext
|
|
297
369
|
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const se_GenerateRecommendationsCommand: (
|
|
371
|
+
input: GenerateRecommendationsCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
298
374
|
export declare const se_ListAgentsCommand: (
|
|
299
375
|
input: ListAgentsCommandInput,
|
|
300
376
|
context: __SerdeContext
|
|
301
377
|
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const se_ListDiscoveryJobsCommand: (
|
|
379
|
+
input: ListDiscoveryJobsCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
302
382
|
export declare const se_ListLocationsCommand: (
|
|
303
383
|
input: ListLocationsCommandInput,
|
|
304
384
|
context: __SerdeContext
|
|
305
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_ListStorageSystemsCommand: (
|
|
387
|
+
input: ListStorageSystemsCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
306
390
|
export declare const se_ListTagsForResourceCommand: (
|
|
307
391
|
input: ListTagsForResourceCommandInput,
|
|
308
392
|
context: __SerdeContext
|
|
@@ -315,10 +399,22 @@ export declare const se_ListTasksCommand: (
|
|
|
315
399
|
input: ListTasksCommandInput,
|
|
316
400
|
context: __SerdeContext
|
|
317
401
|
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const se_RemoveStorageSystemCommand: (
|
|
403
|
+
input: RemoveStorageSystemCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const se_StartDiscoveryJobCommand: (
|
|
407
|
+
input: StartDiscoveryJobCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
318
410
|
export declare const se_StartTaskExecutionCommand: (
|
|
319
411
|
input: StartTaskExecutionCommandInput,
|
|
320
412
|
context: __SerdeContext
|
|
321
413
|
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const se_StopDiscoveryJobCommand: (
|
|
415
|
+
input: StopDiscoveryJobCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
322
418
|
export declare const se_TagResourceCommand: (
|
|
323
419
|
input: TagResourceCommandInput,
|
|
324
420
|
context: __SerdeContext
|
|
@@ -331,6 +427,10 @@ export declare const se_UpdateAgentCommand: (
|
|
|
331
427
|
input: UpdateAgentCommandInput,
|
|
332
428
|
context: __SerdeContext
|
|
333
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_UpdateDiscoveryJobCommand: (
|
|
431
|
+
input: UpdateDiscoveryJobCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
334
434
|
export declare const se_UpdateLocationHdfsCommand: (
|
|
335
435
|
input: UpdateLocationHdfsCommandInput,
|
|
336
436
|
context: __SerdeContext
|
|
@@ -347,6 +447,10 @@ export declare const se_UpdateLocationSmbCommand: (
|
|
|
347
447
|
input: UpdateLocationSmbCommandInput,
|
|
348
448
|
context: __SerdeContext
|
|
349
449
|
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const se_UpdateStorageSystemCommand: (
|
|
451
|
+
input: UpdateStorageSystemCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
350
454
|
export declare const se_UpdateTaskCommand: (
|
|
351
455
|
input: UpdateTaskCommandInput,
|
|
352
456
|
context: __SerdeContext
|
|
@@ -355,6 +459,10 @@ export declare const se_UpdateTaskExecutionCommand: (
|
|
|
355
459
|
input: UpdateTaskExecutionCommandInput,
|
|
356
460
|
context: __SerdeContext
|
|
357
461
|
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const de_AddStorageSystemCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<AddStorageSystemCommandOutput>;
|
|
358
466
|
export declare const de_CancelTaskExecutionCommand: (
|
|
359
467
|
output: __HttpResponse,
|
|
360
468
|
context: __SerdeContext
|
|
@@ -423,6 +531,10 @@ export declare const de_DescribeAgentCommand: (
|
|
|
423
531
|
output: __HttpResponse,
|
|
424
532
|
context: __SerdeContext
|
|
425
533
|
) => Promise<DescribeAgentCommandOutput>;
|
|
534
|
+
export declare const de_DescribeDiscoveryJobCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<DescribeDiscoveryJobCommandOutput>;
|
|
426
538
|
export declare const de_DescribeLocationEfsCommand: (
|
|
427
539
|
output: __HttpResponse,
|
|
428
540
|
context: __SerdeContext
|
|
@@ -463,6 +575,18 @@ export declare const de_DescribeLocationSmbCommand: (
|
|
|
463
575
|
output: __HttpResponse,
|
|
464
576
|
context: __SerdeContext
|
|
465
577
|
) => Promise<DescribeLocationSmbCommandOutput>;
|
|
578
|
+
export declare const de_DescribeStorageSystemCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<DescribeStorageSystemCommandOutput>;
|
|
582
|
+
export declare const de_DescribeStorageSystemResourceMetricsCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
586
|
+
export declare const de_DescribeStorageSystemResourcesCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<DescribeStorageSystemResourcesCommandOutput>;
|
|
466
590
|
export declare const de_DescribeTaskCommand: (
|
|
467
591
|
output: __HttpResponse,
|
|
468
592
|
context: __SerdeContext
|
|
@@ -471,14 +595,26 @@ export declare const de_DescribeTaskExecutionCommand: (
|
|
|
471
595
|
output: __HttpResponse,
|
|
472
596
|
context: __SerdeContext
|
|
473
597
|
) => Promise<DescribeTaskExecutionCommandOutput>;
|
|
598
|
+
export declare const de_GenerateRecommendationsCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<GenerateRecommendationsCommandOutput>;
|
|
474
602
|
export declare const de_ListAgentsCommand: (
|
|
475
603
|
output: __HttpResponse,
|
|
476
604
|
context: __SerdeContext
|
|
477
605
|
) => Promise<ListAgentsCommandOutput>;
|
|
606
|
+
export declare const de_ListDiscoveryJobsCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<ListDiscoveryJobsCommandOutput>;
|
|
478
610
|
export declare const de_ListLocationsCommand: (
|
|
479
611
|
output: __HttpResponse,
|
|
480
612
|
context: __SerdeContext
|
|
481
613
|
) => Promise<ListLocationsCommandOutput>;
|
|
614
|
+
export declare const de_ListStorageSystemsCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<ListStorageSystemsCommandOutput>;
|
|
482
618
|
export declare const de_ListTagsForResourceCommand: (
|
|
483
619
|
output: __HttpResponse,
|
|
484
620
|
context: __SerdeContext
|
|
@@ -491,10 +627,22 @@ export declare const de_ListTasksCommand: (
|
|
|
491
627
|
output: __HttpResponse,
|
|
492
628
|
context: __SerdeContext
|
|
493
629
|
) => Promise<ListTasksCommandOutput>;
|
|
630
|
+
export declare const de_RemoveStorageSystemCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<RemoveStorageSystemCommandOutput>;
|
|
634
|
+
export declare const de_StartDiscoveryJobCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<StartDiscoveryJobCommandOutput>;
|
|
494
638
|
export declare const de_StartTaskExecutionCommand: (
|
|
495
639
|
output: __HttpResponse,
|
|
496
640
|
context: __SerdeContext
|
|
497
641
|
) => Promise<StartTaskExecutionCommandOutput>;
|
|
642
|
+
export declare const de_StopDiscoveryJobCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<StopDiscoveryJobCommandOutput>;
|
|
498
646
|
export declare const de_TagResourceCommand: (
|
|
499
647
|
output: __HttpResponse,
|
|
500
648
|
context: __SerdeContext
|
|
@@ -507,6 +655,10 @@ export declare const de_UpdateAgentCommand: (
|
|
|
507
655
|
output: __HttpResponse,
|
|
508
656
|
context: __SerdeContext
|
|
509
657
|
) => Promise<UpdateAgentCommandOutput>;
|
|
658
|
+
export declare const de_UpdateDiscoveryJobCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<UpdateDiscoveryJobCommandOutput>;
|
|
510
662
|
export declare const de_UpdateLocationHdfsCommand: (
|
|
511
663
|
output: __HttpResponse,
|
|
512
664
|
context: __SerdeContext
|
|
@@ -523,6 +675,10 @@ export declare const de_UpdateLocationSmbCommand: (
|
|
|
523
675
|
output: __HttpResponse,
|
|
524
676
|
context: __SerdeContext
|
|
525
677
|
) => Promise<UpdateLocationSmbCommandOutput>;
|
|
678
|
+
export declare const de_UpdateStorageSystemCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<UpdateStorageSystemCommandOutput>;
|
|
526
682
|
export declare const de_UpdateTaskCommand: (
|
|
527
683
|
output: __HttpResponse,
|
|
528
684
|
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.
|
|
4
|
+
"version": "3.320.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.319.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.319.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,17 +48,19 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
|
-
"tslib": "^2.5.0"
|
|
56
|
+
"tslib": "^2.5.0",
|
|
57
|
+
"uuid": "^8.3.2"
|
|
57
58
|
},
|
|
58
59
|
"devDependencies": {
|
|
59
60
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
60
61
|
"@tsconfig/node14": "1.0.3",
|
|
61
62
|
"@types/node": "^14.14.31",
|
|
63
|
+
"@types/uuid": "^8.3.0",
|
|
62
64
|
"concurrently": "7.0.0",
|
|
63
65
|
"downlevel-dts": "0.10.1",
|
|
64
66
|
"rimraf": "3.0.2",
|