@aws-sdk/client-datasync 3.812.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.
- package/README.md +3 -107
- package/dist-cjs/index.js +26 -890
- package/dist-es/DataSync.js +0 -26
- package/dist-es/commands/index.js +0 -13
- package/dist-es/models/models_0.js +18 -62
- package/dist-es/pagination/index.js +0 -4
- package/dist-es/protocols/Aws_json1_1.js +2 -554
- package/dist-types/DataSync.d.ts +3 -96
- package/dist-types/DataSyncClient.d.ts +5 -18
- package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
- package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
- package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
- package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +0 -13
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +368 -1499
- package/dist-types/pagination/index.d.ts +0 -4
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
- package/dist-types/ts3.4/DataSync.d.ts +0 -229
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
- package/dist-types/ts3.4/commands/index.d.ts +0 -13
- package/dist-types/ts3.4/models/models_0.d.ts +18 -307
- package/dist-types/ts3.4/pagination/index.d.ts +0 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
- package/package.json +2 -4
- package/dist-es/commands/AddStorageSystemCommand.js +0 -23
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
- package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
- package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
- package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
- package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
- package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
- package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
- package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
- package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
export * from "./DescribeStorageSystemResourceMetricsPaginator";
|
|
2
|
-
export * from "./DescribeStorageSystemResourcesPaginator";
|
|
3
1
|
export * from "./Interfaces";
|
|
4
2
|
export * from "./ListAgentsPaginator";
|
|
5
|
-
export * from "./ListDiscoveryJobsPaginator";
|
|
6
3
|
export * from "./ListLocationsPaginator";
|
|
7
|
-
export * from "./ListStorageSystemsPaginator";
|
|
8
4
|
export * from "./ListTagsForResourcePaginator";
|
|
9
5
|
export * from "./ListTaskExecutionsPaginator";
|
|
10
6
|
export * from "./ListTasksPaginator";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "../commands/AddStorageSystemCommand";
|
|
4
3
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "../commands/CancelTaskExecutionCommand";
|
|
5
4
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
|
|
6
5
|
import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "../commands/CreateLocationAzureBlobCommand";
|
|
@@ -19,7 +18,6 @@ import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "../commands/D
|
|
|
19
18
|
import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "../commands/DeleteLocationCommand";
|
|
20
19
|
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/DeleteTaskCommand";
|
|
21
20
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
|
|
22
|
-
import { DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput } from "../commands/DescribeDiscoveryJobCommand";
|
|
23
21
|
import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "../commands/DescribeLocationAzureBlobCommand";
|
|
24
22
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
|
|
25
23
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
|
|
@@ -31,27 +29,17 @@ import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } fro
|
|
|
31
29
|
import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "../commands/DescribeLocationObjectStorageCommand";
|
|
32
30
|
import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "../commands/DescribeLocationS3Command";
|
|
33
31
|
import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "../commands/DescribeLocationSmbCommand";
|
|
34
|
-
import { DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput } from "../commands/DescribeStorageSystemCommand";
|
|
35
|
-
import { DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput } from "../commands/DescribeStorageSystemResourceMetricsCommand";
|
|
36
|
-
import { DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput } from "../commands/DescribeStorageSystemResourcesCommand";
|
|
37
32
|
import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "../commands/DescribeTaskCommand";
|
|
38
33
|
import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "../commands/DescribeTaskExecutionCommand";
|
|
39
|
-
import { GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput } from "../commands/GenerateRecommendationsCommand";
|
|
40
34
|
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "../commands/ListAgentsCommand";
|
|
41
|
-
import { ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput } from "../commands/ListDiscoveryJobsCommand";
|
|
42
35
|
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "../commands/ListLocationsCommand";
|
|
43
|
-
import { ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput } from "../commands/ListStorageSystemsCommand";
|
|
44
36
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
45
37
|
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "../commands/ListTaskExecutionsCommand";
|
|
46
38
|
import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
|
|
47
|
-
import { RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput } from "../commands/RemoveStorageSystemCommand";
|
|
48
|
-
import { StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput } from "../commands/StartDiscoveryJobCommand";
|
|
49
39
|
import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "../commands/StartTaskExecutionCommand";
|
|
50
|
-
import { StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput } from "../commands/StopDiscoveryJobCommand";
|
|
51
40
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
52
41
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
53
42
|
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "../commands/UpdateAgentCommand";
|
|
54
|
-
import { UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput } from "../commands/UpdateDiscoveryJobCommand";
|
|
55
43
|
import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "../commands/UpdateLocationAzureBlobCommand";
|
|
56
44
|
import { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "../commands/UpdateLocationEfsCommand";
|
|
57
45
|
import { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "../commands/UpdateLocationFsxLustreCommand";
|
|
@@ -63,13 +51,8 @@ import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from ".
|
|
|
63
51
|
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "../commands/UpdateLocationObjectStorageCommand";
|
|
64
52
|
import { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "../commands/UpdateLocationS3Command";
|
|
65
53
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "../commands/UpdateLocationSmbCommand";
|
|
66
|
-
import { UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput } from "../commands/UpdateStorageSystemCommand";
|
|
67
54
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "../commands/UpdateTaskCommand";
|
|
68
55
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "../commands/UpdateTaskExecutionCommand";
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_1AddStorageSystemCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_AddStorageSystemCommand: (input: AddStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
56
|
/**
|
|
74
57
|
* serializeAws_json1_1CancelTaskExecutionCommand
|
|
75
58
|
*/
|
|
@@ -142,10 +125,6 @@ export declare const se_DeleteTaskCommand: (input: DeleteTaskCommandInput, conte
|
|
|
142
125
|
* serializeAws_json1_1DescribeAgentCommand
|
|
143
126
|
*/
|
|
144
127
|
export declare const se_DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_json1_1DescribeDiscoveryJobCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_DescribeDiscoveryJobCommand: (input: DescribeDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
128
|
/**
|
|
150
129
|
* serializeAws_json1_1DescribeLocationAzureBlobCommand
|
|
151
130
|
*/
|
|
@@ -190,18 +169,6 @@ export declare const se_DescribeLocationS3Command: (input: DescribeLocationS3Com
|
|
|
190
169
|
* serializeAws_json1_1DescribeLocationSmbCommand
|
|
191
170
|
*/
|
|
192
171
|
export declare const se_DescribeLocationSmbCommand: (input: DescribeLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
/**
|
|
194
|
-
* serializeAws_json1_1DescribeStorageSystemCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const se_DescribeStorageSystemCommand: (input: DescribeStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
-
/**
|
|
198
|
-
* serializeAws_json1_1DescribeStorageSystemResourceMetricsCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const se_DescribeStorageSystemResourceMetricsCommand: (input: DescribeStorageSystemResourceMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
-
/**
|
|
202
|
-
* serializeAws_json1_1DescribeStorageSystemResourcesCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const se_DescribeStorageSystemResourcesCommand: (input: DescribeStorageSystemResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
172
|
/**
|
|
206
173
|
* serializeAws_json1_1DescribeTaskCommand
|
|
207
174
|
*/
|
|
@@ -210,26 +177,14 @@ export declare const se_DescribeTaskCommand: (input: DescribeTaskCommandInput, c
|
|
|
210
177
|
* serializeAws_json1_1DescribeTaskExecutionCommand
|
|
211
178
|
*/
|
|
212
179
|
export declare const se_DescribeTaskExecutionCommand: (input: DescribeTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
-
/**
|
|
214
|
-
* serializeAws_json1_1GenerateRecommendationsCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const se_GenerateRecommendationsCommand: (input: GenerateRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
180
|
/**
|
|
218
181
|
* serializeAws_json1_1ListAgentsCommand
|
|
219
182
|
*/
|
|
220
183
|
export declare const se_ListAgentsCommand: (input: ListAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
-
/**
|
|
222
|
-
* serializeAws_json1_1ListDiscoveryJobsCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const se_ListDiscoveryJobsCommand: (input: ListDiscoveryJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
184
|
/**
|
|
226
185
|
* serializeAws_json1_1ListLocationsCommand
|
|
227
186
|
*/
|
|
228
187
|
export declare const se_ListLocationsCommand: (input: ListLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
-
/**
|
|
230
|
-
* serializeAws_json1_1ListStorageSystemsCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const se_ListStorageSystemsCommand: (input: ListStorageSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
188
|
/**
|
|
234
189
|
* serializeAws_json1_1ListTagsForResourceCommand
|
|
235
190
|
*/
|
|
@@ -242,22 +197,10 @@ export declare const se_ListTaskExecutionsCommand: (input: ListTaskExecutionsCom
|
|
|
242
197
|
* serializeAws_json1_1ListTasksCommand
|
|
243
198
|
*/
|
|
244
199
|
export declare const se_ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
-
/**
|
|
246
|
-
* serializeAws_json1_1RemoveStorageSystemCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const se_RemoveStorageSystemCommand: (input: RemoveStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
-
/**
|
|
250
|
-
* serializeAws_json1_1StartDiscoveryJobCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const se_StartDiscoveryJobCommand: (input: StartDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
200
|
/**
|
|
254
201
|
* serializeAws_json1_1StartTaskExecutionCommand
|
|
255
202
|
*/
|
|
256
203
|
export declare const se_StartTaskExecutionCommand: (input: StartTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
-
/**
|
|
258
|
-
* serializeAws_json1_1StopDiscoveryJobCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const se_StopDiscoveryJobCommand: (input: StopDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
204
|
/**
|
|
262
205
|
* serializeAws_json1_1TagResourceCommand
|
|
263
206
|
*/
|
|
@@ -270,10 +213,6 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
270
213
|
* serializeAws_json1_1UpdateAgentCommand
|
|
271
214
|
*/
|
|
272
215
|
export declare const se_UpdateAgentCommand: (input: UpdateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
-
/**
|
|
274
|
-
* serializeAws_json1_1UpdateDiscoveryJobCommand
|
|
275
|
-
*/
|
|
276
|
-
export declare const se_UpdateDiscoveryJobCommand: (input: UpdateDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
216
|
/**
|
|
278
217
|
* serializeAws_json1_1UpdateLocationAzureBlobCommand
|
|
279
218
|
*/
|
|
@@ -318,10 +257,6 @@ export declare const se_UpdateLocationS3Command: (input: UpdateLocationS3Command
|
|
|
318
257
|
* serializeAws_json1_1UpdateLocationSmbCommand
|
|
319
258
|
*/
|
|
320
259
|
export declare const se_UpdateLocationSmbCommand: (input: UpdateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
-
/**
|
|
322
|
-
* serializeAws_json1_1UpdateStorageSystemCommand
|
|
323
|
-
*/
|
|
324
|
-
export declare const se_UpdateStorageSystemCommand: (input: UpdateStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
260
|
/**
|
|
326
261
|
* serializeAws_json1_1UpdateTaskCommand
|
|
327
262
|
*/
|
|
@@ -330,10 +265,6 @@ export declare const se_UpdateTaskCommand: (input: UpdateTaskCommandInput, conte
|
|
|
330
265
|
* serializeAws_json1_1UpdateTaskExecutionCommand
|
|
331
266
|
*/
|
|
332
267
|
export declare const se_UpdateTaskExecutionCommand: (input: UpdateTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
-
/**
|
|
334
|
-
* deserializeAws_json1_1AddStorageSystemCommand
|
|
335
|
-
*/
|
|
336
|
-
export declare const de_AddStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddStorageSystemCommandOutput>;
|
|
337
268
|
/**
|
|
338
269
|
* deserializeAws_json1_1CancelTaskExecutionCommand
|
|
339
270
|
*/
|
|
@@ -406,10 +337,6 @@ export declare const de_DeleteTaskCommand: (output: __HttpResponse, context: __S
|
|
|
406
337
|
* deserializeAws_json1_1DescribeAgentCommand
|
|
407
338
|
*/
|
|
408
339
|
export declare const de_DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
|
|
409
|
-
/**
|
|
410
|
-
* deserializeAws_json1_1DescribeDiscoveryJobCommand
|
|
411
|
-
*/
|
|
412
|
-
export declare const de_DescribeDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDiscoveryJobCommandOutput>;
|
|
413
340
|
/**
|
|
414
341
|
* deserializeAws_json1_1DescribeLocationAzureBlobCommand
|
|
415
342
|
*/
|
|
@@ -454,18 +381,6 @@ export declare const de_DescribeLocationS3Command: (output: __HttpResponse, cont
|
|
|
454
381
|
* deserializeAws_json1_1DescribeLocationSmbCommand
|
|
455
382
|
*/
|
|
456
383
|
export declare const de_DescribeLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationSmbCommandOutput>;
|
|
457
|
-
/**
|
|
458
|
-
* deserializeAws_json1_1DescribeStorageSystemCommand
|
|
459
|
-
*/
|
|
460
|
-
export declare const de_DescribeStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageSystemCommandOutput>;
|
|
461
|
-
/**
|
|
462
|
-
* deserializeAws_json1_1DescribeStorageSystemResourceMetricsCommand
|
|
463
|
-
*/
|
|
464
|
-
export declare const de_DescribeStorageSystemResourceMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
465
|
-
/**
|
|
466
|
-
* deserializeAws_json1_1DescribeStorageSystemResourcesCommand
|
|
467
|
-
*/
|
|
468
|
-
export declare const de_DescribeStorageSystemResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageSystemResourcesCommandOutput>;
|
|
469
384
|
/**
|
|
470
385
|
* deserializeAws_json1_1DescribeTaskCommand
|
|
471
386
|
*/
|
|
@@ -474,26 +389,14 @@ export declare const de_DescribeTaskCommand: (output: __HttpResponse, context: _
|
|
|
474
389
|
* deserializeAws_json1_1DescribeTaskExecutionCommand
|
|
475
390
|
*/
|
|
476
391
|
export declare const de_DescribeTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskExecutionCommandOutput>;
|
|
477
|
-
/**
|
|
478
|
-
* deserializeAws_json1_1GenerateRecommendationsCommand
|
|
479
|
-
*/
|
|
480
|
-
export declare const de_GenerateRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateRecommendationsCommandOutput>;
|
|
481
392
|
/**
|
|
482
393
|
* deserializeAws_json1_1ListAgentsCommand
|
|
483
394
|
*/
|
|
484
395
|
export declare const de_ListAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentsCommandOutput>;
|
|
485
|
-
/**
|
|
486
|
-
* deserializeAws_json1_1ListDiscoveryJobsCommand
|
|
487
|
-
*/
|
|
488
|
-
export declare const de_ListDiscoveryJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoveryJobsCommandOutput>;
|
|
489
396
|
/**
|
|
490
397
|
* deserializeAws_json1_1ListLocationsCommand
|
|
491
398
|
*/
|
|
492
399
|
export declare const de_ListLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocationsCommandOutput>;
|
|
493
|
-
/**
|
|
494
|
-
* deserializeAws_json1_1ListStorageSystemsCommand
|
|
495
|
-
*/
|
|
496
|
-
export declare const de_ListStorageSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageSystemsCommandOutput>;
|
|
497
400
|
/**
|
|
498
401
|
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
499
402
|
*/
|
|
@@ -506,22 +409,10 @@ export declare const de_ListTaskExecutionsCommand: (output: __HttpResponse, cont
|
|
|
506
409
|
* deserializeAws_json1_1ListTasksCommand
|
|
507
410
|
*/
|
|
508
411
|
export declare const de_ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
|
|
509
|
-
/**
|
|
510
|
-
* deserializeAws_json1_1RemoveStorageSystemCommand
|
|
511
|
-
*/
|
|
512
|
-
export declare const de_RemoveStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveStorageSystemCommandOutput>;
|
|
513
|
-
/**
|
|
514
|
-
* deserializeAws_json1_1StartDiscoveryJobCommand
|
|
515
|
-
*/
|
|
516
|
-
export declare const de_StartDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDiscoveryJobCommandOutput>;
|
|
517
412
|
/**
|
|
518
413
|
* deserializeAws_json1_1StartTaskExecutionCommand
|
|
519
414
|
*/
|
|
520
415
|
export declare const de_StartTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskExecutionCommandOutput>;
|
|
521
|
-
/**
|
|
522
|
-
* deserializeAws_json1_1StopDiscoveryJobCommand
|
|
523
|
-
*/
|
|
524
|
-
export declare const de_StopDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDiscoveryJobCommandOutput>;
|
|
525
416
|
/**
|
|
526
417
|
* deserializeAws_json1_1TagResourceCommand
|
|
527
418
|
*/
|
|
@@ -534,10 +425,6 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
534
425
|
* deserializeAws_json1_1UpdateAgentCommand
|
|
535
426
|
*/
|
|
536
427
|
export declare const de_UpdateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentCommandOutput>;
|
|
537
|
-
/**
|
|
538
|
-
* deserializeAws_json1_1UpdateDiscoveryJobCommand
|
|
539
|
-
*/
|
|
540
|
-
export declare const de_UpdateDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDiscoveryJobCommandOutput>;
|
|
541
428
|
/**
|
|
542
429
|
* deserializeAws_json1_1UpdateLocationAzureBlobCommand
|
|
543
430
|
*/
|
|
@@ -582,10 +469,6 @@ export declare const de_UpdateLocationS3Command: (output: __HttpResponse, contex
|
|
|
582
469
|
* deserializeAws_json1_1UpdateLocationSmbCommand
|
|
583
470
|
*/
|
|
584
471
|
export declare const de_UpdateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationSmbCommandOutput>;
|
|
585
|
-
/**
|
|
586
|
-
* deserializeAws_json1_1UpdateStorageSystemCommand
|
|
587
|
-
*/
|
|
588
|
-
export declare const de_UpdateStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageSystemCommandOutput>;
|
|
589
472
|
/**
|
|
590
473
|
* deserializeAws_json1_1UpdateTaskCommand
|
|
591
474
|
*/
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AddStorageSystemCommandInput,
|
|
4
|
-
AddStorageSystemCommandOutput,
|
|
5
|
-
} from "./commands/AddStorageSystemCommand";
|
|
6
2
|
import {
|
|
7
3
|
CancelTaskExecutionCommandInput,
|
|
8
4
|
CancelTaskExecutionCommandOutput,
|
|
@@ -75,10 +71,6 @@ import {
|
|
|
75
71
|
DescribeAgentCommandInput,
|
|
76
72
|
DescribeAgentCommandOutput,
|
|
77
73
|
} from "./commands/DescribeAgentCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeDiscoveryJobCommandInput,
|
|
80
|
-
DescribeDiscoveryJobCommandOutput,
|
|
81
|
-
} from "./commands/DescribeDiscoveryJobCommand";
|
|
82
74
|
import {
|
|
83
75
|
DescribeLocationAzureBlobCommandInput,
|
|
84
76
|
DescribeLocationAzureBlobCommandOutput,
|
|
@@ -123,18 +115,6 @@ import {
|
|
|
123
115
|
DescribeLocationSmbCommandInput,
|
|
124
116
|
DescribeLocationSmbCommandOutput,
|
|
125
117
|
} from "./commands/DescribeLocationSmbCommand";
|
|
126
|
-
import {
|
|
127
|
-
DescribeStorageSystemCommandInput,
|
|
128
|
-
DescribeStorageSystemCommandOutput,
|
|
129
|
-
} from "./commands/DescribeStorageSystemCommand";
|
|
130
|
-
import {
|
|
131
|
-
DescribeStorageSystemResourceMetricsCommandInput,
|
|
132
|
-
DescribeStorageSystemResourceMetricsCommandOutput,
|
|
133
|
-
} from "./commands/DescribeStorageSystemResourceMetricsCommand";
|
|
134
|
-
import {
|
|
135
|
-
DescribeStorageSystemResourcesCommandInput,
|
|
136
|
-
DescribeStorageSystemResourcesCommandOutput,
|
|
137
|
-
} from "./commands/DescribeStorageSystemResourcesCommand";
|
|
138
118
|
import {
|
|
139
119
|
DescribeTaskCommandInput,
|
|
140
120
|
DescribeTaskCommandOutput,
|
|
@@ -143,26 +123,14 @@ import {
|
|
|
143
123
|
DescribeTaskExecutionCommandInput,
|
|
144
124
|
DescribeTaskExecutionCommandOutput,
|
|
145
125
|
} from "./commands/DescribeTaskExecutionCommand";
|
|
146
|
-
import {
|
|
147
|
-
GenerateRecommendationsCommandInput,
|
|
148
|
-
GenerateRecommendationsCommandOutput,
|
|
149
|
-
} from "./commands/GenerateRecommendationsCommand";
|
|
150
126
|
import {
|
|
151
127
|
ListAgentsCommandInput,
|
|
152
128
|
ListAgentsCommandOutput,
|
|
153
129
|
} from "./commands/ListAgentsCommand";
|
|
154
|
-
import {
|
|
155
|
-
ListDiscoveryJobsCommandInput,
|
|
156
|
-
ListDiscoveryJobsCommandOutput,
|
|
157
|
-
} from "./commands/ListDiscoveryJobsCommand";
|
|
158
130
|
import {
|
|
159
131
|
ListLocationsCommandInput,
|
|
160
132
|
ListLocationsCommandOutput,
|
|
161
133
|
} from "./commands/ListLocationsCommand";
|
|
162
|
-
import {
|
|
163
|
-
ListStorageSystemsCommandInput,
|
|
164
|
-
ListStorageSystemsCommandOutput,
|
|
165
|
-
} from "./commands/ListStorageSystemsCommand";
|
|
166
134
|
import {
|
|
167
135
|
ListTagsForResourceCommandInput,
|
|
168
136
|
ListTagsForResourceCommandOutput,
|
|
@@ -175,22 +143,10 @@ import {
|
|
|
175
143
|
ListTasksCommandInput,
|
|
176
144
|
ListTasksCommandOutput,
|
|
177
145
|
} from "./commands/ListTasksCommand";
|
|
178
|
-
import {
|
|
179
|
-
RemoveStorageSystemCommandInput,
|
|
180
|
-
RemoveStorageSystemCommandOutput,
|
|
181
|
-
} from "./commands/RemoveStorageSystemCommand";
|
|
182
|
-
import {
|
|
183
|
-
StartDiscoveryJobCommandInput,
|
|
184
|
-
StartDiscoveryJobCommandOutput,
|
|
185
|
-
} from "./commands/StartDiscoveryJobCommand";
|
|
186
146
|
import {
|
|
187
147
|
StartTaskExecutionCommandInput,
|
|
188
148
|
StartTaskExecutionCommandOutput,
|
|
189
149
|
} from "./commands/StartTaskExecutionCommand";
|
|
190
|
-
import {
|
|
191
|
-
StopDiscoveryJobCommandInput,
|
|
192
|
-
StopDiscoveryJobCommandOutput,
|
|
193
|
-
} from "./commands/StopDiscoveryJobCommand";
|
|
194
150
|
import {
|
|
195
151
|
TagResourceCommandInput,
|
|
196
152
|
TagResourceCommandOutput,
|
|
@@ -203,10 +159,6 @@ import {
|
|
|
203
159
|
UpdateAgentCommandInput,
|
|
204
160
|
UpdateAgentCommandOutput,
|
|
205
161
|
} from "./commands/UpdateAgentCommand";
|
|
206
|
-
import {
|
|
207
|
-
UpdateDiscoveryJobCommandInput,
|
|
208
|
-
UpdateDiscoveryJobCommandOutput,
|
|
209
|
-
} from "./commands/UpdateDiscoveryJobCommand";
|
|
210
162
|
import {
|
|
211
163
|
UpdateLocationAzureBlobCommandInput,
|
|
212
164
|
UpdateLocationAzureBlobCommandOutput,
|
|
@@ -251,10 +203,6 @@ import {
|
|
|
251
203
|
UpdateLocationSmbCommandInput,
|
|
252
204
|
UpdateLocationSmbCommandOutput,
|
|
253
205
|
} from "./commands/UpdateLocationSmbCommand";
|
|
254
|
-
import {
|
|
255
|
-
UpdateStorageSystemCommandInput,
|
|
256
|
-
UpdateStorageSystemCommandOutput,
|
|
257
|
-
} from "./commands/UpdateStorageSystemCommand";
|
|
258
206
|
import {
|
|
259
207
|
UpdateTaskCommandInput,
|
|
260
208
|
UpdateTaskCommandOutput,
|
|
@@ -265,19 +213,6 @@ import {
|
|
|
265
213
|
} from "./commands/UpdateTaskExecutionCommand";
|
|
266
214
|
import { DataSyncClient } from "./DataSyncClient";
|
|
267
215
|
export interface DataSync {
|
|
268
|
-
addStorageSystem(
|
|
269
|
-
args: AddStorageSystemCommandInput,
|
|
270
|
-
options?: __HttpHandlerOptions
|
|
271
|
-
): Promise<AddStorageSystemCommandOutput>;
|
|
272
|
-
addStorageSystem(
|
|
273
|
-
args: AddStorageSystemCommandInput,
|
|
274
|
-
cb: (err: any, data?: AddStorageSystemCommandOutput) => void
|
|
275
|
-
): void;
|
|
276
|
-
addStorageSystem(
|
|
277
|
-
args: AddStorageSystemCommandInput,
|
|
278
|
-
options: __HttpHandlerOptions,
|
|
279
|
-
cb: (err: any, data?: AddStorageSystemCommandOutput) => void
|
|
280
|
-
): void;
|
|
281
216
|
cancelTaskExecution(
|
|
282
217
|
args: CancelTaskExecutionCommandInput,
|
|
283
218
|
options?: __HttpHandlerOptions
|
|
@@ -512,19 +447,6 @@ export interface DataSync {
|
|
|
512
447
|
options: __HttpHandlerOptions,
|
|
513
448
|
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
514
449
|
): void;
|
|
515
|
-
describeDiscoveryJob(
|
|
516
|
-
args: DescribeDiscoveryJobCommandInput,
|
|
517
|
-
options?: __HttpHandlerOptions
|
|
518
|
-
): Promise<DescribeDiscoveryJobCommandOutput>;
|
|
519
|
-
describeDiscoveryJob(
|
|
520
|
-
args: DescribeDiscoveryJobCommandInput,
|
|
521
|
-
cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void
|
|
522
|
-
): void;
|
|
523
|
-
describeDiscoveryJob(
|
|
524
|
-
args: DescribeDiscoveryJobCommandInput,
|
|
525
|
-
options: __HttpHandlerOptions,
|
|
526
|
-
cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void
|
|
527
|
-
): void;
|
|
528
450
|
describeLocationAzureBlob(
|
|
529
451
|
args: DescribeLocationAzureBlobCommandInput,
|
|
530
452
|
options?: __HttpHandlerOptions
|
|
@@ -668,51 +590,6 @@ export interface DataSync {
|
|
|
668
590
|
options: __HttpHandlerOptions,
|
|
669
591
|
cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
|
|
670
592
|
): void;
|
|
671
|
-
describeStorageSystem(
|
|
672
|
-
args: DescribeStorageSystemCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
674
|
-
): Promise<DescribeStorageSystemCommandOutput>;
|
|
675
|
-
describeStorageSystem(
|
|
676
|
-
args: DescribeStorageSystemCommandInput,
|
|
677
|
-
cb: (err: any, data?: DescribeStorageSystemCommandOutput) => void
|
|
678
|
-
): void;
|
|
679
|
-
describeStorageSystem(
|
|
680
|
-
args: DescribeStorageSystemCommandInput,
|
|
681
|
-
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: DescribeStorageSystemCommandOutput) => void
|
|
683
|
-
): void;
|
|
684
|
-
describeStorageSystemResourceMetrics(
|
|
685
|
-
args: DescribeStorageSystemResourceMetricsCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
687
|
-
): Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
688
|
-
describeStorageSystemResourceMetrics(
|
|
689
|
-
args: DescribeStorageSystemResourceMetricsCommandInput,
|
|
690
|
-
cb: (
|
|
691
|
-
err: any,
|
|
692
|
-
data?: DescribeStorageSystemResourceMetricsCommandOutput
|
|
693
|
-
) => void
|
|
694
|
-
): void;
|
|
695
|
-
describeStorageSystemResourceMetrics(
|
|
696
|
-
args: DescribeStorageSystemResourceMetricsCommandInput,
|
|
697
|
-
options: __HttpHandlerOptions,
|
|
698
|
-
cb: (
|
|
699
|
-
err: any,
|
|
700
|
-
data?: DescribeStorageSystemResourceMetricsCommandOutput
|
|
701
|
-
) => void
|
|
702
|
-
): void;
|
|
703
|
-
describeStorageSystemResources(
|
|
704
|
-
args: DescribeStorageSystemResourcesCommandInput,
|
|
705
|
-
options?: __HttpHandlerOptions
|
|
706
|
-
): Promise<DescribeStorageSystemResourcesCommandOutput>;
|
|
707
|
-
describeStorageSystemResources(
|
|
708
|
-
args: DescribeStorageSystemResourcesCommandInput,
|
|
709
|
-
cb: (err: any, data?: DescribeStorageSystemResourcesCommandOutput) => void
|
|
710
|
-
): void;
|
|
711
|
-
describeStorageSystemResources(
|
|
712
|
-
args: DescribeStorageSystemResourcesCommandInput,
|
|
713
|
-
options: __HttpHandlerOptions,
|
|
714
|
-
cb: (err: any, data?: DescribeStorageSystemResourcesCommandOutput) => void
|
|
715
|
-
): void;
|
|
716
593
|
describeTask(
|
|
717
594
|
args: DescribeTaskCommandInput,
|
|
718
595
|
options?: __HttpHandlerOptions
|
|
@@ -739,19 +616,6 @@ export interface DataSync {
|
|
|
739
616
|
options: __HttpHandlerOptions,
|
|
740
617
|
cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
|
|
741
618
|
): void;
|
|
742
|
-
generateRecommendations(
|
|
743
|
-
args: GenerateRecommendationsCommandInput,
|
|
744
|
-
options?: __HttpHandlerOptions
|
|
745
|
-
): Promise<GenerateRecommendationsCommandOutput>;
|
|
746
|
-
generateRecommendations(
|
|
747
|
-
args: GenerateRecommendationsCommandInput,
|
|
748
|
-
cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void
|
|
749
|
-
): void;
|
|
750
|
-
generateRecommendations(
|
|
751
|
-
args: GenerateRecommendationsCommandInput,
|
|
752
|
-
options: __HttpHandlerOptions,
|
|
753
|
-
cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void
|
|
754
|
-
): void;
|
|
755
619
|
listAgents(): Promise<ListAgentsCommandOutput>;
|
|
756
620
|
listAgents(
|
|
757
621
|
args: ListAgentsCommandInput,
|
|
@@ -766,20 +630,6 @@ export interface DataSync {
|
|
|
766
630
|
options: __HttpHandlerOptions,
|
|
767
631
|
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
768
632
|
): void;
|
|
769
|
-
listDiscoveryJobs(): Promise<ListDiscoveryJobsCommandOutput>;
|
|
770
|
-
listDiscoveryJobs(
|
|
771
|
-
args: ListDiscoveryJobsCommandInput,
|
|
772
|
-
options?: __HttpHandlerOptions
|
|
773
|
-
): Promise<ListDiscoveryJobsCommandOutput>;
|
|
774
|
-
listDiscoveryJobs(
|
|
775
|
-
args: ListDiscoveryJobsCommandInput,
|
|
776
|
-
cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void
|
|
777
|
-
): void;
|
|
778
|
-
listDiscoveryJobs(
|
|
779
|
-
args: ListDiscoveryJobsCommandInput,
|
|
780
|
-
options: __HttpHandlerOptions,
|
|
781
|
-
cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void
|
|
782
|
-
): void;
|
|
783
633
|
listLocations(): Promise<ListLocationsCommandOutput>;
|
|
784
634
|
listLocations(
|
|
785
635
|
args: ListLocationsCommandInput,
|
|
@@ -794,20 +644,6 @@ export interface DataSync {
|
|
|
794
644
|
options: __HttpHandlerOptions,
|
|
795
645
|
cb: (err: any, data?: ListLocationsCommandOutput) => void
|
|
796
646
|
): void;
|
|
797
|
-
listStorageSystems(): Promise<ListStorageSystemsCommandOutput>;
|
|
798
|
-
listStorageSystems(
|
|
799
|
-
args: ListStorageSystemsCommandInput,
|
|
800
|
-
options?: __HttpHandlerOptions
|
|
801
|
-
): Promise<ListStorageSystemsCommandOutput>;
|
|
802
|
-
listStorageSystems(
|
|
803
|
-
args: ListStorageSystemsCommandInput,
|
|
804
|
-
cb: (err: any, data?: ListStorageSystemsCommandOutput) => void
|
|
805
|
-
): void;
|
|
806
|
-
listStorageSystems(
|
|
807
|
-
args: ListStorageSystemsCommandInput,
|
|
808
|
-
options: __HttpHandlerOptions,
|
|
809
|
-
cb: (err: any, data?: ListStorageSystemsCommandOutput) => void
|
|
810
|
-
): void;
|
|
811
647
|
listTagsForResource(
|
|
812
648
|
args: ListTagsForResourceCommandInput,
|
|
813
649
|
options?: __HttpHandlerOptions
|
|
@@ -849,32 +685,6 @@ export interface DataSync {
|
|
|
849
685
|
options: __HttpHandlerOptions,
|
|
850
686
|
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
851
687
|
): void;
|
|
852
|
-
removeStorageSystem(
|
|
853
|
-
args: RemoveStorageSystemCommandInput,
|
|
854
|
-
options?: __HttpHandlerOptions
|
|
855
|
-
): Promise<RemoveStorageSystemCommandOutput>;
|
|
856
|
-
removeStorageSystem(
|
|
857
|
-
args: RemoveStorageSystemCommandInput,
|
|
858
|
-
cb: (err: any, data?: RemoveStorageSystemCommandOutput) => void
|
|
859
|
-
): void;
|
|
860
|
-
removeStorageSystem(
|
|
861
|
-
args: RemoveStorageSystemCommandInput,
|
|
862
|
-
options: __HttpHandlerOptions,
|
|
863
|
-
cb: (err: any, data?: RemoveStorageSystemCommandOutput) => void
|
|
864
|
-
): void;
|
|
865
|
-
startDiscoveryJob(
|
|
866
|
-
args: StartDiscoveryJobCommandInput,
|
|
867
|
-
options?: __HttpHandlerOptions
|
|
868
|
-
): Promise<StartDiscoveryJobCommandOutput>;
|
|
869
|
-
startDiscoveryJob(
|
|
870
|
-
args: StartDiscoveryJobCommandInput,
|
|
871
|
-
cb: (err: any, data?: StartDiscoveryJobCommandOutput) => void
|
|
872
|
-
): void;
|
|
873
|
-
startDiscoveryJob(
|
|
874
|
-
args: StartDiscoveryJobCommandInput,
|
|
875
|
-
options: __HttpHandlerOptions,
|
|
876
|
-
cb: (err: any, data?: StartDiscoveryJobCommandOutput) => void
|
|
877
|
-
): void;
|
|
878
688
|
startTaskExecution(
|
|
879
689
|
args: StartTaskExecutionCommandInput,
|
|
880
690
|
options?: __HttpHandlerOptions
|
|
@@ -888,19 +698,6 @@ export interface DataSync {
|
|
|
888
698
|
options: __HttpHandlerOptions,
|
|
889
699
|
cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
|
|
890
700
|
): void;
|
|
891
|
-
stopDiscoveryJob(
|
|
892
|
-
args: StopDiscoveryJobCommandInput,
|
|
893
|
-
options?: __HttpHandlerOptions
|
|
894
|
-
): Promise<StopDiscoveryJobCommandOutput>;
|
|
895
|
-
stopDiscoveryJob(
|
|
896
|
-
args: StopDiscoveryJobCommandInput,
|
|
897
|
-
cb: (err: any, data?: StopDiscoveryJobCommandOutput) => void
|
|
898
|
-
): void;
|
|
899
|
-
stopDiscoveryJob(
|
|
900
|
-
args: StopDiscoveryJobCommandInput,
|
|
901
|
-
options: __HttpHandlerOptions,
|
|
902
|
-
cb: (err: any, data?: StopDiscoveryJobCommandOutput) => void
|
|
903
|
-
): void;
|
|
904
701
|
tagResource(
|
|
905
702
|
args: TagResourceCommandInput,
|
|
906
703
|
options?: __HttpHandlerOptions
|
|
@@ -940,19 +737,6 @@ export interface DataSync {
|
|
|
940
737
|
options: __HttpHandlerOptions,
|
|
941
738
|
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
942
739
|
): void;
|
|
943
|
-
updateDiscoveryJob(
|
|
944
|
-
args: UpdateDiscoveryJobCommandInput,
|
|
945
|
-
options?: __HttpHandlerOptions
|
|
946
|
-
): Promise<UpdateDiscoveryJobCommandOutput>;
|
|
947
|
-
updateDiscoveryJob(
|
|
948
|
-
args: UpdateDiscoveryJobCommandInput,
|
|
949
|
-
cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void
|
|
950
|
-
): void;
|
|
951
|
-
updateDiscoveryJob(
|
|
952
|
-
args: UpdateDiscoveryJobCommandInput,
|
|
953
|
-
options: __HttpHandlerOptions,
|
|
954
|
-
cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void
|
|
955
|
-
): void;
|
|
956
740
|
updateLocationAzureBlob(
|
|
957
741
|
args: UpdateLocationAzureBlobCommandInput,
|
|
958
742
|
options?: __HttpHandlerOptions
|
|
@@ -1096,19 +880,6 @@ export interface DataSync {
|
|
|
1096
880
|
options: __HttpHandlerOptions,
|
|
1097
881
|
cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
|
|
1098
882
|
): void;
|
|
1099
|
-
updateStorageSystem(
|
|
1100
|
-
args: UpdateStorageSystemCommandInput,
|
|
1101
|
-
options?: __HttpHandlerOptions
|
|
1102
|
-
): Promise<UpdateStorageSystemCommandOutput>;
|
|
1103
|
-
updateStorageSystem(
|
|
1104
|
-
args: UpdateStorageSystemCommandInput,
|
|
1105
|
-
cb: (err: any, data?: UpdateStorageSystemCommandOutput) => void
|
|
1106
|
-
): void;
|
|
1107
|
-
updateStorageSystem(
|
|
1108
|
-
args: UpdateStorageSystemCommandInput,
|
|
1109
|
-
options: __HttpHandlerOptions,
|
|
1110
|
-
cb: (err: any, data?: UpdateStorageSystemCommandOutput) => void
|
|
1111
|
-
): void;
|
|
1112
883
|
updateTask(
|
|
1113
884
|
args: UpdateTaskCommandInput,
|
|
1114
885
|
options?: __HttpHandlerOptions
|