@aws-sdk/client-ecs 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/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 +39 -39
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAttributesRequest,
|
|
4
|
-
ListAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAttributesRequest, ListAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListAttributesCommandInput extends ListAttributesRequest {}
|
|
8
|
-
export interface ListAttributesCommandOutput
|
|
9
|
-
extends ListAttributesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAttributesCommandOutput extends ListAttributesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListAttributesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListAttributesCommandInput
|
|
8
|
+
input: ListAttributesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListAttributesCommandInput,
|
|
16
11
|
ListAttributesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListAttributesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListAttributesCommandInput
|
|
17
|
+
input: ListAttributesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListAttributesCommandInput,
|
|
25
20
|
ListAttributesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
5
|
-
export interface ListClustersCommandOutput
|
|
6
|
-
extends ListClustersResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListClustersCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListClustersCommandInput
|
|
8
|
+
input: ListClustersCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListClustersCommandInput,
|
|
13
11
|
ListClustersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListContainerInstancesRequest,
|
|
4
|
-
ListContainerInstancesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListContainerInstancesRequest, ListContainerInstancesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListContainerInstancesCommandInput
|
|
8
|
-
extends ListContainerInstancesRequest {}
|
|
4
|
+
export interface ListContainerInstancesCommandInput extends ListContainerInstancesRequest {}
|
|
9
5
|
export interface ListContainerInstancesCommandOutput
|
|
10
|
-
extends ListContainerInstancesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListContainerInstancesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListContainerInstancesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListContainerInstancesCommandInput
|
|
9
|
+
input: ListContainerInstancesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListContainerInstancesCommandInput,
|
|
17
12
|
ListContainerInstancesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDaemonDeploymentsRequest,
|
|
4
|
-
ListDaemonDeploymentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDaemonDeploymentsRequest, ListDaemonDeploymentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDaemonDeploymentsCommandInput
|
|
8
|
-
extends ListDaemonDeploymentsRequest {}
|
|
4
|
+
export interface ListDaemonDeploymentsCommandInput extends ListDaemonDeploymentsRequest {}
|
|
9
5
|
export interface ListDaemonDeploymentsCommandOutput
|
|
10
|
-
extends ListDaemonDeploymentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDaemonDeploymentsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListDaemonDeploymentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDaemonDeploymentsCommandInput
|
|
9
|
+
input: ListDaemonDeploymentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDaemonDeploymentsCommandInput,
|
|
17
12
|
ListDaemonDeploymentsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListDaemonDeploymentsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListDaemonDeploymentsCommandInput
|
|
18
|
+
input: ListDaemonDeploymentsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListDaemonDeploymentsCommandInput,
|
|
26
21
|
ListDaemonDeploymentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListDaemonTaskDefinitionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDaemonTaskDefinitionsCommandInput
|
|
8
|
-
extends ListDaemonTaskDefinitionsRequest {}
|
|
7
|
+
export interface ListDaemonTaskDefinitionsCommandInput extends ListDaemonTaskDefinitionsRequest {}
|
|
9
8
|
export interface ListDaemonTaskDefinitionsCommandOutput
|
|
10
|
-
extends ListDaemonTaskDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListDaemonTaskDefinitionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListDaemonTaskDefinitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListDaemonTaskDefinitionsCommandInput
|
|
12
|
+
input: ListDaemonTaskDefinitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListDaemonTaskDefinitionsCommandInput,
|
|
17
15
|
ListDaemonTaskDefinitionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDaemonsRequest, ListDaemonsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDaemonsCommandInput extends ListDaemonsRequest {}
|
|
5
|
-
export interface ListDaemonsCommandOutput
|
|
6
|
-
extends ListDaemonsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDaemonsCommandOutput extends ListDaemonsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListDaemonsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDaemonsCommandInput
|
|
8
|
+
input: ListDaemonsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDaemonsCommandInput,
|
|
13
11
|
ListDaemonsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListServiceDeploymentsRequest,
|
|
4
|
-
ListServiceDeploymentsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListServiceDeploymentsRequest, ListServiceDeploymentsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListServiceDeploymentsCommandInput
|
|
8
|
-
extends ListServiceDeploymentsRequest {}
|
|
4
|
+
export interface ListServiceDeploymentsCommandInput extends ListServiceDeploymentsRequest {}
|
|
9
5
|
export interface ListServiceDeploymentsCommandOutput
|
|
10
|
-
extends ListServiceDeploymentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListServiceDeploymentsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListServiceDeploymentsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListServiceDeploymentsCommandInput
|
|
9
|
+
input: ListServiceDeploymentsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListServiceDeploymentsCommandInput,
|
|
17
12
|
ListServiceDeploymentsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListServiceDeploymentsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListServiceDeploymentsCommandInput
|
|
18
|
+
input: ListServiceDeploymentsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListServiceDeploymentsCommandInput,
|
|
26
21
|
ListServiceDeploymentsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListServicesByNamespaceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListServicesByNamespaceCommandInput
|
|
8
|
-
extends ListServicesByNamespaceRequest {}
|
|
7
|
+
export interface ListServicesByNamespaceCommandInput extends ListServicesByNamespaceRequest {}
|
|
9
8
|
export interface ListServicesByNamespaceCommandOutput
|
|
10
|
-
extends ListServicesByNamespaceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListServicesByNamespaceResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListServicesByNamespaceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListServicesByNamespaceCommandInput
|
|
12
|
+
input: ListServicesByNamespaceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListServicesByNamespaceCommandInput,
|
|
17
15
|
ListServicesByNamespaceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListServicesByNamespaceCommandInput
|
|
21
|
+
input: ListServicesByNamespaceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListServicesByNamespaceCommandInput,
|
|
26
24
|
ListServicesByNamespaceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
5
|
-
export interface ListServicesCommandOutput
|
|
6
|
-
extends ListServicesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListServicesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListServicesCommandInput
|
|
8
|
+
input: ListServicesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListServicesCommandInput,
|
|
13
11
|
ListServicesCommandOutput,
|
|
@@ -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,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTaskDefinitionFamiliesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTaskDefinitionFamiliesCommandInput
|
|
8
|
-
extends ListTaskDefinitionFamiliesRequest {}
|
|
7
|
+
export interface ListTaskDefinitionFamiliesCommandInput extends ListTaskDefinitionFamiliesRequest {}
|
|
9
8
|
export interface ListTaskDefinitionFamiliesCommandOutput
|
|
10
|
-
extends ListTaskDefinitionFamiliesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTaskDefinitionFamiliesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTaskDefinitionFamiliesCommandInput
|
|
12
|
+
input: ListTaskDefinitionFamiliesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTaskDefinitionFamiliesCommandInput,
|
|
17
15
|
ListTaskDefinitionFamiliesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTaskDefinitionsRequest,
|
|
4
|
-
ListTaskDefinitionsResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTaskDefinitionsCommandInput
|
|
8
|
-
extends ListTaskDefinitionsRequest {}
|
|
4
|
+
export interface ListTaskDefinitionsCommandInput extends ListTaskDefinitionsRequest {}
|
|
9
5
|
export interface ListTaskDefinitionsCommandOutput
|
|
10
|
-
extends ListTaskDefinitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTaskDefinitionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTaskDefinitionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTaskDefinitionsCommandInput
|
|
9
|
+
input: ListTaskDefinitionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTaskDefinitionsCommandInput,
|
|
17
12
|
ListTaskDefinitionsCommandOutput,
|
|
@@ -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("..").ECSClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutAccountSettingRequest,
|
|
4
|
-
PutAccountSettingResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutAccountSettingCommandInput
|
|
8
|
-
extends PutAccountSettingRequest {}
|
|
4
|
+
export interface PutAccountSettingCommandInput extends PutAccountSettingRequest {}
|
|
9
5
|
export interface PutAccountSettingCommandOutput
|
|
10
|
-
extends PutAccountSettingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutAccountSettingResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutAccountSettingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutAccountSettingCommandInput
|
|
9
|
+
input: PutAccountSettingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutAccountSettingCommandInput,
|
|
17
12
|
PutAccountSettingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutAccountSettingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutAccountSettingCommandInput
|
|
18
|
+
input: PutAccountSettingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutAccountSettingCommandInput,
|
|
26
21
|
PutAccountSettingCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutAccountSettingDefaultResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutAccountSettingDefaultCommandInput
|
|
8
|
-
extends PutAccountSettingDefaultRequest {}
|
|
7
|
+
export interface PutAccountSettingDefaultCommandInput extends PutAccountSettingDefaultRequest {}
|
|
9
8
|
export interface PutAccountSettingDefaultCommandOutput
|
|
10
|
-
extends PutAccountSettingDefaultResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutAccountSettingDefaultResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutAccountSettingDefaultCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutAccountSettingDefaultCommandInput
|
|
12
|
+
input: PutAccountSettingDefaultCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutAccountSettingDefaultCommandInput,
|
|
17
15
|
PutAccountSettingDefaultCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutAccountSettingDefaultCommandInput
|
|
21
|
+
input: PutAccountSettingDefaultCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutAccountSettingDefaultCommandInput,
|
|
26
24
|
PutAccountSettingDefaultCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutAttributesRequest,
|
|
4
|
-
PutAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutAttributesRequest, PutAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutAttributesCommandInput extends PutAttributesRequest {}
|
|
8
|
-
export interface PutAttributesCommandOutput
|
|
9
|
-
extends PutAttributesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutAttributesCommandOutput extends PutAttributesResponse, __MetadataBearer {}
|
|
11
6
|
declare const PutAttributesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutAttributesCommandInput
|
|
8
|
+
input: PutAttributesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutAttributesCommandInput,
|
|
16
11
|
PutAttributesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutAttributesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutAttributesCommandInput
|
|
17
|
+
input: PutAttributesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutAttributesCommandInput,
|
|
25
20
|
PutAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutClusterCapacityProvidersResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutClusterCapacityProvidersCommandInput
|
|
8
|
-
extends PutClusterCapacityProvidersRequest {}
|
|
7
|
+
export interface PutClusterCapacityProvidersCommandInput extends PutClusterCapacityProvidersRequest {}
|
|
9
8
|
export interface PutClusterCapacityProvidersCommandOutput
|
|
10
|
-
extends PutClusterCapacityProvidersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutClusterCapacityProvidersResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutClusterCapacityProvidersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutClusterCapacityProvidersCommandInput
|
|
12
|
+
input: PutClusterCapacityProvidersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutClusterCapacityProvidersCommandInput,
|
|
17
15
|
PutClusterCapacityProvidersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutClusterCapacityProvidersCommandInput
|
|
21
|
+
input: PutClusterCapacityProvidersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutClusterCapacityProvidersCommandInput,
|
|
26
24
|
PutClusterCapacityProvidersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RegisterContainerInstanceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterContainerInstanceCommandInput
|
|
8
|
-
extends RegisterContainerInstanceRequest {}
|
|
7
|
+
export interface RegisterContainerInstanceCommandInput extends RegisterContainerInstanceRequest {}
|
|
9
8
|
export interface RegisterContainerInstanceCommandOutput
|
|
10
|
-
extends RegisterContainerInstanceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RegisterContainerInstanceResponse, __MetadataBearer {}
|
|
12
10
|
declare const RegisterContainerInstanceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RegisterContainerInstanceCommandInput
|
|
12
|
+
input: RegisterContainerInstanceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RegisterContainerInstanceCommandInput,
|
|
17
15
|
RegisterContainerInstanceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RegisterDaemonTaskDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterDaemonTaskDefinitionCommandInput
|
|
8
|
-
extends RegisterDaemonTaskDefinitionRequest {}
|
|
7
|
+
export interface RegisterDaemonTaskDefinitionCommandInput extends RegisterDaemonTaskDefinitionRequest {}
|
|
9
8
|
export interface RegisterDaemonTaskDefinitionCommandOutput
|
|
10
|
-
extends RegisterDaemonTaskDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RegisterDaemonTaskDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const RegisterDaemonTaskDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RegisterDaemonTaskDefinitionCommandInput
|
|
12
|
+
input: RegisterDaemonTaskDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RegisterDaemonTaskDefinitionCommandInput,
|
|
17
15
|
RegisterDaemonTaskDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RegisterDaemonTaskDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RegisterDaemonTaskDefinitionCommandInput
|
|
21
|
+
input: RegisterDaemonTaskDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RegisterDaemonTaskDefinitionCommandInput,
|
|
26
24
|
RegisterDaemonTaskDefinitionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterTaskDefinitionRequest,
|
|
4
|
-
RegisterTaskDefinitionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterTaskDefinitionCommandInput
|
|
8
|
-
extends RegisterTaskDefinitionRequest {}
|
|
4
|
+
export interface RegisterTaskDefinitionCommandInput extends RegisterTaskDefinitionRequest {}
|
|
9
5
|
export interface RegisterTaskDefinitionCommandOutput
|
|
10
|
-
extends RegisterTaskDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RegisterTaskDefinitionResponse, __MetadataBearer {}
|
|
12
7
|
declare const RegisterTaskDefinitionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RegisterTaskDefinitionCommandInput
|
|
9
|
+
input: RegisterTaskDefinitionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RegisterTaskDefinitionCommandInput,
|
|
17
12
|
RegisterTaskDefinitionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RegisterTaskDefinitionCommandInput
|
|
18
|
+
input: RegisterTaskDefinitionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RegisterTaskDefinitionCommandInput,
|
|
26
21
|
RegisterTaskDefinitionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { RunTaskRequest, RunTaskResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface RunTaskCommandInput extends RunTaskRequest {}
|
|
5
|
-
export interface RunTaskCommandOutput
|
|
6
|
-
extends RunTaskResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer {}
|
|
8
6
|
declare const RunTaskCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: RunTaskCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
RunTaskCommandInput,
|
|
11
11
|
RunTaskCommandOutput,
|
|
12
12
|
import("..").ECSClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: RunTaskCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
RunTaskCommandInput,
|
|
18
20
|
RunTaskCommandOutput,
|
|
19
21
|
import("..").ECSClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartTaskRequest, StartTaskResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartTaskCommandInput extends StartTaskRequest {}
|
|
5
|
-
export interface StartTaskCommandOutput
|
|
6
|
-
extends StartTaskResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartTaskCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: StartTaskCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
StartTaskCommandInput,
|
|
11
11
|
StartTaskCommandOutput,
|
|
12
12
|
import("..").ECSClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: StartTaskCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
StartTaskCommandInput,
|
|
18
20
|
StartTaskCommandOutput,
|
|
19
21
|
import("..").ECSClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopServiceDeploymentRequest,
|
|
4
|
-
StopServiceDeploymentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StopServiceDeploymentRequest, StopServiceDeploymentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopServiceDeploymentCommandInput
|
|
8
|
-
extends StopServiceDeploymentRequest {}
|
|
4
|
+
export interface StopServiceDeploymentCommandInput extends StopServiceDeploymentRequest {}
|
|
9
5
|
export interface StopServiceDeploymentCommandOutput
|
|
10
|
-
extends StopServiceDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopServiceDeploymentResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopServiceDeploymentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopServiceDeploymentCommandInput
|
|
9
|
+
input: StopServiceDeploymentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopServiceDeploymentCommandInput,
|
|
17
12
|
StopServiceDeploymentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopServiceDeploymentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopServiceDeploymentCommandInput
|
|
18
|
+
input: StopServiceDeploymentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopServiceDeploymentCommandInput,
|
|
26
21
|
StopServiceDeploymentCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopTaskRequest, StopTaskResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopTaskCommandInput extends StopTaskRequest {}
|
|
5
|
-
export interface StopTaskCommandOutput
|
|
6
|
-
extends StopTaskResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBearer {}
|
|
8
6
|
declare const StopTaskCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: StopTaskCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
StopTaskCommandInput,
|
|
11
11
|
StopTaskCommandOutput,
|
|
12
12
|
import("..").ECSClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: StopTaskCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
StopTaskCommandInput,
|
|
18
20
|
StopTaskCommandOutput,
|
|
19
21
|
import("..").ECSClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SubmitAttachmentStateChangesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SubmitAttachmentStateChangesCommandInput
|
|
8
|
-
extends SubmitAttachmentStateChangesRequest {}
|
|
7
|
+
export interface SubmitAttachmentStateChangesCommandInput extends SubmitAttachmentStateChangesRequest {}
|
|
9
8
|
export interface SubmitAttachmentStateChangesCommandOutput
|
|
10
|
-
extends SubmitAttachmentStateChangesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SubmitAttachmentStateChangesResponse, __MetadataBearer {}
|
|
12
10
|
declare const SubmitAttachmentStateChangesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SubmitAttachmentStateChangesCommandInput
|
|
12
|
+
input: SubmitAttachmentStateChangesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SubmitAttachmentStateChangesCommandInput,
|
|
17
15
|
SubmitAttachmentStateChangesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SubmitAttachmentStateChangesCommandInput
|
|
21
|
+
input: SubmitAttachmentStateChangesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SubmitAttachmentStateChangesCommandInput,
|
|
26
24
|
SubmitAttachmentStateChangesCommandOutput,
|