@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,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 { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationS3Command_base: {
|
|
24
|
+
new (input: CreateLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A <i>location</i> is an endpoint for an Amazon S3 bucket. DataSync can use the location as a source or destination for copying data.</p>
|
|
@@ -89,23 +92,5 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class CreateLocationS3Command extends
|
|
93
|
-
readonly input: CreateLocationS3CommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: CreateLocationS3CommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationS3CommandInput, CreateLocationS3CommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class CreateLocationS3Command extends CreateLocationS3Command_base {
|
|
111
96
|
}
|
|
@@ -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 { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateLocationSmbCommand_base: {
|
|
24
|
+
new (input: CreateLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer.</p>
|
|
@@ -76,23 +79,5 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateLocationSmbCommand extends
|
|
80
|
-
readonly input: CreateLocationSmbCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateLocationSmbCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_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 { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTaskCommandInput extends CreateTaskRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTaskCommand_base: {
|
|
24
|
+
new (input: CreateTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Configures a transfer task, which defines where and how DataSync moves your
|
|
@@ -135,23 +138,5 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
|
|
|
135
138
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
136
139
|
*
|
|
137
140
|
*/
|
|
138
|
-
export declare class CreateTaskCommand extends
|
|
139
|
-
readonly input: CreateTaskCommandInput;
|
|
140
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
141
|
-
/**
|
|
142
|
-
* @public
|
|
143
|
-
*/
|
|
144
|
-
constructor(input: CreateTaskCommandInput);
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTaskCommandInput, CreateTaskCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private serialize;
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
private deserialize;
|
|
141
|
+
export declare class CreateTaskCommand extends CreateTaskCommand_base {
|
|
157
142
|
}
|
|
@@ -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 { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAgentCommandInput extends DeleteAgentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAgentCommand_base: {
|
|
24
|
+
new (input: DeleteAgentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes an DataSync agent resource from your Amazon Web Services account.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteAgentCommand extends
|
|
64
|
-
readonly input: DeleteAgentCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteAgentCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAgentCommandInput, DeleteAgentCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
|
|
82
67
|
}
|
|
@@ -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 { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteLocationCommandInput extends DeleteLocationRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteLocationCommand_base: {
|
|
24
|
+
new (input: DeleteLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the configuration of a location used by DataSync. </p>
|
|
@@ -56,23 +59,5 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class DeleteLocationCommand extends
|
|
60
|
-
readonly input: DeleteLocationCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: DeleteLocationCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLocationCommandInput, DeleteLocationCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class DeleteLocationCommand extends DeleteLocationCommand_base {
|
|
78
63
|
}
|
|
@@ -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 { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTaskCommandInput extends DeleteTaskRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTaskCommand_base: {
|
|
24
|
+
new (input: DeleteTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an DataSync transfer task.</p>
|
|
@@ -56,23 +59,5 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class DeleteTaskCommand extends
|
|
60
|
-
readonly input: DeleteTaskCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: DeleteTaskCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTaskCommandInput, DeleteTaskCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class DeleteTaskCommand extends DeleteTaskCommand_base {
|
|
78
63
|
}
|
|
@@ -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 { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAgentCommandInput extends DescribeAgentRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAgentCommand_base: {
|
|
24
|
+
new (input: DescribeAgentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about an DataSync agent, such as its name, service endpoint
|
|
@@ -77,23 +80,5 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DescribeAgentCommand extends
|
|
81
|
-
readonly input: DescribeAgentCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DescribeAgentCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgentCommandInput, DescribeAgentCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DescribeAgentCommand extends DescribeAgentCommand_base {
|
|
99
84
|
}
|
|
@@ -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 { DescribeDiscoveryJobRequest, DescribeDiscoveryJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDiscoveryJobCommandInput extends DescribeDiscoveryJobRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDiscoveryJobCommandOutput extends DescribeDiscoveryJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDiscoveryJobCommand_base: {
|
|
24
|
+
new (input: DescribeDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a DataSync discovery job.</p>
|
|
@@ -63,23 +66,5 @@ export interface DescribeDiscoveryJobCommandOutput extends DescribeDiscoveryJobR
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DescribeDiscoveryJobCommand extends
|
|
67
|
-
readonly input: DescribeDiscoveryJobCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DescribeDiscoveryJobCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {
|
|
85
70
|
}
|
|
@@ -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 { DescribeLocationAzureBlobRequest, DescribeLocationAzureBlobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLocationAzureBlobCommandInput extends DescribeLocationA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLocationAzureBlobCommandOutput extends DescribeLocationAzureBlobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLocationAzureBlobCommand_base: {
|
|
24
|
+
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.</p>
|
|
@@ -66,23 +69,5 @@ export interface DescribeLocationAzureBlobCommandOutput extends DescribeLocation
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DescribeLocationAzureBlobCommand extends
|
|
70
|
-
readonly input: DescribeLocationAzureBlobCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DescribeLocationAzureBlobCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {
|
|
88
73
|
}
|
|
@@ -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 { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLocationEfsCommand_base: {
|
|
24
|
+
new (input: DescribeLocationEfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns metadata about your DataSync location for an Amazon EFS
|
|
@@ -70,23 +73,5 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DescribeLocationEfsCommand extends
|
|
74
|
-
readonly input: DescribeLocationEfsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DescribeLocationEfsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationF
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLocationFsxLustreCommand_base: {
|
|
24
|
+
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.</p>
|
|
@@ -63,23 +66,5 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DescribeLocationFsxLustreCommand extends
|
|
67
|
-
readonly input: DescribeLocationFsxLustreCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DescribeLocationFsxLustreCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {
|
|
85
70
|
}
|
|
@@ -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 { DescribeLocationFsxOntapRequest, DescribeLocationFsxOntapResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFs
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationFsxOntapResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLocationFsxOntapCommand_base: {
|
|
24
|
+
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
|
|
@@ -84,23 +87,5 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class DescribeLocationFsxOntapCommand extends
|
|
88
|
-
readonly input: DescribeLocationFsxOntapCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: DescribeLocationFsxOntapCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {
|
|
106
91
|
}
|
|
@@ -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 { DescribeLocationFsxOpenZfsRequest, DescribeLocationFsxOpenZfsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocation
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
24
|
+
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.</p>
|
|
@@ -82,23 +85,5 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class DescribeLocationFsxOpenZfsCommand extends
|
|
86
|
-
readonly input: DescribeLocationFsxOpenZfsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: DescribeLocationFsxOpenZfsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {
|
|
104
89
|
}
|
|
@@ -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 { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocation
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocationFsxWindowsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLocationFsxWindowsCommand_base: {
|
|
24
|
+
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns metadata about an Amazon FSx for Windows File Server location, such as information
|
|
@@ -66,23 +69,5 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DescribeLocationFsxWindowsCommand extends
|
|
70
|
-
readonly input: DescribeLocationFsxWindowsCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DescribeLocationFsxWindowsCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {
|
|
88
73
|
}
|