@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
package/dist-types/DataSync.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
-
import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "./commands/AddStorageSystemCommand";
|
|
3
2
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
4
3
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
5
4
|
import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "./commands/CreateLocationAzureBlobCommand";
|
|
@@ -18,7 +17,6 @@ import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/De
|
|
|
18
17
|
import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
|
|
19
18
|
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
|
|
20
19
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
21
|
-
import { DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput } from "./commands/DescribeDiscoveryJobCommand";
|
|
22
20
|
import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "./commands/DescribeLocationAzureBlobCommand";
|
|
23
21
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
24
22
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
@@ -30,27 +28,17 @@ import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } fro
|
|
|
30
28
|
import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
|
|
31
29
|
import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
|
|
32
30
|
import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
|
|
33
|
-
import { DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput } from "./commands/DescribeStorageSystemCommand";
|
|
34
|
-
import { DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput } from "./commands/DescribeStorageSystemResourceMetricsCommand";
|
|
35
|
-
import { DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput } from "./commands/DescribeStorageSystemResourcesCommand";
|
|
36
31
|
import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
|
|
37
32
|
import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
|
|
38
|
-
import { GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput } from "./commands/GenerateRecommendationsCommand";
|
|
39
33
|
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
40
|
-
import { ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput } from "./commands/ListDiscoveryJobsCommand";
|
|
41
34
|
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
|
|
42
|
-
import { ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput } from "./commands/ListStorageSystemsCommand";
|
|
43
35
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
36
|
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
|
|
45
37
|
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
46
|
-
import { RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput } from "./commands/RemoveStorageSystemCommand";
|
|
47
|
-
import { StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput } from "./commands/StartDiscoveryJobCommand";
|
|
48
38
|
import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
|
|
49
|
-
import { StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput } from "./commands/StopDiscoveryJobCommand";
|
|
50
39
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
51
40
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
52
41
|
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
53
|
-
import { UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput } from "./commands/UpdateDiscoveryJobCommand";
|
|
54
42
|
import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "./commands/UpdateLocationAzureBlobCommand";
|
|
55
43
|
import { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "./commands/UpdateLocationEfsCommand";
|
|
56
44
|
import { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "./commands/UpdateLocationFsxLustreCommand";
|
|
@@ -62,17 +50,10 @@ import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from ".
|
|
|
62
50
|
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
|
|
63
51
|
import { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "./commands/UpdateLocationS3Command";
|
|
64
52
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
65
|
-
import { UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput } from "./commands/UpdateStorageSystemCommand";
|
|
66
53
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
67
54
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
68
55
|
import { DataSyncClient } from "./DataSyncClient";
|
|
69
56
|
export interface DataSync {
|
|
70
|
-
/**
|
|
71
|
-
* @see {@link AddStorageSystemCommand}
|
|
72
|
-
*/
|
|
73
|
-
addStorageSystem(args: AddStorageSystemCommandInput, options?: __HttpHandlerOptions): Promise<AddStorageSystemCommandOutput>;
|
|
74
|
-
addStorageSystem(args: AddStorageSystemCommandInput, cb: (err: any, data?: AddStorageSystemCommandOutput) => void): void;
|
|
75
|
-
addStorageSystem(args: AddStorageSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddStorageSystemCommandOutput) => void): void;
|
|
76
57
|
/**
|
|
77
58
|
* @see {@link CancelTaskExecutionCommand}
|
|
78
59
|
*/
|
|
@@ -181,12 +162,6 @@ export interface DataSync {
|
|
|
181
162
|
describeAgent(args: DescribeAgentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentCommandOutput>;
|
|
182
163
|
describeAgent(args: DescribeAgentCommandInput, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
|
|
183
164
|
describeAgent(args: DescribeAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
|
|
184
|
-
/**
|
|
185
|
-
* @see {@link DescribeDiscoveryJobCommand}
|
|
186
|
-
*/
|
|
187
|
-
describeDiscoveryJob(args: DescribeDiscoveryJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDiscoveryJobCommandOutput>;
|
|
188
|
-
describeDiscoveryJob(args: DescribeDiscoveryJobCommandInput, cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void): void;
|
|
189
|
-
describeDiscoveryJob(args: DescribeDiscoveryJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void): void;
|
|
190
165
|
/**
|
|
191
166
|
* @see {@link DescribeLocationAzureBlobCommand}
|
|
192
167
|
*/
|
|
@@ -253,24 +228,6 @@ export interface DataSync {
|
|
|
253
228
|
describeLocationSmb(args: DescribeLocationSmbCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationSmbCommandOutput>;
|
|
254
229
|
describeLocationSmb(args: DescribeLocationSmbCommandInput, cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void): void;
|
|
255
230
|
describeLocationSmb(args: DescribeLocationSmbCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void): void;
|
|
256
|
-
/**
|
|
257
|
-
* @see {@link DescribeStorageSystemCommand}
|
|
258
|
-
*/
|
|
259
|
-
describeStorageSystem(args: DescribeStorageSystemCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageSystemCommandOutput>;
|
|
260
|
-
describeStorageSystem(args: DescribeStorageSystemCommandInput, cb: (err: any, data?: DescribeStorageSystemCommandOutput) => void): void;
|
|
261
|
-
describeStorageSystem(args: DescribeStorageSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageSystemCommandOutput) => void): void;
|
|
262
|
-
/**
|
|
263
|
-
* @see {@link DescribeStorageSystemResourceMetricsCommand}
|
|
264
|
-
*/
|
|
265
|
-
describeStorageSystemResourceMetrics(args: DescribeStorageSystemResourceMetricsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
266
|
-
describeStorageSystemResourceMetrics(args: DescribeStorageSystemResourceMetricsCommandInput, cb: (err: any, data?: DescribeStorageSystemResourceMetricsCommandOutput) => void): void;
|
|
267
|
-
describeStorageSystemResourceMetrics(args: DescribeStorageSystemResourceMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageSystemResourceMetricsCommandOutput) => void): void;
|
|
268
|
-
/**
|
|
269
|
-
* @see {@link DescribeStorageSystemResourcesCommand}
|
|
270
|
-
*/
|
|
271
|
-
describeStorageSystemResources(args: DescribeStorageSystemResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageSystemResourcesCommandOutput>;
|
|
272
|
-
describeStorageSystemResources(args: DescribeStorageSystemResourcesCommandInput, cb: (err: any, data?: DescribeStorageSystemResourcesCommandOutput) => void): void;
|
|
273
|
-
describeStorageSystemResources(args: DescribeStorageSystemResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageSystemResourcesCommandOutput) => void): void;
|
|
274
231
|
/**
|
|
275
232
|
* @see {@link DescribeTaskCommand}
|
|
276
233
|
*/
|
|
@@ -283,12 +240,6 @@ export interface DataSync {
|
|
|
283
240
|
describeTaskExecution(args: DescribeTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTaskExecutionCommandOutput>;
|
|
284
241
|
describeTaskExecution(args: DescribeTaskExecutionCommandInput, cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void): void;
|
|
285
242
|
describeTaskExecution(args: DescribeTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void): void;
|
|
286
|
-
/**
|
|
287
|
-
* @see {@link GenerateRecommendationsCommand}
|
|
288
|
-
*/
|
|
289
|
-
generateRecommendations(args: GenerateRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<GenerateRecommendationsCommandOutput>;
|
|
290
|
-
generateRecommendations(args: GenerateRecommendationsCommandInput, cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void): void;
|
|
291
|
-
generateRecommendations(args: GenerateRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void): void;
|
|
292
243
|
/**
|
|
293
244
|
* @see {@link ListAgentsCommand}
|
|
294
245
|
*/
|
|
@@ -296,13 +247,6 @@ export interface DataSync {
|
|
|
296
247
|
listAgents(args: ListAgentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentsCommandOutput>;
|
|
297
248
|
listAgents(args: ListAgentsCommandInput, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
|
|
298
249
|
listAgents(args: ListAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
|
|
299
|
-
/**
|
|
300
|
-
* @see {@link ListDiscoveryJobsCommand}
|
|
301
|
-
*/
|
|
302
|
-
listDiscoveryJobs(): Promise<ListDiscoveryJobsCommandOutput>;
|
|
303
|
-
listDiscoveryJobs(args: ListDiscoveryJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDiscoveryJobsCommandOutput>;
|
|
304
|
-
listDiscoveryJobs(args: ListDiscoveryJobsCommandInput, cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void): void;
|
|
305
|
-
listDiscoveryJobs(args: ListDiscoveryJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void): void;
|
|
306
250
|
/**
|
|
307
251
|
* @see {@link ListLocationsCommand}
|
|
308
252
|
*/
|
|
@@ -310,13 +254,6 @@ export interface DataSync {
|
|
|
310
254
|
listLocations(args: ListLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLocationsCommandOutput>;
|
|
311
255
|
listLocations(args: ListLocationsCommandInput, cb: (err: any, data?: ListLocationsCommandOutput) => void): void;
|
|
312
256
|
listLocations(args: ListLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLocationsCommandOutput) => void): void;
|
|
313
|
-
/**
|
|
314
|
-
* @see {@link ListStorageSystemsCommand}
|
|
315
|
-
*/
|
|
316
|
-
listStorageSystems(): Promise<ListStorageSystemsCommandOutput>;
|
|
317
|
-
listStorageSystems(args: ListStorageSystemsCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageSystemsCommandOutput>;
|
|
318
|
-
listStorageSystems(args: ListStorageSystemsCommandInput, cb: (err: any, data?: ListStorageSystemsCommandOutput) => void): void;
|
|
319
|
-
listStorageSystems(args: ListStorageSystemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageSystemsCommandOutput) => void): void;
|
|
320
257
|
/**
|
|
321
258
|
* @see {@link ListTagsForResourceCommand}
|
|
322
259
|
*/
|
|
@@ -337,30 +274,12 @@ export interface DataSync {
|
|
|
337
274
|
listTasks(args: ListTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListTasksCommandOutput>;
|
|
338
275
|
listTasks(args: ListTasksCommandInput, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
|
|
339
276
|
listTasks(args: ListTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
|
|
340
|
-
/**
|
|
341
|
-
* @see {@link RemoveStorageSystemCommand}
|
|
342
|
-
*/
|
|
343
|
-
removeStorageSystem(args: RemoveStorageSystemCommandInput, options?: __HttpHandlerOptions): Promise<RemoveStorageSystemCommandOutput>;
|
|
344
|
-
removeStorageSystem(args: RemoveStorageSystemCommandInput, cb: (err: any, data?: RemoveStorageSystemCommandOutput) => void): void;
|
|
345
|
-
removeStorageSystem(args: RemoveStorageSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveStorageSystemCommandOutput) => void): void;
|
|
346
|
-
/**
|
|
347
|
-
* @see {@link StartDiscoveryJobCommand}
|
|
348
|
-
*/
|
|
349
|
-
startDiscoveryJob(args: StartDiscoveryJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDiscoveryJobCommandOutput>;
|
|
350
|
-
startDiscoveryJob(args: StartDiscoveryJobCommandInput, cb: (err: any, data?: StartDiscoveryJobCommandOutput) => void): void;
|
|
351
|
-
startDiscoveryJob(args: StartDiscoveryJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDiscoveryJobCommandOutput) => void): void;
|
|
352
277
|
/**
|
|
353
278
|
* @see {@link StartTaskExecutionCommand}
|
|
354
279
|
*/
|
|
355
280
|
startTaskExecution(args: StartTaskExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartTaskExecutionCommandOutput>;
|
|
356
281
|
startTaskExecution(args: StartTaskExecutionCommandInput, cb: (err: any, data?: StartTaskExecutionCommandOutput) => void): void;
|
|
357
282
|
startTaskExecution(args: StartTaskExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTaskExecutionCommandOutput) => void): void;
|
|
358
|
-
/**
|
|
359
|
-
* @see {@link StopDiscoveryJobCommand}
|
|
360
|
-
*/
|
|
361
|
-
stopDiscoveryJob(args: StopDiscoveryJobCommandInput, options?: __HttpHandlerOptions): Promise<StopDiscoveryJobCommandOutput>;
|
|
362
|
-
stopDiscoveryJob(args: StopDiscoveryJobCommandInput, cb: (err: any, data?: StopDiscoveryJobCommandOutput) => void): void;
|
|
363
|
-
stopDiscoveryJob(args: StopDiscoveryJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDiscoveryJobCommandOutput) => void): void;
|
|
364
283
|
/**
|
|
365
284
|
* @see {@link TagResourceCommand}
|
|
366
285
|
*/
|
|
@@ -379,12 +298,6 @@ export interface DataSync {
|
|
|
379
298
|
updateAgent(args: UpdateAgentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentCommandOutput>;
|
|
380
299
|
updateAgent(args: UpdateAgentCommandInput, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
|
|
381
300
|
updateAgent(args: UpdateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
|
|
382
|
-
/**
|
|
383
|
-
* @see {@link UpdateDiscoveryJobCommand}
|
|
384
|
-
*/
|
|
385
|
-
updateDiscoveryJob(args: UpdateDiscoveryJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDiscoveryJobCommandOutput>;
|
|
386
|
-
updateDiscoveryJob(args: UpdateDiscoveryJobCommandInput, cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void): void;
|
|
387
|
-
updateDiscoveryJob(args: UpdateDiscoveryJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void): void;
|
|
388
301
|
/**
|
|
389
302
|
* @see {@link UpdateLocationAzureBlobCommand}
|
|
390
303
|
*/
|
|
@@ -451,12 +364,6 @@ export interface DataSync {
|
|
|
451
364
|
updateLocationSmb(args: UpdateLocationSmbCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLocationSmbCommandOutput>;
|
|
452
365
|
updateLocationSmb(args: UpdateLocationSmbCommandInput, cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void): void;
|
|
453
366
|
updateLocationSmb(args: UpdateLocationSmbCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void): void;
|
|
454
|
-
/**
|
|
455
|
-
* @see {@link UpdateStorageSystemCommand}
|
|
456
|
-
*/
|
|
457
|
-
updateStorageSystem(args: UpdateStorageSystemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStorageSystemCommandOutput>;
|
|
458
|
-
updateStorageSystem(args: UpdateStorageSystemCommandInput, cb: (err: any, data?: UpdateStorageSystemCommandOutput) => void): void;
|
|
459
|
-
updateStorageSystem(args: UpdateStorageSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageSystemCommandOutput) => void): void;
|
|
460
367
|
/**
|
|
461
368
|
* @see {@link UpdateTaskCommand}
|
|
462
369
|
*/
|
|
@@ -472,9 +379,9 @@ export interface DataSync {
|
|
|
472
379
|
}
|
|
473
380
|
/**
|
|
474
381
|
* <fullname>DataSync</fullname>
|
|
475
|
-
* <p>DataSync is an online data movement and discovery service that simplifies
|
|
476
|
-
* and helps you quickly, easily, and securely transfer your file or object data
|
|
477
|
-
* between Amazon Web Services storage services.</p>
|
|
382
|
+
* <p>DataSync is an online data movement and discovery service that simplifies
|
|
383
|
+
* data migration and helps you quickly, easily, and securely transfer your file or object data
|
|
384
|
+
* to, from, and between Amazon Web Services storage services.</p>
|
|
478
385
|
* <p>This API interface reference includes documentation for using DataSync
|
|
479
386
|
* programmatically. For complete information, see the <i>
|
|
480
387
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
@@ -7,7 +7,6 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
|
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
8
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "./commands/AddStorageSystemCommand";
|
|
11
10
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
12
11
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
13
12
|
import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "./commands/CreateLocationAzureBlobCommand";
|
|
@@ -26,7 +25,6 @@ import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/De
|
|
|
26
25
|
import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
|
|
27
26
|
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
|
|
28
27
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
29
|
-
import { DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput } from "./commands/DescribeDiscoveryJobCommand";
|
|
30
28
|
import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "./commands/DescribeLocationAzureBlobCommand";
|
|
31
29
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
32
30
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
@@ -38,27 +36,17 @@ import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } fro
|
|
|
38
36
|
import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
|
|
39
37
|
import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
|
|
40
38
|
import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
|
|
41
|
-
import { DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput } from "./commands/DescribeStorageSystemCommand";
|
|
42
|
-
import { DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput } from "./commands/DescribeStorageSystemResourceMetricsCommand";
|
|
43
|
-
import { DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput } from "./commands/DescribeStorageSystemResourcesCommand";
|
|
44
39
|
import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
|
|
45
40
|
import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
|
|
46
|
-
import { GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput } from "./commands/GenerateRecommendationsCommand";
|
|
47
41
|
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
48
|
-
import { ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput } from "./commands/ListDiscoveryJobsCommand";
|
|
49
42
|
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
|
|
50
|
-
import { ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput } from "./commands/ListStorageSystemsCommand";
|
|
51
43
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
52
44
|
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
|
|
53
45
|
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
54
|
-
import { RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput } from "./commands/RemoveStorageSystemCommand";
|
|
55
|
-
import { StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput } from "./commands/StartDiscoveryJobCommand";
|
|
56
46
|
import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
|
|
57
|
-
import { StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput } from "./commands/StopDiscoveryJobCommand";
|
|
58
47
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
59
48
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
60
49
|
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
61
|
-
import { UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput } from "./commands/UpdateDiscoveryJobCommand";
|
|
62
50
|
import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "./commands/UpdateLocationAzureBlobCommand";
|
|
63
51
|
import { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "./commands/UpdateLocationEfsCommand";
|
|
64
52
|
import { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "./commands/UpdateLocationFsxLustreCommand";
|
|
@@ -70,7 +58,6 @@ import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from ".
|
|
|
70
58
|
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
|
|
71
59
|
import { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "./commands/UpdateLocationS3Command";
|
|
72
60
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
73
|
-
import { UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput } from "./commands/UpdateStorageSystemCommand";
|
|
74
61
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
75
62
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
76
63
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -79,11 +66,11 @@ export { __Client };
|
|
|
79
66
|
/**
|
|
80
67
|
* @public
|
|
81
68
|
*/
|
|
82
|
-
export type ServiceInputTypes =
|
|
69
|
+
export type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationAzureBlobCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxLustreCommandInput | CreateLocationFsxOntapCommandInput | CreateLocationFsxOpenZfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationHdfsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationAzureBlobCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxLustreCommandInput | DescribeLocationFsxOntapCommandInput | DescribeLocationFsxOpenZfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationHdfsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationAzureBlobCommandInput | UpdateLocationEfsCommandInput | UpdateLocationFsxLustreCommandInput | UpdateLocationFsxOntapCommandInput | UpdateLocationFsxOpenZfsCommandInput | UpdateLocationFsxWindowsCommandInput | UpdateLocationHdfsCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationS3CommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
|
|
83
70
|
/**
|
|
84
71
|
* @public
|
|
85
72
|
*/
|
|
86
|
-
export type ServiceOutputTypes =
|
|
73
|
+
export type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationAzureBlobCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxLustreCommandOutput | CreateLocationFsxOntapCommandOutput | CreateLocationFsxOpenZfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationHdfsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationAzureBlobCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxLustreCommandOutput | DescribeLocationFsxOntapCommandOutput | DescribeLocationFsxOpenZfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationHdfsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationAzureBlobCommandOutput | UpdateLocationEfsCommandOutput | UpdateLocationFsxLustreCommandOutput | UpdateLocationFsxOntapCommandOutput | UpdateLocationFsxOpenZfsCommandOutput | UpdateLocationFsxWindowsCommandOutput | UpdateLocationHdfsCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationS3CommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
|
|
87
74
|
/**
|
|
88
75
|
* @public
|
|
89
76
|
*/
|
|
@@ -236,9 +223,9 @@ export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConf
|
|
|
236
223
|
}
|
|
237
224
|
/**
|
|
238
225
|
* <fullname>DataSync</fullname>
|
|
239
|
-
* <p>DataSync is an online data movement and discovery service that simplifies
|
|
240
|
-
* and helps you quickly, easily, and securely transfer your file or object data
|
|
241
|
-
* between Amazon Web Services storage services.</p>
|
|
226
|
+
* <p>DataSync is an online data movement and discovery service that simplifies
|
|
227
|
+
* data migration and helps you quickly, easily, and securely transfer your file or object data
|
|
228
|
+
* to, from, and between Amazon Web Services storage services.</p>
|
|
242
229
|
* <p>This API interface reference includes documentation for using DataSync
|
|
243
230
|
* programmatically. For complete information, see the <i>
|
|
244
231
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User
|
|
@@ -29,7 +29,8 @@ declare const CreateAgentCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Activates an DataSync agent that you deploy in your storage environment.
|
|
31
31
|
* The activation process associates the agent with your Amazon Web Services account.</p>
|
|
32
|
-
* <p>If you haven't deployed an agent yet, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html">Do I need a DataSync
|
|
32
|
+
* <p>If you haven't deployed an agent yet, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html">Do I need a DataSync
|
|
33
|
+
* agent?</a>
|
|
33
34
|
* </p>
|
|
34
35
|
* @example
|
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,9 +27,9 @@ declare const CreateLocationFsxLustreCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a transfer <i>location</i> for an Amazon FSx for Lustre file
|
|
31
|
-
* DataSync can use this location as a source or destination for
|
|
32
|
-
* data.</p>
|
|
30
|
+
* <p>Creates a transfer <i>location</i> for an Amazon FSx for Lustre file
|
|
31
|
+
* system. DataSync can use this location as a source or destination for
|
|
32
|
+
* transferring data.</p>
|
|
33
33
|
* <p>Before you begin, make sure that you understand how DataSync
|
|
34
34
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-lustre-location.html#create-lustre-location-access">accesses FSx for Lustre file systems</a>.</p>
|
|
35
35
|
* @example
|
|
@@ -27,11 +27,12 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a transfer <i>location</i> for an Amazon FSx for OpenZFS file
|
|
31
|
-
* DataSync can use this location as a source or destination for
|
|
32
|
-
* data.</p>
|
|
30
|
+
* <p>Creates a transfer <i>location</i> for an Amazon FSx for OpenZFS file
|
|
31
|
+
* system. DataSync can use this location as a source or destination for
|
|
32
|
+
* transferring data.</p>
|
|
33
33
|
* <p>Before you begin, make sure that you understand how DataSync
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html#create-openzfs-access">accesses
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html#create-openzfs-access">accesses
|
|
35
|
+
* FSx for OpenZFS file systems</a>.</p>
|
|
35
36
|
* <note>
|
|
36
37
|
* <p>Request parameters related to <code>SMB</code> aren't supported with the
|
|
37
38
|
* <code>CreateLocationFsxOpenZfs</code> operation.</p>
|
|
@@ -31,8 +31,8 @@ declare const CreateLocationHdfsCommand_base: {
|
|
|
31
31
|
* (HDFS). DataSync can use this location as a source or destination for
|
|
32
32
|
* transferring data.</p>
|
|
33
33
|
* <p>Before you begin, make sure that you understand how DataSync
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-hdfs-location.html#accessing-hdfs">accesses
|
|
35
|
-
*
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-hdfs-location.html#accessing-hdfs">accesses HDFS
|
|
35
|
+
* clusters</a>.</p>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
38
|
* ```javascript
|
|
@@ -31,8 +31,8 @@ declare const CreateLocationNfsCommand_base: {
|
|
|
31
31
|
* server. DataSync can use this location as a source or destination for
|
|
32
32
|
* transferring data.</p>
|
|
33
33
|
* <p>Before you begin, make sure that you understand how DataSync
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs">accesses
|
|
35
|
-
*
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs">accesses NFS file
|
|
35
|
+
* servers</a>.</p>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
38
|
* ```javascript
|
|
@@ -29,8 +29,7 @@ declare const CreateLocationObjectStorageCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a transfer <i>location</i> for an object storage system. DataSync can use this location as a source or destination for transferring
|
|
31
31
|
* data.</p>
|
|
32
|
-
* <p>Before you begin, make sure that you understand the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html#create-object-location-prerequisites">prerequisites</a>
|
|
33
|
-
* for DataSync to work with object storage systems.</p>
|
|
32
|
+
* <p>Before you begin, make sure that you understand the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html#create-object-location-prerequisites">prerequisites</a> for DataSync to work with object storage systems.</p>
|
|
34
33
|
* @example
|
|
35
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
35
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const CreateLocationS3Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a transfer <i>location</i> for an Amazon S3 bucket.
|
|
30
|
+
* <p>Creates a transfer <i>location</i> for an Amazon S3 bucket.
|
|
31
|
+
* DataSync can use this location as a source or destination for transferring
|
|
31
32
|
* data.</p>
|
|
32
33
|
* <important>
|
|
33
34
|
* <p>Before you begin, make sure that you read the following topics:</p>
|
|
@@ -45,7 +46,8 @@ declare const CreateLocationS3Command_base: {
|
|
|
45
46
|
* </li>
|
|
46
47
|
* </ul>
|
|
47
48
|
* </important>
|
|
48
|
-
* <p> For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html">Configuring
|
|
49
|
+
* <p> For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html">Configuring
|
|
50
|
+
* transfers with Amazon S3</a>.</p>
|
|
49
51
|
* @example
|
|
50
52
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
53
|
* ```javascript
|
|
@@ -27,9 +27,10 @@ declare const CreateTaskCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Configures a <i>task</i>, which defines where and how DataSync
|
|
31
|
-
* data.</p>
|
|
32
|
-
* <p>A task includes a source location, destination location, and transfer options (such as
|
|
30
|
+
* <p>Configures a <i>task</i>, which defines where and how DataSync
|
|
31
|
+
* transfers your data.</p>
|
|
32
|
+
* <p>A task includes a source location, destination location, and transfer options (such as
|
|
33
|
+
* bandwidth limits, scheduling, and more).</p>
|
|
33
34
|
* <important>
|
|
34
35
|
* <p>If you're planning to transfer data to or from an Amazon S3 location, review
|
|
35
36
|
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#create-s3-location-s3-requests">how
|
|
@@ -27,8 +27,8 @@ declare const DescribeAgentCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns information about an DataSync agent, such as its name, service
|
|
31
|
-
* type, and status.</p>
|
|
30
|
+
* <p>Returns information about an DataSync agent, such as its name, service
|
|
31
|
+
* endpoint type, and status.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const DescribeLocationAzureBlobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Provides details about how an DataSync transfer location for Microsoft Azure
|
|
30
|
+
* <p>Provides details about how an DataSync transfer location for Microsoft Azure
|
|
31
|
+
* Blob Storage is configured.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const DescribeTaskCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Provides information about a <i>task</i>, which defines where and how
|
|
30
|
+
* <p>Provides information about a <i>task</i>, which defines where and how
|
|
31
|
+
* DataSync transfers your data.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const UpdateLocationAzureBlobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configurations of the Microsoft Azure Blob Storage transfer
|
|
30
|
+
* <p>Modifies the following configurations of the Microsoft Azure Blob Storage transfer
|
|
31
|
+
* location that you're using with DataSync.</p>
|
|
31
32
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html">Configuring DataSync transfers with Azure Blob Storage</a>.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,8 +27,10 @@ declare const UpdateLocationEfsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Amazon EFS transfer
|
|
31
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Amazon EFS transfer
|
|
31
|
+
* location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-efs-location.html">Configuring DataSync
|
|
33
|
+
* transfers with Amazon EFS</a>.</p>
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -27,8 +27,10 @@ declare const UpdateLocationFsxLustreCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Amazon FSx for Lustre
|
|
31
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Amazon FSx for Lustre
|
|
31
|
+
* transfer location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-lustre-location.html">Configuring DataSync
|
|
33
|
+
* transfers with FSx for Lustre</a>.</p>
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -27,8 +27,10 @@ declare const UpdateLocationFsxOntapCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP
|
|
31
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP
|
|
31
|
+
* transfer location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-ontap-location.html">Configuring DataSync
|
|
33
|
+
* transfers with FSx for ONTAP</a>.</p>
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -27,11 +27,13 @@ declare const UpdateLocationFsxOpenZfsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Amazon FSx for OpenZFS
|
|
31
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Amazon FSx for OpenZFS
|
|
31
|
+
* transfer location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html">Configuring DataSync
|
|
33
|
+
* transfers with FSx for OpenZFS</a>.</p>
|
|
32
34
|
* <note>
|
|
33
35
|
* <p>Request parameters related to <code>SMB</code> aren't supported with the
|
|
34
|
-
*
|
|
36
|
+
* <code>UpdateLocationFsxOpenZfs</code> operation.</p>
|
|
35
37
|
* </note>
|
|
36
38
|
* @example
|
|
37
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,8 +27,10 @@ declare const UpdateLocationFsxWindowsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Amazon FSx for Windows File Server
|
|
31
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Amazon FSx for Windows File Server
|
|
31
|
+
* transfer location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-fsx-location.html">Configuring DataSync
|
|
33
|
+
* transfers with FSx for Windows File Server</a>.</p>
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -27,9 +27,10 @@ declare const UpdateLocationHdfsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Hadoop Distributed File
|
|
31
|
-
*
|
|
32
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-hdfs-location.html">Configuring DataSync
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Hadoop Distributed File System
|
|
31
|
+
* (HDFS) transfer location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-hdfs-location.html">Configuring DataSync
|
|
33
|
+
* transfers with an HDFS cluster</a>.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
36
|
* ```javascript
|
|
@@ -27,9 +27,10 @@ declare const UpdateLocationNfsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the Network File System (NFS) transfer
|
|
31
|
-
*
|
|
32
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the Network File System (NFS) transfer
|
|
31
|
+
* location that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html">Configuring transfers with an NFS
|
|
33
|
+
* file server</a>.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
36
|
* ```javascript
|
|
@@ -27,8 +27,10 @@ declare const UpdateLocationObjectStorageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the following configuration parameters of the object storage transfer location
|
|
31
|
-
*
|
|
30
|
+
* <p>Modifies the following configuration parameters of the object storage transfer location
|
|
31
|
+
* that you're using with DataSync.</p>
|
|
32
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html">Configuring DataSync
|
|
33
|
+
* transfers with an object storage system</a>.</p>
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|