@aws-sdk/client-datasync 3.316.0 → 3.320.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -8
- package/dist-cjs/DataSync.js +26 -0
- package/dist-cjs/commands/AddStorageSystemCommand.js +46 -0
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +45 -0
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +45 -0
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +45 -0
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +45 -0
- package/dist-cjs/commands/ListStorageSystemsCommand.js +45 -0
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +45 -0
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +45 -0
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +56 -8
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +29 -0
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +948 -87
- package/dist-es/DataSync.js +26 -0
- package/dist-es/commands/AddStorageSystemCommand.js +42 -0
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +41 -0
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +41 -0
- package/dist-es/commands/GenerateRecommendationsCommand.js +41 -0
- package/dist-es/commands/ListDiscoveryJobsCommand.js +41 -0
- package/dist-es/commands/ListStorageSystemsCommand.js +41 -0
- package/dist-es/commands/RemoveStorageSystemCommand.js +41 -0
- package/dist-es/commands/StartDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/StopDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +41 -0
- package/dist-es/commands/UpdateStorageSystemCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +51 -7
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +25 -0
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +25 -0
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +25 -0
- package/dist-es/pagination/ListStorageSystemsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +908 -74
- package/dist-types/DataSync.d.ts +94 -2
- package/dist-types/DataSyncClient.d.ts +18 -4
- package/dist-types/commands/AddStorageSystemCommand.d.ts +91 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +4 -3
- package/dist-types/commands/CreateAgentCommand.d.ts +4 -3
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -3
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +5 -2
- package/dist-types/commands/CreateLocationS3Command.d.ts +20 -3
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskCommand.d.ts +8 -1
- package/dist-types/commands/DeleteAgentCommand.d.ts +4 -4
- package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentCommand.d.ts +4 -2
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +70 -0
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +4 -2
- package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +71 -0
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +77 -0
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +82 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +82 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +73 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +71 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +71 -0
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +80 -0
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +10 -2
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +73 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +71 -0
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +5 -3
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +84 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +7 -7
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1429 -296
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/DataSync.d.ts +227 -0
- package/dist-types/ts3.4/DataSyncClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -18
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
- package/package.json +8 -6
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput } from "../commands/DescribeStorageSystemResourceMetricsCommand";
|
|
3
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeStorageSystemResourceMetrics(config: DataSyncPaginationConfiguration, input: DescribeStorageSystemResourceMetricsCommandInput, ...additionalArguments: any): Paginator<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput } from "../commands/DescribeStorageSystemResourcesCommand";
|
|
3
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeStorageSystemResources(config: DataSyncPaginationConfiguration, input: DescribeStorageSystemResourcesCommandInput, ...additionalArguments: any): Paginator<DescribeStorageSystemResourcesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput } from "../commands/ListDiscoveryJobsCommand";
|
|
3
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListDiscoveryJobs(config: DataSyncPaginationConfiguration, input: ListDiscoveryJobsCommandInput, ...additionalArguments: any): Paginator<ListDiscoveryJobsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput } from "../commands/ListStorageSystemsCommand";
|
|
3
|
+
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListStorageSystems(config: DataSyncPaginationConfiguration, input: ListStorageSystemsCommandInput, ...additionalArguments: any): Paginator<ListStorageSystemsCommandOutput>;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
export * from "./DescribeStorageSystemResourceMetricsPaginator";
|
|
2
|
+
export * from "./DescribeStorageSystemResourcesPaginator";
|
|
1
3
|
export * from "./Interfaces";
|
|
2
4
|
export * from "./ListAgentsPaginator";
|
|
5
|
+
export * from "./ListDiscoveryJobsPaginator";
|
|
3
6
|
export * from "./ListLocationsPaginator";
|
|
7
|
+
export * from "./ListStorageSystemsPaginator";
|
|
4
8
|
export * from "./ListTagsForResourcePaginator";
|
|
5
9
|
export * from "./ListTaskExecutionsPaginator";
|
|
6
10
|
export * from "./ListTasksPaginator";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "../commands/AddStorageSystemCommand";
|
|
3
4
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "../commands/CancelTaskExecutionCommand";
|
|
4
5
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
|
|
5
6
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
|
|
@@ -17,6 +18,7 @@ import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "../commands/D
|
|
|
17
18
|
import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "../commands/DeleteLocationCommand";
|
|
18
19
|
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/DeleteTaskCommand";
|
|
19
20
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
|
|
21
|
+
import { DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput } from "../commands/DescribeDiscoveryJobCommand";
|
|
20
22
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
|
|
21
23
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
|
|
22
24
|
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
|
|
@@ -27,23 +29,38 @@ import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } fro
|
|
|
27
29
|
import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "../commands/DescribeLocationObjectStorageCommand";
|
|
28
30
|
import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "../commands/DescribeLocationS3Command";
|
|
29
31
|
import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "../commands/DescribeLocationSmbCommand";
|
|
32
|
+
import { DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput } from "../commands/DescribeStorageSystemCommand";
|
|
33
|
+
import { DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput } from "../commands/DescribeStorageSystemResourceMetricsCommand";
|
|
34
|
+
import { DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput } from "../commands/DescribeStorageSystemResourcesCommand";
|
|
30
35
|
import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "../commands/DescribeTaskCommand";
|
|
31
36
|
import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "../commands/DescribeTaskExecutionCommand";
|
|
37
|
+
import { GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput } from "../commands/GenerateRecommendationsCommand";
|
|
32
38
|
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "../commands/ListAgentsCommand";
|
|
39
|
+
import { ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput } from "../commands/ListDiscoveryJobsCommand";
|
|
33
40
|
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "../commands/ListLocationsCommand";
|
|
41
|
+
import { ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput } from "../commands/ListStorageSystemsCommand";
|
|
34
42
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
35
43
|
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "../commands/ListTaskExecutionsCommand";
|
|
36
44
|
import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
|
|
45
|
+
import { RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput } from "../commands/RemoveStorageSystemCommand";
|
|
46
|
+
import { StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput } from "../commands/StartDiscoveryJobCommand";
|
|
37
47
|
import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "../commands/StartTaskExecutionCommand";
|
|
48
|
+
import { StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput } from "../commands/StopDiscoveryJobCommand";
|
|
38
49
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
39
50
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
40
51
|
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "../commands/UpdateAgentCommand";
|
|
52
|
+
import { UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput } from "../commands/UpdateDiscoveryJobCommand";
|
|
41
53
|
import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "../commands/UpdateLocationHdfsCommand";
|
|
42
54
|
import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "../commands/UpdateLocationNfsCommand";
|
|
43
55
|
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "../commands/UpdateLocationObjectStorageCommand";
|
|
44
56
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "../commands/UpdateLocationSmbCommand";
|
|
57
|
+
import { UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput } from "../commands/UpdateStorageSystemCommand";
|
|
45
58
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "../commands/UpdateTaskCommand";
|
|
46
59
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "../commands/UpdateTaskExecutionCommand";
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_json1_1AddStorageSystemCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_AddStorageSystemCommand: (input: AddStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
64
|
/**
|
|
48
65
|
* serializeAws_json1_1CancelTaskExecutionCommand
|
|
49
66
|
*/
|
|
@@ -112,6 +129,10 @@ export declare const se_DeleteTaskCommand: (input: DeleteTaskCommandInput, conte
|
|
|
112
129
|
* serializeAws_json1_1DescribeAgentCommand
|
|
113
130
|
*/
|
|
114
131
|
export declare const se_DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
/**
|
|
133
|
+
* serializeAws_json1_1DescribeDiscoveryJobCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const se_DescribeDiscoveryJobCommand: (input: DescribeDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
136
|
/**
|
|
116
137
|
* serializeAws_json1_1DescribeLocationEfsCommand
|
|
117
138
|
*/
|
|
@@ -152,6 +173,18 @@ export declare const se_DescribeLocationS3Command: (input: DescribeLocationS3Com
|
|
|
152
173
|
* serializeAws_json1_1DescribeLocationSmbCommand
|
|
153
174
|
*/
|
|
154
175
|
export declare const se_DescribeLocationSmbCommand: (input: DescribeLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_json1_1DescribeStorageSystemCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_DescribeStorageSystemCommand: (input: DescribeStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
/**
|
|
181
|
+
* serializeAws_json1_1DescribeStorageSystemResourceMetricsCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const se_DescribeStorageSystemResourceMetricsCommand: (input: DescribeStorageSystemResourceMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
/**
|
|
185
|
+
* serializeAws_json1_1DescribeStorageSystemResourcesCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const se_DescribeStorageSystemResourcesCommand: (input: DescribeStorageSystemResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
188
|
/**
|
|
156
189
|
* serializeAws_json1_1DescribeTaskCommand
|
|
157
190
|
*/
|
|
@@ -160,14 +193,26 @@ export declare const se_DescribeTaskCommand: (input: DescribeTaskCommandInput, c
|
|
|
160
193
|
* serializeAws_json1_1DescribeTaskExecutionCommand
|
|
161
194
|
*/
|
|
162
195
|
export declare const se_DescribeTaskExecutionCommand: (input: DescribeTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
+
/**
|
|
197
|
+
* serializeAws_json1_1GenerateRecommendationsCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const se_GenerateRecommendationsCommand: (input: GenerateRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
200
|
/**
|
|
164
201
|
* serializeAws_json1_1ListAgentsCommand
|
|
165
202
|
*/
|
|
166
203
|
export declare const se_ListAgentsCommand: (input: ListAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
+
/**
|
|
205
|
+
* serializeAws_json1_1ListDiscoveryJobsCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const se_ListDiscoveryJobsCommand: (input: ListDiscoveryJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
208
|
/**
|
|
168
209
|
* serializeAws_json1_1ListLocationsCommand
|
|
169
210
|
*/
|
|
170
211
|
export declare const se_ListLocationsCommand: (input: ListLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
+
/**
|
|
213
|
+
* serializeAws_json1_1ListStorageSystemsCommand
|
|
214
|
+
*/
|
|
215
|
+
export declare const se_ListStorageSystemsCommand: (input: ListStorageSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
216
|
/**
|
|
172
217
|
* serializeAws_json1_1ListTagsForResourceCommand
|
|
173
218
|
*/
|
|
@@ -180,10 +225,22 @@ export declare const se_ListTaskExecutionsCommand: (input: ListTaskExecutionsCom
|
|
|
180
225
|
* serializeAws_json1_1ListTasksCommand
|
|
181
226
|
*/
|
|
182
227
|
export declare const se_ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
+
/**
|
|
229
|
+
* serializeAws_json1_1RemoveStorageSystemCommand
|
|
230
|
+
*/
|
|
231
|
+
export declare const se_RemoveStorageSystemCommand: (input: RemoveStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
+
/**
|
|
233
|
+
* serializeAws_json1_1StartDiscoveryJobCommand
|
|
234
|
+
*/
|
|
235
|
+
export declare const se_StartDiscoveryJobCommand: (input: StartDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
236
|
/**
|
|
184
237
|
* serializeAws_json1_1StartTaskExecutionCommand
|
|
185
238
|
*/
|
|
186
239
|
export declare const se_StartTaskExecutionCommand: (input: StartTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
+
/**
|
|
241
|
+
* serializeAws_json1_1StopDiscoveryJobCommand
|
|
242
|
+
*/
|
|
243
|
+
export declare const se_StopDiscoveryJobCommand: (input: StopDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
244
|
/**
|
|
188
245
|
* serializeAws_json1_1TagResourceCommand
|
|
189
246
|
*/
|
|
@@ -196,6 +253,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
196
253
|
* serializeAws_json1_1UpdateAgentCommand
|
|
197
254
|
*/
|
|
198
255
|
export declare const se_UpdateAgentCommand: (input: UpdateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
/**
|
|
257
|
+
* serializeAws_json1_1UpdateDiscoveryJobCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const se_UpdateDiscoveryJobCommand: (input: UpdateDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
260
|
/**
|
|
200
261
|
* serializeAws_json1_1UpdateLocationHdfsCommand
|
|
201
262
|
*/
|
|
@@ -212,6 +273,10 @@ export declare const se_UpdateLocationObjectStorageCommand: (input: UpdateLocati
|
|
|
212
273
|
* serializeAws_json1_1UpdateLocationSmbCommand
|
|
213
274
|
*/
|
|
214
275
|
export declare const se_UpdateLocationSmbCommand: (input: UpdateLocationSmbCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
+
/**
|
|
277
|
+
* serializeAws_json1_1UpdateStorageSystemCommand
|
|
278
|
+
*/
|
|
279
|
+
export declare const se_UpdateStorageSystemCommand: (input: UpdateStorageSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
280
|
/**
|
|
216
281
|
* serializeAws_json1_1UpdateTaskCommand
|
|
217
282
|
*/
|
|
@@ -220,6 +285,10 @@ export declare const se_UpdateTaskCommand: (input: UpdateTaskCommandInput, conte
|
|
|
220
285
|
* serializeAws_json1_1UpdateTaskExecutionCommand
|
|
221
286
|
*/
|
|
222
287
|
export declare const se_UpdateTaskExecutionCommand: (input: UpdateTaskExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
+
/**
|
|
289
|
+
* deserializeAws_json1_1AddStorageSystemCommand
|
|
290
|
+
*/
|
|
291
|
+
export declare const de_AddStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddStorageSystemCommandOutput>;
|
|
223
292
|
/**
|
|
224
293
|
* deserializeAws_json1_1CancelTaskExecutionCommand
|
|
225
294
|
*/
|
|
@@ -288,6 +357,10 @@ export declare const de_DeleteTaskCommand: (output: __HttpResponse, context: __S
|
|
|
288
357
|
* deserializeAws_json1_1DescribeAgentCommand
|
|
289
358
|
*/
|
|
290
359
|
export declare const de_DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
|
|
360
|
+
/**
|
|
361
|
+
* deserializeAws_json1_1DescribeDiscoveryJobCommand
|
|
362
|
+
*/
|
|
363
|
+
export declare const de_DescribeDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDiscoveryJobCommandOutput>;
|
|
291
364
|
/**
|
|
292
365
|
* deserializeAws_json1_1DescribeLocationEfsCommand
|
|
293
366
|
*/
|
|
@@ -328,6 +401,18 @@ export declare const de_DescribeLocationS3Command: (output: __HttpResponse, cont
|
|
|
328
401
|
* deserializeAws_json1_1DescribeLocationSmbCommand
|
|
329
402
|
*/
|
|
330
403
|
export declare const de_DescribeLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationSmbCommandOutput>;
|
|
404
|
+
/**
|
|
405
|
+
* deserializeAws_json1_1DescribeStorageSystemCommand
|
|
406
|
+
*/
|
|
407
|
+
export declare const de_DescribeStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageSystemCommandOutput>;
|
|
408
|
+
/**
|
|
409
|
+
* deserializeAws_json1_1DescribeStorageSystemResourceMetricsCommand
|
|
410
|
+
*/
|
|
411
|
+
export declare const de_DescribeStorageSystemResourceMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
412
|
+
/**
|
|
413
|
+
* deserializeAws_json1_1DescribeStorageSystemResourcesCommand
|
|
414
|
+
*/
|
|
415
|
+
export declare const de_DescribeStorageSystemResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageSystemResourcesCommandOutput>;
|
|
331
416
|
/**
|
|
332
417
|
* deserializeAws_json1_1DescribeTaskCommand
|
|
333
418
|
*/
|
|
@@ -336,14 +421,26 @@ export declare const de_DescribeTaskCommand: (output: __HttpResponse, context: _
|
|
|
336
421
|
* deserializeAws_json1_1DescribeTaskExecutionCommand
|
|
337
422
|
*/
|
|
338
423
|
export declare const de_DescribeTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskExecutionCommandOutput>;
|
|
424
|
+
/**
|
|
425
|
+
* deserializeAws_json1_1GenerateRecommendationsCommand
|
|
426
|
+
*/
|
|
427
|
+
export declare const de_GenerateRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateRecommendationsCommandOutput>;
|
|
339
428
|
/**
|
|
340
429
|
* deserializeAws_json1_1ListAgentsCommand
|
|
341
430
|
*/
|
|
342
431
|
export declare const de_ListAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentsCommandOutput>;
|
|
432
|
+
/**
|
|
433
|
+
* deserializeAws_json1_1ListDiscoveryJobsCommand
|
|
434
|
+
*/
|
|
435
|
+
export declare const de_ListDiscoveryJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoveryJobsCommandOutput>;
|
|
343
436
|
/**
|
|
344
437
|
* deserializeAws_json1_1ListLocationsCommand
|
|
345
438
|
*/
|
|
346
439
|
export declare const de_ListLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocationsCommandOutput>;
|
|
440
|
+
/**
|
|
441
|
+
* deserializeAws_json1_1ListStorageSystemsCommand
|
|
442
|
+
*/
|
|
443
|
+
export declare const de_ListStorageSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageSystemsCommandOutput>;
|
|
347
444
|
/**
|
|
348
445
|
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
349
446
|
*/
|
|
@@ -356,10 +453,22 @@ export declare const de_ListTaskExecutionsCommand: (output: __HttpResponse, cont
|
|
|
356
453
|
* deserializeAws_json1_1ListTasksCommand
|
|
357
454
|
*/
|
|
358
455
|
export declare const de_ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
|
|
456
|
+
/**
|
|
457
|
+
* deserializeAws_json1_1RemoveStorageSystemCommand
|
|
458
|
+
*/
|
|
459
|
+
export declare const de_RemoveStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveStorageSystemCommandOutput>;
|
|
460
|
+
/**
|
|
461
|
+
* deserializeAws_json1_1StartDiscoveryJobCommand
|
|
462
|
+
*/
|
|
463
|
+
export declare const de_StartDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDiscoveryJobCommandOutput>;
|
|
359
464
|
/**
|
|
360
465
|
* deserializeAws_json1_1StartTaskExecutionCommand
|
|
361
466
|
*/
|
|
362
467
|
export declare const de_StartTaskExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskExecutionCommandOutput>;
|
|
468
|
+
/**
|
|
469
|
+
* deserializeAws_json1_1StopDiscoveryJobCommand
|
|
470
|
+
*/
|
|
471
|
+
export declare const de_StopDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDiscoveryJobCommandOutput>;
|
|
363
472
|
/**
|
|
364
473
|
* deserializeAws_json1_1TagResourceCommand
|
|
365
474
|
*/
|
|
@@ -372,6 +481,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
372
481
|
* deserializeAws_json1_1UpdateAgentCommand
|
|
373
482
|
*/
|
|
374
483
|
export declare const de_UpdateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentCommandOutput>;
|
|
484
|
+
/**
|
|
485
|
+
* deserializeAws_json1_1UpdateDiscoveryJobCommand
|
|
486
|
+
*/
|
|
487
|
+
export declare const de_UpdateDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDiscoveryJobCommandOutput>;
|
|
375
488
|
/**
|
|
376
489
|
* deserializeAws_json1_1UpdateLocationHdfsCommand
|
|
377
490
|
*/
|
|
@@ -388,6 +501,10 @@ export declare const de_UpdateLocationObjectStorageCommand: (output: __HttpRespo
|
|
|
388
501
|
* deserializeAws_json1_1UpdateLocationSmbCommand
|
|
389
502
|
*/
|
|
390
503
|
export declare const de_UpdateLocationSmbCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationSmbCommandOutput>;
|
|
504
|
+
/**
|
|
505
|
+
* deserializeAws_json1_1UpdateStorageSystemCommand
|
|
506
|
+
*/
|
|
507
|
+
export declare const de_UpdateStorageSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageSystemCommandOutput>;
|
|
391
508
|
/**
|
|
392
509
|
* deserializeAws_json1_1UpdateTaskCommand
|
|
393
510
|
*/
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AddStorageSystemCommandInput,
|
|
4
|
+
AddStorageSystemCommandOutput,
|
|
5
|
+
} from "./commands/AddStorageSystemCommand";
|
|
2
6
|
import {
|
|
3
7
|
CancelTaskExecutionCommandInput,
|
|
4
8
|
CancelTaskExecutionCommandOutput,
|
|
@@ -67,6 +71,10 @@ import {
|
|
|
67
71
|
DescribeAgentCommandInput,
|
|
68
72
|
DescribeAgentCommandOutput,
|
|
69
73
|
} from "./commands/DescribeAgentCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeDiscoveryJobCommandInput,
|
|
76
|
+
DescribeDiscoveryJobCommandOutput,
|
|
77
|
+
} from "./commands/DescribeDiscoveryJobCommand";
|
|
70
78
|
import {
|
|
71
79
|
DescribeLocationEfsCommandInput,
|
|
72
80
|
DescribeLocationEfsCommandOutput,
|
|
@@ -107,6 +115,18 @@ import {
|
|
|
107
115
|
DescribeLocationSmbCommandInput,
|
|
108
116
|
DescribeLocationSmbCommandOutput,
|
|
109
117
|
} from "./commands/DescribeLocationSmbCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeStorageSystemCommandInput,
|
|
120
|
+
DescribeStorageSystemCommandOutput,
|
|
121
|
+
} from "./commands/DescribeStorageSystemCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeStorageSystemResourceMetricsCommandInput,
|
|
124
|
+
DescribeStorageSystemResourceMetricsCommandOutput,
|
|
125
|
+
} from "./commands/DescribeStorageSystemResourceMetricsCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeStorageSystemResourcesCommandInput,
|
|
128
|
+
DescribeStorageSystemResourcesCommandOutput,
|
|
129
|
+
} from "./commands/DescribeStorageSystemResourcesCommand";
|
|
110
130
|
import {
|
|
111
131
|
DescribeTaskCommandInput,
|
|
112
132
|
DescribeTaskCommandOutput,
|
|
@@ -115,14 +135,26 @@ import {
|
|
|
115
135
|
DescribeTaskExecutionCommandInput,
|
|
116
136
|
DescribeTaskExecutionCommandOutput,
|
|
117
137
|
} from "./commands/DescribeTaskExecutionCommand";
|
|
138
|
+
import {
|
|
139
|
+
GenerateRecommendationsCommandInput,
|
|
140
|
+
GenerateRecommendationsCommandOutput,
|
|
141
|
+
} from "./commands/GenerateRecommendationsCommand";
|
|
118
142
|
import {
|
|
119
143
|
ListAgentsCommandInput,
|
|
120
144
|
ListAgentsCommandOutput,
|
|
121
145
|
} from "./commands/ListAgentsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListDiscoveryJobsCommandInput,
|
|
148
|
+
ListDiscoveryJobsCommandOutput,
|
|
149
|
+
} from "./commands/ListDiscoveryJobsCommand";
|
|
122
150
|
import {
|
|
123
151
|
ListLocationsCommandInput,
|
|
124
152
|
ListLocationsCommandOutput,
|
|
125
153
|
} from "./commands/ListLocationsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListStorageSystemsCommandInput,
|
|
156
|
+
ListStorageSystemsCommandOutput,
|
|
157
|
+
} from "./commands/ListStorageSystemsCommand";
|
|
126
158
|
import {
|
|
127
159
|
ListTagsForResourceCommandInput,
|
|
128
160
|
ListTagsForResourceCommandOutput,
|
|
@@ -135,10 +167,22 @@ import {
|
|
|
135
167
|
ListTasksCommandInput,
|
|
136
168
|
ListTasksCommandOutput,
|
|
137
169
|
} from "./commands/ListTasksCommand";
|
|
170
|
+
import {
|
|
171
|
+
RemoveStorageSystemCommandInput,
|
|
172
|
+
RemoveStorageSystemCommandOutput,
|
|
173
|
+
} from "./commands/RemoveStorageSystemCommand";
|
|
174
|
+
import {
|
|
175
|
+
StartDiscoveryJobCommandInput,
|
|
176
|
+
StartDiscoveryJobCommandOutput,
|
|
177
|
+
} from "./commands/StartDiscoveryJobCommand";
|
|
138
178
|
import {
|
|
139
179
|
StartTaskExecutionCommandInput,
|
|
140
180
|
StartTaskExecutionCommandOutput,
|
|
141
181
|
} from "./commands/StartTaskExecutionCommand";
|
|
182
|
+
import {
|
|
183
|
+
StopDiscoveryJobCommandInput,
|
|
184
|
+
StopDiscoveryJobCommandOutput,
|
|
185
|
+
} from "./commands/StopDiscoveryJobCommand";
|
|
142
186
|
import {
|
|
143
187
|
TagResourceCommandInput,
|
|
144
188
|
TagResourceCommandOutput,
|
|
@@ -151,6 +195,10 @@ import {
|
|
|
151
195
|
UpdateAgentCommandInput,
|
|
152
196
|
UpdateAgentCommandOutput,
|
|
153
197
|
} from "./commands/UpdateAgentCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateDiscoveryJobCommandInput,
|
|
200
|
+
UpdateDiscoveryJobCommandOutput,
|
|
201
|
+
} from "./commands/UpdateDiscoveryJobCommand";
|
|
154
202
|
import {
|
|
155
203
|
UpdateLocationHdfsCommandInput,
|
|
156
204
|
UpdateLocationHdfsCommandOutput,
|
|
@@ -167,6 +215,10 @@ import {
|
|
|
167
215
|
UpdateLocationSmbCommandInput,
|
|
168
216
|
UpdateLocationSmbCommandOutput,
|
|
169
217
|
} from "./commands/UpdateLocationSmbCommand";
|
|
218
|
+
import {
|
|
219
|
+
UpdateStorageSystemCommandInput,
|
|
220
|
+
UpdateStorageSystemCommandOutput,
|
|
221
|
+
} from "./commands/UpdateStorageSystemCommand";
|
|
170
222
|
import {
|
|
171
223
|
UpdateTaskCommandInput,
|
|
172
224
|
UpdateTaskCommandOutput,
|
|
@@ -177,6 +229,19 @@ import {
|
|
|
177
229
|
} from "./commands/UpdateTaskExecutionCommand";
|
|
178
230
|
import { DataSyncClient } from "./DataSyncClient";
|
|
179
231
|
export interface DataSync {
|
|
232
|
+
addStorageSystem(
|
|
233
|
+
args: AddStorageSystemCommandInput,
|
|
234
|
+
options?: __HttpHandlerOptions
|
|
235
|
+
): Promise<AddStorageSystemCommandOutput>;
|
|
236
|
+
addStorageSystem(
|
|
237
|
+
args: AddStorageSystemCommandInput,
|
|
238
|
+
cb: (err: any, data?: AddStorageSystemCommandOutput) => void
|
|
239
|
+
): void;
|
|
240
|
+
addStorageSystem(
|
|
241
|
+
args: AddStorageSystemCommandInput,
|
|
242
|
+
options: __HttpHandlerOptions,
|
|
243
|
+
cb: (err: any, data?: AddStorageSystemCommandOutput) => void
|
|
244
|
+
): void;
|
|
180
245
|
cancelTaskExecution(
|
|
181
246
|
args: CancelTaskExecutionCommandInput,
|
|
182
247
|
options?: __HttpHandlerOptions
|
|
@@ -398,6 +463,19 @@ export interface DataSync {
|
|
|
398
463
|
options: __HttpHandlerOptions,
|
|
399
464
|
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
400
465
|
): void;
|
|
466
|
+
describeDiscoveryJob(
|
|
467
|
+
args: DescribeDiscoveryJobCommandInput,
|
|
468
|
+
options?: __HttpHandlerOptions
|
|
469
|
+
): Promise<DescribeDiscoveryJobCommandOutput>;
|
|
470
|
+
describeDiscoveryJob(
|
|
471
|
+
args: DescribeDiscoveryJobCommandInput,
|
|
472
|
+
cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
describeDiscoveryJob(
|
|
475
|
+
args: DescribeDiscoveryJobCommandInput,
|
|
476
|
+
options: __HttpHandlerOptions,
|
|
477
|
+
cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void
|
|
478
|
+
): void;
|
|
401
479
|
describeLocationEfs(
|
|
402
480
|
args: DescribeLocationEfsCommandInput,
|
|
403
481
|
options?: __HttpHandlerOptions
|
|
@@ -528,6 +606,51 @@ export interface DataSync {
|
|
|
528
606
|
options: __HttpHandlerOptions,
|
|
529
607
|
cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
|
|
530
608
|
): void;
|
|
609
|
+
describeStorageSystem(
|
|
610
|
+
args: DescribeStorageSystemCommandInput,
|
|
611
|
+
options?: __HttpHandlerOptions
|
|
612
|
+
): Promise<DescribeStorageSystemCommandOutput>;
|
|
613
|
+
describeStorageSystem(
|
|
614
|
+
args: DescribeStorageSystemCommandInput,
|
|
615
|
+
cb: (err: any, data?: DescribeStorageSystemCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
describeStorageSystem(
|
|
618
|
+
args: DescribeStorageSystemCommandInput,
|
|
619
|
+
options: __HttpHandlerOptions,
|
|
620
|
+
cb: (err: any, data?: DescribeStorageSystemCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
describeStorageSystemResourceMetrics(
|
|
623
|
+
args: DescribeStorageSystemResourceMetricsCommandInput,
|
|
624
|
+
options?: __HttpHandlerOptions
|
|
625
|
+
): Promise<DescribeStorageSystemResourceMetricsCommandOutput>;
|
|
626
|
+
describeStorageSystemResourceMetrics(
|
|
627
|
+
args: DescribeStorageSystemResourceMetricsCommandInput,
|
|
628
|
+
cb: (
|
|
629
|
+
err: any,
|
|
630
|
+
data?: DescribeStorageSystemResourceMetricsCommandOutput
|
|
631
|
+
) => void
|
|
632
|
+
): void;
|
|
633
|
+
describeStorageSystemResourceMetrics(
|
|
634
|
+
args: DescribeStorageSystemResourceMetricsCommandInput,
|
|
635
|
+
options: __HttpHandlerOptions,
|
|
636
|
+
cb: (
|
|
637
|
+
err: any,
|
|
638
|
+
data?: DescribeStorageSystemResourceMetricsCommandOutput
|
|
639
|
+
) => void
|
|
640
|
+
): void;
|
|
641
|
+
describeStorageSystemResources(
|
|
642
|
+
args: DescribeStorageSystemResourcesCommandInput,
|
|
643
|
+
options?: __HttpHandlerOptions
|
|
644
|
+
): Promise<DescribeStorageSystemResourcesCommandOutput>;
|
|
645
|
+
describeStorageSystemResources(
|
|
646
|
+
args: DescribeStorageSystemResourcesCommandInput,
|
|
647
|
+
cb: (err: any, data?: DescribeStorageSystemResourcesCommandOutput) => void
|
|
648
|
+
): void;
|
|
649
|
+
describeStorageSystemResources(
|
|
650
|
+
args: DescribeStorageSystemResourcesCommandInput,
|
|
651
|
+
options: __HttpHandlerOptions,
|
|
652
|
+
cb: (err: any, data?: DescribeStorageSystemResourcesCommandOutput) => void
|
|
653
|
+
): void;
|
|
531
654
|
describeTask(
|
|
532
655
|
args: DescribeTaskCommandInput,
|
|
533
656
|
options?: __HttpHandlerOptions
|
|
@@ -554,6 +677,19 @@ export interface DataSync {
|
|
|
554
677
|
options: __HttpHandlerOptions,
|
|
555
678
|
cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
|
|
556
679
|
): void;
|
|
680
|
+
generateRecommendations(
|
|
681
|
+
args: GenerateRecommendationsCommandInput,
|
|
682
|
+
options?: __HttpHandlerOptions
|
|
683
|
+
): Promise<GenerateRecommendationsCommandOutput>;
|
|
684
|
+
generateRecommendations(
|
|
685
|
+
args: GenerateRecommendationsCommandInput,
|
|
686
|
+
cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void
|
|
687
|
+
): void;
|
|
688
|
+
generateRecommendations(
|
|
689
|
+
args: GenerateRecommendationsCommandInput,
|
|
690
|
+
options: __HttpHandlerOptions,
|
|
691
|
+
cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void
|
|
692
|
+
): void;
|
|
557
693
|
listAgents(
|
|
558
694
|
args: ListAgentsCommandInput,
|
|
559
695
|
options?: __HttpHandlerOptions
|
|
@@ -567,6 +703,19 @@ export interface DataSync {
|
|
|
567
703
|
options: __HttpHandlerOptions,
|
|
568
704
|
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
569
705
|
): void;
|
|
706
|
+
listDiscoveryJobs(
|
|
707
|
+
args: ListDiscoveryJobsCommandInput,
|
|
708
|
+
options?: __HttpHandlerOptions
|
|
709
|
+
): Promise<ListDiscoveryJobsCommandOutput>;
|
|
710
|
+
listDiscoveryJobs(
|
|
711
|
+
args: ListDiscoveryJobsCommandInput,
|
|
712
|
+
cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void
|
|
713
|
+
): void;
|
|
714
|
+
listDiscoveryJobs(
|
|
715
|
+
args: ListDiscoveryJobsCommandInput,
|
|
716
|
+
options: __HttpHandlerOptions,
|
|
717
|
+
cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void
|
|
718
|
+
): void;
|
|
570
719
|
listLocations(
|
|
571
720
|
args: ListLocationsCommandInput,
|
|
572
721
|
options?: __HttpHandlerOptions
|
|
@@ -580,6 +729,19 @@ export interface DataSync {
|
|
|
580
729
|
options: __HttpHandlerOptions,
|
|
581
730
|
cb: (err: any, data?: ListLocationsCommandOutput) => void
|
|
582
731
|
): void;
|
|
732
|
+
listStorageSystems(
|
|
733
|
+
args: ListStorageSystemsCommandInput,
|
|
734
|
+
options?: __HttpHandlerOptions
|
|
735
|
+
): Promise<ListStorageSystemsCommandOutput>;
|
|
736
|
+
listStorageSystems(
|
|
737
|
+
args: ListStorageSystemsCommandInput,
|
|
738
|
+
cb: (err: any, data?: ListStorageSystemsCommandOutput) => void
|
|
739
|
+
): void;
|
|
740
|
+
listStorageSystems(
|
|
741
|
+
args: ListStorageSystemsCommandInput,
|
|
742
|
+
options: __HttpHandlerOptions,
|
|
743
|
+
cb: (err: any, data?: ListStorageSystemsCommandOutput) => void
|
|
744
|
+
): void;
|
|
583
745
|
listTagsForResource(
|
|
584
746
|
args: ListTagsForResourceCommandInput,
|
|
585
747
|
options?: __HttpHandlerOptions
|
|
@@ -619,6 +781,32 @@ export interface DataSync {
|
|
|
619
781
|
options: __HttpHandlerOptions,
|
|
620
782
|
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
621
783
|
): void;
|
|
784
|
+
removeStorageSystem(
|
|
785
|
+
args: RemoveStorageSystemCommandInput,
|
|
786
|
+
options?: __HttpHandlerOptions
|
|
787
|
+
): Promise<RemoveStorageSystemCommandOutput>;
|
|
788
|
+
removeStorageSystem(
|
|
789
|
+
args: RemoveStorageSystemCommandInput,
|
|
790
|
+
cb: (err: any, data?: RemoveStorageSystemCommandOutput) => void
|
|
791
|
+
): void;
|
|
792
|
+
removeStorageSystem(
|
|
793
|
+
args: RemoveStorageSystemCommandInput,
|
|
794
|
+
options: __HttpHandlerOptions,
|
|
795
|
+
cb: (err: any, data?: RemoveStorageSystemCommandOutput) => void
|
|
796
|
+
): void;
|
|
797
|
+
startDiscoveryJob(
|
|
798
|
+
args: StartDiscoveryJobCommandInput,
|
|
799
|
+
options?: __HttpHandlerOptions
|
|
800
|
+
): Promise<StartDiscoveryJobCommandOutput>;
|
|
801
|
+
startDiscoveryJob(
|
|
802
|
+
args: StartDiscoveryJobCommandInput,
|
|
803
|
+
cb: (err: any, data?: StartDiscoveryJobCommandOutput) => void
|
|
804
|
+
): void;
|
|
805
|
+
startDiscoveryJob(
|
|
806
|
+
args: StartDiscoveryJobCommandInput,
|
|
807
|
+
options: __HttpHandlerOptions,
|
|
808
|
+
cb: (err: any, data?: StartDiscoveryJobCommandOutput) => void
|
|
809
|
+
): void;
|
|
622
810
|
startTaskExecution(
|
|
623
811
|
args: StartTaskExecutionCommandInput,
|
|
624
812
|
options?: __HttpHandlerOptions
|
|
@@ -632,6 +820,19 @@ export interface DataSync {
|
|
|
632
820
|
options: __HttpHandlerOptions,
|
|
633
821
|
cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
|
|
634
822
|
): void;
|
|
823
|
+
stopDiscoveryJob(
|
|
824
|
+
args: StopDiscoveryJobCommandInput,
|
|
825
|
+
options?: __HttpHandlerOptions
|
|
826
|
+
): Promise<StopDiscoveryJobCommandOutput>;
|
|
827
|
+
stopDiscoveryJob(
|
|
828
|
+
args: StopDiscoveryJobCommandInput,
|
|
829
|
+
cb: (err: any, data?: StopDiscoveryJobCommandOutput) => void
|
|
830
|
+
): void;
|
|
831
|
+
stopDiscoveryJob(
|
|
832
|
+
args: StopDiscoveryJobCommandInput,
|
|
833
|
+
options: __HttpHandlerOptions,
|
|
834
|
+
cb: (err: any, data?: StopDiscoveryJobCommandOutput) => void
|
|
835
|
+
): void;
|
|
635
836
|
tagResource(
|
|
636
837
|
args: TagResourceCommandInput,
|
|
637
838
|
options?: __HttpHandlerOptions
|
|
@@ -671,6 +872,19 @@ export interface DataSync {
|
|
|
671
872
|
options: __HttpHandlerOptions,
|
|
672
873
|
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
673
874
|
): void;
|
|
875
|
+
updateDiscoveryJob(
|
|
876
|
+
args: UpdateDiscoveryJobCommandInput,
|
|
877
|
+
options?: __HttpHandlerOptions
|
|
878
|
+
): Promise<UpdateDiscoveryJobCommandOutput>;
|
|
879
|
+
updateDiscoveryJob(
|
|
880
|
+
args: UpdateDiscoveryJobCommandInput,
|
|
881
|
+
cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void
|
|
882
|
+
): void;
|
|
883
|
+
updateDiscoveryJob(
|
|
884
|
+
args: UpdateDiscoveryJobCommandInput,
|
|
885
|
+
options: __HttpHandlerOptions,
|
|
886
|
+
cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void
|
|
887
|
+
): void;
|
|
674
888
|
updateLocationHdfs(
|
|
675
889
|
args: UpdateLocationHdfsCommandInput,
|
|
676
890
|
options?: __HttpHandlerOptions
|
|
@@ -723,6 +937,19 @@ export interface DataSync {
|
|
|
723
937
|
options: __HttpHandlerOptions,
|
|
724
938
|
cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
|
|
725
939
|
): void;
|
|
940
|
+
updateStorageSystem(
|
|
941
|
+
args: UpdateStorageSystemCommandInput,
|
|
942
|
+
options?: __HttpHandlerOptions
|
|
943
|
+
): Promise<UpdateStorageSystemCommandOutput>;
|
|
944
|
+
updateStorageSystem(
|
|
945
|
+
args: UpdateStorageSystemCommandInput,
|
|
946
|
+
cb: (err: any, data?: UpdateStorageSystemCommandOutput) => void
|
|
947
|
+
): void;
|
|
948
|
+
updateStorageSystem(
|
|
949
|
+
args: UpdateStorageSystemCommandInput,
|
|
950
|
+
options: __HttpHandlerOptions,
|
|
951
|
+
cb: (err: any, data?: UpdateStorageSystemCommandOutput) => void
|
|
952
|
+
): void;
|
|
726
953
|
updateTask(
|
|
727
954
|
args: UpdateTaskCommandInput,
|
|
728
955
|
options?: __HttpHandlerOptions
|