@aws-sdk/client-ecs 3.50.0 → 3.53.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.
Files changed (92) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ECSServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +319 -5
  5. package/dist-cjs/protocols/Aws_json1_1.js +627 -2138
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ECSServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +290 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1285 -2299
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ECSServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +170 -97
  13. package/dist-types/ts3.4/ECS.d.ts +265 -0
  14. package/dist-types/ts3.4/ECSClient.d.ts +125 -0
  15. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +52 -0
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  69. package/dist-types/ts3.4/index.d.ts +7 -0
  70. package/dist-types/ts3.4/models/ECSServiceException.d.ts +6 -0
  71. package/dist-types/ts3.4/models/index.d.ts +1 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +3180 -0
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  74. package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +158 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  88. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  89. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +7 -0
  90. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +7 -0
  91. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +7 -0
  92. package/package.json +34 -34
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResponse } from "../models/models_0";
5
+ export interface DeregisterTaskDefinitionCommandInput extends DeregisterTaskDefinitionRequest {
6
+ }
7
+ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDefinitionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeregisterTaskDefinitionCommand extends $Command<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DeregisterTaskDefinitionCommandInput;
12
+ constructor(input: DeregisterTaskDefinitionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeCapacityProvidersRequest, DescribeCapacityProvidersResponse } from "../models/models_0";
5
+ export interface DescribeCapacityProvidersCommandInput extends DescribeCapacityProvidersRequest {
6
+ }
7
+ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacityProvidersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeCapacityProvidersCommand extends $Command<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeCapacityProvidersCommandInput;
12
+ constructor(input: DescribeCapacityProvidersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
5
+ export interface DescribeClustersCommandInput extends DescribeClustersRequest {
6
+ }
7
+ export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeClustersCommandInput;
12
+ constructor(input: DescribeClustersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeContainerInstancesRequest, DescribeContainerInstancesResponse } from "../models/models_0";
5
+ export interface DescribeContainerInstancesCommandInput extends DescribeContainerInstancesRequest {
6
+ }
7
+ export interface DescribeContainerInstancesCommandOutput extends DescribeContainerInstancesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeContainerInstancesCommand extends $Command<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeContainerInstancesCommandInput;
12
+ constructor(input: DescribeContainerInstancesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
5
+ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
6
+ }
7
+ export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeServicesCommand extends $Command<DescribeServicesCommandInput, DescribeServicesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeServicesCommandInput;
12
+ constructor(input: DescribeServicesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from "../models/models_0";
5
+ export interface DescribeTaskDefinitionCommandInput extends DescribeTaskDefinitionRequest {
6
+ }
7
+ export interface DescribeTaskDefinitionCommandOutput extends DescribeTaskDefinitionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeTaskDefinitionCommand extends $Command<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeTaskDefinitionCommandInput;
12
+ constructor(input: DescribeTaskDefinitionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/models_0";
5
+ export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {
6
+ }
7
+ export interface DescribeTaskSetsCommandOutput extends DescribeTaskSetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeTaskSetsCommand extends $Command<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeTaskSetsCommandInput;
12
+ constructor(input: DescribeTaskSetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_0";
5
+ export interface DescribeTasksCommandInput extends DescribeTasksRequest {
6
+ }
7
+ export interface DescribeTasksCommandOutput extends DescribeTasksResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeTasksCommand extends $Command<DescribeTasksCommandInput, DescribeTasksCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DescribeTasksCommandInput;
12
+ constructor(input: DescribeTasksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTasksCommandInput, DescribeTasksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../models/models_0";
5
+ export interface DiscoverPollEndpointCommandInput extends DiscoverPollEndpointRequest {
6
+ }
7
+ export interface DiscoverPollEndpointCommandOutput extends DiscoverPollEndpointResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DiscoverPollEndpointCommand extends $Command<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: DiscoverPollEndpointCommandInput;
12
+ constructor(input: DiscoverPollEndpointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ExecuteCommandRequest, ExecuteCommandResponse } from "../models/models_0";
5
+ export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {
6
+ }
7
+ export interface ExecuteCommandCommandOutput extends ExecuteCommandResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ExecuteCommandCommand extends $Command<ExecuteCommandCommandInput, ExecuteCommandCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ExecuteCommandCommandInput;
12
+ constructor(input: ExecuteCommandCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteCommandCommandInput, ExecuteCommandCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../models/models_0";
5
+ export interface ListAccountSettingsCommandInput extends ListAccountSettingsRequest {
6
+ }
7
+ export interface ListAccountSettingsCommandOutput extends ListAccountSettingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAccountSettingsCommand extends $Command<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListAccountSettingsCommandInput;
12
+ constructor(input: ListAccountSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListAttributesRequest, ListAttributesResponse } from "../models/models_0";
5
+ export interface ListAttributesCommandInput extends ListAttributesRequest {
6
+ }
7
+ export interface ListAttributesCommandOutput extends ListAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAttributesCommand extends $Command<ListAttributesCommandInput, ListAttributesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListAttributesCommandInput;
12
+ constructor(input: ListAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributesCommandInput, ListAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
5
+ export interface ListClustersCommandInput extends ListClustersRequest {
6
+ }
7
+ export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListClustersCommandInput;
12
+ constructor(input: ListClustersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListContainerInstancesRequest, ListContainerInstancesResponse } from "../models/models_0";
5
+ export interface ListContainerInstancesCommandInput extends ListContainerInstancesRequest {
6
+ }
7
+ export interface ListContainerInstancesCommandOutput extends ListContainerInstancesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListContainerInstancesCommand extends $Command<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListContainerInstancesCommandInput;
12
+ constructor(input: ListContainerInstancesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
5
+ export interface ListServicesCommandInput extends ListServicesRequest {
6
+ }
7
+ export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListServicesCommandInput;
12
+ constructor(input: ListServicesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse } from "../models/models_0";
5
+ export interface ListTaskDefinitionFamiliesCommandInput extends ListTaskDefinitionFamiliesRequest {
6
+ }
7
+ export interface ListTaskDefinitionFamiliesCommandOutput extends ListTaskDefinitionFamiliesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTaskDefinitionFamiliesCommand extends $Command<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListTaskDefinitionFamiliesCommandInput;
12
+ constructor(input: ListTaskDefinitionFamiliesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../models/models_0";
5
+ export interface ListTaskDefinitionsCommandInput extends ListTaskDefinitionsRequest {
6
+ }
7
+ export interface ListTaskDefinitionsCommandOutput extends ListTaskDefinitionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTaskDefinitionsCommand extends $Command<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListTaskDefinitionsCommandInput;
12
+ constructor(input: ListTaskDefinitionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
5
+ export interface ListTasksCommandInput extends ListTasksRequest {
6
+ }
7
+ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTasksCommand extends $Command<ListTasksCommandInput, ListTasksCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: ListTasksCommandInput;
12
+ constructor(input: ListTasksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
5
+ export interface PutAccountSettingCommandInput extends PutAccountSettingRequest {
6
+ }
7
+ export interface PutAccountSettingCommandOutput extends PutAccountSettingResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutAccountSettingCommand extends $Command<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: PutAccountSettingCommandInput;
12
+ constructor(input: PutAccountSettingCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountSettingCommandInput, PutAccountSettingCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_0";
5
+ export interface PutAccountSettingDefaultCommandInput extends PutAccountSettingDefaultRequest {
6
+ }
7
+ export interface PutAccountSettingDefaultCommandOutput extends PutAccountSettingDefaultResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutAccountSettingDefaultCommand extends $Command<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: PutAccountSettingDefaultCommandInput;
12
+ constructor(input: PutAccountSettingDefaultCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { PutAttributesRequest, PutAttributesResponse } from "../models/models_0";
5
+ export interface PutAttributesCommandInput extends PutAttributesRequest {
6
+ }
7
+ export interface PutAttributesCommandOutput extends PutAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutAttributesCommand extends $Command<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: PutAttributesCommandInput;
12
+ constructor(input: PutAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAttributesCommandInput, PutAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_0";
5
+ export interface PutClusterCapacityProvidersCommandInput extends PutClusterCapacityProvidersRequest {
6
+ }
7
+ export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapacityProvidersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutClusterCapacityProvidersCommand extends $Command<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: PutClusterCapacityProvidersCommandInput;
12
+ constructor(input: PutClusterCapacityProvidersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_0";
5
+ export interface RegisterContainerInstanceCommandInput extends RegisterContainerInstanceRequest {
6
+ }
7
+ export interface RegisterContainerInstanceCommandOutput extends RegisterContainerInstanceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RegisterContainerInstanceCommand extends $Command<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: RegisterContainerInstanceCommandInput;
12
+ constructor(input: RegisterContainerInstanceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_0";
5
+ export interface RegisterTaskDefinitionCommandInput extends RegisterTaskDefinitionRequest {
6
+ }
7
+ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinitionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RegisterTaskDefinitionCommand extends $Command<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: RegisterTaskDefinitionCommandInput;
12
+ constructor(input: RegisterTaskDefinitionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { RunTaskRequest, RunTaskResponse } from "../models/models_0";
5
+ export interface RunTaskCommandInput extends RunTaskRequest {
6
+ }
7
+ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RunTaskCommand extends $Command<RunTaskCommandInput, RunTaskCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: RunTaskCommandInput;
12
+ constructor(input: RunTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RunTaskCommandInput, RunTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { StartTaskRequest, StartTaskResponse } from "../models/models_0";
5
+ export interface StartTaskCommandInput extends StartTaskRequest {
6
+ }
7
+ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartTaskCommand extends $Command<StartTaskCommandInput, StartTaskCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: StartTaskCommandInput;
12
+ constructor(input: StartTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTaskCommandInput, StartTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { StopTaskRequest, StopTaskResponse } from "../models/models_0";
5
+ export interface StopTaskCommandInput extends StopTaskRequest {
6
+ }
7
+ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopTaskCommand extends $Command<StopTaskCommandInput, StopTaskCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: StopTaskCommandInput;
12
+ constructor(input: StopTaskCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopTaskCommandInput, StopTaskCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResponse } from "../models/models_0";
5
+ export interface SubmitAttachmentStateChangesCommandInput extends SubmitAttachmentStateChangesRequest {
6
+ }
7
+ export interface SubmitAttachmentStateChangesCommandOutput extends SubmitAttachmentStateChangesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SubmitAttachmentStateChangesCommand extends $Command<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: SubmitAttachmentStateChangesCommandInput;
12
+ constructor(input: SubmitAttachmentStateChangesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_0";
5
+ export interface SubmitContainerStateChangeCommandInput extends SubmitContainerStateChangeRequest {
6
+ }
7
+ export interface SubmitContainerStateChangeCommandOutput extends SubmitContainerStateChangeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SubmitContainerStateChangeCommand extends $Command<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: SubmitContainerStateChangeCommandInput;
12
+ constructor(input: SubmitContainerStateChangeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0";
5
+ export interface SubmitTaskStateChangeCommandInput extends SubmitTaskStateChangeRequest {
6
+ }
7
+ export interface SubmitTaskStateChangeCommandOutput extends SubmitTaskStateChangeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SubmitTaskStateChangeCommand extends $Command<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: SubmitTaskStateChangeCommandInput;
12
+ constructor(input: SubmitTaskStateChangeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ECSClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }