@aws-sdk/client-datasync 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/DataSync.d.ts +173 -200
- package/dist-types/ts3.4/DataSyncClient.d.ts +24 -61
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +15 -30
- package/dist-types/ts3.4/models/errors.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateLocationSmbRequest,
|
|
4
|
-
CreateLocationSmbResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateLocationSmbCommandInput
|
|
8
|
-
extends CreateLocationSmbRequest {}
|
|
4
|
+
export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest {}
|
|
9
5
|
export interface CreateLocationSmbCommandOutput
|
|
10
|
-
extends CreateLocationSmbResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateLocationSmbResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateLocationSmbCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateLocationSmbCommandInput
|
|
9
|
+
input: CreateLocationSmbCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateLocationSmbCommandInput,
|
|
17
12
|
CreateLocationSmbCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateLocationSmbCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateLocationSmbCommandInput
|
|
18
|
+
input: CreateLocationSmbCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateLocationSmbCommandInput,
|
|
26
21
|
CreateLocationSmbCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateTaskCommandInput extends CreateTaskRequest {}
|
|
5
|
-
export interface CreateTaskCommandOutput
|
|
6
|
-
extends CreateTaskResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateTaskCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateTaskCommandInput
|
|
8
|
+
input: CreateTaskCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateTaskCommandInput,
|
|
13
11
|
CreateTaskCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateTaskCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateTaskCommandInput
|
|
17
|
+
input: CreateTaskCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateTaskCommandInput,
|
|
22
20
|
CreateTaskCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteAgentCommandInput extends DeleteAgentRequest {}
|
|
5
|
-
export interface DeleteAgentCommandOutput
|
|
6
|
-
extends DeleteAgentResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteAgentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteAgentCommandInput
|
|
8
|
+
input: DeleteAgentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteAgentCommandInput,
|
|
13
11
|
DeleteAgentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteAgentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteAgentCommandInput
|
|
17
|
+
input: DeleteAgentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteAgentCommandInput,
|
|
22
20
|
DeleteAgentCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteLocationRequest,
|
|
4
|
-
DeleteLocationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteLocationCommandInput extends DeleteLocationRequest {}
|
|
8
|
-
export interface DeleteLocationCommandOutput
|
|
9
|
-
extends DeleteLocationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteLocationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteLocationCommandInput
|
|
8
|
+
input: DeleteLocationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteLocationCommandInput,
|
|
16
11
|
DeleteLocationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteLocationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteLocationCommandInput
|
|
17
|
+
input: DeleteLocationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteLocationCommandInput,
|
|
25
20
|
DeleteLocationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteTaskCommandInput extends DeleteTaskRequest {}
|
|
5
|
-
export interface DeleteTaskCommandOutput
|
|
6
|
-
extends DeleteTaskResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteTaskCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteTaskCommandInput
|
|
8
|
+
input: DeleteTaskCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteTaskCommandInput,
|
|
13
11
|
DeleteTaskCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteTaskCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteTaskCommandInput
|
|
17
|
+
input: DeleteTaskCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteTaskCommandInput,
|
|
22
20
|
DeleteTaskCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAgentRequest,
|
|
4
|
-
DescribeAgentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeAgentCommandInput extends DescribeAgentRequest {}
|
|
8
|
-
export interface DescribeAgentCommandOutput
|
|
9
|
-
extends DescribeAgentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeAgentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeAgentCommandInput
|
|
8
|
+
input: DescribeAgentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeAgentCommandInput,
|
|
16
11
|
DescribeAgentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeAgentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeAgentCommandInput
|
|
17
|
+
input: DescribeAgentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeAgentCommandInput,
|
|
25
20
|
DescribeAgentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLocationAzureBlobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationAzureBlobCommandInput
|
|
8
|
-
extends DescribeLocationAzureBlobRequest {}
|
|
7
|
+
export interface DescribeLocationAzureBlobCommandInput extends DescribeLocationAzureBlobRequest {}
|
|
9
8
|
export interface DescribeLocationAzureBlobCommandOutput
|
|
10
|
-
extends DescribeLocationAzureBlobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLocationAzureBlobResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLocationAzureBlobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLocationAzureBlobCommandInput
|
|
12
|
+
input: DescribeLocationAzureBlobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLocationAzureBlobCommandInput,
|
|
17
15
|
DescribeLocationAzureBlobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLocationAzureBlobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLocationAzureBlobCommandInput
|
|
21
|
+
input: DescribeLocationAzureBlobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLocationAzureBlobCommandInput,
|
|
26
24
|
DescribeLocationAzureBlobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLocationEfsRequest,
|
|
4
|
-
DescribeLocationEfsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationEfsCommandInput
|
|
8
|
-
extends DescribeLocationEfsRequest {}
|
|
4
|
+
export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequest {}
|
|
9
5
|
export interface DescribeLocationEfsCommandOutput
|
|
10
|
-
extends DescribeLocationEfsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLocationEfsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLocationEfsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLocationEfsCommandInput
|
|
9
|
+
input: DescribeLocationEfsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLocationEfsCommandInput,
|
|
17
12
|
DescribeLocationEfsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLocationEfsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLocationEfsCommandInput
|
|
18
|
+
input: DescribeLocationEfsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLocationEfsCommandInput,
|
|
26
21
|
DescribeLocationEfsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLocationFsxLustreResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationFsxLustreCommandInput
|
|
8
|
-
extends DescribeLocationFsxLustreRequest {}
|
|
7
|
+
export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationFsxLustreRequest {}
|
|
9
8
|
export interface DescribeLocationFsxLustreCommandOutput
|
|
10
|
-
extends DescribeLocationFsxLustreResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLocationFsxLustreResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLocationFsxLustreCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLocationFsxLustreCommandInput
|
|
12
|
+
input: DescribeLocationFsxLustreCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLocationFsxLustreCommandInput,
|
|
17
15
|
DescribeLocationFsxLustreCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLocationFsxLustreCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLocationFsxLustreCommandInput
|
|
21
|
+
input: DescribeLocationFsxLustreCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLocationFsxLustreCommandInput,
|
|
26
24
|
DescribeLocationFsxLustreCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLocationFsxOntapResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationFsxOntapCommandInput
|
|
8
|
-
extends DescribeLocationFsxOntapRequest {}
|
|
7
|
+
export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFsxOntapRequest {}
|
|
9
8
|
export interface DescribeLocationFsxOntapCommandOutput
|
|
10
|
-
extends DescribeLocationFsxOntapResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLocationFsxOntapResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLocationFsxOntapCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLocationFsxOntapCommandInput
|
|
12
|
+
input: DescribeLocationFsxOntapCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLocationFsxOntapCommandInput,
|
|
17
15
|
DescribeLocationFsxOntapCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLocationFsxOntapCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLocationFsxOntapCommandInput
|
|
21
|
+
input: DescribeLocationFsxOntapCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLocationFsxOntapCommandInput,
|
|
26
24
|
DescribeLocationFsxOntapCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLocationFsxOpenZfsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationFsxOpenZfsCommandInput
|
|
8
|
-
extends DescribeLocationFsxOpenZfsRequest {}
|
|
7
|
+
export interface DescribeLocationFsxOpenZfsCommandInput extends DescribeLocationFsxOpenZfsRequest {}
|
|
9
8
|
export interface DescribeLocationFsxOpenZfsCommandOutput
|
|
10
|
-
extends DescribeLocationFsxOpenZfsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLocationFsxOpenZfsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLocationFsxOpenZfsCommandInput
|
|
12
|
+
input: DescribeLocationFsxOpenZfsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLocationFsxOpenZfsCommandInput,
|
|
17
15
|
DescribeLocationFsxOpenZfsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLocationFsxOpenZfsCommandInput
|
|
21
|
+
input: DescribeLocationFsxOpenZfsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLocationFsxOpenZfsCommandInput,
|
|
26
24
|
DescribeLocationFsxOpenZfsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLocationFsxWindowsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationFsxWindowsCommandInput
|
|
8
|
-
extends DescribeLocationFsxWindowsRequest {}
|
|
7
|
+
export interface DescribeLocationFsxWindowsCommandInput extends DescribeLocationFsxWindowsRequest {}
|
|
9
8
|
export interface DescribeLocationFsxWindowsCommandOutput
|
|
10
|
-
extends DescribeLocationFsxWindowsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLocationFsxWindowsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLocationFsxWindowsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLocationFsxWindowsCommandInput
|
|
12
|
+
input: DescribeLocationFsxWindowsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLocationFsxWindowsCommandInput,
|
|
17
15
|
DescribeLocationFsxWindowsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLocationFsxWindowsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLocationFsxWindowsCommandInput
|
|
21
|
+
input: DescribeLocationFsxWindowsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLocationFsxWindowsCommandInput,
|
|
26
24
|
DescribeLocationFsxWindowsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLocationHdfsRequest,
|
|
4
|
-
DescribeLocationHdfsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationHdfsCommandInput
|
|
8
|
-
extends DescribeLocationHdfsRequest {}
|
|
4
|
+
export interface DescribeLocationHdfsCommandInput extends DescribeLocationHdfsRequest {}
|
|
9
5
|
export interface DescribeLocationHdfsCommandOutput
|
|
10
|
-
extends DescribeLocationHdfsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLocationHdfsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLocationHdfsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLocationHdfsCommandInput
|
|
9
|
+
input: DescribeLocationHdfsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLocationHdfsCommandInput,
|
|
17
12
|
DescribeLocationHdfsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLocationHdfsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLocationHdfsCommandInput
|
|
18
|
+
input: DescribeLocationHdfsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLocationHdfsCommandInput,
|
|
26
21
|
DescribeLocationHdfsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLocationNfsRequest,
|
|
4
|
-
DescribeLocationNfsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationNfsCommandInput
|
|
8
|
-
extends DescribeLocationNfsRequest {}
|
|
4
|
+
export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequest {}
|
|
9
5
|
export interface DescribeLocationNfsCommandOutput
|
|
10
|
-
extends DescribeLocationNfsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLocationNfsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLocationNfsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLocationNfsCommandInput
|
|
9
|
+
input: DescribeLocationNfsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLocationNfsCommandInput,
|
|
17
12
|
DescribeLocationNfsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLocationNfsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLocationNfsCommandInput
|
|
18
|
+
input: DescribeLocationNfsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLocationNfsCommandInput,
|
|
26
21
|
DescribeLocationNfsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeLocationObjectStorageResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationObjectStorageCommandInput
|
|
8
|
-
extends DescribeLocationObjectStorageRequest {}
|
|
7
|
+
export interface DescribeLocationObjectStorageCommandInput extends DescribeLocationObjectStorageRequest {}
|
|
9
8
|
export interface DescribeLocationObjectStorageCommandOutput
|
|
10
|
-
extends DescribeLocationObjectStorageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeLocationObjectStorageResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeLocationObjectStorageCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeLocationObjectStorageCommandInput
|
|
12
|
+
input: DescribeLocationObjectStorageCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeLocationObjectStorageCommandInput,
|
|
17
15
|
DescribeLocationObjectStorageCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeLocationObjectStorageCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeLocationObjectStorageCommandInput
|
|
21
|
+
input: DescribeLocationObjectStorageCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeLocationObjectStorageCommandInput,
|
|
26
24
|
DescribeLocationObjectStorageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLocationS3Request,
|
|
4
|
-
DescribeLocationS3Response,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationS3CommandInput
|
|
8
|
-
extends DescribeLocationS3Request {}
|
|
4
|
+
export interface DescribeLocationS3CommandInput extends DescribeLocationS3Request {}
|
|
9
5
|
export interface DescribeLocationS3CommandOutput
|
|
10
|
-
extends DescribeLocationS3Response,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLocationS3Response, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLocationS3Command_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLocationS3CommandInput
|
|
9
|
+
input: DescribeLocationS3CommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLocationS3CommandInput,
|
|
17
12
|
DescribeLocationS3CommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLocationS3Command_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLocationS3CommandInput
|
|
18
|
+
input: DescribeLocationS3CommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLocationS3CommandInput,
|
|
26
21
|
DescribeLocationS3CommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLocationSmbRequest,
|
|
4
|
-
DescribeLocationSmbResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLocationSmbCommandInput
|
|
8
|
-
extends DescribeLocationSmbRequest {}
|
|
4
|
+
export interface DescribeLocationSmbCommandInput extends DescribeLocationSmbRequest {}
|
|
9
5
|
export interface DescribeLocationSmbCommandOutput
|
|
10
|
-
extends DescribeLocationSmbResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLocationSmbResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLocationSmbCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLocationSmbCommandInput
|
|
9
|
+
input: DescribeLocationSmbCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLocationSmbCommandInput,
|
|
17
12
|
DescribeLocationSmbCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLocationSmbCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLocationSmbCommandInput
|
|
18
|
+
input: DescribeLocationSmbCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLocationSmbCommandInput,
|
|
26
21
|
DescribeLocationSmbCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeTaskCommandInput extends DescribeTaskRequest {}
|
|
5
|
-
export interface DescribeTaskCommandOutput
|
|
6
|
-
extends DescribeTaskResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __MetadataBearer {}
|
|
8
6
|
declare const DescribeTaskCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeTaskCommandInput
|
|
8
|
+
input: DescribeTaskCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeTaskCommandInput,
|
|
13
11
|
DescribeTaskCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribeTaskCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribeTaskCommandInput
|
|
17
|
+
input: DescribeTaskCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribeTaskCommandInput,
|
|
22
20
|
DescribeTaskCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTaskExecutionRequest,
|
|
4
|
-
DescribeTaskExecutionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeTaskExecutionCommandInput
|
|
8
|
-
extends DescribeTaskExecutionRequest {}
|
|
4
|
+
export interface DescribeTaskExecutionCommandInput extends DescribeTaskExecutionRequest {}
|
|
9
5
|
export interface DescribeTaskExecutionCommandOutput
|
|
10
|
-
extends DescribeTaskExecutionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeTaskExecutionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeTaskExecutionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeTaskExecutionCommandInput
|
|
9
|
+
input: DescribeTaskExecutionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeTaskExecutionCommandInput,
|
|
17
12
|
DescribeTaskExecutionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeTaskExecutionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeTaskExecutionCommandInput
|
|
18
|
+
input: DescribeTaskExecutionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeTaskExecutionCommandInput,
|
|
26
21
|
DescribeTaskExecutionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAgentsCommandInput extends ListAgentsRequest {}
|
|
5
|
-
export interface ListAgentsCommandOutput
|
|
6
|
-
extends ListAgentsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListAgentsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListAgentsCommandInput
|
|
8
|
+
input: ListAgentsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListAgentsCommandInput,
|
|
13
11
|
ListAgentsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListLocationsRequest,
|
|
4
|
-
ListLocationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListLocationsCommandInput extends ListLocationsRequest {}
|
|
8
|
-
export interface ListLocationsCommandOutput
|
|
9
|
-
extends ListLocationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListLocationsCommandOutput extends ListLocationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListLocationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListLocationsCommandInput
|
|
8
|
+
input: ListLocationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListLocationsCommandInput,
|
|
16
11
|
ListLocationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTaskExecutionsRequest,
|
|
4
|
-
ListTaskExecutionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTaskExecutionsCommandInput
|
|
8
|
-
extends ListTaskExecutionsRequest {}
|
|
4
|
+
export interface ListTaskExecutionsCommandInput extends ListTaskExecutionsRequest {}
|
|
9
5
|
export interface ListTaskExecutionsCommandOutput
|
|
10
|
-
extends ListTaskExecutionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTaskExecutionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTaskExecutionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTaskExecutionsCommandInput
|
|
9
|
+
input: ListTaskExecutionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTaskExecutionsCommandInput,
|
|
17
12
|
ListTaskExecutionsCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
5
|
-
export interface ListTasksCommandOutput
|
|
6
|
-
extends ListTasksResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTasksCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListTasksCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListTasksCommandInput,
|
|
11
11
|
ListTasksCommandOutput,
|
|
12
12
|
import("..").DataSyncClientResolvedConfig,
|