@aws-sdk/client-ecs 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ECS.d.ts +940 -265
- package/dist-types/ts3.4/ECSClient.d.ts +440 -125
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2989 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
14
|
+
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
15
|
+
export interface ListClustersCommandOutput
|
|
16
|
+
extends ListClustersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListClustersCommand extends $Command<
|
|
20
|
+
ListClustersCommandInput,
|
|
21
|
+
ListClustersCommandOutput,
|
|
22
|
+
ECSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListClustersCommandInput;
|
|
25
|
+
constructor(input: ListClustersCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ECSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListContainerInstancesRequest,
|
|
15
|
+
ListContainerInstancesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListContainerInstancesCommandInput
|
|
18
|
+
extends ListContainerInstancesRequest {}
|
|
19
|
+
export interface ListContainerInstancesCommandOutput
|
|
20
|
+
extends ListContainerInstancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListContainerInstancesCommand extends $Command<
|
|
24
|
+
ListContainerInstancesCommandInput,
|
|
25
|
+
ListContainerInstancesCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListContainerInstancesCommandInput;
|
|
29
|
+
constructor(input: ListContainerInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListContainerInstancesCommandInput,
|
|
37
|
+
ListContainerInstancesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
14
|
+
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
15
|
+
export interface ListServicesCommandOutput
|
|
16
|
+
extends ListServicesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListServicesCommand extends $Command<
|
|
20
|
+
ListServicesCommandInput,
|
|
21
|
+
ListServicesCommandOutput,
|
|
22
|
+
ECSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListServicesCommandInput;
|
|
25
|
+
constructor(input: ListServicesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ECSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListTaskDefinitionFamiliesRequest,
|
|
15
|
+
ListTaskDefinitionFamiliesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTaskDefinitionFamiliesCommandInput
|
|
18
|
+
extends ListTaskDefinitionFamiliesRequest {}
|
|
19
|
+
export interface ListTaskDefinitionFamiliesCommandOutput
|
|
20
|
+
extends ListTaskDefinitionFamiliesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTaskDefinitionFamiliesCommand extends $Command<
|
|
24
|
+
ListTaskDefinitionFamiliesCommandInput,
|
|
25
|
+
ListTaskDefinitionFamiliesCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTaskDefinitionFamiliesCommandInput;
|
|
29
|
+
constructor(input: ListTaskDefinitionFamiliesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTaskDefinitionFamiliesCommandInput,
|
|
37
|
+
ListTaskDefinitionFamiliesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListTaskDefinitionsRequest,
|
|
15
|
+
ListTaskDefinitionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTaskDefinitionsCommandInput
|
|
18
|
+
extends ListTaskDefinitionsRequest {}
|
|
19
|
+
export interface ListTaskDefinitionsCommandOutput
|
|
20
|
+
extends ListTaskDefinitionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTaskDefinitionsCommand extends $Command<
|
|
24
|
+
ListTaskDefinitionsCommandInput,
|
|
25
|
+
ListTaskDefinitionsCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTaskDefinitionsCommandInput;
|
|
29
|
+
constructor(input: ListTaskDefinitionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
14
|
+
export interface ListTasksCommandInput extends ListTasksRequest {}
|
|
15
|
+
export interface ListTasksCommandOutput
|
|
16
|
+
extends ListTasksResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListTasksCommand extends $Command<
|
|
20
|
+
ListTasksCommandInput,
|
|
21
|
+
ListTasksCommandOutput,
|
|
22
|
+
ECSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListTasksCommandInput;
|
|
25
|
+
constructor(input: ListTasksCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ECSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
PutAccountSettingRequest,
|
|
15
|
+
PutAccountSettingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutAccountSettingCommandInput
|
|
18
|
+
extends PutAccountSettingRequest {}
|
|
19
|
+
export interface PutAccountSettingCommandOutput
|
|
20
|
+
extends PutAccountSettingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutAccountSettingCommand extends $Command<
|
|
24
|
+
PutAccountSettingCommandInput,
|
|
25
|
+
PutAccountSettingCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutAccountSettingCommandInput;
|
|
29
|
+
constructor(input: PutAccountSettingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<PutAccountSettingCommandInput, PutAccountSettingCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
PutAccountSettingDefaultRequest,
|
|
15
|
+
PutAccountSettingDefaultResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutAccountSettingDefaultCommandInput
|
|
18
|
+
extends PutAccountSettingDefaultRequest {}
|
|
19
|
+
export interface PutAccountSettingDefaultCommandOutput
|
|
20
|
+
extends PutAccountSettingDefaultResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutAccountSettingDefaultCommand extends $Command<
|
|
24
|
+
PutAccountSettingDefaultCommandInput,
|
|
25
|
+
PutAccountSettingDefaultCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutAccountSettingDefaultCommandInput;
|
|
29
|
+
constructor(input: PutAccountSettingDefaultCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutAccountSettingDefaultCommandInput,
|
|
37
|
+
PutAccountSettingDefaultCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
PutAttributesRequest,
|
|
15
|
+
PutAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutAttributesCommandInput extends PutAttributesRequest {}
|
|
18
|
+
export interface PutAttributesCommandOutput
|
|
19
|
+
extends PutAttributesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class PutAttributesCommand extends $Command<
|
|
23
|
+
PutAttributesCommandInput,
|
|
24
|
+
PutAttributesCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutAttributesCommandInput;
|
|
28
|
+
constructor(input: PutAttributesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<PutAttributesCommandInput, PutAttributesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
PutClusterCapacityProvidersRequest,
|
|
15
|
+
PutClusterCapacityProvidersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutClusterCapacityProvidersCommandInput
|
|
18
|
+
extends PutClusterCapacityProvidersRequest {}
|
|
19
|
+
export interface PutClusterCapacityProvidersCommandOutput
|
|
20
|
+
extends PutClusterCapacityProvidersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutClusterCapacityProvidersCommand extends $Command<
|
|
24
|
+
PutClusterCapacityProvidersCommandInput,
|
|
25
|
+
PutClusterCapacityProvidersCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutClusterCapacityProvidersCommandInput;
|
|
29
|
+
constructor(input: PutClusterCapacityProvidersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutClusterCapacityProvidersCommandInput,
|
|
37
|
+
PutClusterCapacityProvidersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|