@aws-sdk/client-ecs 3.477.0 → 3.481.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/commands/CreateCapacityProviderCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateServiceCommand.js +18 -41
- package/dist-cjs/commands/CreateTaskSetCommand.js +18 -41
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +18 -41
- package/dist-cjs/commands/DeleteAttributesCommand.js +18 -41
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +18 -41
- package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteServiceCommand.js +18 -41
- package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/DeleteTaskSetCommand.js +18 -41
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +18 -41
- package/dist-cjs/commands/DescribeClustersCommand.js +18 -41
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +18 -41
- package/dist-cjs/commands/DescribeServicesCommand.js +18 -41
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTasksCommand.js +18 -41
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +18 -41
- package/dist-cjs/commands/ExecuteCommandCommand.js +18 -41
- package/dist-cjs/commands/GetTaskProtectionCommand.js +18 -41
- package/dist-cjs/commands/ListAccountSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListAttributesCommand.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListContainerInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListServicesByNamespaceCommand.js +18 -41
- package/dist-cjs/commands/ListServicesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +18 -41
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/ListTasksCommand.js +18 -41
- package/dist-cjs/commands/PutAccountSettingCommand.js +18 -41
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +18 -41
- package/dist-cjs/commands/PutAttributesCommand.js +18 -41
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +18 -41
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +18 -41
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +18 -41
- package/dist-cjs/commands/RunTaskCommand.js +18 -41
- package/dist-cjs/commands/StartTaskCommand.js +18 -41
- package/dist-cjs/commands/StopTaskCommand.js +18 -41
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +18 -41
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +18 -41
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +18 -41
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceCommand.js +18 -41
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateTaskProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateTaskSetCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAccountSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAttributesPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/pagination/ListContainerInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListServicesByNamespacePaginator.js +2 -24
- package/dist-cjs/pagination/ListServicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTasksPaginator.js +2 -24
- package/dist-es/commands/CreateCapacityProviderCommand.js +18 -41
- package/dist-es/commands/CreateClusterCommand.js +18 -41
- package/dist-es/commands/CreateServiceCommand.js +18 -41
- package/dist-es/commands/CreateTaskSetCommand.js +18 -41
- package/dist-es/commands/DeleteAccountSettingCommand.js +18 -41
- package/dist-es/commands/DeleteAttributesCommand.js +18 -41
- package/dist-es/commands/DeleteCapacityProviderCommand.js +18 -41
- package/dist-es/commands/DeleteClusterCommand.js +18 -41
- package/dist-es/commands/DeleteServiceCommand.js +18 -41
- package/dist-es/commands/DeleteTaskDefinitionsCommand.js +18 -41
- package/dist-es/commands/DeleteTaskSetCommand.js +18 -41
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +18 -41
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +18 -41
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +18 -41
- package/dist-es/commands/DescribeClustersCommand.js +18 -41
- package/dist-es/commands/DescribeContainerInstancesCommand.js +18 -41
- package/dist-es/commands/DescribeServicesCommand.js +18 -41
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +18 -41
- package/dist-es/commands/DescribeTaskSetsCommand.js +18 -41
- package/dist-es/commands/DescribeTasksCommand.js +18 -41
- package/dist-es/commands/DiscoverPollEndpointCommand.js +18 -41
- package/dist-es/commands/ExecuteCommandCommand.js +18 -41
- package/dist-es/commands/GetTaskProtectionCommand.js +18 -41
- package/dist-es/commands/ListAccountSettingsCommand.js +18 -41
- package/dist-es/commands/ListAttributesCommand.js +18 -41
- package/dist-es/commands/ListClustersCommand.js +18 -41
- package/dist-es/commands/ListContainerInstancesCommand.js +18 -41
- package/dist-es/commands/ListServicesByNamespaceCommand.js +18 -41
- package/dist-es/commands/ListServicesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +18 -41
- package/dist-es/commands/ListTaskDefinitionsCommand.js +18 -41
- package/dist-es/commands/ListTasksCommand.js +18 -41
- package/dist-es/commands/PutAccountSettingCommand.js +18 -41
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +18 -41
- package/dist-es/commands/PutAttributesCommand.js +18 -41
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +18 -41
- package/dist-es/commands/RegisterContainerInstanceCommand.js +18 -41
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +18 -41
- package/dist-es/commands/RunTaskCommand.js +18 -41
- package/dist-es/commands/StartTaskCommand.js +18 -41
- package/dist-es/commands/StopTaskCommand.js +18 -41
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +18 -41
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +18 -41
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCapacityProviderCommand.js +18 -41
- package/dist-es/commands/UpdateClusterCommand.js +18 -41
- package/dist-es/commands/UpdateClusterSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateContainerAgentCommand.js +18 -41
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +18 -41
- package/dist-es/commands/UpdateServiceCommand.js +18 -41
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +18 -41
- package/dist-es/commands/UpdateTaskProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateTaskSetCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAccountSettingsPaginator.js +2 -23
- package/dist-es/pagination/ListAttributesPaginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/pagination/ListContainerInstancesPaginator.js +2 -23
- package/dist-es/pagination/ListServicesByNamespacePaginator.js +2 -23
- package/dist-es/pagination/ListServicesPaginator.js +2 -23
- package/dist-es/pagination/ListTaskDefinitionFamiliesPaginator.js +2 -23
- package/dist-es/pagination/ListTaskDefinitionsPaginator.js +2 -23
- package/dist-es/pagination/ListTasksPaginator.js +2 -23
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -21
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClustersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeServicesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTasksCommand.d.ts +6 -21
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +6 -21
- package/dist-types/commands/ExecuteCommandCommand.d.ts +6 -21
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +6 -21
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListAttributesCommand.d.ts +6 -21
- package/dist-types/commands/ListClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -21
- package/dist-types/commands/ListServicesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +6 -21
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTasksCommand.d.ts +6 -21
- package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -21
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +6 -21
- package/dist-types/commands/PutAttributesCommand.d.ts +6 -21
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +6 -21
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/RunTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopTaskCommand.d.ts +6 -21
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +6 -21
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -21
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAccountSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContainerInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesByNamespacePaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServicesByNamespacePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DeregisterContainerInstanceRequest, DeregisterContainerInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeregisterContainerInstanceCommandInput extends DeregisterConta
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeregisterContainerInstanceCommandOutput extends DeregisterContainerInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeregisterContainerInstanceCommand_base: {
|
|
24
|
+
new (input: DeregisterContainerInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deregisters an Amazon ECS container instance from the specified cluster. This instance is
|
|
@@ -173,23 +176,5 @@ export interface DeregisterContainerInstanceCommandOutput extends DeregisterCont
|
|
|
173
176
|
* ```
|
|
174
177
|
*
|
|
175
178
|
*/
|
|
176
|
-
export declare class DeregisterContainerInstanceCommand extends
|
|
177
|
-
readonly input: DeregisterContainerInstanceCommandInput;
|
|
178
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
179
|
-
/**
|
|
180
|
-
* @public
|
|
181
|
-
*/
|
|
182
|
-
constructor(input: DeregisterContainerInstanceCommandInput);
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
private serialize;
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
private deserialize;
|
|
179
|
+
export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {
|
|
195
180
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeregisterTaskDefinitionCommandInput extends DeregisterTaskDefi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeregisterTaskDefinitionCommand_base: {
|
|
24
|
+
new (input: DeregisterTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deregisters the specified task definition by family and revision. Upon deregistration, the
|
|
@@ -341,23 +344,5 @@ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDef
|
|
|
341
344
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
342
345
|
*
|
|
343
346
|
*/
|
|
344
|
-
export declare class DeregisterTaskDefinitionCommand extends
|
|
345
|
-
readonly input: DeregisterTaskDefinitionCommandInput;
|
|
346
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
347
|
-
/**
|
|
348
|
-
* @public
|
|
349
|
-
*/
|
|
350
|
-
constructor(input: DeregisterTaskDefinitionCommandInput);
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput>;
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
|
-
private serialize;
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
private deserialize;
|
|
347
|
+
export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {
|
|
363
348
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeCapacityProvidersRequest, DescribeCapacityProvidersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeCapacityProvidersCommandInput extends DescribeCapacityP
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacityProvidersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeCapacityProvidersCommand_base: {
|
|
24
|
+
new (input: DescribeCapacityProvidersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes one or more of your capacity providers.</p>
|
|
@@ -103,23 +106,5 @@ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacity
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class DescribeCapacityProvidersCommand extends
|
|
107
|
-
readonly input: DescribeCapacityProvidersCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: DescribeCapacityProvidersCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {
|
|
125
110
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeClustersCommand_base: {
|
|
24
|
+
new (input: DescribeClustersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes one or more of your clusters.</p>
|
|
@@ -168,23 +171,5 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
|
|
|
168
171
|
* ```
|
|
169
172
|
*
|
|
170
173
|
*/
|
|
171
|
-
export declare class DescribeClustersCommand extends
|
|
172
|
-
readonly input: DescribeClustersCommandInput;
|
|
173
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
174
|
-
/**
|
|
175
|
-
* @public
|
|
176
|
-
*/
|
|
177
|
-
constructor(input: DescribeClustersCommandInput);
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
private serialize;
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
private deserialize;
|
|
174
|
+
export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
|
|
190
175
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeContainerInstancesRequest, DescribeContainerInstancesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeContainerInstancesCommandInput extends DescribeContaine
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeContainerInstancesCommandOutput extends DescribeContainerInstancesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeContainerInstancesCommand_base: {
|
|
24
|
+
new (input: DescribeContainerInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes one or more container instances. Returns metadata about each container
|
|
@@ -249,23 +252,5 @@ export interface DescribeContainerInstancesCommandOutput extends DescribeContain
|
|
|
249
252
|
* ```
|
|
250
253
|
*
|
|
251
254
|
*/
|
|
252
|
-
export declare class DescribeContainerInstancesCommand extends
|
|
253
|
-
readonly input: DescribeContainerInstancesCommandInput;
|
|
254
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
255
|
-
/**
|
|
256
|
-
* @public
|
|
257
|
-
*/
|
|
258
|
-
constructor(input: DescribeContainerInstancesCommandInput);
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
private serialize;
|
|
267
|
-
/**
|
|
268
|
-
* @internal
|
|
269
|
-
*/
|
|
270
|
-
private deserialize;
|
|
255
|
+
export declare class DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_base {
|
|
271
256
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeServicesCommand_base: {
|
|
24
|
+
new (input: DescribeServicesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the specified services running in your cluster.</p>
|
|
@@ -366,23 +369,5 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
|
|
|
366
369
|
* ```
|
|
367
370
|
*
|
|
368
371
|
*/
|
|
369
|
-
export declare class DescribeServicesCommand extends
|
|
370
|
-
readonly input: DescribeServicesCommandInput;
|
|
371
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
372
|
-
/**
|
|
373
|
-
* @public
|
|
374
|
-
*/
|
|
375
|
-
constructor(input: DescribeServicesCommandInput);
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
private serialize;
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
private deserialize;
|
|
372
|
+
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
|
|
388
373
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTaskDefinitionCommandInput extends DescribeTaskDefiniti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinitionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTaskDefinitionCommand_base: {
|
|
24
|
+
new (input: DescribeTaskDefinitionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes a task definition. You can specify a <code>family</code> and
|
|
@@ -398,23 +401,5 @@ export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinit
|
|
|
398
401
|
* ```
|
|
399
402
|
*
|
|
400
403
|
*/
|
|
401
|
-
export declare class DescribeTaskDefinitionCommand extends
|
|
402
|
-
readonly input: DescribeTaskDefinitionCommandInput;
|
|
403
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
404
|
-
/**
|
|
405
|
-
* @public
|
|
406
|
-
*/
|
|
407
|
-
constructor(input: DescribeTaskDefinitionCommandInput);
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput>;
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
|
-
private serialize;
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
private deserialize;
|
|
404
|
+
export declare class DescribeTaskDefinitionCommand extends DescribeTaskDefinitionCommand_base {
|
|
420
405
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTaskSetsCommand_base: {
|
|
24
|
+
new (input: DescribeTaskSetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the task sets in the specified cluster and service. This is used when a
|
|
@@ -162,23 +165,5 @@ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse,
|
|
|
162
165
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
163
166
|
*
|
|
164
167
|
*/
|
|
165
|
-
export declare class DescribeTaskSetsCommand extends
|
|
166
|
-
readonly input: DescribeTaskSetsCommandInput;
|
|
167
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
168
|
-
/**
|
|
169
|
-
* @public
|
|
170
|
-
*/
|
|
171
|
-
constructor(input: DescribeTaskSetsCommandInput);
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
private serialize;
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
private deserialize;
|
|
168
|
+
export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {
|
|
184
169
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTasksCommandInput extends DescribeTasksRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTasksCommand_base: {
|
|
24
|
+
new (input: DescribeTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes a specified task or tasks.</p>
|
|
@@ -291,23 +294,5 @@ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __Met
|
|
|
291
294
|
* ```
|
|
292
295
|
*
|
|
293
296
|
*/
|
|
294
|
-
export declare class DescribeTasksCommand extends
|
|
295
|
-
readonly input: DescribeTasksCommandInput;
|
|
296
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
297
|
-
/**
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
constructor(input: DescribeTasksCommandInput);
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTasksCommandInput, DescribeTasksCommandOutput>;
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
private serialize;
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
|
-
private deserialize;
|
|
297
|
+
export declare class DescribeTasksCommand extends DescribeTasksCommand_base {
|
|
313
298
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DiscoverPollEndpointCommandInput extends DiscoverPollEndpointRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DiscoverPollEndpointCommand_base: {
|
|
24
|
+
new (input: DiscoverPollEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <note>
|
|
@@ -65,23 +68,5 @@ export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointR
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DiscoverPollEndpointCommand extends
|
|
69
|
-
readonly input: DiscoverPollEndpointCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DiscoverPollEndpointCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { ExecuteCommandRequest, ExecuteCommandResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExecuteCommandCommand_base: {
|
|
24
|
+
new (input: ExecuteCommandCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Runs a command remotely on a container within a task.</p>
|
|
@@ -106,23 +109,5 @@ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __M
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class ExecuteCommandCommand extends
|
|
110
|
-
readonly input: ExecuteCommandCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: ExecuteCommandCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteCommandCommandInput, ExecuteCommandCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {
|
|
128
113
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetTaskProtectionCommandInput extends GetTaskProtectionRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetTaskProtectionCommandOutput extends GetTaskProtectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetTaskProtectionCommand_base: {
|
|
24
|
+
new (input: GetTaskProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the protection status of tasks in an Amazon ECS service.</p>
|
|
@@ -117,23 +120,5 @@ export interface GetTaskProtectionCommandOutput extends GetTaskProtectionRespons
|
|
|
117
120
|
* ```
|
|
118
121
|
*
|
|
119
122
|
*/
|
|
120
|
-
export declare class GetTaskProtectionCommand extends
|
|
121
|
-
readonly input: GetTaskProtectionCommandInput;
|
|
122
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
123
|
-
/**
|
|
124
|
-
* @public
|
|
125
|
-
*/
|
|
126
|
-
constructor(input: GetTaskProtectionCommandInput);
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTaskProtectionCommandInput, GetTaskProtectionCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private serialize;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private deserialize;
|
|
123
|
+
export declare class GetTaskProtectionCommand extends GetTaskProtectionCommand_base {
|
|
139
124
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAccountSettingsCommandInput extends ListAccountSettingsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAccountSettingsCommandOutput extends ListAccountSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAccountSettingsCommand_base: {
|
|
24
|
+
new (input: ListAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the account settings for a specified principal.</p>
|
|
@@ -141,23 +144,5 @@ export interface ListAccountSettingsCommandOutput extends ListAccountSettingsRes
|
|
|
141
144
|
* ```
|
|
142
145
|
*
|
|
143
146
|
*/
|
|
144
|
-
export declare class ListAccountSettingsCommand extends
|
|
145
|
-
readonly input: ListAccountSettingsCommandInput;
|
|
146
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
147
|
-
/**
|
|
148
|
-
* @public
|
|
149
|
-
*/
|
|
150
|
-
constructor(input: ListAccountSettingsCommandInput);
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
private serialize;
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
private deserialize;
|
|
147
|
+
export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_base {
|
|
163
148
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
|
|
5
4
|
import { ListAttributesRequest, ListAttributesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAttributesCommandInput extends ListAttributesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAttributesCommandOutput extends ListAttributesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAttributesCommand_base: {
|
|
24
|
+
new (input: ListAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
|
@@ -77,23 +80,5 @@ export interface ListAttributesCommandOutput extends ListAttributesResponse, __M
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListAttributesCommand extends
|
|
81
|
-
readonly input: ListAttributesCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListAttributesCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributesCommandInput, ListAttributesCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListAttributesCommand extends ListAttributesCommand_base {
|
|
99
84
|
}
|