@aws-sdk/client-datasync 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/DataSync.d.ts +7 -1
- package/dist-types/DataSyncClient.d.ts +1 -1
- package/dist-types/commands/AddStorageSystemCommand.d.ts +2 -1
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocationS3Command.d.ts +2 -1
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAgentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GenerateRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageSystemsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/RemoveStorageSystemCommand.d.ts +2 -1
- package/dist-types/commands/StartDiscoveryJobCommand.d.ts +2 -1
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopDiscoveryJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStorageSystemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +689 -689
- package/dist-types/ts3.4/DataSync.d.ts +6 -0
- package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -728,6 +728,7 @@ export interface DataSync {
|
|
|
728
728
|
options: __HttpHandlerOptions,
|
|
729
729
|
cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void
|
|
730
730
|
): void;
|
|
731
|
+
listAgents(): Promise<ListAgentsCommandOutput>;
|
|
731
732
|
listAgents(
|
|
732
733
|
args: ListAgentsCommandInput,
|
|
733
734
|
options?: __HttpHandlerOptions
|
|
@@ -741,6 +742,7 @@ export interface DataSync {
|
|
|
741
742
|
options: __HttpHandlerOptions,
|
|
742
743
|
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
743
744
|
): void;
|
|
745
|
+
listDiscoveryJobs(): Promise<ListDiscoveryJobsCommandOutput>;
|
|
744
746
|
listDiscoveryJobs(
|
|
745
747
|
args: ListDiscoveryJobsCommandInput,
|
|
746
748
|
options?: __HttpHandlerOptions
|
|
@@ -754,6 +756,7 @@ export interface DataSync {
|
|
|
754
756
|
options: __HttpHandlerOptions,
|
|
755
757
|
cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void
|
|
756
758
|
): void;
|
|
759
|
+
listLocations(): Promise<ListLocationsCommandOutput>;
|
|
757
760
|
listLocations(
|
|
758
761
|
args: ListLocationsCommandInput,
|
|
759
762
|
options?: __HttpHandlerOptions
|
|
@@ -767,6 +770,7 @@ export interface DataSync {
|
|
|
767
770
|
options: __HttpHandlerOptions,
|
|
768
771
|
cb: (err: any, data?: ListLocationsCommandOutput) => void
|
|
769
772
|
): void;
|
|
773
|
+
listStorageSystems(): Promise<ListStorageSystemsCommandOutput>;
|
|
770
774
|
listStorageSystems(
|
|
771
775
|
args: ListStorageSystemsCommandInput,
|
|
772
776
|
options?: __HttpHandlerOptions
|
|
@@ -793,6 +797,7 @@ export interface DataSync {
|
|
|
793
797
|
options: __HttpHandlerOptions,
|
|
794
798
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
795
799
|
): void;
|
|
800
|
+
listTaskExecutions(): Promise<ListTaskExecutionsCommandOutput>;
|
|
796
801
|
listTaskExecutions(
|
|
797
802
|
args: ListTaskExecutionsCommandInput,
|
|
798
803
|
options?: __HttpHandlerOptions
|
|
@@ -806,6 +811,7 @@ export interface DataSync {
|
|
|
806
811
|
options: __HttpHandlerOptions,
|
|
807
812
|
cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
|
|
808
813
|
): void;
|
|
814
|
+
listTasks(): Promise<ListTasksCommandOutput>;
|
|
809
815
|
listTasks(
|
|
810
816
|
args: ListTasksCommandInput,
|
|
811
817
|
options?: __HttpHandlerOptions
|
|
@@ -24,6 +24,15 @@ declare const AddStorageSystemCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AddStorageSystemCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AddStorageSystemCommandInput,
|
|
31
|
+
AddStorageSystemCommandOutput,
|
|
32
|
+
DataSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CancelTaskExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CancelTaskExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CancelTaskExecutionCommandInput,
|
|
32
|
+
CancelTaskExecutionCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateAgentCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateAgentCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateAgentCommandInput,
|
|
28
|
+
CreateAgentCommandOutput,
|
|
29
|
+
DataSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateAgentCommand extends CreateAgentCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationAzureBlobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationAzureBlobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationAzureBlobCommandInput,
|
|
32
|
+
CreateLocationAzureBlobCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationEfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationEfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationEfsCommandInput,
|
|
32
|
+
CreateLocationEfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationFsxLustreCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationFsxLustreCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationFsxLustreCommandInput,
|
|
32
|
+
CreateLocationFsxLustreCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationFsxOntapCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationFsxOntapCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationFsxOntapCommandInput,
|
|
32
|
+
CreateLocationFsxOntapCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationFsxOpenZfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationFsxOpenZfsCommandInput,
|
|
32
|
+
CreateLocationFsxOpenZfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationFsxWindowsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationFsxWindowsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationFsxWindowsCommandInput,
|
|
32
|
+
CreateLocationFsxWindowsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationHdfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationHdfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationHdfsCommandInput,
|
|
32
|
+
CreateLocationHdfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationNfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationNfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationNfsCommandInput,
|
|
32
|
+
CreateLocationNfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationObjectStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationObjectStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationObjectStorageCommandInput,
|
|
32
|
+
CreateLocationObjectStorageCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateLocationS3Command_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateLocationS3CommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateLocationS3CommandInput,
|
|
31
|
+
CreateLocationS3CommandOutput,
|
|
32
|
+
DataSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateLocationS3Command extends CreateLocationS3Command_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateLocationSmbCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateLocationSmbCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateLocationSmbCommandInput,
|
|
32
|
+
CreateLocationSmbCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateTaskCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateTaskCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateTaskCommandInput,
|
|
28
|
+
CreateTaskCommandOutput,
|
|
29
|
+
DataSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateTaskCommand extends CreateTaskCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteAgentCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteAgentCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteAgentCommandInput,
|
|
28
|
+
DeleteAgentCommandOutput,
|
|
29
|
+
DataSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteAgentCommand extends DeleteAgentCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteLocationCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteLocationCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteLocationCommandInput,
|
|
31
|
+
DeleteLocationCommandOutput,
|
|
32
|
+
DataSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteLocationCommand extends DeleteLocationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteTaskCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteTaskCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteTaskCommandInput,
|
|
28
|
+
DeleteTaskCommandOutput,
|
|
29
|
+
DataSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteTaskCommand extends DeleteTaskCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeAgentCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeAgentCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeAgentCommandInput,
|
|
31
|
+
DescribeAgentCommandOutput,
|
|
32
|
+
DataSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeAgentCommand extends DescribeAgentCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDiscoveryJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDiscoveryJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDiscoveryJobCommandInput,
|
|
32
|
+
DescribeDiscoveryJobCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationAzureBlobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationAzureBlobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationAzureBlobCommandInput,
|
|
32
|
+
DescribeLocationAzureBlobCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationEfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationEfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationEfsCommandInput,
|
|
32
|
+
DescribeLocationEfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxLustreCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationFsxLustreCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationFsxLustreCommandInput,
|
|
32
|
+
DescribeLocationFsxLustreCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxOntapCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationFsxOntapCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationFsxOntapCommandInput,
|
|
32
|
+
DescribeLocationFsxOntapCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationFsxOpenZfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationFsxOpenZfsCommandInput,
|
|
32
|
+
DescribeLocationFsxOpenZfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxWindowsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationFsxWindowsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationFsxWindowsCommandInput,
|
|
32
|
+
DescribeLocationFsxWindowsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationHdfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationHdfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationHdfsCommandInput,
|
|
32
|
+
DescribeLocationHdfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationNfsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationNfsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationNfsCommandInput,
|
|
32
|
+
DescribeLocationNfsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationObjectStorageCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationObjectStorageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationObjectStorageCommandInput,
|
|
32
|
+
DescribeLocationObjectStorageCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationS3Command_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationS3CommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationS3CommandInput,
|
|
32
|
+
DescribeLocationS3CommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLocationSmbCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeLocationSmbCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLocationSmbCommandInput,
|
|
32
|
+
DescribeLocationSmbCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStorageSystemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStorageSystemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStorageSystemCommandInput,
|
|
32
|
+
DescribeStorageSystemCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStorageSystemResourceMetricsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStorageSystemResourceMetricsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStorageSystemResourceMetricsCommandInput,
|
|
32
|
+
DescribeStorageSystemResourceMetricsCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeStorageSystemResourcesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeStorageSystemResourcesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeStorageSystemResourcesCommandInput,
|
|
32
|
+
DescribeStorageSystemResourcesCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeTaskCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeTaskCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeTaskCommandInput,
|
|
28
|
+
DescribeTaskCommandOutput,
|
|
29
|
+
DataSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeTaskCommand extends DescribeTaskCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTaskExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTaskExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTaskExecutionCommandInput,
|
|
32
|
+
DescribeTaskExecutionCommandOutput,
|
|
33
|
+
DataSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {}
|