@aws-sdk/client-ecs 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ECS.d.ts +940 -265
  3. package/dist-types/ts3.4/ECSClient.d.ts +440 -125
  4. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/index.d.ts +52 -52
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  58. package/dist-types/ts3.4/index.d.ts +7 -7
  59. package/dist-types/ts3.4/models/ECSServiceException.d.ts +8 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +2989 -2811
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  63. package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  72. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  77. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  78. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +13 -7
  79. package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +13 -7
  80. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +13 -7
  81. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +13 -7
  82. package/package.json +35 -35
@@ -1,17 +1,37 @@
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 { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
5
- export interface CreateClusterCommandInput extends CreateClusterRequest {
6
- }
7
- export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: CreateClusterCommandInput;
12
- constructor(input: CreateClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ CreateClusterRequest,
15
+ CreateClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateClusterCommandInput extends CreateClusterRequest {}
18
+ export interface CreateClusterCommandOutput
19
+ extends CreateClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateClusterCommand extends $Command<
23
+ CreateClusterCommandInput,
24
+ CreateClusterCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateClusterCommandInput;
28
+ constructor(input: CreateClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
5
- export interface CreateServiceCommandInput extends CreateServiceRequest {
6
- }
7
- export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: CreateServiceCommandInput;
12
- constructor(input: CreateServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ CreateServiceRequest,
15
+ CreateServiceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateServiceCommandInput extends CreateServiceRequest {}
18
+ export interface CreateServiceCommandOutput
19
+ extends CreateServiceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateServiceCommand extends $Command<
23
+ CreateServiceCommandInput,
24
+ CreateServiceCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateServiceCommandInput;
28
+ constructor(input: CreateServiceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { CreateTaskSetRequest, CreateTaskSetResponse } from "../models/models_0";
5
- export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {
6
- }
7
- export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTaskSetCommand extends $Command<CreateTaskSetCommandInput, CreateTaskSetCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: CreateTaskSetCommandInput;
12
- constructor(input: CreateTaskSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTaskSetCommandInput, CreateTaskSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ CreateTaskSetRequest,
15
+ CreateTaskSetResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
18
+ export interface CreateTaskSetCommandOutput
19
+ extends CreateTaskSetResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateTaskSetCommand extends $Command<
23
+ CreateTaskSetCommandInput,
24
+ CreateTaskSetCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateTaskSetCommandInput;
28
+ constructor(input: CreateTaskSetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateTaskSetCommandInput, CreateTaskSetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DeleteAccountSettingRequest, DeleteAccountSettingResponse } from "../models/models_0";
5
- export interface DeleteAccountSettingCommandInput extends DeleteAccountSettingRequest {
6
- }
7
- export interface DeleteAccountSettingCommandOutput extends DeleteAccountSettingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAccountSettingCommand extends $Command<DeleteAccountSettingCommandInput, DeleteAccountSettingCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeleteAccountSettingCommandInput;
12
- constructor(input: DeleteAccountSettingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccountSettingCommandInput, DeleteAccountSettingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeleteAccountSettingRequest,
15
+ DeleteAccountSettingResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteAccountSettingCommandInput
18
+ extends DeleteAccountSettingRequest {}
19
+ export interface DeleteAccountSettingCommandOutput
20
+ extends DeleteAccountSettingResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteAccountSettingCommand extends $Command<
24
+ DeleteAccountSettingCommandInput,
25
+ DeleteAccountSettingCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteAccountSettingCommandInput;
29
+ constructor(input: DeleteAccountSettingCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteAccountSettingCommandInput,
37
+ DeleteAccountSettingCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteAttributesRequest, DeleteAttributesResponse } from "../models/models_0";
5
- export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {
6
- }
7
- export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAttributesCommand extends $Command<DeleteAttributesCommandInput, DeleteAttributesCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeleteAttributesCommandInput;
12
- constructor(input: DeleteAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAttributesCommandInput, DeleteAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeleteAttributesRequest,
15
+ DeleteAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
18
+ export interface DeleteAttributesCommandOutput
19
+ extends DeleteAttributesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteAttributesCommand extends $Command<
23
+ DeleteAttributesCommandInput,
24
+ DeleteAttributesCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteAttributesCommandInput;
28
+ constructor(input: DeleteAttributesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteAttributesCommandInput, DeleteAttributesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DeleteCapacityProviderRequest, DeleteCapacityProviderResponse } from "../models/models_0";
5
- export interface DeleteCapacityProviderCommandInput extends DeleteCapacityProviderRequest {
6
- }
7
- export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProviderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCapacityProviderCommand extends $Command<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeleteCapacityProviderCommandInput;
12
- constructor(input: DeleteCapacityProviderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeleteCapacityProviderRequest,
15
+ DeleteCapacityProviderResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteCapacityProviderCommandInput
18
+ extends DeleteCapacityProviderRequest {}
19
+ export interface DeleteCapacityProviderCommandOutput
20
+ extends DeleteCapacityProviderResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteCapacityProviderCommand extends $Command<
24
+ DeleteCapacityProviderCommandInput,
25
+ DeleteCapacityProviderCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCapacityProviderCommandInput;
29
+ constructor(input: DeleteCapacityProviderCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteCapacityProviderCommandInput,
37
+ DeleteCapacityProviderCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
5
- export interface DeleteClusterCommandInput extends DeleteClusterRequest {
6
- }
7
- export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeleteClusterCommandInput;
12
- constructor(input: DeleteClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeleteClusterRequest,
15
+ DeleteClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
18
+ export interface DeleteClusterCommandOutput
19
+ extends DeleteClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteClusterCommand extends $Command<
23
+ DeleteClusterCommandInput,
24
+ DeleteClusterCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteClusterCommandInput;
28
+ constructor(input: DeleteClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
5
- export interface DeleteServiceCommandInput extends DeleteServiceRequest {
6
- }
7
- export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeleteServiceCommandInput;
12
- constructor(input: DeleteServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeleteServiceRequest,
15
+ DeleteServiceResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
18
+ export interface DeleteServiceCommandOutput
19
+ extends DeleteServiceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteServiceCommand extends $Command<
23
+ DeleteServiceCommandInput,
24
+ DeleteServiceCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteServiceCommandInput;
28
+ constructor(input: DeleteServiceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { DeleteTaskSetRequest, DeleteTaskSetResponse } from "../models/models_0";
5
- export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {
6
- }
7
- export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTaskSetCommand extends $Command<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeleteTaskSetCommandInput;
12
- constructor(input: DeleteTaskSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeleteTaskSetRequest,
15
+ DeleteTaskSetResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteTaskSetCommandInput extends DeleteTaskSetRequest {}
18
+ export interface DeleteTaskSetCommandOutput
19
+ extends DeleteTaskSetResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteTaskSetCommand extends $Command<
23
+ DeleteTaskSetCommandInput,
24
+ DeleteTaskSetCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteTaskSetCommandInput;
28
+ constructor(input: DeleteTaskSetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DeregisterContainerInstanceRequest, DeregisterContainerInstanceResponse } from "../models/models_0";
5
- export interface DeregisterContainerInstanceCommandInput extends DeregisterContainerInstanceRequest {
6
- }
7
- export interface DeregisterContainerInstanceCommandOutput extends DeregisterContainerInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterContainerInstanceCommand extends $Command<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig> {
11
- readonly input: DeregisterContainerInstanceCommandInput;
12
- constructor(input: DeregisterContainerInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeregisterContainerInstanceRequest,
15
+ DeregisterContainerInstanceResponse,
16
+ } from "../models/models_0";
17
+ export interface DeregisterContainerInstanceCommandInput
18
+ extends DeregisterContainerInstanceRequest {}
19
+ export interface DeregisterContainerInstanceCommandOutput
20
+ extends DeregisterContainerInstanceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeregisterContainerInstanceCommand extends $Command<
24
+ DeregisterContainerInstanceCommandInput,
25
+ DeregisterContainerInstanceCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DeregisterContainerInstanceCommandInput;
29
+ constructor(input: DeregisterContainerInstanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeregisterContainerInstanceCommandInput,
37
+ DeregisterContainerInstanceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECSClient";
13
+ import {
14
+ DeregisterTaskDefinitionRequest,
15
+ DeregisterTaskDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeregisterTaskDefinitionCommandInput
18
+ extends DeregisterTaskDefinitionRequest {}
19
+ export interface DeregisterTaskDefinitionCommandOutput
20
+ extends DeregisterTaskDefinitionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeregisterTaskDefinitionCommand extends $Command<
24
+ DeregisterTaskDefinitionCommandInput,
25
+ DeregisterTaskDefinitionCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DeregisterTaskDefinitionCommandInput;
29
+ constructor(input: DeregisterTaskDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeregisterTaskDefinitionCommandInput,
37
+ DeregisterTaskDefinitionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }