@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,34 @@
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
- }
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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
14
+ export interface ListClustersCommandInput extends ListClustersRequest {}
15
+ export interface ListClustersCommandOutput
16
+ extends ListClustersResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListClustersCommand extends $Command<
20
+ ListClustersCommandInput,
21
+ ListClustersCommandOutput,
22
+ ECSClientResolvedConfig
23
+ > {
24
+ readonly input: ListClustersCommandInput;
25
+ constructor(input: ListClustersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ECSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { 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
- }
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
+ ListContainerInstancesRequest,
15
+ ListContainerInstancesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListContainerInstancesCommandInput
18
+ extends ListContainerInstancesRequest {}
19
+ export interface ListContainerInstancesCommandOutput
20
+ extends ListContainerInstancesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListContainerInstancesCommand extends $Command<
24
+ ListContainerInstancesCommandInput,
25
+ ListContainerInstancesCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: ListContainerInstancesCommandInput;
29
+ constructor(input: ListContainerInstancesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListContainerInstancesCommandInput,
37
+ ListContainerInstancesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
- }
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 { ListServicesRequest, ListServicesResponse } from "../models/models_0";
14
+ export interface ListServicesCommandInput extends ListServicesRequest {}
15
+ export interface ListServicesCommandOutput
16
+ extends ListServicesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListServicesCommand extends $Command<
20
+ ListServicesCommandInput,
21
+ ListServicesCommandOutput,
22
+ ECSClientResolvedConfig
23
+ > {
24
+ readonly input: ListServicesCommandInput;
25
+ constructor(input: ListServicesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ECSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
- }
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
+ ListTaskDefinitionFamiliesRequest,
15
+ ListTaskDefinitionFamiliesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTaskDefinitionFamiliesCommandInput
18
+ extends ListTaskDefinitionFamiliesRequest {}
19
+ export interface ListTaskDefinitionFamiliesCommandOutput
20
+ extends ListTaskDefinitionFamiliesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTaskDefinitionFamiliesCommand extends $Command<
24
+ ListTaskDefinitionFamiliesCommandInput,
25
+ ListTaskDefinitionFamiliesCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: ListTaskDefinitionFamiliesCommandInput;
29
+ constructor(input: ListTaskDefinitionFamiliesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListTaskDefinitionFamiliesCommandInput,
37
+ ListTaskDefinitionFamiliesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ ListTaskDefinitionsRequest,
15
+ ListTaskDefinitionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTaskDefinitionsCommandInput
18
+ extends ListTaskDefinitionsRequest {}
19
+ export interface ListTaskDefinitionsCommandOutput
20
+ extends ListTaskDefinitionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTaskDefinitionsCommand extends $Command<
24
+ ListTaskDefinitionsCommandInput,
25
+ ListTaskDefinitionsCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: ListTaskDefinitionsCommandInput;
29
+ constructor(input: ListTaskDefinitionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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
- }
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 { ListTasksRequest, ListTasksResponse } from "../models/models_0";
14
+ export interface ListTasksCommandInput extends ListTasksRequest {}
15
+ export interface ListTasksCommandOutput
16
+ extends ListTasksResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListTasksCommand extends $Command<
20
+ ListTasksCommandInput,
21
+ ListTasksCommandOutput,
22
+ ECSClientResolvedConfig
23
+ > {
24
+ readonly input: ListTasksCommandInput;
25
+ constructor(input: ListTasksCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ECSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListTasksCommandInput, ListTasksCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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
- }
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
+ PutAccountSettingRequest,
15
+ PutAccountSettingResponse,
16
+ } from "../models/models_0";
17
+ export interface PutAccountSettingCommandInput
18
+ extends PutAccountSettingRequest {}
19
+ export interface PutAccountSettingCommandOutput
20
+ extends PutAccountSettingResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutAccountSettingCommand extends $Command<
24
+ PutAccountSettingCommandInput,
25
+ PutAccountSettingCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: PutAccountSettingCommandInput;
29
+ constructor(input: PutAccountSettingCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutAccountSettingCommandInput, PutAccountSettingCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
- }
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
+ PutAccountSettingDefaultRequest,
15
+ PutAccountSettingDefaultResponse,
16
+ } from "../models/models_0";
17
+ export interface PutAccountSettingDefaultCommandInput
18
+ extends PutAccountSettingDefaultRequest {}
19
+ export interface PutAccountSettingDefaultCommandOutput
20
+ extends PutAccountSettingDefaultResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutAccountSettingDefaultCommand extends $Command<
24
+ PutAccountSettingDefaultCommandInput,
25
+ PutAccountSettingDefaultCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: PutAccountSettingDefaultCommandInput;
29
+ constructor(input: PutAccountSettingDefaultCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutAccountSettingDefaultCommandInput,
37
+ PutAccountSettingDefaultCommandOutput
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 { 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
- }
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
+ PutAttributesRequest,
15
+ PutAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface PutAttributesCommandInput extends PutAttributesRequest {}
18
+ export interface PutAttributesCommandOutput
19
+ extends PutAttributesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PutAttributesCommand extends $Command<
23
+ PutAttributesCommandInput,
24
+ PutAttributesCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: PutAttributesCommandInput;
28
+ constructor(input: PutAttributesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutAttributesCommandInput, PutAttributesCommandOutput>;
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 { 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
- }
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
+ PutClusterCapacityProvidersRequest,
15
+ PutClusterCapacityProvidersResponse,
16
+ } from "../models/models_0";
17
+ export interface PutClusterCapacityProvidersCommandInput
18
+ extends PutClusterCapacityProvidersRequest {}
19
+ export interface PutClusterCapacityProvidersCommandOutput
20
+ extends PutClusterCapacityProvidersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutClusterCapacityProvidersCommand extends $Command<
24
+ PutClusterCapacityProvidersCommandInput,
25
+ PutClusterCapacityProvidersCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: PutClusterCapacityProvidersCommandInput;
29
+ constructor(input: PutClusterCapacityProvidersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutClusterCapacityProvidersCommandInput,
37
+ PutClusterCapacityProvidersCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }