@aws-sdk/client-ecs 3.1077.0 → 3.1078.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/dist-cjs/index.js +85 -773
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ContinueServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateDaemonCommand.js +2 -14
- package/dist-es/commands/CreateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateTaskSetCommand.js +2 -14
- package/dist-es/commands/DeleteAccountSettingCommand.js +2 -14
- package/dist-es/commands/DeleteAttributesCommand.js +2 -14
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonCommand.js +2 -14
- package/dist-es/commands/DeleteDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/DeleteTaskSetCommand.js +2 -14
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/DescribeClustersCommand.js +2 -14
- package/dist-es/commands/DescribeContainerInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/DescribeServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/DescribeServiceRevisionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/DescribeTaskSetsCommand.js +2 -14
- package/dist-es/commands/DescribeTasksCommand.js +2 -14
- package/dist-es/commands/DiscoverPollEndpointCommand.js +2 -14
- package/dist-es/commands/ExecuteCommandCommand.js +2 -14
- package/dist-es/commands/GetTaskProtectionCommand.js +2 -14
- package/dist-es/commands/ListAccountSettingsCommand.js +2 -14
- package/dist-es/commands/ListAttributesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListContainerInstancesCommand.js +2 -14
- package/dist-es/commands/ListDaemonDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListDaemonTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListDaemonsCommand.js +2 -14
- package/dist-es/commands/ListServiceDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListServicesByNamespaceCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +2 -14
- package/dist-es/commands/ListTaskDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListTasksCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingCommand.js +2 -14
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +2 -14
- package/dist-es/commands/PutAttributesCommand.js +2 -14
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +2 -14
- package/dist-es/commands/RegisterContainerInstanceCommand.js +2 -14
- package/dist-es/commands/RegisterDaemonTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +2 -14
- package/dist-es/commands/RunTaskCommand.js +2 -14
- package/dist-es/commands/StartTaskCommand.js +2 -14
- package/dist-es/commands/StopServiceDeploymentCommand.js +2 -14
- package/dist-es/commands/StopTaskCommand.js +2 -14
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +2 -14
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +2 -14
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -14
- package/dist-es/commands/UpdateClusterCommand.js +2 -14
- package/dist-es/commands/UpdateClusterSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateContainerAgentCommand.js +2 -14
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +2 -14
- package/dist-es/commands/UpdateDaemonCommand.js +2 -14
- package/dist-es/commands/UpdateExpressGatewayServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +2 -14
- package/dist-es/commands/UpdateTaskProtectionCommand.js +2 -14
- package/dist-es/commands/UpdateTaskSetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ContinueServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -8
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -8
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDaemonsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -8
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTasksCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -8
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -8
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDaemonTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/RunTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopTaskCommand.d.ts +3 -8
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -8
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDaemonCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateTaskSetRequest,
|
|
10
4
|
CreateTaskSetResponse,
|
|
11
5
|
} from "../models/models_1";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
|
|
15
8
|
export interface CreateTaskSetCommandOutput
|
|
16
9
|
extends CreateTaskSetResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateTaskSetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateTaskSetCommandInput,
|
|
23
16
|
CreateTaskSetCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateTaskSetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateTaskSetCommandInput,
|
|
32
25
|
CreateTaskSetCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateTaskSetCommand extends CreateTaskSetCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAccountSettingRequest,
|
|
10
4
|
DeleteAccountSettingResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAccountSettingCommandInput
|
|
15
8
|
extends DeleteAccountSettingRequest {}
|
|
16
9
|
export interface DeleteAccountSettingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteAccountSettingCommandInput,
|
|
24
17
|
DeleteAccountSettingCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteAccountSettingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteAccountSettingCommandInput,
|
|
33
26
|
DeleteAccountSettingCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteAccountSettingCommand extends DeleteAccountSettingCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAttributesRequest,
|
|
10
4
|
DeleteAttributesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
|
|
15
8
|
export interface DeleteAttributesCommandOutput
|
|
16
9
|
extends DeleteAttributesResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteAttributesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteAttributesCommandInput,
|
|
23
16
|
DeleteAttributesCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteAttributesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteAttributesCommandInput,
|
|
32
25
|
DeleteAttributesCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteAttributesCommand extends DeleteAttributesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteCapacityProviderRequest,
|
|
10
4
|
DeleteCapacityProviderResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteCapacityProviderCommandInput
|
|
15
8
|
extends DeleteCapacityProviderRequest {}
|
|
16
9
|
export interface DeleteCapacityProviderCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteCapacityProviderCommandInput,
|
|
24
17
|
DeleteCapacityProviderCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteCapacityProviderCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteCapacityProviderCommandInput,
|
|
33
26
|
DeleteCapacityProviderCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteClusterRequest,
|
|
10
4
|
DeleteClusterResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
15
8
|
export interface DeleteClusterCommandOutput
|
|
16
9
|
extends DeleteClusterResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteClusterCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteClusterCommandInput,
|
|
23
16
|
DeleteClusterCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteClusterCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteClusterCommandInput,
|
|
32
25
|
DeleteClusterCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import { DeleteDaemonRequest, DeleteDaemonResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteDaemonCommandInput extends DeleteDaemonRequest {}
|
|
12
5
|
export interface DeleteDaemonCommandOutput
|
|
13
6
|
extends DeleteDaemonResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteDaemonCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteDaemonCommandInput,
|
|
20
13
|
DeleteDaemonCommandOutput,
|
|
21
|
-
ECSClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ECSClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteDaemonCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteDaemonCommandInput,
|
|
29
22
|
DeleteDaemonCommandOutput,
|
|
30
|
-
ECSClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ECSClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteDaemonCommand extends DeleteDaemonCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteDaemonTaskDefinitionRequest,
|
|
10
4
|
DeleteDaemonTaskDefinitionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDaemonTaskDefinitionCommandInput
|
|
15
8
|
extends DeleteDaemonTaskDefinitionRequest {}
|
|
16
9
|
export interface DeleteDaemonTaskDefinitionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDaemonTaskDefinitionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDaemonTaskDefinitionCommandInput,
|
|
24
17
|
DeleteDaemonTaskDefinitionCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteDaemonTaskDefinitionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDaemonTaskDefinitionCommandInput,
|
|
33
26
|
DeleteDaemonTaskDefinitionCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDaemonTaskDefinitionCommand extends DeleteDaemonTaskDefinitionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteExpressGatewayServiceRequest,
|
|
10
4
|
DeleteExpressGatewayServiceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteExpressGatewayServiceCommandInput
|
|
15
8
|
extends DeleteExpressGatewayServiceRequest {}
|
|
16
9
|
export interface DeleteExpressGatewayServiceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteExpressGatewayServiceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteExpressGatewayServiceCommandInput,
|
|
24
17
|
DeleteExpressGatewayServiceCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteExpressGatewayServiceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteExpressGatewayServiceCommandInput,
|
|
33
26
|
DeleteExpressGatewayServiceCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteExpressGatewayServiceCommand extends DeleteExpressGatewayServiceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteServiceRequest,
|
|
10
4
|
DeleteServiceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
15
8
|
export interface DeleteServiceCommandOutput
|
|
16
9
|
extends DeleteServiceResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteServiceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteServiceCommandInput,
|
|
23
16
|
DeleteServiceCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteServiceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteServiceCommandInput,
|
|
32
25
|
DeleteServiceCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteTaskDefinitionsRequest,
|
|
10
4
|
DeleteTaskDefinitionsResponse,
|
|
11
5
|
} from "../models/models_1";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteTaskDefinitionsCommandInput
|
|
15
8
|
extends DeleteTaskDefinitionsRequest {}
|
|
16
9
|
export interface DeleteTaskDefinitionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteTaskDefinitionsCommandInput,
|
|
24
17
|
DeleteTaskDefinitionsCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteTaskDefinitionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteTaskDefinitionsCommandInput,
|
|
33
26
|
DeleteTaskDefinitionsCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteTaskDefinitionsCommand extends DeleteTaskDefinitionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteTaskSetRequest,
|
|
10
4
|
DeleteTaskSetResponse,
|
|
11
5
|
} from "../models/models_1";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
|
|
15
8
|
export interface DeleteTaskSetCommandOutput
|
|
16
9
|
extends DeleteTaskSetResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteTaskSetCommandInput,
|
|
23
16
|
DeleteTaskSetCommandOutput,
|
|
24
|
-
ECSClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ECSClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteTaskSetCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteTaskSetCommandInput,
|
|
32
25
|
DeleteTaskSetCommandOutput,
|
|
33
|
-
ECSClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ECSClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteTaskSetCommand extends DeleteTaskSetCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeregisterContainerInstanceRequest,
|
|
10
4
|
DeregisterContainerInstanceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeregisterContainerInstanceCommandInput
|
|
15
8
|
extends DeregisterContainerInstanceRequest {}
|
|
16
9
|
export interface DeregisterContainerInstanceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeregisterContainerInstanceCommandInput,
|
|
24
17
|
DeregisterContainerInstanceCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeregisterContainerInstanceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeregisterContainerInstanceCommandInput,
|
|
33
26
|
DeregisterContainerInstanceCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DeregisterTaskDefinitionRequest,
|
|
10
4
|
DeregisterTaskDefinitionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeregisterTaskDefinitionCommandInput
|
|
15
8
|
extends DeregisterTaskDefinitionRequest {}
|
|
16
9
|
export interface DeregisterTaskDefinitionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeregisterTaskDefinitionCommandInput,
|
|
24
17
|
DeregisterTaskDefinitionCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeregisterTaskDefinitionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeregisterTaskDefinitionCommandInput,
|
|
33
26
|
DeregisterTaskDefinitionCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ECSClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ECSClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeCapacityProvidersRequest,
|
|
10
4
|
DescribeCapacityProvidersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCapacityProvidersCommandInput
|
|
15
8
|
extends DescribeCapacityProvidersRequest {}
|
|
16
9
|
export interface DescribeCapacityProvidersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCapacityProvidersCommandInput,
|
|
24
17
|
DescribeCapacityProvidersCommandOutput,
|
|
25
|
-
ECSClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ECSClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeCapacityProvidersCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCapacityProvidersCommandInput,
|
|
33
26
|
DescribeCapacityProvidersCommandOutput,
|
|
34
|
-
ECSClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ECSClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {
|
|
43
34
|
protected static __types: {
|