@aws-sdk/client-datasync 3.477.0 → 3.481.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/dist-cjs/commands/AddStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +18 -41
- package/dist-cjs/commands/CreateAgentCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationEfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationNfsCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +18 -41
- package/dist-cjs/commands/CreateLocationS3Command.js +18 -41
- package/dist-cjs/commands/CreateLocationSmbCommand.js +18 -41
- package/dist-cjs/commands/CreateTaskCommand.js +18 -41
- package/dist-cjs/commands/DeleteAgentCommand.js +18 -41
- package/dist-cjs/commands/DeleteLocationCommand.js +18 -41
- package/dist-cjs/commands/DeleteTaskCommand.js +18 -41
- package/dist-cjs/commands/DescribeAgentCommand.js +18 -41
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +18 -41
- package/dist-cjs/commands/DescribeLocationS3Command.js +18 -41
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +18 -41
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTaskCommand.js +18 -41
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +18 -41
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListAgentsCommand.js +18 -41
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +18 -41
- package/dist-cjs/commands/ListLocationsCommand.js +18 -41
- package/dist-cjs/commands/ListStorageSystemsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListTasksCommand.js +18 -41
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/StartTaskExecutionCommand.js +18 -41
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAgentCommand.js +18 -41
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +18 -41
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +18 -41
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +18 -41
- package/dist-cjs/commands/UpdateTaskCommand.js +18 -41
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAgentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLocationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTasksPaginator.js +2 -24
- package/dist-es/commands/AddStorageSystemCommand.js +18 -41
- package/dist-es/commands/CancelTaskExecutionCommand.js +18 -41
- package/dist-es/commands/CreateAgentCommand.js +18 -41
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +18 -41
- package/dist-es/commands/CreateLocationEfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +18 -41
- package/dist-es/commands/CreateLocationHdfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationNfsCommand.js +18 -41
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +18 -41
- package/dist-es/commands/CreateLocationS3Command.js +18 -41
- package/dist-es/commands/CreateLocationSmbCommand.js +18 -41
- package/dist-es/commands/CreateTaskCommand.js +18 -41
- package/dist-es/commands/DeleteAgentCommand.js +18 -41
- package/dist-es/commands/DeleteLocationCommand.js +18 -41
- package/dist-es/commands/DeleteTaskCommand.js +18 -41
- package/dist-es/commands/DescribeAgentCommand.js +18 -41
- package/dist-es/commands/DescribeDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +18 -41
- package/dist-es/commands/DescribeLocationEfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationHdfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationNfsCommand.js +18 -41
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +18 -41
- package/dist-es/commands/DescribeLocationS3Command.js +18 -41
- package/dist-es/commands/DescribeLocationSmbCommand.js +18 -41
- package/dist-es/commands/DescribeStorageSystemCommand.js +18 -41
- package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +18 -41
- package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +18 -41
- package/dist-es/commands/DescribeTaskCommand.js +18 -41
- package/dist-es/commands/DescribeTaskExecutionCommand.js +18 -41
- package/dist-es/commands/GenerateRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListAgentsCommand.js +18 -41
- package/dist-es/commands/ListDiscoveryJobsCommand.js +18 -41
- package/dist-es/commands/ListLocationsCommand.js +18 -41
- package/dist-es/commands/ListStorageSystemsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTaskExecutionsCommand.js +18 -41
- package/dist-es/commands/ListTasksCommand.js +18 -41
- package/dist-es/commands/RemoveStorageSystemCommand.js +18 -41
- package/dist-es/commands/StartDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/StartTaskExecutionCommand.js +18 -41
- package/dist-es/commands/StopDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAgentCommand.js +18 -41
- package/dist-es/commands/UpdateDiscoveryJobCommand.js +18 -41
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +18 -41
- package/dist-es/commands/UpdateLocationHdfsCommand.js +18 -41
- package/dist-es/commands/UpdateLocationNfsCommand.js +18 -41
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +18 -41
- package/dist-es/commands/UpdateLocationSmbCommand.js +18 -41
- package/dist-es/commands/UpdateStorageSystemCommand.js +18 -41
- package/dist-es/commands/UpdateTaskCommand.js +18 -41
- package/dist-es/commands/UpdateTaskExecutionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +2 -23
- package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListAgentsPaginator.js +2 -23
- package/dist-es/pagination/ListDiscoveryJobsPaginator.js +2 -23
- package/dist-es/pagination/ListLocationsPaginator.js +2 -23
- package/dist-es/pagination/ListStorageSystemsPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-es/pagination/ListTaskExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListTasksPaginator.js +2 -23
- package/dist-types/commands/AddStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +6 -21
- package/dist-types/commands/CreateAgentCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -21
- package/dist-types/commands/CreateLocationS3Command.d.ts +6 -21
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -21
- package/dist-types/commands/CreateTaskCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAgentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLocationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTaskCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAgentCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLocationS3Command.d.ts +6 -21
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTaskCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +6 -21
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAgentsCommand.d.ts +6 -21
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListLocationsCommand.d.ts +6 -21
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTasksCommand.d.ts +6 -21
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAgentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTaskCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListStorageSystemsCommand, } from "../commands/ListStorageSystemsCommand";
|
|
2
3
|
import { DataSyncClient } from "../DataSyncClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListStorageSystemsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListStorageSystems(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof DataSyncClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected DataSync | DataSyncClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListStorageSystems = createPaginator(DataSyncClient, ListStorageSystemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListTagsForResourceCommand, } from "../commands/ListTagsForResourceCommand";
|
|
2
3
|
import { DataSyncClient } from "../DataSyncClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListTagsForResourceCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListTagsForResource(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof DataSyncClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected DataSync | DataSyncClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListTagsForResource = createPaginator(DataSyncClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListTaskExecutionsCommand, } from "../commands/ListTaskExecutionsCommand";
|
|
2
3
|
import { DataSyncClient } from "../DataSyncClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListTaskExecutionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListTaskExecutions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof DataSyncClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected DataSync | DataSyncClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListTaskExecutions = createPaginator(DataSyncClient, ListTaskExecutionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListTasksCommand } from "../commands/ListTasksCommand";
|
|
2
3
|
import { DataSyncClient } from "../DataSyncClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListTasksCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListTasks(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof DataSyncClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected DataSync | DataSyncClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListTasks = createPaginator(DataSyncClient, ListTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { AddStorageSystemRequest, AddStorageSystemResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddStorageSystemCommandInput extends AddStorageSystemRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddStorageSystemCommandOutput extends AddStorageSystemResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddStorageSystemCommand_base: {
|
|
24
|
+
new (input: AddStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<AddStorageSystemCommandInput, AddStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect
|
|
@@ -79,23 +82,5 @@ export interface AddStorageSystemCommandOutput extends AddStorageSystemResponse,
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class AddStorageSystemCommand extends
|
|
83
|
-
readonly input: AddStorageSystemCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: AddStorageSystemCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddStorageSystemCommandInput, AddStorageSystemCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelTaskExecutionCommand_base: {
|
|
24
|
+
new (input: CancelTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops an DataSync task execution that's in progress. The transfer of some
|
|
@@ -62,23 +65,5 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class CancelTaskExecutionCommand extends
|
|
66
|
-
readonly input: CancelTaskExecutionCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: CancelTaskExecutionCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateAgentCommand_base: {
|
|
24
|
+
new (input: CreateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Activates an DataSync agent that you've deployed in your storage
|
|
@@ -90,23 +93,5 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class CreateAgentCommand extends
|
|
94
|
-
readonly input: CreateAgentCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: CreateAgentCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAgentCommandInput, CreateAgentCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class CreateAgentCommand extends CreateAgentCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationAzureBlobRequest, CreateLocationAzureBlobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationAzureBlobCommandInput extends CreateLocationAzure
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationAzureBlobCommandOutput extends CreateLocationAzureBlobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationAzureBlobCommand_base: {
|
|
24
|
+
new (input: CreateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination.</p>
|
|
@@ -76,23 +79,5 @@ export interface CreateLocationAzureBlobCommandOutput extends CreateLocationAzur
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateLocationAzureBlobCommand extends
|
|
80
|
-
readonly input: CreateLocationAzureBlobCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateLocationAzureBlobCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationEfsCommandOutput extends CreateLocationEfsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationEfsCommand_base: {
|
|
24
|
+
new (input: CreateLocationEfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for an Amazon EFS file system that DataSync
|
|
@@ -75,23 +78,5 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class CreateLocationEfsCommand extends
|
|
79
|
-
readonly input: CreateLocationEfsCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: CreateLocationEfsCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationFsxLustreCommandInput extends CreateLocationFsxLu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxLustreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationFsxLustreCommand_base: {
|
|
24
|
+
new (input: CreateLocationFsxLustreCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for an Amazon FSx for Lustre file system.</p>
|
|
@@ -68,23 +71,5 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class CreateLocationFsxLustreCommand extends
|
|
72
|
-
readonly input: CreateLocationFsxLustreCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: CreateLocationFsxLustreCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOnt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationFsxOntapCommand_base: {
|
|
24
|
+
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.</p>
|
|
@@ -85,23 +88,5 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CreateLocationFsxOntapCommand extends
|
|
89
|
-
readonly input: CreateLocationFsxOntapCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CreateLocationFsxOntapCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxO
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
24
|
+
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html">Creating a location for FSx for OpenZFS</a>.</p>
|
|
@@ -87,23 +90,5 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class CreateLocationFsxOpenZfsCommand extends
|
|
91
|
-
readonly input: CreateLocationFsxOpenZfsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: CreateLocationFsxOpenZfsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxW
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationFsxWindowsCommand_base: {
|
|
24
|
+
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.</p>
|
|
@@ -72,23 +75,5 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class CreateLocationFsxWindowsCommand extends
|
|
76
|
-
readonly input: CreateLocationFsxWindowsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: CreateLocationFsxWindowsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationHdfsCommand_base: {
|
|
24
|
+
new (input: CreateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for a Hadoop Distributed File System (HDFS). </p>
|
|
@@ -85,23 +88,5 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CreateLocationHdfsCommand extends
|
|
89
|
-
readonly input: CreateLocationHdfsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CreateLocationHdfsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationNfsCommand_base: {
|
|
24
|
+
new (input: CreateLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.</p>
|
|
@@ -80,23 +83,5 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class CreateLocationNfsCommand extends
|
|
84
|
-
readonly input: CreateLocationNfsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: CreateLocationNfsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
5
4
|
import { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationObjectStorageCommandInput extends CreateLocationO
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationObjectStorageCommand_base: {
|
|
24
|
+
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for an object storage system that DataSync can access
|
|
@@ -76,23 +79,5 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateLocationObjectStorageCommand extends
|
|
80
|
-
readonly input: CreateLocationObjectStorageCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateLocationObjectStorageCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {
|
|
98
83
|
}
|