@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
|
@@ -22,10 +22,10 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
24
24
|
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Response elements related to <code>SMB</code> aren't supported with the
|
|
@@ -84,6 +84,7 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
|
84
84
|
* @throws {@link DataSyncServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationFsxWindowsCommand_base: {
|
|
24
24
|
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationFsxWindowsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const DescribeLocationFsxWindowsCommand_base: {
|
|
|
67
67
|
* @throws {@link DataSyncServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationHdfsCommand_base: {
|
|
24
24
|
new (input: DescribeLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for a Hadoop
|
|
30
30
|
* Distributed File System (HDFS) is configured.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const DescribeLocationHdfsCommand_base: {
|
|
|
82
82
|
* @throws {@link DataSyncServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationNfsCommand_base: {
|
|
24
24
|
new (input: DescribeLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationNfsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for a Network
|
|
30
30
|
* File System (NFS) file server is configured.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const DescribeLocationNfsCommand_base: {
|
|
|
71
71
|
* @throws {@link DataSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLocationObjectStorageCommandOutput extends DescribeLoca
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationObjectStorageCommand_base: {
|
|
24
24
|
new (input: DescribeLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationObjectStorageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for an object
|
|
30
30
|
* storage system is configured.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DescribeLocationObjectStorageCommand_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Respo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationS3Command_base: {
|
|
24
24
|
new (input: DescribeLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationS3CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for an S3 bucket
|
|
30
30
|
* is configured.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DescribeLocationS3Command_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLocationSmbCommand_base: {
|
|
24
24
|
new (input: DescribeLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeLocationSmbCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about how an DataSync transfer location for a Server
|
|
30
30
|
* Message Block (SMB) file server is configured.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const DescribeLocationSmbCommand_base: {
|
|
|
71
71
|
* @throws {@link DataSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeStorageSystemCommandOutput extends DescribeStorageSyste
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeStorageSystemCommand_base: {
|
|
24
24
|
new (input: DescribeStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemCommandInput, DescribeStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about an on-premises storage system that you're using with
|
|
30
30
|
* DataSync Discovery.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const DescribeStorageSystemCommand_base: {
|
|
|
75
75
|
* @throws {@link DataSyncServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeStorageSystemResourceMetricsCommandOutput extends Descr
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeStorageSystemResourceMetricsCommand_base: {
|
|
24
24
|
new (input: DescribeStorageSystemResourceMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeStorageSystemResourceMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information, including performance data and capacity usage, which DataSync Discovery
|
|
30
30
|
* collects about a specific resource in your-premises storage system.</p>
|
|
31
31
|
* @example
|
|
@@ -99,6 +99,7 @@ declare const DescribeStorageSystemResourceMetricsCommand_base: {
|
|
|
99
99
|
* @throws {@link DataSyncServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeStorageSystemResourcesCommandOutput extends DescribeSto
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeStorageSystemResourcesCommand_base: {
|
|
24
24
|
new (input: DescribeStorageSystemResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeStorageSystemResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information that DataSync Discovery collects about resources in your on-premises storage
|
|
30
30
|
* system.</p>
|
|
31
31
|
* @example
|
|
@@ -189,6 +189,7 @@ declare const DescribeStorageSystemResourcesCommand_base: {
|
|
|
189
189
|
* @throws {@link DataSyncServiceException}
|
|
190
190
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
191
191
|
*
|
|
192
|
+
* @public
|
|
192
193
|
*/
|
|
193
194
|
export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {
|
|
194
195
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTaskCommand_base: {
|
|
24
24
|
new (input: DescribeTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskCommandInput, DescribeTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides information about an DataSync transfer task.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -145,6 +145,7 @@ declare const DescribeTaskCommand_base: {
|
|
|
145
145
|
* @throws {@link DataSyncServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
147
147
|
*
|
|
148
|
+
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class DescribeTaskCommand extends DescribeTaskCommand_base {
|
|
150
151
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTaskExecutionCommand_base: {
|
|
24
24
|
new (input: DescribeTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides information about an execution of your DataSync task. You can
|
|
30
30
|
* use this operation to help monitor the progress of an ongoing transfer or check the results of
|
|
31
31
|
* the transfer.</p>
|
|
@@ -157,6 +157,7 @@ declare const DescribeTaskExecutionCommand_base: {
|
|
|
157
157
|
* @throws {@link DataSyncServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
159
159
|
*
|
|
160
|
+
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {
|
|
162
163
|
}
|
|
@@ -22,10 +22,10 @@ export interface GenerateRecommendationsCommandOutput extends GenerateRecommenda
|
|
|
22
22
|
}
|
|
23
23
|
declare const GenerateRecommendationsCommand_base: {
|
|
24
24
|
new (input: GenerateRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GenerateRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateRecommendationsCommandInput, GenerateRecommendationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates recommendations about where to migrate your data to in Amazon Web Services.
|
|
30
30
|
* Recommendations are generated based on information that DataSync Discovery collects about your
|
|
31
31
|
* on-premises storage system's resources. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html">Recommendations
|
|
@@ -66,6 +66,7 @@ declare const GenerateRecommendationsCommand_base: {
|
|
|
66
66
|
* @throws {@link DataSyncServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GenerateRecommendationsCommand extends GenerateRecommendationsCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAgentsCommand_base: {
|
|
24
24
|
new (input: ListAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAgentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAgentsCommandInput, ListAgentsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.</p>
|
|
30
30
|
* <p>With pagination, you can reduce the number of agents returned in a response. If you get
|
|
31
31
|
* a truncated list of agents in a response, the response contains a marker that you can specify
|
|
@@ -81,6 +81,7 @@ declare const ListAgentsCommand_base: {
|
|
|
81
81
|
* @throws {@link DataSyncServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListAgentsCommand extends ListAgentsCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDiscoveryJobsCommandOutput extends ListDiscoveryJobsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDiscoveryJobsCommand_base: {
|
|
24
24
|
new (input: ListDiscoveryJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDiscoveryJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides a list of the existing discovery jobs in the Amazon Web Services Region and
|
|
30
30
|
* Amazon Web Services account where you're using DataSync Discovery.</p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const ListDiscoveryJobsCommand_base: {
|
|
|
69
69
|
* @throws {@link DataSyncServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListDiscoveryJobsCommand extends ListDiscoveryJobsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLocationsCommandOutput extends ListLocationsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLocationsCommand_base: {
|
|
24
24
|
new (input: ListLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListLocationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLocationsCommandInput, ListLocationsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of source and destination locations.</p>
|
|
30
30
|
* <p>If you have more locations than are returned in a response (that is, the response
|
|
31
31
|
* returns only a truncated list of your agents), the response contains a token that you can
|
|
@@ -79,6 +79,7 @@ declare const ListLocationsCommand_base: {
|
|
|
79
79
|
* @throws {@link DataSyncServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListLocationsCommand extends ListLocationsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListStorageSystemsCommandOutput extends ListStorageSystemsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListStorageSystemsCommand_base: {
|
|
24
24
|
new (input: ListStorageSystemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListStorageSystemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the on-premises storage systems that you're using with DataSync Discovery.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListStorageSystemsCommand_base: {
|
|
|
67
67
|
* @throws {@link DataSyncServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns all the tags associated with an Amazon Web Services resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link DataSyncServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTaskExecutionsCommand_base: {
|
|
24
24
|
new (input: ListTaskExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTaskExecutionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of executions for an DataSync transfer task.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListTaskExecutionsCommand_base: {
|
|
|
68
68
|
* @throws {@link DataSyncServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTasksCommand_base: {
|
|
24
24
|
new (input: ListTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTasksCommandInput, ListTasksCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the DataSync tasks you created.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListTasksCommand_base: {
|
|
|
77
77
|
* @throws {@link DataSyncServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTasksCommand extends ListTasksCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveStorageSystemCommandOutput extends RemoveStorageSystemRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveStorageSystemCommand_base: {
|
|
24
24
|
new (input: RemoveStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveStorageSystemCommandInput, RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Permanently removes a storage system resource from DataSync Discovery, including the associated
|
|
30
30
|
* discovery jobs, collected data, and recommendations.</p>
|
|
31
31
|
* @example
|
|
@@ -59,6 +59,7 @@ declare const RemoveStorageSystemCommand_base: {
|
|
|
59
59
|
* @throws {@link DataSyncServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartDiscoveryJobCommandOutput extends StartDiscoveryJobRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartDiscoveryJobCommand_base: {
|
|
24
24
|
new (input: StartDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscoveryJobCommandInput, StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Runs a DataSync discovery job on your on-premises storage system. If you haven't added the
|
|
30
30
|
* storage system to DataSync Discovery yet, do this first by using the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_AddStorageSystem.html">AddStorageSystem</a>
|
|
31
31
|
* operation.</p>
|
|
@@ -70,6 +70,7 @@ declare const StartDiscoveryJobCommand_base: {
|
|
|
70
70
|
* @throws {@link DataSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartTaskExecutionCommand_base: {
|
|
24
24
|
new (input: StartTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartTaskExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an DataSync transfer task. For each task, you can only run one task
|
|
30
30
|
* execution at a time.</p>
|
|
31
31
|
* <p>There are several phases to a task execution. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/working-with-task-executions.html#understand-task-execution-statuses">Task execution statuses</a>.</p>
|
|
@@ -141,6 +141,7 @@ declare const StartTaskExecutionCommand_base: {
|
|
|
141
141
|
* @throws {@link DataSyncServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
|
|
146
147
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopDiscoveryJobCommandOutput extends StopDiscoveryJobResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopDiscoveryJobCommand_base: {
|
|
24
24
|
new (input: StopDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscoveryJobCommandInput, StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a running DataSync discovery job.</p>
|
|
30
30
|
* <p>You can stop a discovery job anytime. A job that's stopped before it's scheduled to end
|
|
31
31
|
* likely will provide you some information about your on-premises storage system resources. To
|
|
@@ -61,6 +61,7 @@ declare const StopDiscoveryJobCommand_base: {
|
|
|
61
61
|
* @throws {@link DataSyncServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies a <i>tag</i> to an Amazon Web Services resource. Tags are
|
|
30
30
|
* key-value pairs that can help you manage, filter, and search for your resources.</p>
|
|
31
31
|
* <p>These include DataSync resources, such as locations, tasks, and task
|
|
@@ -67,6 +67,7 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link DataSyncServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from an Amazon Web Services resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link DataSyncServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAgentCommand_base: {
|
|
24
24
|
new (input: UpdateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAgentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the name of an DataSync agent.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const UpdateAgentCommand_base: {
|
|
|
59
59
|
* @throws {@link DataSyncServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateDiscoveryJobCommandOutput extends UpdateDiscoveryJobRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateDiscoveryJobCommand_base: {
|
|
24
24
|
new (input: UpdateDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateDiscoveryJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Edits a DataSync discovery job configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -59,6 +59,7 @@ declare const UpdateDiscoveryJobCommand_base: {
|
|
|
59
59
|
* @throws {@link DataSyncServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
|
|
64
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLocationAzureBlobCommandOutput extends UpdateLocationAzur
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLocationAzureBlobCommand_base: {
|
|
24
24
|
new (input: UpdateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLocationAzureBlobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const UpdateLocationAzureBlobCommand_base: {
|
|
|
68
68
|
* @throws {@link DataSyncServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLocationHdfsCommand_base: {
|
|
24
24
|
new (input: UpdateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLocationHdfsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates some parameters of a previously created location for a Hadoop Distributed File
|
|
30
30
|
* System cluster.</p>
|
|
31
31
|
* @example
|
|
@@ -81,6 +81,7 @@ declare const UpdateLocationHdfsCommand_base: {
|
|
|
81
81
|
* @throws {@link DataSyncServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DataSync service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateLocationHdfsCommand extends UpdateLocationHdfsCommand_base {
|
|
86
87
|
}
|