@aws-sdk/client-datasync 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DataSync.d.ts +0 -44
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -444
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface DeleteTaskCommandInput extends DeleteTaskRequest {}
|
|
|
15
15
|
export interface DeleteTaskCommandOutput
|
|
16
16
|
extends DeleteTaskResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTaskCommand extends $Command<
|
|
20
19
|
DeleteTaskCommandInput,
|
|
21
20
|
DeleteTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTaskCommandInput;
|
|
25
24
|
constructor(input: DeleteTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeAgentCommandInput extends DescribeAgentRequest {}
|
|
|
18
18
|
export interface DescribeAgentCommandOutput
|
|
19
19
|
extends DescribeAgentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeAgentCommand extends $Command<
|
|
23
22
|
DescribeAgentCommandInput,
|
|
24
23
|
DescribeAgentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeAgentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeAgentCommandInput;
|
|
28
27
|
constructor(input: DescribeAgentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationEfsCommandInput
|
|
|
19
19
|
export interface DescribeLocationEfsCommandOutput
|
|
20
20
|
extends DescribeLocationEfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationEfsCommand extends $Command<
|
|
24
23
|
DescribeLocationEfsCommandInput,
|
|
25
24
|
DescribeLocationEfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationEfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationEfsCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationEfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationFsxLustreCommandInput
|
|
|
19
19
|
export interface DescribeLocationFsxLustreCommandOutput
|
|
20
20
|
extends DescribeLocationFsxLustreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationFsxLustreCommand extends $Command<
|
|
24
23
|
DescribeLocationFsxLustreCommandInput,
|
|
25
24
|
DescribeLocationFsxLustreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationFsxLustreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationFsxLustreCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationFsxLustreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationFsxOntapCommandInput
|
|
|
19
19
|
export interface DescribeLocationFsxOntapCommandOutput
|
|
20
20
|
extends DescribeLocationFsxOntapResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationFsxOntapCommand extends $Command<
|
|
24
23
|
DescribeLocationFsxOntapCommandInput,
|
|
25
24
|
DescribeLocationFsxOntapCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationFsxOntapCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationFsxOntapCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationFsxOntapCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationFsxOpenZfsCommandInput
|
|
|
19
19
|
export interface DescribeLocationFsxOpenZfsCommandOutput
|
|
20
20
|
extends DescribeLocationFsxOpenZfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationFsxOpenZfsCommand extends $Command<
|
|
24
23
|
DescribeLocationFsxOpenZfsCommandInput,
|
|
25
24
|
DescribeLocationFsxOpenZfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationFsxOpenZfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationFsxOpenZfsCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationFsxOpenZfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationFsxWindowsCommandInput
|
|
|
19
19
|
export interface DescribeLocationFsxWindowsCommandOutput
|
|
20
20
|
extends DescribeLocationFsxWindowsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationFsxWindowsCommand extends $Command<
|
|
24
23
|
DescribeLocationFsxWindowsCommandInput,
|
|
25
24
|
DescribeLocationFsxWindowsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationFsxWindowsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationFsxWindowsCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationFsxWindowsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationHdfsCommandInput
|
|
|
19
19
|
export interface DescribeLocationHdfsCommandOutput
|
|
20
20
|
extends DescribeLocationHdfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationHdfsCommand extends $Command<
|
|
24
23
|
DescribeLocationHdfsCommandInput,
|
|
25
24
|
DescribeLocationHdfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationHdfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationHdfsCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationHdfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationNfsCommandInput
|
|
|
19
19
|
export interface DescribeLocationNfsCommandOutput
|
|
20
20
|
extends DescribeLocationNfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationNfsCommand extends $Command<
|
|
24
23
|
DescribeLocationNfsCommandInput,
|
|
25
24
|
DescribeLocationNfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationNfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationNfsCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationNfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationObjectStorageCommandInput
|
|
|
19
19
|
export interface DescribeLocationObjectStorageCommandOutput
|
|
20
20
|
extends DescribeLocationObjectStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationObjectStorageCommand extends $Command<
|
|
24
23
|
DescribeLocationObjectStorageCommandInput,
|
|
25
24
|
DescribeLocationObjectStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationObjectStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationObjectStorageCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationObjectStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationS3CommandInput
|
|
|
19
19
|
export interface DescribeLocationS3CommandOutput
|
|
20
20
|
extends DescribeLocationS3Response,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationS3Command extends $Command<
|
|
24
23
|
DescribeLocationS3CommandInput,
|
|
25
24
|
DescribeLocationS3CommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationS3Command extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationS3CommandInput;
|
|
29
28
|
constructor(input: DescribeLocationS3CommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLocationSmbCommandInput
|
|
|
19
19
|
export interface DescribeLocationSmbCommandOutput
|
|
20
20
|
extends DescribeLocationSmbResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLocationSmbCommand extends $Command<
|
|
24
23
|
DescribeLocationSmbCommandInput,
|
|
25
24
|
DescribeLocationSmbCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLocationSmbCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLocationSmbCommandInput;
|
|
29
28
|
constructor(input: DescribeLocationSmbCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTaskCommandInput extends DescribeTaskRequest {}
|
|
|
15
15
|
export interface DescribeTaskCommandOutput
|
|
16
16
|
extends DescribeTaskResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTaskCommand extends $Command<
|
|
20
19
|
DescribeTaskCommandInput,
|
|
21
20
|
DescribeTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTaskCommandInput;
|
|
25
24
|
constructor(input: DescribeTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeTaskExecutionCommandInput
|
|
|
19
19
|
export interface DescribeTaskExecutionCommandOutput
|
|
20
20
|
extends DescribeTaskExecutionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeTaskExecutionCommand extends $Command<
|
|
24
23
|
DescribeTaskExecutionCommandInput,
|
|
25
24
|
DescribeTaskExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeTaskExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeTaskExecutionCommandInput;
|
|
29
28
|
constructor(input: DescribeTaskExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAgentsCommandInput extends ListAgentsRequest {}
|
|
|
15
15
|
export interface ListAgentsCommandOutput
|
|
16
16
|
extends ListAgentsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAgentsCommand extends $Command<
|
|
20
19
|
ListAgentsCommandInput,
|
|
21
20
|
ListAgentsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAgentsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAgentsCommandInput;
|
|
25
24
|
constructor(input: ListAgentsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListLocationsCommandInput extends ListLocationsRequest {}
|
|
|
18
18
|
export interface ListLocationsCommandOutput
|
|
19
19
|
extends ListLocationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListLocationsCommand extends $Command<
|
|
23
22
|
ListLocationsCommandInput,
|
|
24
23
|
ListLocationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListLocationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListLocationsCommandInput;
|
|
28
27
|
constructor(input: ListLocationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTaskExecutionsCommandInput
|
|
|
19
19
|
export interface ListTaskExecutionsCommandOutput
|
|
20
20
|
extends ListTaskExecutionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTaskExecutionsCommand extends $Command<
|
|
24
23
|
ListTaskExecutionsCommandInput,
|
|
25
24
|
ListTaskExecutionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTaskExecutionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTaskExecutionsCommandInput;
|
|
29
28
|
constructor(input: ListTaskExecutionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
|
15
15
|
export interface ListTasksCommandOutput
|
|
16
16
|
extends ListTasksResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTasksCommand extends $Command<
|
|
20
19
|
ListTasksCommandInput,
|
|
21
20
|
ListTasksCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTasksCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTasksCommandInput;
|
|
25
24
|
constructor(input: ListTasksCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartTaskExecutionCommandInput
|
|
|
19
19
|
export interface StartTaskExecutionCommandOutput
|
|
20
20
|
extends StartTaskExecutionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartTaskExecutionCommand extends $Command<
|
|
24
23
|
StartTaskExecutionCommandInput,
|
|
25
24
|
StartTaskExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartTaskExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartTaskExecutionCommandInput;
|
|
29
28
|
constructor(input: StartTaskExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateAgentCommandInput extends UpdateAgentRequest {}
|
|
|
15
15
|
export interface UpdateAgentCommandOutput
|
|
16
16
|
extends UpdateAgentResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateAgentCommand extends $Command<
|
|
20
19
|
UpdateAgentCommandInput,
|
|
21
20
|
UpdateAgentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateAgentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateAgentCommandInput;
|
|
25
24
|
constructor(input: UpdateAgentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateLocationHdfsCommandInput
|
|
|
19
19
|
export interface UpdateLocationHdfsCommandOutput
|
|
20
20
|
extends UpdateLocationHdfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateLocationHdfsCommand extends $Command<
|
|
24
23
|
UpdateLocationHdfsCommandInput,
|
|
25
24
|
UpdateLocationHdfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateLocationHdfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateLocationHdfsCommandInput;
|
|
29
28
|
constructor(input: UpdateLocationHdfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateLocationNfsCommandInput
|
|
|
19
19
|
export interface UpdateLocationNfsCommandOutput
|
|
20
20
|
extends UpdateLocationNfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateLocationNfsCommand extends $Command<
|
|
24
23
|
UpdateLocationNfsCommandInput,
|
|
25
24
|
UpdateLocationNfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateLocationNfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateLocationNfsCommandInput;
|
|
29
28
|
constructor(input: UpdateLocationNfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateLocationObjectStorageCommandInput
|
|
|
19
19
|
export interface UpdateLocationObjectStorageCommandOutput
|
|
20
20
|
extends UpdateLocationObjectStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateLocationObjectStorageCommand extends $Command<
|
|
24
23
|
UpdateLocationObjectStorageCommandInput,
|
|
25
24
|
UpdateLocationObjectStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateLocationObjectStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateLocationObjectStorageCommandInput;
|
|
29
28
|
constructor(input: UpdateLocationObjectStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateLocationSmbCommandInput
|
|
|
19
19
|
export interface UpdateLocationSmbCommandOutput
|
|
20
20
|
extends UpdateLocationSmbResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateLocationSmbCommand extends $Command<
|
|
24
23
|
UpdateLocationSmbCommandInput,
|
|
25
24
|
UpdateLocationSmbCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateLocationSmbCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateLocationSmbCommandInput;
|
|
29
28
|
constructor(input: UpdateLocationSmbCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateTaskCommandInput extends UpdateTaskRequest {}
|
|
|
15
15
|
export interface UpdateTaskCommandOutput
|
|
16
16
|
extends UpdateTaskResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateTaskCommand extends $Command<
|
|
20
19
|
UpdateTaskCommandInput,
|
|
21
20
|
UpdateTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateTaskCommandInput;
|
|
25
24
|
constructor(input: UpdateTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateTaskExecutionCommandInput
|
|
|
19
19
|
export interface UpdateTaskExecutionCommandOutput
|
|
20
20
|
extends UpdateTaskExecutionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateTaskExecutionCommand extends $Command<
|
|
24
23
|
UpdateTaskExecutionCommandInput,
|
|
25
24
|
UpdateTaskExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateTaskExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateTaskExecutionCommandInput;
|
|
29
28
|
constructor(input: UpdateTaskExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DataSyncServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|