@aws-sdk/client-ecs 3.1087.0 → 3.1089.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/ECS.d.ts +255 -309
- package/dist-types/ts3.4/ECSClient.d.ts +19 -44
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +4 -9
- 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/UpdateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +4 -9
- 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 +31 -62
- package/dist-types/ts3.4/models/errors.d.ts +26 -90
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- 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/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -2
- package/package.json +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteServiceRequest,
|
|
4
|
-
DeleteServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
8
|
-
export interface DeleteServiceCommandOutput
|
|
9
|
-
extends DeleteServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteServiceCommandInput
|
|
8
|
+
input: DeleteServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteServiceCommandInput,
|
|
16
11
|
DeleteServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteServiceCommandInput
|
|
17
|
+
input: DeleteServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteServiceCommandInput,
|
|
25
20
|
DeleteServiceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTaskDefinitionsRequest,
|
|
4
|
-
DeleteTaskDefinitionsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { DeleteTaskDefinitionsRequest, DeleteTaskDefinitionsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteTaskDefinitionsCommandInput
|
|
8
|
-
extends DeleteTaskDefinitionsRequest {}
|
|
4
|
+
export interface DeleteTaskDefinitionsCommandInput extends DeleteTaskDefinitionsRequest {}
|
|
9
5
|
export interface DeleteTaskDefinitionsCommandOutput
|
|
10
|
-
extends DeleteTaskDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteTaskDefinitionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteTaskDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteTaskDefinitionsCommandInput
|
|
9
|
+
input: DeleteTaskDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteTaskDefinitionsCommandInput,
|
|
17
12
|
DeleteTaskDefinitionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteTaskDefinitionsCommandInput
|
|
18
|
+
input: DeleteTaskDefinitionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteTaskDefinitionsCommandInput,
|
|
26
21
|
DeleteTaskDefinitionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTaskSetRequest,
|
|
4
|
-
DeleteTaskSetResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { DeleteTaskSetRequest, DeleteTaskSetResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
|
|
8
|
-
export interface DeleteTaskSetCommandOutput
|
|
9
|
-
extends DeleteTaskSetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteTaskSetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteTaskSetCommandInput
|
|
8
|
+
input: DeleteTaskSetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteTaskSetCommandInput,
|
|
16
11
|
DeleteTaskSetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteTaskSetCommandInput
|
|
17
|
+
input: DeleteTaskSetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteTaskSetCommandInput,
|
|
25
20
|
DeleteTaskSetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterContainerInstanceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterContainerInstanceCommandInput
|
|
8
|
-
extends DeregisterContainerInstanceRequest {}
|
|
7
|
+
export interface DeregisterContainerInstanceCommandInput extends DeregisterContainerInstanceRequest {}
|
|
9
8
|
export interface DeregisterContainerInstanceCommandOutput
|
|
10
|
-
extends DeregisterContainerInstanceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterContainerInstanceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterContainerInstanceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterContainerInstanceCommandInput
|
|
12
|
+
input: DeregisterContainerInstanceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterContainerInstanceCommandInput,
|
|
17
15
|
DeregisterContainerInstanceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeregisterContainerInstanceCommandInput
|
|
21
|
+
input: DeregisterContainerInstanceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeregisterContainerInstanceCommandInput,
|
|
26
24
|
DeregisterContainerInstanceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterTaskDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterTaskDefinitionCommandInput
|
|
8
|
-
extends DeregisterTaskDefinitionRequest {}
|
|
7
|
+
export interface DeregisterTaskDefinitionCommandInput extends DeregisterTaskDefinitionRequest {}
|
|
9
8
|
export interface DeregisterTaskDefinitionCommandOutput
|
|
10
|
-
extends DeregisterTaskDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterTaskDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterTaskDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterTaskDefinitionCommandInput
|
|
12
|
+
input: DeregisterTaskDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterTaskDefinitionCommandInput,
|
|
17
15
|
DeregisterTaskDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeregisterTaskDefinitionCommandInput
|
|
21
|
+
input: DeregisterTaskDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeregisterTaskDefinitionCommandInput,
|
|
26
24
|
DeregisterTaskDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCapacityProvidersResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCapacityProvidersCommandInput
|
|
8
|
-
extends DescribeCapacityProvidersRequest {}
|
|
7
|
+
export interface DescribeCapacityProvidersCommandInput extends DescribeCapacityProvidersRequest {}
|
|
9
8
|
export interface DescribeCapacityProvidersCommandOutput
|
|
10
|
-
extends DescribeCapacityProvidersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCapacityProvidersResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCapacityProvidersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCapacityProvidersCommandInput
|
|
12
|
+
input: DescribeCapacityProvidersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCapacityProvidersCommandInput,
|
|
17
15
|
DescribeCapacityProvidersCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeClustersRequest,
|
|
4
|
-
DescribeClustersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
|
|
8
|
-
export interface DescribeClustersCommandOutput
|
|
9
|
-
extends DescribeClustersResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeClustersCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeClustersCommandInput
|
|
8
|
+
input: DescribeClustersCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeClustersCommandInput,
|
|
16
11
|
DescribeClustersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeContainerInstancesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeContainerInstancesCommandInput
|
|
8
|
-
extends DescribeContainerInstancesRequest {}
|
|
7
|
+
export interface DescribeContainerInstancesCommandInput extends DescribeContainerInstancesRequest {}
|
|
9
8
|
export interface DescribeContainerInstancesCommandOutput
|
|
10
|
-
extends DescribeContainerInstancesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeContainerInstancesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeContainerInstancesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeContainerInstancesCommandInput
|
|
12
|
+
input: DescribeContainerInstancesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeContainerInstancesCommandInput,
|
|
17
15
|
DescribeContainerInstancesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeContainerInstancesCommandInput
|
|
21
|
+
input: DescribeContainerInstancesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeContainerInstancesCommandInput,
|
|
26
24
|
DescribeContainerInstancesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDaemonRequest,
|
|
4
|
-
DescribeDaemonResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDaemonRequest, DescribeDaemonResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeDaemonCommandInput extends DescribeDaemonRequest {}
|
|
8
|
-
export interface DescribeDaemonCommandOutput
|
|
9
|
-
extends DescribeDaemonResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeDaemonCommandOutput extends DescribeDaemonResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeDaemonCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeDaemonCommandInput
|
|
8
|
+
input: DescribeDaemonCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeDaemonCommandInput,
|
|
16
11
|
DescribeDaemonCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeDaemonCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeDaemonCommandInput
|
|
17
|
+
input: DescribeDaemonCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeDaemonCommandInput,
|
|
25
20
|
DescribeDaemonCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDaemonDeploymentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDaemonDeploymentsCommandInput
|
|
8
|
-
extends DescribeDaemonDeploymentsRequest {}
|
|
7
|
+
export interface DescribeDaemonDeploymentsCommandInput extends DescribeDaemonDeploymentsRequest {}
|
|
9
8
|
export interface DescribeDaemonDeploymentsCommandOutput
|
|
10
|
-
extends DescribeDaemonDeploymentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDaemonDeploymentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDaemonDeploymentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDaemonDeploymentsCommandInput
|
|
12
|
+
input: DescribeDaemonDeploymentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDaemonDeploymentsCommandInput,
|
|
17
15
|
DescribeDaemonDeploymentsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDaemonDeploymentsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDaemonDeploymentsCommandInput
|
|
21
|
+
input: DescribeDaemonDeploymentsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDaemonDeploymentsCommandInput,
|
|
26
24
|
DescribeDaemonDeploymentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDaemonRevisionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDaemonRevisionsCommandInput
|
|
8
|
-
extends DescribeDaemonRevisionsRequest {}
|
|
7
|
+
export interface DescribeDaemonRevisionsCommandInput extends DescribeDaemonRevisionsRequest {}
|
|
9
8
|
export interface DescribeDaemonRevisionsCommandOutput
|
|
10
|
-
extends DescribeDaemonRevisionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDaemonRevisionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDaemonRevisionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDaemonRevisionsCommandInput
|
|
12
|
+
input: DescribeDaemonRevisionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDaemonRevisionsCommandInput,
|
|
17
15
|
DescribeDaemonRevisionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDaemonRevisionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDaemonRevisionsCommandInput
|
|
21
|
+
input: DescribeDaemonRevisionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDaemonRevisionsCommandInput,
|
|
26
24
|
DescribeDaemonRevisionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDaemonTaskDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDaemonTaskDefinitionCommandInput
|
|
8
|
-
extends DescribeDaemonTaskDefinitionRequest {}
|
|
7
|
+
export interface DescribeDaemonTaskDefinitionCommandInput extends DescribeDaemonTaskDefinitionRequest {}
|
|
9
8
|
export interface DescribeDaemonTaskDefinitionCommandOutput
|
|
10
|
-
extends DescribeDaemonTaskDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDaemonTaskDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDaemonTaskDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDaemonTaskDefinitionCommandInput
|
|
12
|
+
input: DescribeDaemonTaskDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDaemonTaskDefinitionCommandInput,
|
|
17
15
|
DescribeDaemonTaskDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDaemonTaskDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDaemonTaskDefinitionCommandInput
|
|
21
|
+
input: DescribeDaemonTaskDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDaemonTaskDefinitionCommandInput,
|
|
26
24
|
DescribeDaemonTaskDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeExpressGatewayServiceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeExpressGatewayServiceCommandInput
|
|
8
|
-
extends DescribeExpressGatewayServiceRequest {}
|
|
7
|
+
export interface DescribeExpressGatewayServiceCommandInput extends DescribeExpressGatewayServiceRequest {}
|
|
9
8
|
export interface DescribeExpressGatewayServiceCommandOutput
|
|
10
|
-
extends DescribeExpressGatewayServiceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeExpressGatewayServiceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeExpressGatewayServiceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeExpressGatewayServiceCommandInput
|
|
12
|
+
input: DescribeExpressGatewayServiceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeExpressGatewayServiceCommandInput,
|
|
17
15
|
DescribeExpressGatewayServiceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeExpressGatewayServiceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeExpressGatewayServiceCommandInput
|
|
21
|
+
input: DescribeExpressGatewayServiceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeExpressGatewayServiceCommandInput,
|
|
26
24
|
DescribeExpressGatewayServiceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeServiceDeploymentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeServiceDeploymentsCommandInput
|
|
8
|
-
extends DescribeServiceDeploymentsRequest {}
|
|
7
|
+
export interface DescribeServiceDeploymentsCommandInput extends DescribeServiceDeploymentsRequest {}
|
|
9
8
|
export interface DescribeServiceDeploymentsCommandOutput
|
|
10
|
-
extends DescribeServiceDeploymentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeServiceDeploymentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeServiceDeploymentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeServiceDeploymentsCommandInput
|
|
12
|
+
input: DescribeServiceDeploymentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeServiceDeploymentsCommandInput,
|
|
17
15
|
DescribeServiceDeploymentsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeServiceDeploymentsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeServiceDeploymentsCommandInput
|
|
21
|
+
input: DescribeServiceDeploymentsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeServiceDeploymentsCommandInput,
|
|
26
24
|
DescribeServiceDeploymentsCommandOutput,
|
|
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeServiceRevisionsRequest } from "../models/models_0";
|
|
3
3
|
import { DescribeServiceRevisionsResponse } from "../models/models_1";
|
|
4
4
|
export { __MetadataBearer };
|
|
5
|
-
export interface DescribeServiceRevisionsCommandInput
|
|
6
|
-
extends DescribeServiceRevisionsRequest {}
|
|
5
|
+
export interface DescribeServiceRevisionsCommandInput extends DescribeServiceRevisionsRequest {}
|
|
7
6
|
export interface DescribeServiceRevisionsCommandOutput
|
|
8
|
-
extends DescribeServiceRevisionsResponse,
|
|
9
|
-
__MetadataBearer {}
|
|
7
|
+
extends DescribeServiceRevisionsResponse, __MetadataBearer {}
|
|
10
8
|
declare const DescribeServiceRevisionsCommand_base: {
|
|
11
9
|
new (
|
|
12
|
-
input: DescribeServiceRevisionsCommandInput
|
|
10
|
+
input: DescribeServiceRevisionsCommandInput,
|
|
13
11
|
): import("@smithy/core/client").CommandImpl<
|
|
14
12
|
DescribeServiceRevisionsCommandInput,
|
|
15
13
|
DescribeServiceRevisionsCommandOutput,
|
|
@@ -18,7 +16,7 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
18
16
|
import("..").ServiceOutputTypes
|
|
19
17
|
>;
|
|
20
18
|
new (
|
|
21
|
-
input: DescribeServiceRevisionsCommandInput
|
|
19
|
+
input: DescribeServiceRevisionsCommandInput,
|
|
22
20
|
): import("@smithy/core/client").CommandImpl<
|
|
23
21
|
DescribeServiceRevisionsCommandInput,
|
|
24
22
|
DescribeServiceRevisionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeServicesRequest,
|
|
4
|
-
DescribeServicesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
|
|
8
|
-
export interface DescribeServicesCommandOutput
|
|
9
|
-
extends DescribeServicesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeServicesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeServicesCommandInput
|
|
8
|
+
input: DescribeServicesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeServicesCommandInput,
|
|
16
11
|
DescribeServicesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeServicesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeServicesCommandInput
|
|
17
|
+
input: DescribeServicesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeServicesCommandInput,
|
|
25
20
|
DescribeServicesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTaskDefinitionRequest,
|
|
4
|
-
DescribeTaskDefinitionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeTaskDefinitionCommandInput
|
|
8
|
-
extends DescribeTaskDefinitionRequest {}
|
|
4
|
+
export interface DescribeTaskDefinitionCommandInput extends DescribeTaskDefinitionRequest {}
|
|
9
5
|
export interface DescribeTaskDefinitionCommandOutput
|
|
10
|
-
extends DescribeTaskDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeTaskDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeTaskDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeTaskDefinitionCommandInput
|
|
9
|
+
input: DescribeTaskDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeTaskDefinitionCommandInput,
|
|
17
12
|
DescribeTaskDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeTaskDefinitionCommandInput
|
|
18
|
+
input: DescribeTaskDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeTaskDefinitionCommandInput,
|
|
26
21
|
DescribeTaskDefinitionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTaskSetsRequest,
|
|
4
|
-
DescribeTaskSetsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {}
|
|
8
|
-
export interface DescribeTaskSetsCommandOutput
|
|
9
|
-
extends DescribeTaskSetsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeTaskSetsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeTaskSetsCommandInput
|
|
8
|
+
input: DescribeTaskSetsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeTaskSetsCommandInput,
|
|
16
11
|
DescribeTaskSetsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeTaskSetsCommandInput
|
|
17
|
+
input: DescribeTaskSetsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeTaskSetsCommandInput,
|
|
25
20
|
DescribeTaskSetsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTasksRequest,
|
|
4
|
-
DescribeTasksResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeTasksCommandInput extends DescribeTasksRequest {}
|
|
8
|
-
export interface DescribeTasksCommandOutput
|
|
9
|
-
extends DescribeTasksResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeTasksCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeTasksCommandInput
|
|
8
|
+
input: DescribeTasksCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeTasksCommandInput,
|
|
16
11
|
DescribeTasksCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeTasksCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeTasksCommandInput
|
|
17
|
+
input: DescribeTasksCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeTasksCommandInput,
|
|
25
20
|
DescribeTasksCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DiscoverPollEndpointRequest,
|
|
4
|
-
DiscoverPollEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DiscoverPollEndpointCommandInput
|
|
8
|
-
extends DiscoverPollEndpointRequest {}
|
|
4
|
+
export interface DiscoverPollEndpointCommandInput extends DiscoverPollEndpointRequest {}
|
|
9
5
|
export interface DiscoverPollEndpointCommandOutput
|
|
10
|
-
extends DiscoverPollEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DiscoverPollEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const DiscoverPollEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DiscoverPollEndpointCommandInput
|
|
9
|
+
input: DiscoverPollEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DiscoverPollEndpointCommandInput,
|
|
17
12
|
DiscoverPollEndpointCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ExecuteCommandRequest,
|
|
4
|
-
ExecuteCommandResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ExecuteCommandRequest, ExecuteCommandResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {}
|
|
8
|
-
export interface ExecuteCommandCommandOutput
|
|
9
|
-
extends ExecuteCommandResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __MetadataBearer {}
|
|
11
6
|
declare const ExecuteCommandCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ExecuteCommandCommandInput
|
|
8
|
+
input: ExecuteCommandCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ExecuteCommandCommandInput,
|
|
16
11
|
ExecuteCommandCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ExecuteCommandCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ExecuteCommandCommandInput
|
|
17
|
+
input: ExecuteCommandCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ExecuteCommandCommandInput,
|
|
25
20
|
ExecuteCommandCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTaskProtectionRequest,
|
|
4
|
-
GetTaskProtectionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTaskProtectionCommandInput
|
|
8
|
-
extends GetTaskProtectionRequest {}
|
|
4
|
+
export interface GetTaskProtectionCommandInput extends GetTaskProtectionRequest {}
|
|
9
5
|
export interface GetTaskProtectionCommandOutput
|
|
10
|
-
extends GetTaskProtectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTaskProtectionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetTaskProtectionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTaskProtectionCommandInput
|
|
9
|
+
input: GetTaskProtectionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTaskProtectionCommandInput,
|
|
17
12
|
GetTaskProtectionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetTaskProtectionCommandInput
|
|
18
|
+
input: GetTaskProtectionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetTaskProtectionCommandInput,
|
|
26
21
|
GetTaskProtectionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAccountSettingsRequest,
|
|
4
|
-
ListAccountSettingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAccountSettingsCommandInput
|
|
8
|
-
extends ListAccountSettingsRequest {}
|
|
4
|
+
export interface ListAccountSettingsCommandInput extends ListAccountSettingsRequest {}
|
|
9
5
|
export interface ListAccountSettingsCommandOutput
|
|
10
|
-
extends ListAccountSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAccountSettingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAccountSettingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAccountSettingsCommandInput
|
|
9
|
+
input: ListAccountSettingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAccountSettingsCommandInput,
|
|
17
12
|
ListAccountSettingsCommandOutput,
|