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