@aws-sdk/client-datasync 3.1076.0 → 3.1078.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 +64 -535
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTaskExecutionsRequest,
|
|
10
4
|
ListTaskExecutionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTaskExecutionsCommandInput
|
|
15
8
|
extends ListTaskExecutionsRequest {}
|
|
16
9
|
export interface ListTaskExecutionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTaskExecutionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTaskExecutionsCommandInput,
|
|
24
17
|
ListTaskExecutionsCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListTaskExecutionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTaskExecutionsCommandInput,
|
|
33
26
|
ListTaskExecutionsCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
12
5
|
export interface ListTasksCommandOutput
|
|
13
6
|
extends ListTasksResponse,
|
|
@@ -16,22 +9,20 @@ declare const ListTasksCommand_base: {
|
|
|
16
9
|
new (input: ListTasksCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListTasksCommandInput,
|
|
18
11
|
ListTasksCommandOutput,
|
|
19
|
-
DataSyncClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").DataSyncClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [ListTasksCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ListTasksCommandInput,
|
|
27
20
|
ListTasksCommandOutput,
|
|
28
|
-
DataSyncClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").DataSyncClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ListTasksCommand extends ListTasksCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
StartTaskExecutionRequest,
|
|
10
4
|
StartTaskExecutionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartTaskExecutionCommandInput
|
|
15
8
|
extends StartTaskExecutionRequest {}
|
|
16
9
|
export interface StartTaskExecutionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartTaskExecutionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartTaskExecutionCommandInput,
|
|
24
17
|
StartTaskExecutionCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartTaskExecutionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartTaskExecutionCommandInput,
|
|
33
26
|
StartTaskExecutionCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
DataSyncClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataSyncClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
DataSyncClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataSyncClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
DataSyncClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DataSyncClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
DataSyncClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DataSyncClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateAgentCommandInput extends UpdateAgentRequest {}
|
|
12
5
|
export interface UpdateAgentCommandOutput
|
|
13
6
|
extends UpdateAgentResponse,
|
|
@@ -18,22 +11,20 @@ declare const UpdateAgentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateAgentCommandInput,
|
|
20
13
|
UpdateAgentCommandOutput,
|
|
21
|
-
DataSyncClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").DataSyncClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateAgentCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateAgentCommandInput,
|
|
29
22
|
UpdateAgentCommandOutput,
|
|
30
|
-
DataSyncClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").DataSyncClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationAzureBlobRequest,
|
|
10
4
|
UpdateLocationAzureBlobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationAzureBlobCommandInput
|
|
15
8
|
extends UpdateLocationAzureBlobRequest {}
|
|
16
9
|
export interface UpdateLocationAzureBlobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationAzureBlobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationAzureBlobCommandInput,
|
|
24
17
|
UpdateLocationAzureBlobCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationAzureBlobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationAzureBlobCommandInput,
|
|
33
26
|
UpdateLocationAzureBlobCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationEfsRequest,
|
|
10
4
|
UpdateLocationEfsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationEfsCommandInput
|
|
15
8
|
extends UpdateLocationEfsRequest {}
|
|
16
9
|
export interface UpdateLocationEfsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationEfsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationEfsCommandInput,
|
|
24
17
|
UpdateLocationEfsCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationEfsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationEfsCommandInput,
|
|
33
26
|
UpdateLocationEfsCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationEfsCommand extends UpdateLocationEfsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationFsxLustreRequest,
|
|
10
4
|
UpdateLocationFsxLustreResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationFsxLustreCommandInput
|
|
15
8
|
extends UpdateLocationFsxLustreRequest {}
|
|
16
9
|
export interface UpdateLocationFsxLustreCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationFsxLustreCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationFsxLustreCommandInput,
|
|
24
17
|
UpdateLocationFsxLustreCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationFsxLustreCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationFsxLustreCommandInput,
|
|
33
26
|
UpdateLocationFsxLustreCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationFsxLustreCommand extends UpdateLocationFsxLustreCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationFsxOntapRequest,
|
|
10
4
|
UpdateLocationFsxOntapResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationFsxOntapCommandInput
|
|
15
8
|
extends UpdateLocationFsxOntapRequest {}
|
|
16
9
|
export interface UpdateLocationFsxOntapCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationFsxOntapCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationFsxOntapCommandInput,
|
|
24
17
|
UpdateLocationFsxOntapCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationFsxOntapCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationFsxOntapCommandInput,
|
|
33
26
|
UpdateLocationFsxOntapCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationFsxOntapCommand extends UpdateLocationFsxOntapCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationFsxOpenZfsRequest,
|
|
10
4
|
UpdateLocationFsxOpenZfsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationFsxOpenZfsCommandInput
|
|
15
8
|
extends UpdateLocationFsxOpenZfsRequest {}
|
|
16
9
|
export interface UpdateLocationFsxOpenZfsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationFsxOpenZfsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationFsxOpenZfsCommandInput,
|
|
24
17
|
UpdateLocationFsxOpenZfsCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationFsxOpenZfsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationFsxOpenZfsCommandInput,
|
|
33
26
|
UpdateLocationFsxOpenZfsCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationFsxOpenZfsCommand extends UpdateLocationFsxOpenZfsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationFsxWindowsRequest,
|
|
10
4
|
UpdateLocationFsxWindowsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationFsxWindowsCommandInput
|
|
15
8
|
extends UpdateLocationFsxWindowsRequest {}
|
|
16
9
|
export interface UpdateLocationFsxWindowsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationFsxWindowsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationFsxWindowsCommandInput,
|
|
24
17
|
UpdateLocationFsxWindowsCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationFsxWindowsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationFsxWindowsCommandInput,
|
|
33
26
|
UpdateLocationFsxWindowsCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationFsxWindowsCommand extends UpdateLocationFsxWindowsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationHdfsRequest,
|
|
10
4
|
UpdateLocationHdfsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationHdfsCommandInput
|
|
15
8
|
extends UpdateLocationHdfsRequest {}
|
|
16
9
|
export interface UpdateLocationHdfsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationHdfsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationHdfsCommandInput,
|
|
24
17
|
UpdateLocationHdfsCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationHdfsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationHdfsCommandInput,
|
|
33
26
|
UpdateLocationHdfsCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationHdfsCommand extends UpdateLocationHdfsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DataSyncClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DataSyncClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateLocationNfsRequest,
|
|
10
4
|
UpdateLocationNfsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateLocationNfsCommandInput
|
|
15
8
|
extends UpdateLocationNfsRequest {}
|
|
16
9
|
export interface UpdateLocationNfsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateLocationNfsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateLocationNfsCommandInput,
|
|
24
17
|
UpdateLocationNfsCommandOutput,
|
|
25
|
-
DataSyncClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DataSyncClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateLocationNfsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateLocationNfsCommandInput,
|
|
33
26
|
UpdateLocationNfsCommandOutput,
|
|
34
|
-
DataSyncClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DataSyncClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateLocationNfsCommand extends UpdateLocationNfsCommand_base {
|
|
43
34
|
protected static __types: {
|