@aws-sdk/client-ecs 3.168.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 +16 -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,265 +1,940 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
3
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
4
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
5
- import { CreateTaskSetCommandInput, CreateTaskSetCommandOutput } from "./commands/CreateTaskSetCommand";
6
- import { DeleteAccountSettingCommandInput, DeleteAccountSettingCommandOutput } from "./commands/DeleteAccountSettingCommand";
7
- import { DeleteAttributesCommandInput, DeleteAttributesCommandOutput } from "./commands/DeleteAttributesCommand";
8
- import { DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput } from "./commands/DeleteCapacityProviderCommand";
9
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
10
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
11
- import { DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput } from "./commands/DeleteTaskSetCommand";
12
- import { DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput } from "./commands/DeregisterContainerInstanceCommand";
13
- import { DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput } from "./commands/DeregisterTaskDefinitionCommand";
14
- import { DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput } from "./commands/DescribeCapacityProvidersCommand";
15
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "./commands/DescribeClustersCommand";
16
- import { DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput } from "./commands/DescribeContainerInstancesCommand";
17
- import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand";
18
- import { DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput } from "./commands/DescribeTaskDefinitionCommand";
19
- import { DescribeTasksCommandInput, DescribeTasksCommandOutput } from "./commands/DescribeTasksCommand";
20
- import { DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput } from "./commands/DescribeTaskSetsCommand";
21
- import { DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput } from "./commands/DiscoverPollEndpointCommand";
22
- import { ExecuteCommandCommandInput, ExecuteCommandCommandOutput } from "./commands/ExecuteCommandCommand";
23
- import { ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput } from "./commands/ListAccountSettingsCommand";
24
- import { ListAttributesCommandInput, ListAttributesCommandOutput } from "./commands/ListAttributesCommand";
25
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
26
- import { ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput } from "./commands/ListContainerInstancesCommand";
27
- import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
- import { ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput } from "./commands/ListTaskDefinitionFamiliesCommand";
30
- import { ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput } from "./commands/ListTaskDefinitionsCommand";
31
- import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
32
- import { PutAccountSettingCommandInput, PutAccountSettingCommandOutput } from "./commands/PutAccountSettingCommand";
33
- import { PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput } from "./commands/PutAccountSettingDefaultCommand";
34
- import { PutAttributesCommandInput, PutAttributesCommandOutput } from "./commands/PutAttributesCommand";
35
- import { PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput } from "./commands/PutClusterCapacityProvidersCommand";
36
- import { RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput } from "./commands/RegisterContainerInstanceCommand";
37
- import { RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput } from "./commands/RegisterTaskDefinitionCommand";
38
- import { RunTaskCommandInput, RunTaskCommandOutput } from "./commands/RunTaskCommand";
39
- import { StartTaskCommandInput, StartTaskCommandOutput } from "./commands/StartTaskCommand";
40
- import { StopTaskCommandInput, StopTaskCommandOutput } from "./commands/StopTaskCommand";
41
- import { SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput } from "./commands/SubmitAttachmentStateChangesCommand";
42
- import { SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput } from "./commands/SubmitContainerStateChangeCommand";
43
- import { SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput } from "./commands/SubmitTaskStateChangeCommand";
44
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- import { UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput } from "./commands/UpdateCapacityProviderCommand";
47
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
48
- import { UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput } from "./commands/UpdateClusterSettingsCommand";
49
- import { UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput } from "./commands/UpdateContainerAgentCommand";
50
- import { UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput } from "./commands/UpdateContainerInstancesStateCommand";
51
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
52
- import { UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput } from "./commands/UpdateServicePrimaryTaskSetCommand";
53
- import { UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput } from "./commands/UpdateTaskSetCommand";
54
- import { ECSClient } from "./ECSClient";
55
-
56
- export declare class ECS extends ECSClient {
57
-
58
- createCapacityProvider(args: CreateCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreateCapacityProviderCommandOutput>;
59
- createCapacityProvider(args: CreateCapacityProviderCommandInput, cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void): void;
60
- createCapacityProvider(args: CreateCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void): void;
61
-
62
- createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
63
- createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
64
- createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
65
-
66
- createService(args: CreateServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceCommandOutput>;
67
- createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
68
- createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
69
-
70
- createTaskSet(args: CreateTaskSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateTaskSetCommandOutput>;
71
- createTaskSet(args: CreateTaskSetCommandInput, cb: (err: any, data?: CreateTaskSetCommandOutput) => void): void;
72
- createTaskSet(args: CreateTaskSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTaskSetCommandOutput) => void): void;
73
-
74
- deleteAccountSetting(args: DeleteAccountSettingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountSettingCommandOutput>;
75
- deleteAccountSetting(args: DeleteAccountSettingCommandInput, cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void): void;
76
- deleteAccountSetting(args: DeleteAccountSettingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void): void;
77
-
78
- deleteAttributes(args: DeleteAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttributesCommandOutput>;
79
- deleteAttributes(args: DeleteAttributesCommandInput, cb: (err: any, data?: DeleteAttributesCommandOutput) => void): void;
80
- deleteAttributes(args: DeleteAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttributesCommandOutput) => void): void;
81
-
82
- deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCapacityProviderCommandOutput>;
83
- deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void): void;
84
- deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void): void;
85
-
86
- deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
87
- deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
88
- deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
89
-
90
- deleteService(args: DeleteServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceCommandOutput>;
91
- deleteService(args: DeleteServiceCommandInput, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
92
- deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
93
-
94
- deleteTaskSet(args: DeleteTaskSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTaskSetCommandOutput>;
95
- deleteTaskSet(args: DeleteTaskSetCommandInput, cb: (err: any, data?: DeleteTaskSetCommandOutput) => void): void;
96
- deleteTaskSet(args: DeleteTaskSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTaskSetCommandOutput) => void): void;
97
-
98
- deregisterContainerInstance(args: DeregisterContainerInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterContainerInstanceCommandOutput>;
99
- deregisterContainerInstance(args: DeregisterContainerInstanceCommandInput, cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void): void;
100
- deregisterContainerInstance(args: DeregisterContainerInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void): void;
101
-
102
- deregisterTaskDefinition(args: DeregisterTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTaskDefinitionCommandOutput>;
103
- deregisterTaskDefinition(args: DeregisterTaskDefinitionCommandInput, cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void): void;
104
- deregisterTaskDefinition(args: DeregisterTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void): void;
105
-
106
- describeCapacityProviders(args: DescribeCapacityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCapacityProvidersCommandOutput>;
107
- describeCapacityProviders(args: DescribeCapacityProvidersCommandInput, cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void): void;
108
- describeCapacityProviders(args: DescribeCapacityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void): void;
109
-
110
- describeClusters(args: DescribeClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClustersCommandOutput>;
111
- describeClusters(args: DescribeClustersCommandInput, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
112
- describeClusters(args: DescribeClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClustersCommandOutput) => void): void;
113
-
114
- describeContainerInstances(args: DescribeContainerInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContainerInstancesCommandOutput>;
115
- describeContainerInstances(args: DescribeContainerInstancesCommandInput, cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void): void;
116
- describeContainerInstances(args: DescribeContainerInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void): void;
117
-
118
- describeServices(args: DescribeServicesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServicesCommandOutput>;
119
- describeServices(args: DescribeServicesCommandInput, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
120
- describeServices(args: DescribeServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
121
-
122
- describeTaskDefinition(args: DescribeTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTaskDefinitionCommandOutput>;
123
- describeTaskDefinition(args: DescribeTaskDefinitionCommandInput, cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void): void;
124
- describeTaskDefinition(args: DescribeTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void): void;
125
-
126
- describeTasks(args: DescribeTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTasksCommandOutput>;
127
- describeTasks(args: DescribeTasksCommandInput, cb: (err: any, data?: DescribeTasksCommandOutput) => void): void;
128
- describeTasks(args: DescribeTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTasksCommandOutput) => void): void;
129
-
130
- describeTaskSets(args: DescribeTaskSetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTaskSetsCommandOutput>;
131
- describeTaskSets(args: DescribeTaskSetsCommandInput, cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void): void;
132
- describeTaskSets(args: DescribeTaskSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void): void;
133
-
134
- discoverPollEndpoint(args: DiscoverPollEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DiscoverPollEndpointCommandOutput>;
135
- discoverPollEndpoint(args: DiscoverPollEndpointCommandInput, cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void): void;
136
- discoverPollEndpoint(args: DiscoverPollEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void): void;
137
-
138
- executeCommand(args: ExecuteCommandCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteCommandCommandOutput>;
139
- executeCommand(args: ExecuteCommandCommandInput, cb: (err: any, data?: ExecuteCommandCommandOutput) => void): void;
140
- executeCommand(args: ExecuteCommandCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteCommandCommandOutput) => void): void;
141
-
142
- listAccountSettings(args: ListAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountSettingsCommandOutput>;
143
- listAccountSettings(args: ListAccountSettingsCommandInput, cb: (err: any, data?: ListAccountSettingsCommandOutput) => void): void;
144
- listAccountSettings(args: ListAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountSettingsCommandOutput) => void): void;
145
-
146
- listAttributes(args: ListAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttributesCommandOutput>;
147
- listAttributes(args: ListAttributesCommandInput, cb: (err: any, data?: ListAttributesCommandOutput) => void): void;
148
- listAttributes(args: ListAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttributesCommandOutput) => void): void;
149
-
150
- listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
151
- listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
152
- listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
153
-
154
- listContainerInstances(args: ListContainerInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListContainerInstancesCommandOutput>;
155
- listContainerInstances(args: ListContainerInstancesCommandInput, cb: (err: any, data?: ListContainerInstancesCommandOutput) => void): void;
156
- listContainerInstances(args: ListContainerInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContainerInstancesCommandOutput) => void): void;
157
-
158
- listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
159
- listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
160
- listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
161
-
162
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
163
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
164
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
165
-
166
- listTaskDefinitionFamilies(args: ListTaskDefinitionFamiliesCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskDefinitionFamiliesCommandOutput>;
167
- listTaskDefinitionFamilies(args: ListTaskDefinitionFamiliesCommandInput, cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void): void;
168
- listTaskDefinitionFamilies(args: ListTaskDefinitionFamiliesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void): void;
169
-
170
- listTaskDefinitions(args: ListTaskDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskDefinitionsCommandOutput>;
171
- listTaskDefinitions(args: ListTaskDefinitionsCommandInput, cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void): void;
172
- listTaskDefinitions(args: ListTaskDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void): void;
173
-
174
- listTasks(args: ListTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListTasksCommandOutput>;
175
- listTasks(args: ListTasksCommandInput, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
176
- listTasks(args: ListTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
177
-
178
- putAccountSetting(args: PutAccountSettingCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSettingCommandOutput>;
179
- putAccountSetting(args: PutAccountSettingCommandInput, cb: (err: any, data?: PutAccountSettingCommandOutput) => void): void;
180
- putAccountSetting(args: PutAccountSettingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSettingCommandOutput) => void): void;
181
-
182
- putAccountSettingDefault(args: PutAccountSettingDefaultCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSettingDefaultCommandOutput>;
183
- putAccountSettingDefault(args: PutAccountSettingDefaultCommandInput, cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void): void;
184
- putAccountSettingDefault(args: PutAccountSettingDefaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void): void;
185
-
186
- putAttributes(args: PutAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAttributesCommandOutput>;
187
- putAttributes(args: PutAttributesCommandInput, cb: (err: any, data?: PutAttributesCommandOutput) => void): void;
188
- putAttributes(args: PutAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAttributesCommandOutput) => void): void;
189
-
190
- putClusterCapacityProviders(args: PutClusterCapacityProvidersCommandInput, options?: __HttpHandlerOptions): Promise<PutClusterCapacityProvidersCommandOutput>;
191
- putClusterCapacityProviders(args: PutClusterCapacityProvidersCommandInput, cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void): void;
192
- putClusterCapacityProviders(args: PutClusterCapacityProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void): void;
193
-
194
- registerContainerInstance(args: RegisterContainerInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RegisterContainerInstanceCommandOutput>;
195
- registerContainerInstance(args: RegisterContainerInstanceCommandInput, cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void): void;
196
- registerContainerInstance(args: RegisterContainerInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void): void;
197
-
198
- registerTaskDefinition(args: RegisterTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTaskDefinitionCommandOutput>;
199
- registerTaskDefinition(args: RegisterTaskDefinitionCommandInput, cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void): void;
200
- registerTaskDefinition(args: RegisterTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void): void;
201
-
202
- runTask(args: RunTaskCommandInput, options?: __HttpHandlerOptions): Promise<RunTaskCommandOutput>;
203
- runTask(args: RunTaskCommandInput, cb: (err: any, data?: RunTaskCommandOutput) => void): void;
204
- runTask(args: RunTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunTaskCommandOutput) => void): void;
205
-
206
- startTask(args: StartTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartTaskCommandOutput>;
207
- startTask(args: StartTaskCommandInput, cb: (err: any, data?: StartTaskCommandOutput) => void): void;
208
- startTask(args: StartTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTaskCommandOutput) => void): void;
209
-
210
- stopTask(args: StopTaskCommandInput, options?: __HttpHandlerOptions): Promise<StopTaskCommandOutput>;
211
- stopTask(args: StopTaskCommandInput, cb: (err: any, data?: StopTaskCommandOutput) => void): void;
212
- stopTask(args: StopTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTaskCommandOutput) => void): void;
213
-
214
- submitAttachmentStateChanges(args: SubmitAttachmentStateChangesCommandInput, options?: __HttpHandlerOptions): Promise<SubmitAttachmentStateChangesCommandOutput>;
215
- submitAttachmentStateChanges(args: SubmitAttachmentStateChangesCommandInput, cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void): void;
216
- submitAttachmentStateChanges(args: SubmitAttachmentStateChangesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void): void;
217
-
218
- submitContainerStateChange(args: SubmitContainerStateChangeCommandInput, options?: __HttpHandlerOptions): Promise<SubmitContainerStateChangeCommandOutput>;
219
- submitContainerStateChange(args: SubmitContainerStateChangeCommandInput, cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void): void;
220
- submitContainerStateChange(args: SubmitContainerStateChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void): void;
221
-
222
- submitTaskStateChange(args: SubmitTaskStateChangeCommandInput, options?: __HttpHandlerOptions): Promise<SubmitTaskStateChangeCommandOutput>;
223
- submitTaskStateChange(args: SubmitTaskStateChangeCommandInput, cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void): void;
224
- submitTaskStateChange(args: SubmitTaskStateChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void): void;
225
-
226
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
227
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
228
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
229
-
230
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
231
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
232
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
233
-
234
- updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCapacityProviderCommandOutput>;
235
- updateCapacityProvider(args: UpdateCapacityProviderCommandInput, cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void): void;
236
- updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void): void;
237
-
238
- updateCluster(args: UpdateClusterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterCommandOutput>;
239
- updateCluster(args: UpdateClusterCommandInput, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
240
- updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
241
-
242
- updateClusterSettings(args: UpdateClusterSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterSettingsCommandOutput>;
243
- updateClusterSettings(args: UpdateClusterSettingsCommandInput, cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void): void;
244
- updateClusterSettings(args: UpdateClusterSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void): void;
245
-
246
- updateContainerAgent(args: UpdateContainerAgentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContainerAgentCommandOutput>;
247
- updateContainerAgent(args: UpdateContainerAgentCommandInput, cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void): void;
248
- updateContainerAgent(args: UpdateContainerAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void): void;
249
-
250
- updateContainerInstancesState(args: UpdateContainerInstancesStateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContainerInstancesStateCommandOutput>;
251
- updateContainerInstancesState(args: UpdateContainerInstancesStateCommandInput, cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void): void;
252
- updateContainerInstancesState(args: UpdateContainerInstancesStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void): void;
253
-
254
- updateService(args: UpdateServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceCommandOutput>;
255
- updateService(args: UpdateServiceCommandInput, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
256
- updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
257
-
258
- updateServicePrimaryTaskSet(args: UpdateServicePrimaryTaskSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServicePrimaryTaskSetCommandOutput>;
259
- updateServicePrimaryTaskSet(args: UpdateServicePrimaryTaskSetCommandInput, cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void): void;
260
- updateServicePrimaryTaskSet(args: UpdateServicePrimaryTaskSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void): void;
261
-
262
- updateTaskSet(args: UpdateTaskSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTaskSetCommandOutput>;
263
- updateTaskSet(args: UpdateTaskSetCommandInput, cb: (err: any, data?: UpdateTaskSetCommandOutput) => void): void;
264
- updateTaskSet(args: UpdateTaskSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskSetCommandOutput) => void): void;
265
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateCapacityProviderCommandInput,
4
+ CreateCapacityProviderCommandOutput,
5
+ } from "./commands/CreateCapacityProviderCommand";
6
+ import {
7
+ CreateClusterCommandInput,
8
+ CreateClusterCommandOutput,
9
+ } from "./commands/CreateClusterCommand";
10
+ import {
11
+ CreateServiceCommandInput,
12
+ CreateServiceCommandOutput,
13
+ } from "./commands/CreateServiceCommand";
14
+ import {
15
+ CreateTaskSetCommandInput,
16
+ CreateTaskSetCommandOutput,
17
+ } from "./commands/CreateTaskSetCommand";
18
+ import {
19
+ DeleteAccountSettingCommandInput,
20
+ DeleteAccountSettingCommandOutput,
21
+ } from "./commands/DeleteAccountSettingCommand";
22
+ import {
23
+ DeleteAttributesCommandInput,
24
+ DeleteAttributesCommandOutput,
25
+ } from "./commands/DeleteAttributesCommand";
26
+ import {
27
+ DeleteCapacityProviderCommandInput,
28
+ DeleteCapacityProviderCommandOutput,
29
+ } from "./commands/DeleteCapacityProviderCommand";
30
+ import {
31
+ DeleteClusterCommandInput,
32
+ DeleteClusterCommandOutput,
33
+ } from "./commands/DeleteClusterCommand";
34
+ import {
35
+ DeleteServiceCommandInput,
36
+ DeleteServiceCommandOutput,
37
+ } from "./commands/DeleteServiceCommand";
38
+ import {
39
+ DeleteTaskSetCommandInput,
40
+ DeleteTaskSetCommandOutput,
41
+ } from "./commands/DeleteTaskSetCommand";
42
+ import {
43
+ DeregisterContainerInstanceCommandInput,
44
+ DeregisterContainerInstanceCommandOutput,
45
+ } from "./commands/DeregisterContainerInstanceCommand";
46
+ import {
47
+ DeregisterTaskDefinitionCommandInput,
48
+ DeregisterTaskDefinitionCommandOutput,
49
+ } from "./commands/DeregisterTaskDefinitionCommand";
50
+ import {
51
+ DescribeCapacityProvidersCommandInput,
52
+ DescribeCapacityProvidersCommandOutput,
53
+ } from "./commands/DescribeCapacityProvidersCommand";
54
+ import {
55
+ DescribeClustersCommandInput,
56
+ DescribeClustersCommandOutput,
57
+ } from "./commands/DescribeClustersCommand";
58
+ import {
59
+ DescribeContainerInstancesCommandInput,
60
+ DescribeContainerInstancesCommandOutput,
61
+ } from "./commands/DescribeContainerInstancesCommand";
62
+ import {
63
+ DescribeServicesCommandInput,
64
+ DescribeServicesCommandOutput,
65
+ } from "./commands/DescribeServicesCommand";
66
+ import {
67
+ DescribeTaskDefinitionCommandInput,
68
+ DescribeTaskDefinitionCommandOutput,
69
+ } from "./commands/DescribeTaskDefinitionCommand";
70
+ import {
71
+ DescribeTasksCommandInput,
72
+ DescribeTasksCommandOutput,
73
+ } from "./commands/DescribeTasksCommand";
74
+ import {
75
+ DescribeTaskSetsCommandInput,
76
+ DescribeTaskSetsCommandOutput,
77
+ } from "./commands/DescribeTaskSetsCommand";
78
+ import {
79
+ DiscoverPollEndpointCommandInput,
80
+ DiscoverPollEndpointCommandOutput,
81
+ } from "./commands/DiscoverPollEndpointCommand";
82
+ import {
83
+ ExecuteCommandCommandInput,
84
+ ExecuteCommandCommandOutput,
85
+ } from "./commands/ExecuteCommandCommand";
86
+ import {
87
+ ListAccountSettingsCommandInput,
88
+ ListAccountSettingsCommandOutput,
89
+ } from "./commands/ListAccountSettingsCommand";
90
+ import {
91
+ ListAttributesCommandInput,
92
+ ListAttributesCommandOutput,
93
+ } from "./commands/ListAttributesCommand";
94
+ import {
95
+ ListClustersCommandInput,
96
+ ListClustersCommandOutput,
97
+ } from "./commands/ListClustersCommand";
98
+ import {
99
+ ListContainerInstancesCommandInput,
100
+ ListContainerInstancesCommandOutput,
101
+ } from "./commands/ListContainerInstancesCommand";
102
+ import {
103
+ ListServicesCommandInput,
104
+ ListServicesCommandOutput,
105
+ } from "./commands/ListServicesCommand";
106
+ import {
107
+ ListTagsForResourceCommandInput,
108
+ ListTagsForResourceCommandOutput,
109
+ } from "./commands/ListTagsForResourceCommand";
110
+ import {
111
+ ListTaskDefinitionFamiliesCommandInput,
112
+ ListTaskDefinitionFamiliesCommandOutput,
113
+ } from "./commands/ListTaskDefinitionFamiliesCommand";
114
+ import {
115
+ ListTaskDefinitionsCommandInput,
116
+ ListTaskDefinitionsCommandOutput,
117
+ } from "./commands/ListTaskDefinitionsCommand";
118
+ import {
119
+ ListTasksCommandInput,
120
+ ListTasksCommandOutput,
121
+ } from "./commands/ListTasksCommand";
122
+ import {
123
+ PutAccountSettingCommandInput,
124
+ PutAccountSettingCommandOutput,
125
+ } from "./commands/PutAccountSettingCommand";
126
+ import {
127
+ PutAccountSettingDefaultCommandInput,
128
+ PutAccountSettingDefaultCommandOutput,
129
+ } from "./commands/PutAccountSettingDefaultCommand";
130
+ import {
131
+ PutAttributesCommandInput,
132
+ PutAttributesCommandOutput,
133
+ } from "./commands/PutAttributesCommand";
134
+ import {
135
+ PutClusterCapacityProvidersCommandInput,
136
+ PutClusterCapacityProvidersCommandOutput,
137
+ } from "./commands/PutClusterCapacityProvidersCommand";
138
+ import {
139
+ RegisterContainerInstanceCommandInput,
140
+ RegisterContainerInstanceCommandOutput,
141
+ } from "./commands/RegisterContainerInstanceCommand";
142
+ import {
143
+ RegisterTaskDefinitionCommandInput,
144
+ RegisterTaskDefinitionCommandOutput,
145
+ } from "./commands/RegisterTaskDefinitionCommand";
146
+ import {
147
+ RunTaskCommandInput,
148
+ RunTaskCommandOutput,
149
+ } from "./commands/RunTaskCommand";
150
+ import {
151
+ StartTaskCommandInput,
152
+ StartTaskCommandOutput,
153
+ } from "./commands/StartTaskCommand";
154
+ import {
155
+ StopTaskCommandInput,
156
+ StopTaskCommandOutput,
157
+ } from "./commands/StopTaskCommand";
158
+ import {
159
+ SubmitAttachmentStateChangesCommandInput,
160
+ SubmitAttachmentStateChangesCommandOutput,
161
+ } from "./commands/SubmitAttachmentStateChangesCommand";
162
+ import {
163
+ SubmitContainerStateChangeCommandInput,
164
+ SubmitContainerStateChangeCommandOutput,
165
+ } from "./commands/SubmitContainerStateChangeCommand";
166
+ import {
167
+ SubmitTaskStateChangeCommandInput,
168
+ SubmitTaskStateChangeCommandOutput,
169
+ } from "./commands/SubmitTaskStateChangeCommand";
170
+ import {
171
+ TagResourceCommandInput,
172
+ TagResourceCommandOutput,
173
+ } from "./commands/TagResourceCommand";
174
+ import {
175
+ UntagResourceCommandInput,
176
+ UntagResourceCommandOutput,
177
+ } from "./commands/UntagResourceCommand";
178
+ import {
179
+ UpdateCapacityProviderCommandInput,
180
+ UpdateCapacityProviderCommandOutput,
181
+ } from "./commands/UpdateCapacityProviderCommand";
182
+ import {
183
+ UpdateClusterCommandInput,
184
+ UpdateClusterCommandOutput,
185
+ } from "./commands/UpdateClusterCommand";
186
+ import {
187
+ UpdateClusterSettingsCommandInput,
188
+ UpdateClusterSettingsCommandOutput,
189
+ } from "./commands/UpdateClusterSettingsCommand";
190
+ import {
191
+ UpdateContainerAgentCommandInput,
192
+ UpdateContainerAgentCommandOutput,
193
+ } from "./commands/UpdateContainerAgentCommand";
194
+ import {
195
+ UpdateContainerInstancesStateCommandInput,
196
+ UpdateContainerInstancesStateCommandOutput,
197
+ } from "./commands/UpdateContainerInstancesStateCommand";
198
+ import {
199
+ UpdateServiceCommandInput,
200
+ UpdateServiceCommandOutput,
201
+ } from "./commands/UpdateServiceCommand";
202
+ import {
203
+ UpdateServicePrimaryTaskSetCommandInput,
204
+ UpdateServicePrimaryTaskSetCommandOutput,
205
+ } from "./commands/UpdateServicePrimaryTaskSetCommand";
206
+ import {
207
+ UpdateTaskSetCommandInput,
208
+ UpdateTaskSetCommandOutput,
209
+ } from "./commands/UpdateTaskSetCommand";
210
+ import { ECSClient } from "./ECSClient";
211
+
212
+ export declare class ECS extends ECSClient {
213
+ createCapacityProvider(
214
+ args: CreateCapacityProviderCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<CreateCapacityProviderCommandOutput>;
217
+ createCapacityProvider(
218
+ args: CreateCapacityProviderCommandInput,
219
+ cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
220
+ ): void;
221
+ createCapacityProvider(
222
+ args: CreateCapacityProviderCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
225
+ ): void;
226
+
227
+ createCluster(
228
+ args: CreateClusterCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<CreateClusterCommandOutput>;
231
+ createCluster(
232
+ args: CreateClusterCommandInput,
233
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
234
+ ): void;
235
+ createCluster(
236
+ args: CreateClusterCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
239
+ ): void;
240
+
241
+ createService(
242
+ args: CreateServiceCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<CreateServiceCommandOutput>;
245
+ createService(
246
+ args: CreateServiceCommandInput,
247
+ cb: (err: any, data?: CreateServiceCommandOutput) => void
248
+ ): void;
249
+ createService(
250
+ args: CreateServiceCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: CreateServiceCommandOutput) => void
253
+ ): void;
254
+
255
+ createTaskSet(
256
+ args: CreateTaskSetCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<CreateTaskSetCommandOutput>;
259
+ createTaskSet(
260
+ args: CreateTaskSetCommandInput,
261
+ cb: (err: any, data?: CreateTaskSetCommandOutput) => void
262
+ ): void;
263
+ createTaskSet(
264
+ args: CreateTaskSetCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: CreateTaskSetCommandOutput) => void
267
+ ): void;
268
+
269
+ deleteAccountSetting(
270
+ args: DeleteAccountSettingCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<DeleteAccountSettingCommandOutput>;
273
+ deleteAccountSetting(
274
+ args: DeleteAccountSettingCommandInput,
275
+ cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void
276
+ ): void;
277
+ deleteAccountSetting(
278
+ args: DeleteAccountSettingCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void
281
+ ): void;
282
+
283
+ deleteAttributes(
284
+ args: DeleteAttributesCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<DeleteAttributesCommandOutput>;
287
+ deleteAttributes(
288
+ args: DeleteAttributesCommandInput,
289
+ cb: (err: any, data?: DeleteAttributesCommandOutput) => void
290
+ ): void;
291
+ deleteAttributes(
292
+ args: DeleteAttributesCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: DeleteAttributesCommandOutput) => void
295
+ ): void;
296
+
297
+ deleteCapacityProvider(
298
+ args: DeleteCapacityProviderCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<DeleteCapacityProviderCommandOutput>;
301
+ deleteCapacityProvider(
302
+ args: DeleteCapacityProviderCommandInput,
303
+ cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void
304
+ ): void;
305
+ deleteCapacityProvider(
306
+ args: DeleteCapacityProviderCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void
309
+ ): void;
310
+
311
+ deleteCluster(
312
+ args: DeleteClusterCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<DeleteClusterCommandOutput>;
315
+ deleteCluster(
316
+ args: DeleteClusterCommandInput,
317
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void
318
+ ): void;
319
+ deleteCluster(
320
+ args: DeleteClusterCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void
323
+ ): void;
324
+
325
+ deleteService(
326
+ args: DeleteServiceCommandInput,
327
+ options?: __HttpHandlerOptions
328
+ ): Promise<DeleteServiceCommandOutput>;
329
+ deleteService(
330
+ args: DeleteServiceCommandInput,
331
+ cb: (err: any, data?: DeleteServiceCommandOutput) => void
332
+ ): void;
333
+ deleteService(
334
+ args: DeleteServiceCommandInput,
335
+ options: __HttpHandlerOptions,
336
+ cb: (err: any, data?: DeleteServiceCommandOutput) => void
337
+ ): void;
338
+
339
+ deleteTaskSet(
340
+ args: DeleteTaskSetCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<DeleteTaskSetCommandOutput>;
343
+ deleteTaskSet(
344
+ args: DeleteTaskSetCommandInput,
345
+ cb: (err: any, data?: DeleteTaskSetCommandOutput) => void
346
+ ): void;
347
+ deleteTaskSet(
348
+ args: DeleteTaskSetCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: DeleteTaskSetCommandOutput) => void
351
+ ): void;
352
+
353
+ deregisterContainerInstance(
354
+ args: DeregisterContainerInstanceCommandInput,
355
+ options?: __HttpHandlerOptions
356
+ ): Promise<DeregisterContainerInstanceCommandOutput>;
357
+ deregisterContainerInstance(
358
+ args: DeregisterContainerInstanceCommandInput,
359
+ cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void
360
+ ): void;
361
+ deregisterContainerInstance(
362
+ args: DeregisterContainerInstanceCommandInput,
363
+ options: __HttpHandlerOptions,
364
+ cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void
365
+ ): void;
366
+
367
+ deregisterTaskDefinition(
368
+ args: DeregisterTaskDefinitionCommandInput,
369
+ options?: __HttpHandlerOptions
370
+ ): Promise<DeregisterTaskDefinitionCommandOutput>;
371
+ deregisterTaskDefinition(
372
+ args: DeregisterTaskDefinitionCommandInput,
373
+ cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void
374
+ ): void;
375
+ deregisterTaskDefinition(
376
+ args: DeregisterTaskDefinitionCommandInput,
377
+ options: __HttpHandlerOptions,
378
+ cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void
379
+ ): void;
380
+
381
+ describeCapacityProviders(
382
+ args: DescribeCapacityProvidersCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<DescribeCapacityProvidersCommandOutput>;
385
+ describeCapacityProviders(
386
+ args: DescribeCapacityProvidersCommandInput,
387
+ cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void
388
+ ): void;
389
+ describeCapacityProviders(
390
+ args: DescribeCapacityProvidersCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void
393
+ ): void;
394
+
395
+ describeClusters(
396
+ args: DescribeClustersCommandInput,
397
+ options?: __HttpHandlerOptions
398
+ ): Promise<DescribeClustersCommandOutput>;
399
+ describeClusters(
400
+ args: DescribeClustersCommandInput,
401
+ cb: (err: any, data?: DescribeClustersCommandOutput) => void
402
+ ): void;
403
+ describeClusters(
404
+ args: DescribeClustersCommandInput,
405
+ options: __HttpHandlerOptions,
406
+ cb: (err: any, data?: DescribeClustersCommandOutput) => void
407
+ ): void;
408
+
409
+ describeContainerInstances(
410
+ args: DescribeContainerInstancesCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<DescribeContainerInstancesCommandOutput>;
413
+ describeContainerInstances(
414
+ args: DescribeContainerInstancesCommandInput,
415
+ cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void
416
+ ): void;
417
+ describeContainerInstances(
418
+ args: DescribeContainerInstancesCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void
421
+ ): void;
422
+
423
+ describeServices(
424
+ args: DescribeServicesCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<DescribeServicesCommandOutput>;
427
+ describeServices(
428
+ args: DescribeServicesCommandInput,
429
+ cb: (err: any, data?: DescribeServicesCommandOutput) => void
430
+ ): void;
431
+ describeServices(
432
+ args: DescribeServicesCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: DescribeServicesCommandOutput) => void
435
+ ): void;
436
+
437
+ describeTaskDefinition(
438
+ args: DescribeTaskDefinitionCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<DescribeTaskDefinitionCommandOutput>;
441
+ describeTaskDefinition(
442
+ args: DescribeTaskDefinitionCommandInput,
443
+ cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void
444
+ ): void;
445
+ describeTaskDefinition(
446
+ args: DescribeTaskDefinitionCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void
449
+ ): void;
450
+
451
+ describeTasks(
452
+ args: DescribeTasksCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<DescribeTasksCommandOutput>;
455
+ describeTasks(
456
+ args: DescribeTasksCommandInput,
457
+ cb: (err: any, data?: DescribeTasksCommandOutput) => void
458
+ ): void;
459
+ describeTasks(
460
+ args: DescribeTasksCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: DescribeTasksCommandOutput) => void
463
+ ): void;
464
+
465
+ describeTaskSets(
466
+ args: DescribeTaskSetsCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<DescribeTaskSetsCommandOutput>;
469
+ describeTaskSets(
470
+ args: DescribeTaskSetsCommandInput,
471
+ cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void
472
+ ): void;
473
+ describeTaskSets(
474
+ args: DescribeTaskSetsCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void
477
+ ): void;
478
+
479
+ discoverPollEndpoint(
480
+ args: DiscoverPollEndpointCommandInput,
481
+ options?: __HttpHandlerOptions
482
+ ): Promise<DiscoverPollEndpointCommandOutput>;
483
+ discoverPollEndpoint(
484
+ args: DiscoverPollEndpointCommandInput,
485
+ cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void
486
+ ): void;
487
+ discoverPollEndpoint(
488
+ args: DiscoverPollEndpointCommandInput,
489
+ options: __HttpHandlerOptions,
490
+ cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void
491
+ ): void;
492
+
493
+ executeCommand(
494
+ args: ExecuteCommandCommandInput,
495
+ options?: __HttpHandlerOptions
496
+ ): Promise<ExecuteCommandCommandOutput>;
497
+ executeCommand(
498
+ args: ExecuteCommandCommandInput,
499
+ cb: (err: any, data?: ExecuteCommandCommandOutput) => void
500
+ ): void;
501
+ executeCommand(
502
+ args: ExecuteCommandCommandInput,
503
+ options: __HttpHandlerOptions,
504
+ cb: (err: any, data?: ExecuteCommandCommandOutput) => void
505
+ ): void;
506
+
507
+ listAccountSettings(
508
+ args: ListAccountSettingsCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<ListAccountSettingsCommandOutput>;
511
+ listAccountSettings(
512
+ args: ListAccountSettingsCommandInput,
513
+ cb: (err: any, data?: ListAccountSettingsCommandOutput) => void
514
+ ): void;
515
+ listAccountSettings(
516
+ args: ListAccountSettingsCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: ListAccountSettingsCommandOutput) => void
519
+ ): void;
520
+
521
+ listAttributes(
522
+ args: ListAttributesCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<ListAttributesCommandOutput>;
525
+ listAttributes(
526
+ args: ListAttributesCommandInput,
527
+ cb: (err: any, data?: ListAttributesCommandOutput) => void
528
+ ): void;
529
+ listAttributes(
530
+ args: ListAttributesCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: ListAttributesCommandOutput) => void
533
+ ): void;
534
+
535
+ listClusters(
536
+ args: ListClustersCommandInput,
537
+ options?: __HttpHandlerOptions
538
+ ): Promise<ListClustersCommandOutput>;
539
+ listClusters(
540
+ args: ListClustersCommandInput,
541
+ cb: (err: any, data?: ListClustersCommandOutput) => void
542
+ ): void;
543
+ listClusters(
544
+ args: ListClustersCommandInput,
545
+ options: __HttpHandlerOptions,
546
+ cb: (err: any, data?: ListClustersCommandOutput) => void
547
+ ): void;
548
+
549
+ listContainerInstances(
550
+ args: ListContainerInstancesCommandInput,
551
+ options?: __HttpHandlerOptions
552
+ ): Promise<ListContainerInstancesCommandOutput>;
553
+ listContainerInstances(
554
+ args: ListContainerInstancesCommandInput,
555
+ cb: (err: any, data?: ListContainerInstancesCommandOutput) => void
556
+ ): void;
557
+ listContainerInstances(
558
+ args: ListContainerInstancesCommandInput,
559
+ options: __HttpHandlerOptions,
560
+ cb: (err: any, data?: ListContainerInstancesCommandOutput) => void
561
+ ): void;
562
+
563
+ listServices(
564
+ args: ListServicesCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<ListServicesCommandOutput>;
567
+ listServices(
568
+ args: ListServicesCommandInput,
569
+ cb: (err: any, data?: ListServicesCommandOutput) => void
570
+ ): void;
571
+ listServices(
572
+ args: ListServicesCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: ListServicesCommandOutput) => void
575
+ ): void;
576
+
577
+ listTagsForResource(
578
+ args: ListTagsForResourceCommandInput,
579
+ options?: __HttpHandlerOptions
580
+ ): Promise<ListTagsForResourceCommandOutput>;
581
+ listTagsForResource(
582
+ args: ListTagsForResourceCommandInput,
583
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
584
+ ): void;
585
+ listTagsForResource(
586
+ args: ListTagsForResourceCommandInput,
587
+ options: __HttpHandlerOptions,
588
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
589
+ ): void;
590
+
591
+ listTaskDefinitionFamilies(
592
+ args: ListTaskDefinitionFamiliesCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<ListTaskDefinitionFamiliesCommandOutput>;
595
+ listTaskDefinitionFamilies(
596
+ args: ListTaskDefinitionFamiliesCommandInput,
597
+ cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void
598
+ ): void;
599
+ listTaskDefinitionFamilies(
600
+ args: ListTaskDefinitionFamiliesCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void
603
+ ): void;
604
+
605
+ listTaskDefinitions(
606
+ args: ListTaskDefinitionsCommandInput,
607
+ options?: __HttpHandlerOptions
608
+ ): Promise<ListTaskDefinitionsCommandOutput>;
609
+ listTaskDefinitions(
610
+ args: ListTaskDefinitionsCommandInput,
611
+ cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void
612
+ ): void;
613
+ listTaskDefinitions(
614
+ args: ListTaskDefinitionsCommandInput,
615
+ options: __HttpHandlerOptions,
616
+ cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void
617
+ ): void;
618
+
619
+ listTasks(
620
+ args: ListTasksCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<ListTasksCommandOutput>;
623
+ listTasks(
624
+ args: ListTasksCommandInput,
625
+ cb: (err: any, data?: ListTasksCommandOutput) => void
626
+ ): void;
627
+ listTasks(
628
+ args: ListTasksCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: ListTasksCommandOutput) => void
631
+ ): void;
632
+
633
+ putAccountSetting(
634
+ args: PutAccountSettingCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<PutAccountSettingCommandOutput>;
637
+ putAccountSetting(
638
+ args: PutAccountSettingCommandInput,
639
+ cb: (err: any, data?: PutAccountSettingCommandOutput) => void
640
+ ): void;
641
+ putAccountSetting(
642
+ args: PutAccountSettingCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: PutAccountSettingCommandOutput) => void
645
+ ): void;
646
+
647
+ putAccountSettingDefault(
648
+ args: PutAccountSettingDefaultCommandInput,
649
+ options?: __HttpHandlerOptions
650
+ ): Promise<PutAccountSettingDefaultCommandOutput>;
651
+ putAccountSettingDefault(
652
+ args: PutAccountSettingDefaultCommandInput,
653
+ cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void
654
+ ): void;
655
+ putAccountSettingDefault(
656
+ args: PutAccountSettingDefaultCommandInput,
657
+ options: __HttpHandlerOptions,
658
+ cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void
659
+ ): void;
660
+
661
+ putAttributes(
662
+ args: PutAttributesCommandInput,
663
+ options?: __HttpHandlerOptions
664
+ ): Promise<PutAttributesCommandOutput>;
665
+ putAttributes(
666
+ args: PutAttributesCommandInput,
667
+ cb: (err: any, data?: PutAttributesCommandOutput) => void
668
+ ): void;
669
+ putAttributes(
670
+ args: PutAttributesCommandInput,
671
+ options: __HttpHandlerOptions,
672
+ cb: (err: any, data?: PutAttributesCommandOutput) => void
673
+ ): void;
674
+
675
+ putClusterCapacityProviders(
676
+ args: PutClusterCapacityProvidersCommandInput,
677
+ options?: __HttpHandlerOptions
678
+ ): Promise<PutClusterCapacityProvidersCommandOutput>;
679
+ putClusterCapacityProviders(
680
+ args: PutClusterCapacityProvidersCommandInput,
681
+ cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void
682
+ ): void;
683
+ putClusterCapacityProviders(
684
+ args: PutClusterCapacityProvidersCommandInput,
685
+ options: __HttpHandlerOptions,
686
+ cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void
687
+ ): void;
688
+
689
+ registerContainerInstance(
690
+ args: RegisterContainerInstanceCommandInput,
691
+ options?: __HttpHandlerOptions
692
+ ): Promise<RegisterContainerInstanceCommandOutput>;
693
+ registerContainerInstance(
694
+ args: RegisterContainerInstanceCommandInput,
695
+ cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void
696
+ ): void;
697
+ registerContainerInstance(
698
+ args: RegisterContainerInstanceCommandInput,
699
+ options: __HttpHandlerOptions,
700
+ cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void
701
+ ): void;
702
+
703
+ registerTaskDefinition(
704
+ args: RegisterTaskDefinitionCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<RegisterTaskDefinitionCommandOutput>;
707
+ registerTaskDefinition(
708
+ args: RegisterTaskDefinitionCommandInput,
709
+ cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void
710
+ ): void;
711
+ registerTaskDefinition(
712
+ args: RegisterTaskDefinitionCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void
715
+ ): void;
716
+
717
+ runTask(
718
+ args: RunTaskCommandInput,
719
+ options?: __HttpHandlerOptions
720
+ ): Promise<RunTaskCommandOutput>;
721
+ runTask(
722
+ args: RunTaskCommandInput,
723
+ cb: (err: any, data?: RunTaskCommandOutput) => void
724
+ ): void;
725
+ runTask(
726
+ args: RunTaskCommandInput,
727
+ options: __HttpHandlerOptions,
728
+ cb: (err: any, data?: RunTaskCommandOutput) => void
729
+ ): void;
730
+
731
+ startTask(
732
+ args: StartTaskCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<StartTaskCommandOutput>;
735
+ startTask(
736
+ args: StartTaskCommandInput,
737
+ cb: (err: any, data?: StartTaskCommandOutput) => void
738
+ ): void;
739
+ startTask(
740
+ args: StartTaskCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: StartTaskCommandOutput) => void
743
+ ): void;
744
+
745
+ stopTask(
746
+ args: StopTaskCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<StopTaskCommandOutput>;
749
+ stopTask(
750
+ args: StopTaskCommandInput,
751
+ cb: (err: any, data?: StopTaskCommandOutput) => void
752
+ ): void;
753
+ stopTask(
754
+ args: StopTaskCommandInput,
755
+ options: __HttpHandlerOptions,
756
+ cb: (err: any, data?: StopTaskCommandOutput) => void
757
+ ): void;
758
+
759
+ submitAttachmentStateChanges(
760
+ args: SubmitAttachmentStateChangesCommandInput,
761
+ options?: __HttpHandlerOptions
762
+ ): Promise<SubmitAttachmentStateChangesCommandOutput>;
763
+ submitAttachmentStateChanges(
764
+ args: SubmitAttachmentStateChangesCommandInput,
765
+ cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void
766
+ ): void;
767
+ submitAttachmentStateChanges(
768
+ args: SubmitAttachmentStateChangesCommandInput,
769
+ options: __HttpHandlerOptions,
770
+ cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void
771
+ ): void;
772
+
773
+ submitContainerStateChange(
774
+ args: SubmitContainerStateChangeCommandInput,
775
+ options?: __HttpHandlerOptions
776
+ ): Promise<SubmitContainerStateChangeCommandOutput>;
777
+ submitContainerStateChange(
778
+ args: SubmitContainerStateChangeCommandInput,
779
+ cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void
780
+ ): void;
781
+ submitContainerStateChange(
782
+ args: SubmitContainerStateChangeCommandInput,
783
+ options: __HttpHandlerOptions,
784
+ cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void
785
+ ): void;
786
+
787
+ submitTaskStateChange(
788
+ args: SubmitTaskStateChangeCommandInput,
789
+ options?: __HttpHandlerOptions
790
+ ): Promise<SubmitTaskStateChangeCommandOutput>;
791
+ submitTaskStateChange(
792
+ args: SubmitTaskStateChangeCommandInput,
793
+ cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void
794
+ ): void;
795
+ submitTaskStateChange(
796
+ args: SubmitTaskStateChangeCommandInput,
797
+ options: __HttpHandlerOptions,
798
+ cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void
799
+ ): void;
800
+
801
+ tagResource(
802
+ args: TagResourceCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<TagResourceCommandOutput>;
805
+ tagResource(
806
+ args: TagResourceCommandInput,
807
+ cb: (err: any, data?: TagResourceCommandOutput) => void
808
+ ): void;
809
+ tagResource(
810
+ args: TagResourceCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: TagResourceCommandOutput) => void
813
+ ): void;
814
+
815
+ untagResource(
816
+ args: UntagResourceCommandInput,
817
+ options?: __HttpHandlerOptions
818
+ ): Promise<UntagResourceCommandOutput>;
819
+ untagResource(
820
+ args: UntagResourceCommandInput,
821
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
822
+ ): void;
823
+ untagResource(
824
+ args: UntagResourceCommandInput,
825
+ options: __HttpHandlerOptions,
826
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
827
+ ): void;
828
+
829
+ updateCapacityProvider(
830
+ args: UpdateCapacityProviderCommandInput,
831
+ options?: __HttpHandlerOptions
832
+ ): Promise<UpdateCapacityProviderCommandOutput>;
833
+ updateCapacityProvider(
834
+ args: UpdateCapacityProviderCommandInput,
835
+ cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void
836
+ ): void;
837
+ updateCapacityProvider(
838
+ args: UpdateCapacityProviderCommandInput,
839
+ options: __HttpHandlerOptions,
840
+ cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void
841
+ ): void;
842
+
843
+ updateCluster(
844
+ args: UpdateClusterCommandInput,
845
+ options?: __HttpHandlerOptions
846
+ ): Promise<UpdateClusterCommandOutput>;
847
+ updateCluster(
848
+ args: UpdateClusterCommandInput,
849
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
850
+ ): void;
851
+ updateCluster(
852
+ args: UpdateClusterCommandInput,
853
+ options: __HttpHandlerOptions,
854
+ cb: (err: any, data?: UpdateClusterCommandOutput) => void
855
+ ): void;
856
+
857
+ updateClusterSettings(
858
+ args: UpdateClusterSettingsCommandInput,
859
+ options?: __HttpHandlerOptions
860
+ ): Promise<UpdateClusterSettingsCommandOutput>;
861
+ updateClusterSettings(
862
+ args: UpdateClusterSettingsCommandInput,
863
+ cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void
864
+ ): void;
865
+ updateClusterSettings(
866
+ args: UpdateClusterSettingsCommandInput,
867
+ options: __HttpHandlerOptions,
868
+ cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void
869
+ ): void;
870
+
871
+ updateContainerAgent(
872
+ args: UpdateContainerAgentCommandInput,
873
+ options?: __HttpHandlerOptions
874
+ ): Promise<UpdateContainerAgentCommandOutput>;
875
+ updateContainerAgent(
876
+ args: UpdateContainerAgentCommandInput,
877
+ cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void
878
+ ): void;
879
+ updateContainerAgent(
880
+ args: UpdateContainerAgentCommandInput,
881
+ options: __HttpHandlerOptions,
882
+ cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void
883
+ ): void;
884
+
885
+ updateContainerInstancesState(
886
+ args: UpdateContainerInstancesStateCommandInput,
887
+ options?: __HttpHandlerOptions
888
+ ): Promise<UpdateContainerInstancesStateCommandOutput>;
889
+ updateContainerInstancesState(
890
+ args: UpdateContainerInstancesStateCommandInput,
891
+ cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void
892
+ ): void;
893
+ updateContainerInstancesState(
894
+ args: UpdateContainerInstancesStateCommandInput,
895
+ options: __HttpHandlerOptions,
896
+ cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void
897
+ ): void;
898
+
899
+ updateService(
900
+ args: UpdateServiceCommandInput,
901
+ options?: __HttpHandlerOptions
902
+ ): Promise<UpdateServiceCommandOutput>;
903
+ updateService(
904
+ args: UpdateServiceCommandInput,
905
+ cb: (err: any, data?: UpdateServiceCommandOutput) => void
906
+ ): void;
907
+ updateService(
908
+ args: UpdateServiceCommandInput,
909
+ options: __HttpHandlerOptions,
910
+ cb: (err: any, data?: UpdateServiceCommandOutput) => void
911
+ ): void;
912
+
913
+ updateServicePrimaryTaskSet(
914
+ args: UpdateServicePrimaryTaskSetCommandInput,
915
+ options?: __HttpHandlerOptions
916
+ ): Promise<UpdateServicePrimaryTaskSetCommandOutput>;
917
+ updateServicePrimaryTaskSet(
918
+ args: UpdateServicePrimaryTaskSetCommandInput,
919
+ cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void
920
+ ): void;
921
+ updateServicePrimaryTaskSet(
922
+ args: UpdateServicePrimaryTaskSetCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void
925
+ ): void;
926
+
927
+ updateTaskSet(
928
+ args: UpdateTaskSetCommandInput,
929
+ options?: __HttpHandlerOptions
930
+ ): Promise<UpdateTaskSetCommandOutput>;
931
+ updateTaskSet(
932
+ args: UpdateTaskSetCommandInput,
933
+ cb: (err: any, data?: UpdateTaskSetCommandOutput) => void
934
+ ): void;
935
+ updateTaskSet(
936
+ args: UpdateTaskSetCommandInput,
937
+ options: __HttpHandlerOptions,
938
+ cb: (err: any, data?: UpdateTaskSetCommandOutput) => void
939
+ ): void;
940
+ }