@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,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
|
+
CreateServiceRequest,
|
|
15
|
+
CreateServiceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
18
|
+
export interface CreateServiceCommandOutput
|
|
19
|
+
extends CreateServiceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateServiceCommand extends $Command<
|
|
22
|
+
CreateServiceCommandInput,
|
|
23
|
+
CreateServiceCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateServiceCommandInput;
|
|
27
|
+
constructor(input: CreateServiceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
CreateTaskSetRequest,
|
|
15
|
+
CreateTaskSetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
|
|
18
|
+
export interface CreateTaskSetCommandOutput
|
|
19
|
+
extends CreateTaskSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateTaskSetCommand extends $Command<
|
|
22
|
+
CreateTaskSetCommandInput,
|
|
23
|
+
CreateTaskSetCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateTaskSetCommandInput;
|
|
27
|
+
constructor(input: CreateTaskSetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateTaskSetCommandInput, CreateTaskSetCommandOutput>;
|
|
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
|
+
DeleteAccountSettingRequest,
|
|
15
|
+
DeleteAccountSettingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAccountSettingCommandInput
|
|
18
|
+
extends DeleteAccountSettingRequest {}
|
|
19
|
+
export interface DeleteAccountSettingCommandOutput
|
|
20
|
+
extends DeleteAccountSettingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteAccountSettingCommand extends $Command<
|
|
23
|
+
DeleteAccountSettingCommandInput,
|
|
24
|
+
DeleteAccountSettingCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteAccountSettingCommandInput;
|
|
28
|
+
constructor(input: DeleteAccountSettingCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteAccountSettingCommandInput,
|
|
35
|
+
DeleteAccountSettingCommandOutput
|
|
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
|
+
DeleteAttributesRequest,
|
|
15
|
+
DeleteAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
|
|
18
|
+
export interface DeleteAttributesCommandOutput
|
|
19
|
+
extends DeleteAttributesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteAttributesCommand extends $Command<
|
|
22
|
+
DeleteAttributesCommandInput,
|
|
23
|
+
DeleteAttributesCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteAttributesCommandInput;
|
|
27
|
+
constructor(input: DeleteAttributesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteAttributesCommandInput, DeleteAttributesCommandOutput>;
|
|
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
|
+
DeleteCapacityProviderRequest,
|
|
15
|
+
DeleteCapacityProviderResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteCapacityProviderCommandInput
|
|
18
|
+
extends DeleteCapacityProviderRequest {}
|
|
19
|
+
export interface DeleteCapacityProviderCommandOutput
|
|
20
|
+
extends DeleteCapacityProviderResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteCapacityProviderCommand extends $Command<
|
|
23
|
+
DeleteCapacityProviderCommandInput,
|
|
24
|
+
DeleteCapacityProviderCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteCapacityProviderCommandInput;
|
|
28
|
+
constructor(input: DeleteCapacityProviderCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteCapacityProviderCommandInput,
|
|
35
|
+
DeleteCapacityProviderCommandOutput
|
|
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
|
+
DeleteClusterRequest,
|
|
15
|
+
DeleteClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
18
|
+
export interface DeleteClusterCommandOutput
|
|
19
|
+
extends DeleteClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteClusterCommand extends $Command<
|
|
22
|
+
DeleteClusterCommandInput,
|
|
23
|
+
DeleteClusterCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteClusterCommandInput;
|
|
27
|
+
constructor(input: DeleteClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DeleteServiceRequest,
|
|
15
|
+
DeleteServiceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
18
|
+
export interface DeleteServiceCommandOutput
|
|
19
|
+
extends DeleteServiceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteServiceCommand extends $Command<
|
|
22
|
+
DeleteServiceCommandInput,
|
|
23
|
+
DeleteServiceCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteServiceCommandInput;
|
|
27
|
+
constructor(input: DeleteServiceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DeleteTaskSetRequest,
|
|
15
|
+
DeleteTaskSetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
|
|
18
|
+
export interface DeleteTaskSetCommandOutput
|
|
19
|
+
extends DeleteTaskSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteTaskSetCommand extends $Command<
|
|
22
|
+
DeleteTaskSetCommandInput,
|
|
23
|
+
DeleteTaskSetCommandOutput,
|
|
24
|
+
ECSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteTaskSetCommandInput;
|
|
27
|
+
constructor(input: DeleteTaskSetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ECSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput>;
|
|
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
|
+
DeregisterContainerInstanceRequest,
|
|
15
|
+
DeregisterContainerInstanceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterContainerInstanceCommandInput
|
|
18
|
+
extends DeregisterContainerInstanceRequest {}
|
|
19
|
+
export interface DeregisterContainerInstanceCommandOutput
|
|
20
|
+
extends DeregisterContainerInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeregisterContainerInstanceCommand extends $Command<
|
|
23
|
+
DeregisterContainerInstanceCommandInput,
|
|
24
|
+
DeregisterContainerInstanceCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeregisterContainerInstanceCommandInput;
|
|
28
|
+
constructor(input: DeregisterContainerInstanceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeregisterContainerInstanceCommandInput,
|
|
35
|
+
DeregisterContainerInstanceCommandOutput
|
|
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
|
+
DeregisterTaskDefinitionRequest,
|
|
15
|
+
DeregisterTaskDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterTaskDefinitionCommandInput
|
|
18
|
+
extends DeregisterTaskDefinitionRequest {}
|
|
19
|
+
export interface DeregisterTaskDefinitionCommandOutput
|
|
20
|
+
extends DeregisterTaskDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeregisterTaskDefinitionCommand extends $Command<
|
|
23
|
+
DeregisterTaskDefinitionCommandInput,
|
|
24
|
+
DeregisterTaskDefinitionCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeregisterTaskDefinitionCommandInput;
|
|
28
|
+
constructor(input: DeregisterTaskDefinitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeregisterTaskDefinitionCommandInput,
|
|
35
|
+
DeregisterTaskDefinitionCommandOutput
|
|
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
|
+
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
|
+
export declare class DescribeCapacityProvidersCommand extends $Command<
|
|
23
|
+
DescribeCapacityProvidersCommandInput,
|
|
24
|
+
DescribeCapacityProvidersCommandOutput,
|
|
25
|
+
ECSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeCapacityProvidersCommandInput;
|
|
28
|
+
constructor(input: DescribeCapacityProvidersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ECSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeCapacityProvidersCommandInput,
|
|
35
|
+
DescribeCapacityProvidersCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|