@aws-sdk/client-ecs 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ECS.d.ts +888 -265
- package/dist-types/ts3.4/ECSClient.d.ts +415 -125
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2084 -2811
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterTaskDefinitionRequest,
|
|
15
|
+
RegisterTaskDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterTaskDefinitionCommandInput
|
|
18
|
+
extends RegisterTaskDefinitionRequest {}
|
|
19
|
+
export interface RegisterTaskDefinitionCommandOutput
|
|
20
|
+
extends RegisterTaskDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RegisterTaskDefinitionCommand extends $Command<
|
|
23
|
+
RegisterTaskDefinitionCommandInput,
|
|
24
|
+
RegisterTaskDefinitionCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RegisterTaskDefinitionCommandInput;
|
|
28
|
+
constructor(input: RegisterTaskDefinitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RegisterTaskDefinitionCommandInput,
|
|
35
|
+
RegisterTaskDefinitionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import { RunTaskRequest, RunTaskResponse } from "../models/models_0";
|
|
14
|
+
export interface RunTaskCommandInput extends RunTaskRequest {}
|
|
15
|
+
export interface RunTaskCommandOutput
|
|
16
|
+
extends RunTaskResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class RunTaskCommand extends $Command<
|
|
19
|
+
RunTaskCommandInput,
|
|
20
|
+
RunTaskCommandOutput,
|
|
21
|
+
ECSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RunTaskCommandInput;
|
|
24
|
+
constructor(input: RunTaskCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ECSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RunTaskCommandInput, RunTaskCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import { StartTaskRequest, StartTaskResponse } from "../models/models_0";
|
|
14
|
+
export interface StartTaskCommandInput extends StartTaskRequest {}
|
|
15
|
+
export interface StartTaskCommandOutput
|
|
16
|
+
extends StartTaskResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StartTaskCommand extends $Command<
|
|
19
|
+
StartTaskCommandInput,
|
|
20
|
+
StartTaskCommandOutput,
|
|
21
|
+
ECSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StartTaskCommandInput;
|
|
24
|
+
constructor(input: StartTaskCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ECSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StartTaskCommandInput, StartTaskCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import { StopTaskRequest, StopTaskResponse } from "../models/models_0";
|
|
14
|
+
export interface StopTaskCommandInput extends StopTaskRequest {}
|
|
15
|
+
export interface StopTaskCommandOutput
|
|
16
|
+
extends StopTaskResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StopTaskCommand extends $Command<
|
|
19
|
+
StopTaskCommandInput,
|
|
20
|
+
StopTaskCommandOutput,
|
|
21
|
+
ECSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopTaskCommandInput;
|
|
24
|
+
constructor(input: StopTaskCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ECSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopTaskCommandInput, StopTaskCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
SubmitAttachmentStateChangesRequest,
|
|
15
|
+
SubmitAttachmentStateChangesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SubmitAttachmentStateChangesCommandInput
|
|
18
|
+
extends SubmitAttachmentStateChangesRequest {}
|
|
19
|
+
export interface SubmitAttachmentStateChangesCommandOutput
|
|
20
|
+
extends SubmitAttachmentStateChangesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SubmitAttachmentStateChangesCommand extends $Command<
|
|
23
|
+
SubmitAttachmentStateChangesCommandInput,
|
|
24
|
+
SubmitAttachmentStateChangesCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SubmitAttachmentStateChangesCommandInput;
|
|
28
|
+
constructor(input: SubmitAttachmentStateChangesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SubmitAttachmentStateChangesCommandInput,
|
|
35
|
+
SubmitAttachmentStateChangesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
SubmitContainerStateChangeRequest,
|
|
15
|
+
SubmitContainerStateChangeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SubmitContainerStateChangeCommandInput
|
|
18
|
+
extends SubmitContainerStateChangeRequest {}
|
|
19
|
+
export interface SubmitContainerStateChangeCommandOutput
|
|
20
|
+
extends SubmitContainerStateChangeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SubmitContainerStateChangeCommand extends $Command<
|
|
23
|
+
SubmitContainerStateChangeCommandInput,
|
|
24
|
+
SubmitContainerStateChangeCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SubmitContainerStateChangeCommandInput;
|
|
28
|
+
constructor(input: SubmitContainerStateChangeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SubmitContainerStateChangeCommandInput,
|
|
35
|
+
SubmitContainerStateChangeCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
SubmitTaskStateChangeRequest,
|
|
15
|
+
SubmitTaskStateChangeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SubmitTaskStateChangeCommandInput
|
|
18
|
+
extends SubmitTaskStateChangeRequest {}
|
|
19
|
+
export interface SubmitTaskStateChangeCommandOutput
|
|
20
|
+
extends SubmitTaskStateChangeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SubmitTaskStateChangeCommand extends $Command<
|
|
23
|
+
SubmitTaskStateChangeCommandInput,
|
|
24
|
+
SubmitTaskStateChangeCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SubmitTaskStateChangeCommandInput;
|
|
28
|
+
constructor(input: SubmitTaskStateChangeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SubmitTaskStateChangeCommandInput,
|
|
35
|
+
SubmitTaskStateChangeCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
ECSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ECSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateCapacityProviderRequest,
|
|
15
|
+
UpdateCapacityProviderResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCapacityProviderCommandInput
|
|
18
|
+
extends UpdateCapacityProviderRequest {}
|
|
19
|
+
export interface UpdateCapacityProviderCommandOutput
|
|
20
|
+
extends UpdateCapacityProviderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateCapacityProviderCommand extends $Command<
|
|
23
|
+
UpdateCapacityProviderCommandInput,
|
|
24
|
+
UpdateCapacityProviderCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateCapacityProviderCommandInput;
|
|
28
|
+
constructor(input: UpdateCapacityProviderCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateCapacityProviderCommandInput,
|
|
35
|
+
UpdateCapacityProviderCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ECSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ECSClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateClusterRequest,
|
|
15
|
+
UpdateClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
18
|
+
export interface UpdateClusterCommandOutput
|
|
19
|
+
extends UpdateClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateClusterCommand extends $Command<
|
|
22
|
+
UpdateClusterCommandInput,
|
|
23
|
+
UpdateClusterCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateClusterCommandInput;
|
|
27
|
+
constructor(input: UpdateClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|