@aws-sdk/client-datasync 3.1077.0 → 3.1079.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/index.js +61 -533
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelTaskExecutionCommand.js +2 -14
- package/dist-es/commands/CreateAgentCommand.js +2 -14
- package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/CreateLocationEfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/CreateLocationHdfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationNfsCommand.js +2 -14
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/CreateLocationS3Command.js +2 -14
- package/dist-es/commands/CreateLocationSmbCommand.js +2 -14
- package/dist-es/commands/CreateTaskCommand.js +2 -14
- package/dist-es/commands/DeleteAgentCommand.js +2 -14
- package/dist-es/commands/DeleteLocationCommand.js +2 -14
- package/dist-es/commands/DeleteTaskCommand.js +2 -14
- package/dist-es/commands/DescribeAgentCommand.js +2 -14
- package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/DescribeLocationEfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationNfsCommand.js +2 -14
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/DescribeLocationS3Command.js +2 -14
- package/dist-es/commands/DescribeLocationSmbCommand.js +2 -14
- package/dist-es/commands/DescribeTaskCommand.js +2 -14
- package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -14
- package/dist-es/commands/ListAgentsCommand.js +2 -14
- package/dist-es/commands/ListLocationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskExecutionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/StartTaskExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentCommand.js +2 -14
- package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -14
- package/dist-es/commands/UpdateLocationEfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationNfsCommand.js +2 -14
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -14
- package/dist-es/commands/UpdateLocationS3Command.js +2 -14
- package/dist-es/commands/UpdateLocationSmbCommand.js +2 -14
- package/dist-es/commands/UpdateTaskCommand.js +2 -14
- package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAgentCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/CreateLocationS3Command.d.ts +3 -8
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAgentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLocationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAgentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLocationS3Command.d.ts +3 -8
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/ListAgentsCommand.d.ts +3 -8
- package/dist-types/commands/ListLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -8
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOnt
|
|
|
22
19
|
export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationFsxOntapCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for NetApp ONTAP file
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxO
|
|
|
22
19
|
export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for OpenZFS file
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxW
|
|
|
22
19
|
export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationFsxWindowsCommand_base: {
|
|
25
|
-
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for an Amazon FSx for Windows File Server file
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsReques
|
|
|
22
19
|
export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationHdfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for a Hadoop Distributed File System
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest
|
|
|
22
19
|
export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationNfsCommand_base: {
|
|
25
|
-
new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for a Network File System (NFS) file
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationObjectStorageCommandInput extends CreateLocationO
|
|
|
22
19
|
export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationObjectStorageCommand_base: {
|
|
25
|
-
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationObjectStorageCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for an object storage system. DataSync can use this location as a source or destination for transferring data. You
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
|
|
|
22
19
|
export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationS3Command_base: {
|
|
25
|
-
new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationS3CommandInput): import("@smithy/core/client").CommandImpl<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for an Amazon S3 bucket.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest
|
|
|
22
19
|
export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLocationSmbCommand_base: {
|
|
25
|
-
new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLocationSmbCommandInput): import("@smithy/core/client").CommandImpl<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a transfer <i>location</i> for a Server Message Block (SMB) file
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTaskCommandInput extends CreateTaskRequest {
|
|
|
22
19
|
export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTaskCommand_base: {
|
|
25
|
-
new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateTaskCommandInput, CreateTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Configures a <i>task</i>, which defines where and how DataSync
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAgentCommandInput extends DeleteAgentRequest {
|
|
|
22
19
|
export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAgentCommand_base: {
|
|
25
|
-
new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAgentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentCommandInput, DeleteAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes an DataSync agent resource from your Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteLocationCommandInput extends DeleteLocationRequest {
|
|
|
22
19
|
export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLocationCommand_base: {
|
|
25
|
-
new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteLocationCommandInput, DeleteLocationCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a transfer location resource from DataSync. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteTaskCommandInput extends DeleteTaskRequest {
|
|
|
22
19
|
export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTaskCommand_base: {
|
|
25
|
-
new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteTaskCommandInput, DeleteTaskCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a transfer task resource from DataSync.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeAgentCommandInput extends DescribeAgentRequest {
|
|
|
22
19
|
export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeAgentCommand_base: {
|
|
25
|
-
new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeAgentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentCommandInput, DescribeAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an DataSync agent, such as its name, service
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationAzureBlobRequest, DescribeLocationAzureBlobResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationAzureBlobCommandInput extends DescribeLocationA
|
|
|
22
19
|
export interface DescribeLocationAzureBlobCommandOutput extends DescribeLocationAzureBlobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationAzureBlobCommand_base: {
|
|
25
|
-
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationAzureBlobCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for Microsoft Azure
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequ
|
|
|
22
19
|
export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationEfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationEfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationF
|
|
|
22
19
|
export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationFsxLustreCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationFsxLustreCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationFsxOntapRequest, DescribeLocationFsxOntapResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFs
|
|
|
22
19
|
export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationFsxOntapResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationFsxOntapCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationFsxOntapCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationFsxOpenZfsRequest, DescribeLocationFsxOpenZfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocation
|
|
|
22
19
|
export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationFsxOpenZfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocation
|
|
|
22
19
|
export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocationFsxWindowsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationFsxWindowsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationFsxWindowsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationHdfsCommandInput extends DescribeLocationHdfsRe
|
|
|
22
19
|
export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationHdfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationHdfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for a Hadoop
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
2
|
import type { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequ
|
|
|
22
19
|
export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLocationNfsCommand_base: {
|
|
25
|
-
new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLocationNfsCommandInput): import("@smithy/core/client").CommandImpl<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about how an DataSync transfer location for a Network
|