@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,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
|
+
UpdateClusterRequest,
|
|
15
|
+
UpdateClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
18
|
+
export interface UpdateClusterCommandOutput
|
|
19
|
+
extends UpdateClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateClusterCommand extends $Command<
|
|
23
|
+
UpdateClusterCommandInput,
|
|
24
|
+
UpdateClusterCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateClusterCommandInput;
|
|
28
|
+
constructor(input: UpdateClusterCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
|
|
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
|
+
UpdateClusterSettingsRequest,
|
|
15
|
+
UpdateClusterSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterSettingsCommandInput
|
|
18
|
+
extends UpdateClusterSettingsRequest {}
|
|
19
|
+
export interface UpdateClusterSettingsCommandOutput
|
|
20
|
+
extends UpdateClusterSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateClusterSettingsCommand extends $Command<
|
|
24
|
+
UpdateClusterSettingsCommandInput,
|
|
25
|
+
UpdateClusterSettingsCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateClusterSettingsCommandInput;
|
|
29
|
+
constructor(input: UpdateClusterSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateClusterSettingsCommandInput,
|
|
37
|
+
UpdateClusterSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
UpdateContainerAgentRequest,
|
|
15
|
+
UpdateContainerAgentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateContainerAgentCommandInput
|
|
18
|
+
extends UpdateContainerAgentRequest {}
|
|
19
|
+
export interface UpdateContainerAgentCommandOutput
|
|
20
|
+
extends UpdateContainerAgentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateContainerAgentCommand extends $Command<
|
|
24
|
+
UpdateContainerAgentCommandInput,
|
|
25
|
+
UpdateContainerAgentCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateContainerAgentCommandInput;
|
|
29
|
+
constructor(input: UpdateContainerAgentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateContainerAgentCommandInput,
|
|
37
|
+
UpdateContainerAgentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
UpdateContainerInstancesStateRequest,
|
|
15
|
+
UpdateContainerInstancesStateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateContainerInstancesStateCommandInput
|
|
18
|
+
extends UpdateContainerInstancesStateRequest {}
|
|
19
|
+
export interface UpdateContainerInstancesStateCommandOutput
|
|
20
|
+
extends UpdateContainerInstancesStateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateContainerInstancesStateCommand extends $Command<
|
|
24
|
+
UpdateContainerInstancesStateCommandInput,
|
|
25
|
+
UpdateContainerInstancesStateCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateContainerInstancesStateCommandInput;
|
|
29
|
+
constructor(input: UpdateContainerInstancesStateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateContainerInstancesStateCommandInput,
|
|
37
|
+
UpdateContainerInstancesStateCommandOutput
|
|
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
|
+
UpdateServiceRequest,
|
|
15
|
+
UpdateServiceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
|
|
18
|
+
export interface UpdateServiceCommandOutput
|
|
19
|
+
extends UpdateServiceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateServiceCommand extends $Command<
|
|
23
|
+
UpdateServiceCommandInput,
|
|
24
|
+
UpdateServiceCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateServiceCommandInput;
|
|
28
|
+
constructor(input: UpdateServiceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
|
|
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
|
+
UpdateServicePrimaryTaskSetRequest,
|
|
15
|
+
UpdateServicePrimaryTaskSetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateServicePrimaryTaskSetCommandInput
|
|
18
|
+
extends UpdateServicePrimaryTaskSetRequest {}
|
|
19
|
+
export interface UpdateServicePrimaryTaskSetCommandOutput
|
|
20
|
+
extends UpdateServicePrimaryTaskSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateServicePrimaryTaskSetCommand extends $Command<
|
|
24
|
+
UpdateServicePrimaryTaskSetCommandInput,
|
|
25
|
+
UpdateServicePrimaryTaskSetCommandOutput,
|
|
26
|
+
ECSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateServicePrimaryTaskSetCommandInput;
|
|
29
|
+
constructor(input: UpdateServicePrimaryTaskSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateServicePrimaryTaskSetCommandInput,
|
|
37
|
+
UpdateServicePrimaryTaskSetCommandOutput
|
|
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
|
+
UpdateTaskSetRequest,
|
|
15
|
+
UpdateTaskSetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateTaskSetCommandInput extends UpdateTaskSetRequest {}
|
|
18
|
+
export interface UpdateTaskSetCommandOutput
|
|
19
|
+
extends UpdateTaskSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateTaskSetCommand extends $Command<
|
|
23
|
+
UpdateTaskSetCommandInput,
|
|
24
|
+
UpdateTaskSetCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateTaskSetCommandInput;
|
|
28
|
+
constructor(input: UpdateTaskSetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
export * from "./CreateCapacityProviderCommand";
|
|
2
|
-
export * from "./CreateClusterCommand";
|
|
3
|
-
export * from "./CreateServiceCommand";
|
|
4
|
-
export * from "./CreateTaskSetCommand";
|
|
5
|
-
export * from "./DeleteAccountSettingCommand";
|
|
6
|
-
export * from "./DeleteAttributesCommand";
|
|
7
|
-
export * from "./DeleteCapacityProviderCommand";
|
|
8
|
-
export * from "./DeleteClusterCommand";
|
|
9
|
-
export * from "./DeleteServiceCommand";
|
|
10
|
-
export * from "./DeleteTaskSetCommand";
|
|
11
|
-
export * from "./DeregisterContainerInstanceCommand";
|
|
12
|
-
export * from "./DeregisterTaskDefinitionCommand";
|
|
13
|
-
export * from "./DescribeCapacityProvidersCommand";
|
|
14
|
-
export * from "./DescribeClustersCommand";
|
|
15
|
-
export * from "./DescribeContainerInstancesCommand";
|
|
16
|
-
export * from "./DescribeServicesCommand";
|
|
17
|
-
export * from "./DescribeTaskDefinitionCommand";
|
|
18
|
-
export * from "./DescribeTaskSetsCommand";
|
|
19
|
-
export * from "./DescribeTasksCommand";
|
|
20
|
-
export * from "./DiscoverPollEndpointCommand";
|
|
21
|
-
export * from "./ExecuteCommandCommand";
|
|
22
|
-
export * from "./ListAccountSettingsCommand";
|
|
23
|
-
export * from "./ListAttributesCommand";
|
|
24
|
-
export * from "./ListClustersCommand";
|
|
25
|
-
export * from "./ListContainerInstancesCommand";
|
|
26
|
-
export * from "./ListServicesCommand";
|
|
27
|
-
export * from "./ListTagsForResourceCommand";
|
|
28
|
-
export * from "./ListTaskDefinitionFamiliesCommand";
|
|
29
|
-
export * from "./ListTaskDefinitionsCommand";
|
|
30
|
-
export * from "./ListTasksCommand";
|
|
31
|
-
export * from "./PutAccountSettingCommand";
|
|
32
|
-
export * from "./PutAccountSettingDefaultCommand";
|
|
33
|
-
export * from "./PutAttributesCommand";
|
|
34
|
-
export * from "./PutClusterCapacityProvidersCommand";
|
|
35
|
-
export * from "./RegisterContainerInstanceCommand";
|
|
36
|
-
export * from "./RegisterTaskDefinitionCommand";
|
|
37
|
-
export * from "./RunTaskCommand";
|
|
38
|
-
export * from "./StartTaskCommand";
|
|
39
|
-
export * from "./StopTaskCommand";
|
|
40
|
-
export * from "./SubmitAttachmentStateChangesCommand";
|
|
41
|
-
export * from "./SubmitContainerStateChangeCommand";
|
|
42
|
-
export * from "./SubmitTaskStateChangeCommand";
|
|
43
|
-
export * from "./TagResourceCommand";
|
|
44
|
-
export * from "./UntagResourceCommand";
|
|
45
|
-
export * from "./UpdateCapacityProviderCommand";
|
|
46
|
-
export * from "./UpdateClusterCommand";
|
|
47
|
-
export * from "./UpdateClusterSettingsCommand";
|
|
48
|
-
export * from "./UpdateContainerAgentCommand";
|
|
49
|
-
export * from "./UpdateContainerInstancesStateCommand";
|
|
50
|
-
export * from "./UpdateServiceCommand";
|
|
51
|
-
export * from "./UpdateServicePrimaryTaskSetCommand";
|
|
52
|
-
export * from "./UpdateTaskSetCommand";
|
|
1
|
+
export * from "./CreateCapacityProviderCommand";
|
|
2
|
+
export * from "./CreateClusterCommand";
|
|
3
|
+
export * from "./CreateServiceCommand";
|
|
4
|
+
export * from "./CreateTaskSetCommand";
|
|
5
|
+
export * from "./DeleteAccountSettingCommand";
|
|
6
|
+
export * from "./DeleteAttributesCommand";
|
|
7
|
+
export * from "./DeleteCapacityProviderCommand";
|
|
8
|
+
export * from "./DeleteClusterCommand";
|
|
9
|
+
export * from "./DeleteServiceCommand";
|
|
10
|
+
export * from "./DeleteTaskSetCommand";
|
|
11
|
+
export * from "./DeregisterContainerInstanceCommand";
|
|
12
|
+
export * from "./DeregisterTaskDefinitionCommand";
|
|
13
|
+
export * from "./DescribeCapacityProvidersCommand";
|
|
14
|
+
export * from "./DescribeClustersCommand";
|
|
15
|
+
export * from "./DescribeContainerInstancesCommand";
|
|
16
|
+
export * from "./DescribeServicesCommand";
|
|
17
|
+
export * from "./DescribeTaskDefinitionCommand";
|
|
18
|
+
export * from "./DescribeTaskSetsCommand";
|
|
19
|
+
export * from "./DescribeTasksCommand";
|
|
20
|
+
export * from "./DiscoverPollEndpointCommand";
|
|
21
|
+
export * from "./ExecuteCommandCommand";
|
|
22
|
+
export * from "./ListAccountSettingsCommand";
|
|
23
|
+
export * from "./ListAttributesCommand";
|
|
24
|
+
export * from "./ListClustersCommand";
|
|
25
|
+
export * from "./ListContainerInstancesCommand";
|
|
26
|
+
export * from "./ListServicesCommand";
|
|
27
|
+
export * from "./ListTagsForResourceCommand";
|
|
28
|
+
export * from "./ListTaskDefinitionFamiliesCommand";
|
|
29
|
+
export * from "./ListTaskDefinitionsCommand";
|
|
30
|
+
export * from "./ListTasksCommand";
|
|
31
|
+
export * from "./PutAccountSettingCommand";
|
|
32
|
+
export * from "./PutAccountSettingDefaultCommand";
|
|
33
|
+
export * from "./PutAttributesCommand";
|
|
34
|
+
export * from "./PutClusterCapacityProvidersCommand";
|
|
35
|
+
export * from "./RegisterContainerInstanceCommand";
|
|
36
|
+
export * from "./RegisterTaskDefinitionCommand";
|
|
37
|
+
export * from "./RunTaskCommand";
|
|
38
|
+
export * from "./StartTaskCommand";
|
|
39
|
+
export * from "./StopTaskCommand";
|
|
40
|
+
export * from "./SubmitAttachmentStateChangesCommand";
|
|
41
|
+
export * from "./SubmitContainerStateChangeCommand";
|
|
42
|
+
export * from "./SubmitTaskStateChangeCommand";
|
|
43
|
+
export * from "./TagResourceCommand";
|
|
44
|
+
export * from "./UntagResourceCommand";
|
|
45
|
+
export * from "./UpdateCapacityProviderCommand";
|
|
46
|
+
export * from "./UpdateClusterCommand";
|
|
47
|
+
export * from "./UpdateClusterSettingsCommand";
|
|
48
|
+
export * from "./UpdateContainerAgentCommand";
|
|
49
|
+
export * from "./UpdateContainerInstancesStateCommand";
|
|
50
|
+
export * from "./UpdateServiceCommand";
|
|
51
|
+
export * from "./UpdateServicePrimaryTaskSetCommand";
|
|
52
|
+
export * from "./UpdateTaskSetCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./ECS";
|
|
2
|
-
export * from "./ECSClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { ECSServiceException } from "./models/ECSServiceException";
|
|
1
|
+
export * from "./ECS";
|
|
2
|
+
export * from "./ECSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { ECSServiceException } from "./models/ECSServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class ECSServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|