@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,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
|
+
DescribeCapacityProvidersRequest,
|
|
15
|
+
DescribeCapacityProvidersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCapacityProvidersCommandInput
|
|
18
|
+
extends DescribeCapacityProvidersRequest {}
|
|
19
|
+
export interface DescribeCapacityProvidersCommandOutput
|
|
20
|
+
extends DescribeCapacityProvidersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCapacityProvidersCommand extends $Command<
|
|
24
|
+
DescribeCapacityProvidersCommandInput,
|
|
25
|
+
DescribeCapacityProvidersCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCapacityProvidersCommandInput;
|
|
29
|
+
constructor(input: DescribeCapacityProvidersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCapacityProvidersCommandInput,
|
|
37
|
+
DescribeCapacityProvidersCommandOutput
|
|
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
|
+
DescribeClustersRequest,
|
|
15
|
+
DescribeClustersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
|
|
18
|
+
export interface DescribeClustersCommandOutput
|
|
19
|
+
extends DescribeClustersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeClustersCommand extends $Command<
|
|
23
|
+
DescribeClustersCommandInput,
|
|
24
|
+
DescribeClustersCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeClustersCommandInput;
|
|
28
|
+
constructor(input: DescribeClustersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
|
|
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
|
+
DescribeContainerInstancesRequest,
|
|
15
|
+
DescribeContainerInstancesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeContainerInstancesCommandInput
|
|
18
|
+
extends DescribeContainerInstancesRequest {}
|
|
19
|
+
export interface DescribeContainerInstancesCommandOutput
|
|
20
|
+
extends DescribeContainerInstancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeContainerInstancesCommand extends $Command<
|
|
24
|
+
DescribeContainerInstancesCommandInput,
|
|
25
|
+
DescribeContainerInstancesCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeContainerInstancesCommandInput;
|
|
29
|
+
constructor(input: DescribeContainerInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeContainerInstancesCommandInput,
|
|
37
|
+
DescribeContainerInstancesCommandOutput
|
|
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
|
+
DescribeServicesRequest,
|
|
15
|
+
DescribeServicesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
|
|
18
|
+
export interface DescribeServicesCommandOutput
|
|
19
|
+
extends DescribeServicesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeServicesCommand extends $Command<
|
|
23
|
+
DescribeServicesCommandInput,
|
|
24
|
+
DescribeServicesCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeServicesCommandInput;
|
|
28
|
+
constructor(input: DescribeServicesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
|
|
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
|
+
DescribeTaskDefinitionRequest,
|
|
15
|
+
DescribeTaskDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTaskDefinitionCommandInput
|
|
18
|
+
extends DescribeTaskDefinitionRequest {}
|
|
19
|
+
export interface DescribeTaskDefinitionCommandOutput
|
|
20
|
+
extends DescribeTaskDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeTaskDefinitionCommand extends $Command<
|
|
24
|
+
DescribeTaskDefinitionCommandInput,
|
|
25
|
+
DescribeTaskDefinitionCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTaskDefinitionCommandInput;
|
|
29
|
+
constructor(input: DescribeTaskDefinitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeTaskDefinitionCommandInput,
|
|
37
|
+
DescribeTaskDefinitionCommandOutput
|
|
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
|
+
DescribeTaskSetsRequest,
|
|
15
|
+
DescribeTaskSetsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {}
|
|
18
|
+
export interface DescribeTaskSetsCommandOutput
|
|
19
|
+
extends DescribeTaskSetsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeTaskSetsCommand extends $Command<
|
|
23
|
+
DescribeTaskSetsCommandInput,
|
|
24
|
+
DescribeTaskSetsCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeTaskSetsCommandInput;
|
|
28
|
+
constructor(input: DescribeTaskSetsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeTasksRequest,
|
|
15
|
+
DescribeTasksResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTasksCommandInput extends DescribeTasksRequest {}
|
|
18
|
+
export interface DescribeTasksCommandOutput
|
|
19
|
+
extends DescribeTasksResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeTasksCommand extends $Command<
|
|
23
|
+
DescribeTasksCommandInput,
|
|
24
|
+
DescribeTasksCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeTasksCommandInput;
|
|
28
|
+
constructor(input: DescribeTasksCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeTasksCommandInput, DescribeTasksCommandOutput>;
|
|
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
|
+
DiscoverPollEndpointRequest,
|
|
15
|
+
DiscoverPollEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DiscoverPollEndpointCommandInput
|
|
18
|
+
extends DiscoverPollEndpointRequest {}
|
|
19
|
+
export interface DiscoverPollEndpointCommandOutput
|
|
20
|
+
extends DiscoverPollEndpointResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DiscoverPollEndpointCommand extends $Command<
|
|
24
|
+
DiscoverPollEndpointCommandInput,
|
|
25
|
+
DiscoverPollEndpointCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DiscoverPollEndpointCommandInput;
|
|
29
|
+
constructor(input: DiscoverPollEndpointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DiscoverPollEndpointCommandInput,
|
|
37
|
+
DiscoverPollEndpointCommandOutput
|
|
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
|
+
ExecuteCommandRequest,
|
|
15
|
+
ExecuteCommandResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {}
|
|
18
|
+
export interface ExecuteCommandCommandOutput
|
|
19
|
+
extends ExecuteCommandResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ExecuteCommandCommand extends $Command<
|
|
23
|
+
ExecuteCommandCommandInput,
|
|
24
|
+
ExecuteCommandCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ExecuteCommandCommandInput;
|
|
28
|
+
constructor(input: ExecuteCommandCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ExecuteCommandCommandInput, ExecuteCommandCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
ListAccountSettingsRequest,
|
|
15
|
+
ListAccountSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAccountSettingsCommandInput
|
|
18
|
+
extends ListAccountSettingsRequest {}
|
|
19
|
+
export interface ListAccountSettingsCommandOutput
|
|
20
|
+
extends ListAccountSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAccountSettingsCommand extends $Command<
|
|
24
|
+
ListAccountSettingsCommandInput,
|
|
25
|
+
ListAccountSettingsCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAccountSettingsCommandInput;
|
|
29
|
+
constructor(input: ListAccountSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListAttributesRequest,
|
|
15
|
+
ListAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAttributesCommandInput extends ListAttributesRequest {}
|
|
18
|
+
export interface ListAttributesCommandOutput
|
|
19
|
+
extends ListAttributesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListAttributesCommand extends $Command<
|
|
23
|
+
ListAttributesCommandInput,
|
|
24
|
+
ListAttributesCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAttributesCommandInput;
|
|
28
|
+
constructor(input: ListAttributesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListAttributesCommandInput, ListAttributesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|