@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,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 { 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
- }
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
+ DescribeCapacityProvidersRequest,
15
+ DescribeCapacityProvidersResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCapacityProvidersCommandInput
18
+ extends DescribeCapacityProvidersRequest {}
19
+ export interface DescribeCapacityProvidersCommandOutput
20
+ extends DescribeCapacityProvidersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeCapacityProvidersCommand extends $Command<
24
+ DescribeCapacityProvidersCommandInput,
25
+ DescribeCapacityProvidersCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeCapacityProvidersCommandInput;
29
+ constructor(input: DescribeCapacityProvidersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeCapacityProvidersCommandInput,
37
+ DescribeCapacityProvidersCommandOutput
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 { 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
- }
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
+ DescribeClustersRequest,
15
+ DescribeClustersResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
18
+ export interface DescribeClustersCommandOutput
19
+ extends DescribeClustersResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeClustersCommand extends $Command<
23
+ DescribeClustersCommandInput,
24
+ DescribeClustersCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeClustersCommandInput;
28
+ constructor(input: DescribeClustersCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
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 { 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
- }
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
+ DescribeContainerInstancesRequest,
15
+ DescribeContainerInstancesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeContainerInstancesCommandInput
18
+ extends DescribeContainerInstancesRequest {}
19
+ export interface DescribeContainerInstancesCommandOutput
20
+ extends DescribeContainerInstancesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeContainerInstancesCommand extends $Command<
24
+ DescribeContainerInstancesCommandInput,
25
+ DescribeContainerInstancesCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeContainerInstancesCommandInput;
29
+ constructor(input: DescribeContainerInstancesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeContainerInstancesCommandInput,
37
+ DescribeContainerInstancesCommandOutput
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 { 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
- }
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
+ DescribeServicesRequest,
15
+ DescribeServicesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
18
+ export interface DescribeServicesCommandOutput
19
+ extends DescribeServicesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeServicesCommand extends $Command<
23
+ DescribeServicesCommandInput,
24
+ DescribeServicesCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeServicesCommandInput;
28
+ constructor(input: DescribeServicesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeServicesCommandInput, DescribeServicesCommandOutput>;
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 { 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
- }
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
+ DescribeTaskDefinitionRequest,
15
+ DescribeTaskDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTaskDefinitionCommandInput
18
+ extends DescribeTaskDefinitionRequest {}
19
+ export interface DescribeTaskDefinitionCommandOutput
20
+ extends DescribeTaskDefinitionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeTaskDefinitionCommand extends $Command<
24
+ DescribeTaskDefinitionCommandInput,
25
+ DescribeTaskDefinitionCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeTaskDefinitionCommandInput;
29
+ constructor(input: DescribeTaskDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeTaskDefinitionCommandInput,
37
+ DescribeTaskDefinitionCommandOutput
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 { 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
- }
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
+ DescribeTaskSetsRequest,
15
+ DescribeTaskSetsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTaskSetsCommandInput extends DescribeTaskSetsRequest {}
18
+ export interface DescribeTaskSetsCommandOutput
19
+ extends DescribeTaskSetsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeTaskSetsCommand extends $Command<
23
+ DescribeTaskSetsCommandInput,
24
+ DescribeTaskSetsCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeTaskSetsCommandInput;
28
+ constructor(input: DescribeTaskSetsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput>;
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 { 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
- }
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
+ DescribeTasksRequest,
15
+ DescribeTasksResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeTasksCommandInput extends DescribeTasksRequest {}
18
+ export interface DescribeTasksCommandOutput
19
+ extends DescribeTasksResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeTasksCommand extends $Command<
23
+ DescribeTasksCommandInput,
24
+ DescribeTasksCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeTasksCommandInput;
28
+ constructor(input: DescribeTasksCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeTasksCommandInput, DescribeTasksCommandOutput>;
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 { 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
- }
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
+ DiscoverPollEndpointRequest,
15
+ DiscoverPollEndpointResponse,
16
+ } from "../models/models_0";
17
+ export interface DiscoverPollEndpointCommandInput
18
+ extends DiscoverPollEndpointRequest {}
19
+ export interface DiscoverPollEndpointCommandOutput
20
+ extends DiscoverPollEndpointResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DiscoverPollEndpointCommand extends $Command<
24
+ DiscoverPollEndpointCommandInput,
25
+ DiscoverPollEndpointCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: DiscoverPollEndpointCommandInput;
29
+ constructor(input: DiscoverPollEndpointCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DiscoverPollEndpointCommandInput,
37
+ DiscoverPollEndpointCommandOutput
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 { 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
- }
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
+ ExecuteCommandRequest,
15
+ ExecuteCommandResponse,
16
+ } from "../models/models_0";
17
+ export interface ExecuteCommandCommandInput extends ExecuteCommandRequest {}
18
+ export interface ExecuteCommandCommandOutput
19
+ extends ExecuteCommandResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ExecuteCommandCommand extends $Command<
23
+ ExecuteCommandCommandInput,
24
+ ExecuteCommandCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: ExecuteCommandCommandInput;
28
+ constructor(input: ExecuteCommandCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ExecuteCommandCommandInput, ExecuteCommandCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
- }
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
+ ListAccountSettingsRequest,
15
+ ListAccountSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAccountSettingsCommandInput
18
+ extends ListAccountSettingsRequest {}
19
+ export interface ListAccountSettingsCommandOutput
20
+ extends ListAccountSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAccountSettingsCommand extends $Command<
24
+ ListAccountSettingsCommandInput,
25
+ ListAccountSettingsCommandOutput,
26
+ ECSClientResolvedConfig
27
+ > {
28
+ readonly input: ListAccountSettingsCommandInput;
29
+ constructor(input: ListAccountSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
- }
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
+ ListAttributesRequest,
15
+ ListAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAttributesCommandInput extends ListAttributesRequest {}
18
+ export interface ListAttributesCommandOutput
19
+ extends ListAttributesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListAttributesCommand extends $Command<
23
+ ListAttributesCommandInput,
24
+ ListAttributesCommandOutput,
25
+ ECSClientResolvedConfig
26
+ > {
27
+ readonly input: ListAttributesCommandInput;
28
+ constructor(input: ListAttributesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListAttributesCommandInput, ListAttributesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }