@aws-sdk/client-ecs 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ECS.d.ts +255 -309
- package/dist-types/ts3.4/ECSClient.d.ts +19 -44
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -62
- package/dist-types/ts3.4/models/errors.d.ts +26 -90
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -2
- package/package.json +39 -39
|
@@ -169,10 +169,7 @@ import {
|
|
|
169
169
|
ListDaemonDeploymentsCommandInput,
|
|
170
170
|
ListDaemonDeploymentsCommandOutput,
|
|
171
171
|
} from "./commands/ListDaemonDeploymentsCommand";
|
|
172
|
-
import {
|
|
173
|
-
ListDaemonsCommandInput,
|
|
174
|
-
ListDaemonsCommandOutput,
|
|
175
|
-
} from "./commands/ListDaemonsCommand";
|
|
172
|
+
import { ListDaemonsCommandInput, ListDaemonsCommandOutput } from "./commands/ListDaemonsCommand";
|
|
176
173
|
import {
|
|
177
174
|
ListDaemonTaskDefinitionsCommandInput,
|
|
178
175
|
ListDaemonTaskDefinitionsCommandOutput,
|
|
@@ -201,10 +198,7 @@ import {
|
|
|
201
198
|
ListTaskDefinitionsCommandInput,
|
|
202
199
|
ListTaskDefinitionsCommandOutput,
|
|
203
200
|
} from "./commands/ListTaskDefinitionsCommand";
|
|
204
|
-
import {
|
|
205
|
-
ListTasksCommandInput,
|
|
206
|
-
ListTasksCommandOutput,
|
|
207
|
-
} from "./commands/ListTasksCommand";
|
|
201
|
+
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
208
202
|
import {
|
|
209
203
|
PutAccountSettingCommandInput,
|
|
210
204
|
PutAccountSettingCommandOutput,
|
|
@@ -233,22 +227,13 @@ import {
|
|
|
233
227
|
RegisterTaskDefinitionCommandInput,
|
|
234
228
|
RegisterTaskDefinitionCommandOutput,
|
|
235
229
|
} from "./commands/RegisterTaskDefinitionCommand";
|
|
236
|
-
import {
|
|
237
|
-
|
|
238
|
-
RunTaskCommandOutput,
|
|
239
|
-
} from "./commands/RunTaskCommand";
|
|
240
|
-
import {
|
|
241
|
-
StartTaskCommandInput,
|
|
242
|
-
StartTaskCommandOutput,
|
|
243
|
-
} from "./commands/StartTaskCommand";
|
|
230
|
+
import { RunTaskCommandInput, RunTaskCommandOutput } from "./commands/RunTaskCommand";
|
|
231
|
+
import { StartTaskCommandInput, StartTaskCommandOutput } from "./commands/StartTaskCommand";
|
|
244
232
|
import {
|
|
245
233
|
StopServiceDeploymentCommandInput,
|
|
246
234
|
StopServiceDeploymentCommandOutput,
|
|
247
235
|
} from "./commands/StopServiceDeploymentCommand";
|
|
248
|
-
import {
|
|
249
|
-
StopTaskCommandInput,
|
|
250
|
-
StopTaskCommandOutput,
|
|
251
|
-
} from "./commands/StopTaskCommand";
|
|
236
|
+
import { StopTaskCommandInput, StopTaskCommandOutput } from "./commands/StopTaskCommand";
|
|
252
237
|
import {
|
|
253
238
|
SubmitAttachmentStateChangesCommandInput,
|
|
254
239
|
SubmitAttachmentStateChangesCommandOutput,
|
|
@@ -261,10 +246,7 @@ import {
|
|
|
261
246
|
SubmitTaskStateChangeCommandInput,
|
|
262
247
|
SubmitTaskStateChangeCommandOutput,
|
|
263
248
|
} from "./commands/SubmitTaskStateChangeCommand";
|
|
264
|
-
import {
|
|
265
|
-
TagResourceCommandInput,
|
|
266
|
-
TagResourceCommandOutput,
|
|
267
|
-
} from "./commands/TagResourceCommand";
|
|
249
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
268
250
|
import {
|
|
269
251
|
UntagResourceCommandInput,
|
|
270
252
|
UntagResourceCommandOutput,
|
|
@@ -317,1164 +299,1128 @@ import { ECSClient } from "./ECSClient";
|
|
|
317
299
|
export interface ECS {
|
|
318
300
|
continueServiceDeployment(
|
|
319
301
|
args: ContinueServiceDeploymentCommandInput,
|
|
320
|
-
options?: __HttpHandlerOptions
|
|
302
|
+
options?: __HttpHandlerOptions,
|
|
321
303
|
): Promise<ContinueServiceDeploymentCommandOutput>;
|
|
322
304
|
continueServiceDeployment(
|
|
323
305
|
args: ContinueServiceDeploymentCommandInput,
|
|
324
|
-
cb: (err: any, data?: ContinueServiceDeploymentCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: ContinueServiceDeploymentCommandOutput) => void,
|
|
325
307
|
): void;
|
|
326
308
|
continueServiceDeployment(
|
|
327
309
|
args: ContinueServiceDeploymentCommandInput,
|
|
328
310
|
options: __HttpHandlerOptions,
|
|
329
|
-
cb: (err: any, data?: ContinueServiceDeploymentCommandOutput) => void
|
|
311
|
+
cb: (err: any, data?: ContinueServiceDeploymentCommandOutput) => void,
|
|
330
312
|
): void;
|
|
331
313
|
createCapacityProvider(
|
|
332
314
|
args: CreateCapacityProviderCommandInput,
|
|
333
|
-
options?: __HttpHandlerOptions
|
|
315
|
+
options?: __HttpHandlerOptions,
|
|
334
316
|
): Promise<CreateCapacityProviderCommandOutput>;
|
|
335
317
|
createCapacityProvider(
|
|
336
318
|
args: CreateCapacityProviderCommandInput,
|
|
337
|
-
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void,
|
|
338
320
|
): void;
|
|
339
321
|
createCapacityProvider(
|
|
340
322
|
args: CreateCapacityProviderCommandInput,
|
|
341
323
|
options: __HttpHandlerOptions,
|
|
342
|
-
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
|
|
324
|
+
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void,
|
|
343
325
|
): void;
|
|
344
326
|
createCluster(): Promise<CreateClusterCommandOutput>;
|
|
345
327
|
createCluster(
|
|
346
328
|
args: CreateClusterCommandInput,
|
|
347
|
-
options?: __HttpHandlerOptions
|
|
329
|
+
options?: __HttpHandlerOptions,
|
|
348
330
|
): Promise<CreateClusterCommandOutput>;
|
|
349
331
|
createCluster(
|
|
350
332
|
args: CreateClusterCommandInput,
|
|
351
|
-
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void,
|
|
352
334
|
): void;
|
|
353
335
|
createCluster(
|
|
354
336
|
args: CreateClusterCommandInput,
|
|
355
337
|
options: __HttpHandlerOptions,
|
|
356
|
-
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void,
|
|
357
339
|
): void;
|
|
358
340
|
createDaemon(
|
|
359
341
|
args: CreateDaemonCommandInput,
|
|
360
|
-
options?: __HttpHandlerOptions
|
|
342
|
+
options?: __HttpHandlerOptions,
|
|
361
343
|
): Promise<CreateDaemonCommandOutput>;
|
|
362
344
|
createDaemon(
|
|
363
345
|
args: CreateDaemonCommandInput,
|
|
364
|
-
cb: (err: any, data?: CreateDaemonCommandOutput) => void
|
|
346
|
+
cb: (err: any, data?: CreateDaemonCommandOutput) => void,
|
|
365
347
|
): void;
|
|
366
348
|
createDaemon(
|
|
367
349
|
args: CreateDaemonCommandInput,
|
|
368
350
|
options: __HttpHandlerOptions,
|
|
369
|
-
cb: (err: any, data?: CreateDaemonCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: CreateDaemonCommandOutput) => void,
|
|
370
352
|
): void;
|
|
371
353
|
createExpressGatewayService(
|
|
372
354
|
args: CreateExpressGatewayServiceCommandInput,
|
|
373
|
-
options?: __HttpHandlerOptions
|
|
355
|
+
options?: __HttpHandlerOptions,
|
|
374
356
|
): Promise<CreateExpressGatewayServiceCommandOutput>;
|
|
375
357
|
createExpressGatewayService(
|
|
376
358
|
args: CreateExpressGatewayServiceCommandInput,
|
|
377
|
-
cb: (err: any, data?: CreateExpressGatewayServiceCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: CreateExpressGatewayServiceCommandOutput) => void,
|
|
378
360
|
): void;
|
|
379
361
|
createExpressGatewayService(
|
|
380
362
|
args: CreateExpressGatewayServiceCommandInput,
|
|
381
363
|
options: __HttpHandlerOptions,
|
|
382
|
-
cb: (err: any, data?: CreateExpressGatewayServiceCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: CreateExpressGatewayServiceCommandOutput) => void,
|
|
383
365
|
): void;
|
|
384
366
|
createService(
|
|
385
367
|
args: CreateServiceCommandInput,
|
|
386
|
-
options?: __HttpHandlerOptions
|
|
368
|
+
options?: __HttpHandlerOptions,
|
|
387
369
|
): Promise<CreateServiceCommandOutput>;
|
|
388
370
|
createService(
|
|
389
371
|
args: CreateServiceCommandInput,
|
|
390
|
-
cb: (err: any, data?: CreateServiceCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: CreateServiceCommandOutput) => void,
|
|
391
373
|
): void;
|
|
392
374
|
createService(
|
|
393
375
|
args: CreateServiceCommandInput,
|
|
394
376
|
options: __HttpHandlerOptions,
|
|
395
|
-
cb: (err: any, data?: CreateServiceCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: CreateServiceCommandOutput) => void,
|
|
396
378
|
): void;
|
|
397
379
|
createTaskSet(
|
|
398
380
|
args: CreateTaskSetCommandInput,
|
|
399
|
-
options?: __HttpHandlerOptions
|
|
381
|
+
options?: __HttpHandlerOptions,
|
|
400
382
|
): Promise<CreateTaskSetCommandOutput>;
|
|
401
383
|
createTaskSet(
|
|
402
384
|
args: CreateTaskSetCommandInput,
|
|
403
|
-
cb: (err: any, data?: CreateTaskSetCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: CreateTaskSetCommandOutput) => void,
|
|
404
386
|
): void;
|
|
405
387
|
createTaskSet(
|
|
406
388
|
args: CreateTaskSetCommandInput,
|
|
407
389
|
options: __HttpHandlerOptions,
|
|
408
|
-
cb: (err: any, data?: CreateTaskSetCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: CreateTaskSetCommandOutput) => void,
|
|
409
391
|
): void;
|
|
410
392
|
deleteAccountSetting(
|
|
411
393
|
args: DeleteAccountSettingCommandInput,
|
|
412
|
-
options?: __HttpHandlerOptions
|
|
394
|
+
options?: __HttpHandlerOptions,
|
|
413
395
|
): Promise<DeleteAccountSettingCommandOutput>;
|
|
414
396
|
deleteAccountSetting(
|
|
415
397
|
args: DeleteAccountSettingCommandInput,
|
|
416
|
-
cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void
|
|
398
|
+
cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void,
|
|
417
399
|
): void;
|
|
418
400
|
deleteAccountSetting(
|
|
419
401
|
args: DeleteAccountSettingCommandInput,
|
|
420
402
|
options: __HttpHandlerOptions,
|
|
421
|
-
cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void
|
|
403
|
+
cb: (err: any, data?: DeleteAccountSettingCommandOutput) => void,
|
|
422
404
|
): void;
|
|
423
405
|
deleteAttributes(
|
|
424
406
|
args: DeleteAttributesCommandInput,
|
|
425
|
-
options?: __HttpHandlerOptions
|
|
407
|
+
options?: __HttpHandlerOptions,
|
|
426
408
|
): Promise<DeleteAttributesCommandOutput>;
|
|
427
409
|
deleteAttributes(
|
|
428
410
|
args: DeleteAttributesCommandInput,
|
|
429
|
-
cb: (err: any, data?: DeleteAttributesCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: DeleteAttributesCommandOutput) => void,
|
|
430
412
|
): void;
|
|
431
413
|
deleteAttributes(
|
|
432
414
|
args: DeleteAttributesCommandInput,
|
|
433
415
|
options: __HttpHandlerOptions,
|
|
434
|
-
cb: (err: any, data?: DeleteAttributesCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: DeleteAttributesCommandOutput) => void,
|
|
435
417
|
): void;
|
|
436
418
|
deleteCapacityProvider(
|
|
437
419
|
args: DeleteCapacityProviderCommandInput,
|
|
438
|
-
options?: __HttpHandlerOptions
|
|
420
|
+
options?: __HttpHandlerOptions,
|
|
439
421
|
): Promise<DeleteCapacityProviderCommandOutput>;
|
|
440
422
|
deleteCapacityProvider(
|
|
441
423
|
args: DeleteCapacityProviderCommandInput,
|
|
442
|
-
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void,
|
|
443
425
|
): void;
|
|
444
426
|
deleteCapacityProvider(
|
|
445
427
|
args: DeleteCapacityProviderCommandInput,
|
|
446
428
|
options: __HttpHandlerOptions,
|
|
447
|
-
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void
|
|
429
|
+
cb: (err: any, data?: DeleteCapacityProviderCommandOutput) => void,
|
|
448
430
|
): void;
|
|
449
431
|
deleteCluster(
|
|
450
432
|
args: DeleteClusterCommandInput,
|
|
451
|
-
options?: __HttpHandlerOptions
|
|
433
|
+
options?: __HttpHandlerOptions,
|
|
452
434
|
): Promise<DeleteClusterCommandOutput>;
|
|
453
435
|
deleteCluster(
|
|
454
436
|
args: DeleteClusterCommandInput,
|
|
455
|
-
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void,
|
|
456
438
|
): void;
|
|
457
439
|
deleteCluster(
|
|
458
440
|
args: DeleteClusterCommandInput,
|
|
459
441
|
options: __HttpHandlerOptions,
|
|
460
|
-
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
442
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void,
|
|
461
443
|
): void;
|
|
462
444
|
deleteDaemon(
|
|
463
445
|
args: DeleteDaemonCommandInput,
|
|
464
|
-
options?: __HttpHandlerOptions
|
|
446
|
+
options?: __HttpHandlerOptions,
|
|
465
447
|
): Promise<DeleteDaemonCommandOutput>;
|
|
466
448
|
deleteDaemon(
|
|
467
449
|
args: DeleteDaemonCommandInput,
|
|
468
|
-
cb: (err: any, data?: DeleteDaemonCommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: DeleteDaemonCommandOutput) => void,
|
|
469
451
|
): void;
|
|
470
452
|
deleteDaemon(
|
|
471
453
|
args: DeleteDaemonCommandInput,
|
|
472
454
|
options: __HttpHandlerOptions,
|
|
473
|
-
cb: (err: any, data?: DeleteDaemonCommandOutput) => void
|
|
455
|
+
cb: (err: any, data?: DeleteDaemonCommandOutput) => void,
|
|
474
456
|
): void;
|
|
475
457
|
deleteDaemonTaskDefinition(
|
|
476
458
|
args: DeleteDaemonTaskDefinitionCommandInput,
|
|
477
|
-
options?: __HttpHandlerOptions
|
|
459
|
+
options?: __HttpHandlerOptions,
|
|
478
460
|
): Promise<DeleteDaemonTaskDefinitionCommandOutput>;
|
|
479
461
|
deleteDaemonTaskDefinition(
|
|
480
462
|
args: DeleteDaemonTaskDefinitionCommandInput,
|
|
481
|
-
cb: (err: any, data?: DeleteDaemonTaskDefinitionCommandOutput) => void
|
|
463
|
+
cb: (err: any, data?: DeleteDaemonTaskDefinitionCommandOutput) => void,
|
|
482
464
|
): void;
|
|
483
465
|
deleteDaemonTaskDefinition(
|
|
484
466
|
args: DeleteDaemonTaskDefinitionCommandInput,
|
|
485
467
|
options: __HttpHandlerOptions,
|
|
486
|
-
cb: (err: any, data?: DeleteDaemonTaskDefinitionCommandOutput) => void
|
|
468
|
+
cb: (err: any, data?: DeleteDaemonTaskDefinitionCommandOutput) => void,
|
|
487
469
|
): void;
|
|
488
470
|
deleteExpressGatewayService(
|
|
489
471
|
args: DeleteExpressGatewayServiceCommandInput,
|
|
490
|
-
options?: __HttpHandlerOptions
|
|
472
|
+
options?: __HttpHandlerOptions,
|
|
491
473
|
): Promise<DeleteExpressGatewayServiceCommandOutput>;
|
|
492
474
|
deleteExpressGatewayService(
|
|
493
475
|
args: DeleteExpressGatewayServiceCommandInput,
|
|
494
|
-
cb: (err: any, data?: DeleteExpressGatewayServiceCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: DeleteExpressGatewayServiceCommandOutput) => void,
|
|
495
477
|
): void;
|
|
496
478
|
deleteExpressGatewayService(
|
|
497
479
|
args: DeleteExpressGatewayServiceCommandInput,
|
|
498
480
|
options: __HttpHandlerOptions,
|
|
499
|
-
cb: (err: any, data?: DeleteExpressGatewayServiceCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: DeleteExpressGatewayServiceCommandOutput) => void,
|
|
500
482
|
): void;
|
|
501
483
|
deleteService(
|
|
502
484
|
args: DeleteServiceCommandInput,
|
|
503
|
-
options?: __HttpHandlerOptions
|
|
485
|
+
options?: __HttpHandlerOptions,
|
|
504
486
|
): Promise<DeleteServiceCommandOutput>;
|
|
505
487
|
deleteService(
|
|
506
488
|
args: DeleteServiceCommandInput,
|
|
507
|
-
cb: (err: any, data?: DeleteServiceCommandOutput) => void
|
|
489
|
+
cb: (err: any, data?: DeleteServiceCommandOutput) => void,
|
|
508
490
|
): void;
|
|
509
491
|
deleteService(
|
|
510
492
|
args: DeleteServiceCommandInput,
|
|
511
493
|
options: __HttpHandlerOptions,
|
|
512
|
-
cb: (err: any, data?: DeleteServiceCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: DeleteServiceCommandOutput) => void,
|
|
513
495
|
): void;
|
|
514
496
|
deleteTaskDefinitions(
|
|
515
497
|
args: DeleteTaskDefinitionsCommandInput,
|
|
516
|
-
options?: __HttpHandlerOptions
|
|
498
|
+
options?: __HttpHandlerOptions,
|
|
517
499
|
): Promise<DeleteTaskDefinitionsCommandOutput>;
|
|
518
500
|
deleteTaskDefinitions(
|
|
519
501
|
args: DeleteTaskDefinitionsCommandInput,
|
|
520
|
-
cb: (err: any, data?: DeleteTaskDefinitionsCommandOutput) => void
|
|
502
|
+
cb: (err: any, data?: DeleteTaskDefinitionsCommandOutput) => void,
|
|
521
503
|
): void;
|
|
522
504
|
deleteTaskDefinitions(
|
|
523
505
|
args: DeleteTaskDefinitionsCommandInput,
|
|
524
506
|
options: __HttpHandlerOptions,
|
|
525
|
-
cb: (err: any, data?: DeleteTaskDefinitionsCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: DeleteTaskDefinitionsCommandOutput) => void,
|
|
526
508
|
): void;
|
|
527
509
|
deleteTaskSet(
|
|
528
510
|
args: DeleteTaskSetCommandInput,
|
|
529
|
-
options?: __HttpHandlerOptions
|
|
511
|
+
options?: __HttpHandlerOptions,
|
|
530
512
|
): Promise<DeleteTaskSetCommandOutput>;
|
|
531
513
|
deleteTaskSet(
|
|
532
514
|
args: DeleteTaskSetCommandInput,
|
|
533
|
-
cb: (err: any, data?: DeleteTaskSetCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: DeleteTaskSetCommandOutput) => void,
|
|
534
516
|
): void;
|
|
535
517
|
deleteTaskSet(
|
|
536
518
|
args: DeleteTaskSetCommandInput,
|
|
537
519
|
options: __HttpHandlerOptions,
|
|
538
|
-
cb: (err: any, data?: DeleteTaskSetCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: DeleteTaskSetCommandOutput) => void,
|
|
539
521
|
): void;
|
|
540
522
|
deregisterContainerInstance(
|
|
541
523
|
args: DeregisterContainerInstanceCommandInput,
|
|
542
|
-
options?: __HttpHandlerOptions
|
|
524
|
+
options?: __HttpHandlerOptions,
|
|
543
525
|
): Promise<DeregisterContainerInstanceCommandOutput>;
|
|
544
526
|
deregisterContainerInstance(
|
|
545
527
|
args: DeregisterContainerInstanceCommandInput,
|
|
546
|
-
cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void,
|
|
547
529
|
): void;
|
|
548
530
|
deregisterContainerInstance(
|
|
549
531
|
args: DeregisterContainerInstanceCommandInput,
|
|
550
532
|
options: __HttpHandlerOptions,
|
|
551
|
-
cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: DeregisterContainerInstanceCommandOutput) => void,
|
|
552
534
|
): void;
|
|
553
535
|
deregisterTaskDefinition(
|
|
554
536
|
args: DeregisterTaskDefinitionCommandInput,
|
|
555
|
-
options?: __HttpHandlerOptions
|
|
537
|
+
options?: __HttpHandlerOptions,
|
|
556
538
|
): Promise<DeregisterTaskDefinitionCommandOutput>;
|
|
557
539
|
deregisterTaskDefinition(
|
|
558
540
|
args: DeregisterTaskDefinitionCommandInput,
|
|
559
|
-
cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void,
|
|
560
542
|
): void;
|
|
561
543
|
deregisterTaskDefinition(
|
|
562
544
|
args: DeregisterTaskDefinitionCommandInput,
|
|
563
545
|
options: __HttpHandlerOptions,
|
|
564
|
-
cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void
|
|
546
|
+
cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void,
|
|
565
547
|
): void;
|
|
566
548
|
describeCapacityProviders(): Promise<DescribeCapacityProvidersCommandOutput>;
|
|
567
549
|
describeCapacityProviders(
|
|
568
550
|
args: DescribeCapacityProvidersCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
551
|
+
options?: __HttpHandlerOptions,
|
|
570
552
|
): Promise<DescribeCapacityProvidersCommandOutput>;
|
|
571
553
|
describeCapacityProviders(
|
|
572
554
|
args: DescribeCapacityProvidersCommandInput,
|
|
573
|
-
cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void
|
|
555
|
+
cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void,
|
|
574
556
|
): void;
|
|
575
557
|
describeCapacityProviders(
|
|
576
558
|
args: DescribeCapacityProvidersCommandInput,
|
|
577
559
|
options: __HttpHandlerOptions,
|
|
578
|
-
cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void,
|
|
579
561
|
): void;
|
|
580
562
|
describeClusters(): Promise<DescribeClustersCommandOutput>;
|
|
581
563
|
describeClusters(
|
|
582
564
|
args: DescribeClustersCommandInput,
|
|
583
|
-
options?: __HttpHandlerOptions
|
|
565
|
+
options?: __HttpHandlerOptions,
|
|
584
566
|
): Promise<DescribeClustersCommandOutput>;
|
|
585
567
|
describeClusters(
|
|
586
568
|
args: DescribeClustersCommandInput,
|
|
587
|
-
cb: (err: any, data?: DescribeClustersCommandOutput) => void
|
|
569
|
+
cb: (err: any, data?: DescribeClustersCommandOutput) => void,
|
|
588
570
|
): void;
|
|
589
571
|
describeClusters(
|
|
590
572
|
args: DescribeClustersCommandInput,
|
|
591
573
|
options: __HttpHandlerOptions,
|
|
592
|
-
cb: (err: any, data?: DescribeClustersCommandOutput) => void
|
|
574
|
+
cb: (err: any, data?: DescribeClustersCommandOutput) => void,
|
|
593
575
|
): void;
|
|
594
576
|
describeContainerInstances(
|
|
595
577
|
args: DescribeContainerInstancesCommandInput,
|
|
596
|
-
options?: __HttpHandlerOptions
|
|
578
|
+
options?: __HttpHandlerOptions,
|
|
597
579
|
): Promise<DescribeContainerInstancesCommandOutput>;
|
|
598
580
|
describeContainerInstances(
|
|
599
581
|
args: DescribeContainerInstancesCommandInput,
|
|
600
|
-
cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void
|
|
582
|
+
cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void,
|
|
601
583
|
): void;
|
|
602
584
|
describeContainerInstances(
|
|
603
585
|
args: DescribeContainerInstancesCommandInput,
|
|
604
586
|
options: __HttpHandlerOptions,
|
|
605
|
-
cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void
|
|
587
|
+
cb: (err: any, data?: DescribeContainerInstancesCommandOutput) => void,
|
|
606
588
|
): void;
|
|
607
589
|
describeDaemon(
|
|
608
590
|
args: DescribeDaemonCommandInput,
|
|
609
|
-
options?: __HttpHandlerOptions
|
|
591
|
+
options?: __HttpHandlerOptions,
|
|
610
592
|
): Promise<DescribeDaemonCommandOutput>;
|
|
611
593
|
describeDaemon(
|
|
612
594
|
args: DescribeDaemonCommandInput,
|
|
613
|
-
cb: (err: any, data?: DescribeDaemonCommandOutput) => void
|
|
595
|
+
cb: (err: any, data?: DescribeDaemonCommandOutput) => void,
|
|
614
596
|
): void;
|
|
615
597
|
describeDaemon(
|
|
616
598
|
args: DescribeDaemonCommandInput,
|
|
617
599
|
options: __HttpHandlerOptions,
|
|
618
|
-
cb: (err: any, data?: DescribeDaemonCommandOutput) => void
|
|
600
|
+
cb: (err: any, data?: DescribeDaemonCommandOutput) => void,
|
|
619
601
|
): void;
|
|
620
602
|
describeDaemonDeployments(
|
|
621
603
|
args: DescribeDaemonDeploymentsCommandInput,
|
|
622
|
-
options?: __HttpHandlerOptions
|
|
604
|
+
options?: __HttpHandlerOptions,
|
|
623
605
|
): Promise<DescribeDaemonDeploymentsCommandOutput>;
|
|
624
606
|
describeDaemonDeployments(
|
|
625
607
|
args: DescribeDaemonDeploymentsCommandInput,
|
|
626
|
-
cb: (err: any, data?: DescribeDaemonDeploymentsCommandOutput) => void
|
|
608
|
+
cb: (err: any, data?: DescribeDaemonDeploymentsCommandOutput) => void,
|
|
627
609
|
): void;
|
|
628
610
|
describeDaemonDeployments(
|
|
629
611
|
args: DescribeDaemonDeploymentsCommandInput,
|
|
630
612
|
options: __HttpHandlerOptions,
|
|
631
|
-
cb: (err: any, data?: DescribeDaemonDeploymentsCommandOutput) => void
|
|
613
|
+
cb: (err: any, data?: DescribeDaemonDeploymentsCommandOutput) => void,
|
|
632
614
|
): void;
|
|
633
615
|
describeDaemonRevisions(
|
|
634
616
|
args: DescribeDaemonRevisionsCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
617
|
+
options?: __HttpHandlerOptions,
|
|
636
618
|
): Promise<DescribeDaemonRevisionsCommandOutput>;
|
|
637
619
|
describeDaemonRevisions(
|
|
638
620
|
args: DescribeDaemonRevisionsCommandInput,
|
|
639
|
-
cb: (err: any, data?: DescribeDaemonRevisionsCommandOutput) => void
|
|
621
|
+
cb: (err: any, data?: DescribeDaemonRevisionsCommandOutput) => void,
|
|
640
622
|
): void;
|
|
641
623
|
describeDaemonRevisions(
|
|
642
624
|
args: DescribeDaemonRevisionsCommandInput,
|
|
643
625
|
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: DescribeDaemonRevisionsCommandOutput) => void
|
|
626
|
+
cb: (err: any, data?: DescribeDaemonRevisionsCommandOutput) => void,
|
|
645
627
|
): void;
|
|
646
628
|
describeDaemonTaskDefinition(
|
|
647
629
|
args: DescribeDaemonTaskDefinitionCommandInput,
|
|
648
|
-
options?: __HttpHandlerOptions
|
|
630
|
+
options?: __HttpHandlerOptions,
|
|
649
631
|
): Promise<DescribeDaemonTaskDefinitionCommandOutput>;
|
|
650
632
|
describeDaemonTaskDefinition(
|
|
651
633
|
args: DescribeDaemonTaskDefinitionCommandInput,
|
|
652
|
-
cb: (err: any, data?: DescribeDaemonTaskDefinitionCommandOutput) => void
|
|
634
|
+
cb: (err: any, data?: DescribeDaemonTaskDefinitionCommandOutput) => void,
|
|
653
635
|
): void;
|
|
654
636
|
describeDaemonTaskDefinition(
|
|
655
637
|
args: DescribeDaemonTaskDefinitionCommandInput,
|
|
656
638
|
options: __HttpHandlerOptions,
|
|
657
|
-
cb: (err: any, data?: DescribeDaemonTaskDefinitionCommandOutput) => void
|
|
639
|
+
cb: (err: any, data?: DescribeDaemonTaskDefinitionCommandOutput) => void,
|
|
658
640
|
): void;
|
|
659
641
|
describeExpressGatewayService(
|
|
660
642
|
args: DescribeExpressGatewayServiceCommandInput,
|
|
661
|
-
options?: __HttpHandlerOptions
|
|
643
|
+
options?: __HttpHandlerOptions,
|
|
662
644
|
): Promise<DescribeExpressGatewayServiceCommandOutput>;
|
|
663
645
|
describeExpressGatewayService(
|
|
664
646
|
args: DescribeExpressGatewayServiceCommandInput,
|
|
665
|
-
cb: (err: any, data?: DescribeExpressGatewayServiceCommandOutput) => void
|
|
647
|
+
cb: (err: any, data?: DescribeExpressGatewayServiceCommandOutput) => void,
|
|
666
648
|
): void;
|
|
667
649
|
describeExpressGatewayService(
|
|
668
650
|
args: DescribeExpressGatewayServiceCommandInput,
|
|
669
651
|
options: __HttpHandlerOptions,
|
|
670
|
-
cb: (err: any, data?: DescribeExpressGatewayServiceCommandOutput) => void
|
|
652
|
+
cb: (err: any, data?: DescribeExpressGatewayServiceCommandOutput) => void,
|
|
671
653
|
): void;
|
|
672
654
|
describeServiceDeployments(
|
|
673
655
|
args: DescribeServiceDeploymentsCommandInput,
|
|
674
|
-
options?: __HttpHandlerOptions
|
|
656
|
+
options?: __HttpHandlerOptions,
|
|
675
657
|
): Promise<DescribeServiceDeploymentsCommandOutput>;
|
|
676
658
|
describeServiceDeployments(
|
|
677
659
|
args: DescribeServiceDeploymentsCommandInput,
|
|
678
|
-
cb: (err: any, data?: DescribeServiceDeploymentsCommandOutput) => void
|
|
660
|
+
cb: (err: any, data?: DescribeServiceDeploymentsCommandOutput) => void,
|
|
679
661
|
): void;
|
|
680
662
|
describeServiceDeployments(
|
|
681
663
|
args: DescribeServiceDeploymentsCommandInput,
|
|
682
664
|
options: __HttpHandlerOptions,
|
|
683
|
-
cb: (err: any, data?: DescribeServiceDeploymentsCommandOutput) => void
|
|
665
|
+
cb: (err: any, data?: DescribeServiceDeploymentsCommandOutput) => void,
|
|
684
666
|
): void;
|
|
685
667
|
describeServiceRevisions(
|
|
686
668
|
args: DescribeServiceRevisionsCommandInput,
|
|
687
|
-
options?: __HttpHandlerOptions
|
|
669
|
+
options?: __HttpHandlerOptions,
|
|
688
670
|
): Promise<DescribeServiceRevisionsCommandOutput>;
|
|
689
671
|
describeServiceRevisions(
|
|
690
672
|
args: DescribeServiceRevisionsCommandInput,
|
|
691
|
-
cb: (err: any, data?: DescribeServiceRevisionsCommandOutput) => void
|
|
673
|
+
cb: (err: any, data?: DescribeServiceRevisionsCommandOutput) => void,
|
|
692
674
|
): void;
|
|
693
675
|
describeServiceRevisions(
|
|
694
676
|
args: DescribeServiceRevisionsCommandInput,
|
|
695
677
|
options: __HttpHandlerOptions,
|
|
696
|
-
cb: (err: any, data?: DescribeServiceRevisionsCommandOutput) => void
|
|
678
|
+
cb: (err: any, data?: DescribeServiceRevisionsCommandOutput) => void,
|
|
697
679
|
): void;
|
|
698
680
|
describeServices(
|
|
699
681
|
args: DescribeServicesCommandInput,
|
|
700
|
-
options?: __HttpHandlerOptions
|
|
682
|
+
options?: __HttpHandlerOptions,
|
|
701
683
|
): Promise<DescribeServicesCommandOutput>;
|
|
702
684
|
describeServices(
|
|
703
685
|
args: DescribeServicesCommandInput,
|
|
704
|
-
cb: (err: any, data?: DescribeServicesCommandOutput) => void
|
|
686
|
+
cb: (err: any, data?: DescribeServicesCommandOutput) => void,
|
|
705
687
|
): void;
|
|
706
688
|
describeServices(
|
|
707
689
|
args: DescribeServicesCommandInput,
|
|
708
690
|
options: __HttpHandlerOptions,
|
|
709
|
-
cb: (err: any, data?: DescribeServicesCommandOutput) => void
|
|
691
|
+
cb: (err: any, data?: DescribeServicesCommandOutput) => void,
|
|
710
692
|
): void;
|
|
711
693
|
describeTaskDefinition(
|
|
712
694
|
args: DescribeTaskDefinitionCommandInput,
|
|
713
|
-
options?: __HttpHandlerOptions
|
|
695
|
+
options?: __HttpHandlerOptions,
|
|
714
696
|
): Promise<DescribeTaskDefinitionCommandOutput>;
|
|
715
697
|
describeTaskDefinition(
|
|
716
698
|
args: DescribeTaskDefinitionCommandInput,
|
|
717
|
-
cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void
|
|
699
|
+
cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void,
|
|
718
700
|
): void;
|
|
719
701
|
describeTaskDefinition(
|
|
720
702
|
args: DescribeTaskDefinitionCommandInput,
|
|
721
703
|
options: __HttpHandlerOptions,
|
|
722
|
-
cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void
|
|
704
|
+
cb: (err: any, data?: DescribeTaskDefinitionCommandOutput) => void,
|
|
723
705
|
): void;
|
|
724
706
|
describeTasks(
|
|
725
707
|
args: DescribeTasksCommandInput,
|
|
726
|
-
options?: __HttpHandlerOptions
|
|
708
|
+
options?: __HttpHandlerOptions,
|
|
727
709
|
): Promise<DescribeTasksCommandOutput>;
|
|
728
710
|
describeTasks(
|
|
729
711
|
args: DescribeTasksCommandInput,
|
|
730
|
-
cb: (err: any, data?: DescribeTasksCommandOutput) => void
|
|
712
|
+
cb: (err: any, data?: DescribeTasksCommandOutput) => void,
|
|
731
713
|
): void;
|
|
732
714
|
describeTasks(
|
|
733
715
|
args: DescribeTasksCommandInput,
|
|
734
716
|
options: __HttpHandlerOptions,
|
|
735
|
-
cb: (err: any, data?: DescribeTasksCommandOutput) => void
|
|
717
|
+
cb: (err: any, data?: DescribeTasksCommandOutput) => void,
|
|
736
718
|
): void;
|
|
737
719
|
describeTaskSets(
|
|
738
720
|
args: DescribeTaskSetsCommandInput,
|
|
739
|
-
options?: __HttpHandlerOptions
|
|
721
|
+
options?: __HttpHandlerOptions,
|
|
740
722
|
): Promise<DescribeTaskSetsCommandOutput>;
|
|
741
723
|
describeTaskSets(
|
|
742
724
|
args: DescribeTaskSetsCommandInput,
|
|
743
|
-
cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void
|
|
725
|
+
cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void,
|
|
744
726
|
): void;
|
|
745
727
|
describeTaskSets(
|
|
746
728
|
args: DescribeTaskSetsCommandInput,
|
|
747
729
|
options: __HttpHandlerOptions,
|
|
748
|
-
cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void
|
|
730
|
+
cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void,
|
|
749
731
|
): void;
|
|
750
732
|
discoverPollEndpoint(): Promise<DiscoverPollEndpointCommandOutput>;
|
|
751
733
|
discoverPollEndpoint(
|
|
752
734
|
args: DiscoverPollEndpointCommandInput,
|
|
753
|
-
options?: __HttpHandlerOptions
|
|
735
|
+
options?: __HttpHandlerOptions,
|
|
754
736
|
): Promise<DiscoverPollEndpointCommandOutput>;
|
|
755
737
|
discoverPollEndpoint(
|
|
756
738
|
args: DiscoverPollEndpointCommandInput,
|
|
757
|
-
cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void
|
|
739
|
+
cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void,
|
|
758
740
|
): void;
|
|
759
741
|
discoverPollEndpoint(
|
|
760
742
|
args: DiscoverPollEndpointCommandInput,
|
|
761
743
|
options: __HttpHandlerOptions,
|
|
762
|
-
cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void
|
|
744
|
+
cb: (err: any, data?: DiscoverPollEndpointCommandOutput) => void,
|
|
763
745
|
): void;
|
|
764
746
|
executeCommand(
|
|
765
747
|
args: ExecuteCommandCommandInput,
|
|
766
|
-
options?: __HttpHandlerOptions
|
|
748
|
+
options?: __HttpHandlerOptions,
|
|
767
749
|
): Promise<ExecuteCommandCommandOutput>;
|
|
768
750
|
executeCommand(
|
|
769
751
|
args: ExecuteCommandCommandInput,
|
|
770
|
-
cb: (err: any, data?: ExecuteCommandCommandOutput) => void
|
|
752
|
+
cb: (err: any, data?: ExecuteCommandCommandOutput) => void,
|
|
771
753
|
): void;
|
|
772
754
|
executeCommand(
|
|
773
755
|
args: ExecuteCommandCommandInput,
|
|
774
756
|
options: __HttpHandlerOptions,
|
|
775
|
-
cb: (err: any, data?: ExecuteCommandCommandOutput) => void
|
|
757
|
+
cb: (err: any, data?: ExecuteCommandCommandOutput) => void,
|
|
776
758
|
): void;
|
|
777
759
|
getTaskProtection(
|
|
778
760
|
args: GetTaskProtectionCommandInput,
|
|
779
|
-
options?: __HttpHandlerOptions
|
|
761
|
+
options?: __HttpHandlerOptions,
|
|
780
762
|
): Promise<GetTaskProtectionCommandOutput>;
|
|
781
763
|
getTaskProtection(
|
|
782
764
|
args: GetTaskProtectionCommandInput,
|
|
783
|
-
cb: (err: any, data?: GetTaskProtectionCommandOutput) => void
|
|
765
|
+
cb: (err: any, data?: GetTaskProtectionCommandOutput) => void,
|
|
784
766
|
): void;
|
|
785
767
|
getTaskProtection(
|
|
786
768
|
args: GetTaskProtectionCommandInput,
|
|
787
769
|
options: __HttpHandlerOptions,
|
|
788
|
-
cb: (err: any, data?: GetTaskProtectionCommandOutput) => void
|
|
770
|
+
cb: (err: any, data?: GetTaskProtectionCommandOutput) => void,
|
|
789
771
|
): void;
|
|
790
772
|
listAccountSettings(): Promise<ListAccountSettingsCommandOutput>;
|
|
791
773
|
listAccountSettings(
|
|
792
774
|
args: ListAccountSettingsCommandInput,
|
|
793
|
-
options?: __HttpHandlerOptions
|
|
775
|
+
options?: __HttpHandlerOptions,
|
|
794
776
|
): Promise<ListAccountSettingsCommandOutput>;
|
|
795
777
|
listAccountSettings(
|
|
796
778
|
args: ListAccountSettingsCommandInput,
|
|
797
|
-
cb: (err: any, data?: ListAccountSettingsCommandOutput) => void
|
|
779
|
+
cb: (err: any, data?: ListAccountSettingsCommandOutput) => void,
|
|
798
780
|
): void;
|
|
799
781
|
listAccountSettings(
|
|
800
782
|
args: ListAccountSettingsCommandInput,
|
|
801
783
|
options: __HttpHandlerOptions,
|
|
802
|
-
cb: (err: any, data?: ListAccountSettingsCommandOutput) => void
|
|
784
|
+
cb: (err: any, data?: ListAccountSettingsCommandOutput) => void,
|
|
803
785
|
): void;
|
|
804
786
|
listAttributes(
|
|
805
787
|
args: ListAttributesCommandInput,
|
|
806
|
-
options?: __HttpHandlerOptions
|
|
788
|
+
options?: __HttpHandlerOptions,
|
|
807
789
|
): Promise<ListAttributesCommandOutput>;
|
|
808
790
|
listAttributes(
|
|
809
791
|
args: ListAttributesCommandInput,
|
|
810
|
-
cb: (err: any, data?: ListAttributesCommandOutput) => void
|
|
792
|
+
cb: (err: any, data?: ListAttributesCommandOutput) => void,
|
|
811
793
|
): void;
|
|
812
794
|
listAttributes(
|
|
813
795
|
args: ListAttributesCommandInput,
|
|
814
796
|
options: __HttpHandlerOptions,
|
|
815
|
-
cb: (err: any, data?: ListAttributesCommandOutput) => void
|
|
797
|
+
cb: (err: any, data?: ListAttributesCommandOutput) => void,
|
|
816
798
|
): void;
|
|
817
799
|
listClusters(): Promise<ListClustersCommandOutput>;
|
|
818
800
|
listClusters(
|
|
819
801
|
args: ListClustersCommandInput,
|
|
820
|
-
options?: __HttpHandlerOptions
|
|
802
|
+
options?: __HttpHandlerOptions,
|
|
821
803
|
): Promise<ListClustersCommandOutput>;
|
|
822
804
|
listClusters(
|
|
823
805
|
args: ListClustersCommandInput,
|
|
824
|
-
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
806
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void,
|
|
825
807
|
): void;
|
|
826
808
|
listClusters(
|
|
827
809
|
args: ListClustersCommandInput,
|
|
828
810
|
options: __HttpHandlerOptions,
|
|
829
|
-
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
811
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void,
|
|
830
812
|
): void;
|
|
831
813
|
listContainerInstances(): Promise<ListContainerInstancesCommandOutput>;
|
|
832
814
|
listContainerInstances(
|
|
833
815
|
args: ListContainerInstancesCommandInput,
|
|
834
|
-
options?: __HttpHandlerOptions
|
|
816
|
+
options?: __HttpHandlerOptions,
|
|
835
817
|
): Promise<ListContainerInstancesCommandOutput>;
|
|
836
818
|
listContainerInstances(
|
|
837
819
|
args: ListContainerInstancesCommandInput,
|
|
838
|
-
cb: (err: any, data?: ListContainerInstancesCommandOutput) => void
|
|
820
|
+
cb: (err: any, data?: ListContainerInstancesCommandOutput) => void,
|
|
839
821
|
): void;
|
|
840
822
|
listContainerInstances(
|
|
841
823
|
args: ListContainerInstancesCommandInput,
|
|
842
824
|
options: __HttpHandlerOptions,
|
|
843
|
-
cb: (err: any, data?: ListContainerInstancesCommandOutput) => void
|
|
825
|
+
cb: (err: any, data?: ListContainerInstancesCommandOutput) => void,
|
|
844
826
|
): void;
|
|
845
827
|
listDaemonDeployments(
|
|
846
828
|
args: ListDaemonDeploymentsCommandInput,
|
|
847
|
-
options?: __HttpHandlerOptions
|
|
829
|
+
options?: __HttpHandlerOptions,
|
|
848
830
|
): Promise<ListDaemonDeploymentsCommandOutput>;
|
|
849
831
|
listDaemonDeployments(
|
|
850
832
|
args: ListDaemonDeploymentsCommandInput,
|
|
851
|
-
cb: (err: any, data?: ListDaemonDeploymentsCommandOutput) => void
|
|
833
|
+
cb: (err: any, data?: ListDaemonDeploymentsCommandOutput) => void,
|
|
852
834
|
): void;
|
|
853
835
|
listDaemonDeployments(
|
|
854
836
|
args: ListDaemonDeploymentsCommandInput,
|
|
855
837
|
options: __HttpHandlerOptions,
|
|
856
|
-
cb: (err: any, data?: ListDaemonDeploymentsCommandOutput) => void
|
|
838
|
+
cb: (err: any, data?: ListDaemonDeploymentsCommandOutput) => void,
|
|
857
839
|
): void;
|
|
858
840
|
listDaemons(): Promise<ListDaemonsCommandOutput>;
|
|
859
841
|
listDaemons(
|
|
860
842
|
args: ListDaemonsCommandInput,
|
|
861
|
-
options?: __HttpHandlerOptions
|
|
843
|
+
options?: __HttpHandlerOptions,
|
|
862
844
|
): Promise<ListDaemonsCommandOutput>;
|
|
863
845
|
listDaemons(
|
|
864
846
|
args: ListDaemonsCommandInput,
|
|
865
|
-
cb: (err: any, data?: ListDaemonsCommandOutput) => void
|
|
847
|
+
cb: (err: any, data?: ListDaemonsCommandOutput) => void,
|
|
866
848
|
): void;
|
|
867
849
|
listDaemons(
|
|
868
850
|
args: ListDaemonsCommandInput,
|
|
869
851
|
options: __HttpHandlerOptions,
|
|
870
|
-
cb: (err: any, data?: ListDaemonsCommandOutput) => void
|
|
852
|
+
cb: (err: any, data?: ListDaemonsCommandOutput) => void,
|
|
871
853
|
): void;
|
|
872
854
|
listDaemonTaskDefinitions(): Promise<ListDaemonTaskDefinitionsCommandOutput>;
|
|
873
855
|
listDaemonTaskDefinitions(
|
|
874
856
|
args: ListDaemonTaskDefinitionsCommandInput,
|
|
875
|
-
options?: __HttpHandlerOptions
|
|
857
|
+
options?: __HttpHandlerOptions,
|
|
876
858
|
): Promise<ListDaemonTaskDefinitionsCommandOutput>;
|
|
877
859
|
listDaemonTaskDefinitions(
|
|
878
860
|
args: ListDaemonTaskDefinitionsCommandInput,
|
|
879
|
-
cb: (err: any, data?: ListDaemonTaskDefinitionsCommandOutput) => void
|
|
861
|
+
cb: (err: any, data?: ListDaemonTaskDefinitionsCommandOutput) => void,
|
|
880
862
|
): void;
|
|
881
863
|
listDaemonTaskDefinitions(
|
|
882
864
|
args: ListDaemonTaskDefinitionsCommandInput,
|
|
883
865
|
options: __HttpHandlerOptions,
|
|
884
|
-
cb: (err: any, data?: ListDaemonTaskDefinitionsCommandOutput) => void
|
|
866
|
+
cb: (err: any, data?: ListDaemonTaskDefinitionsCommandOutput) => void,
|
|
885
867
|
): void;
|
|
886
868
|
listServiceDeployments(
|
|
887
869
|
args: ListServiceDeploymentsCommandInput,
|
|
888
|
-
options?: __HttpHandlerOptions
|
|
870
|
+
options?: __HttpHandlerOptions,
|
|
889
871
|
): Promise<ListServiceDeploymentsCommandOutput>;
|
|
890
872
|
listServiceDeployments(
|
|
891
873
|
args: ListServiceDeploymentsCommandInput,
|
|
892
|
-
cb: (err: any, data?: ListServiceDeploymentsCommandOutput) => void
|
|
874
|
+
cb: (err: any, data?: ListServiceDeploymentsCommandOutput) => void,
|
|
893
875
|
): void;
|
|
894
876
|
listServiceDeployments(
|
|
895
877
|
args: ListServiceDeploymentsCommandInput,
|
|
896
878
|
options: __HttpHandlerOptions,
|
|
897
|
-
cb: (err: any, data?: ListServiceDeploymentsCommandOutput) => void
|
|
879
|
+
cb: (err: any, data?: ListServiceDeploymentsCommandOutput) => void,
|
|
898
880
|
): void;
|
|
899
881
|
listServices(): Promise<ListServicesCommandOutput>;
|
|
900
882
|
listServices(
|
|
901
883
|
args: ListServicesCommandInput,
|
|
902
|
-
options?: __HttpHandlerOptions
|
|
884
|
+
options?: __HttpHandlerOptions,
|
|
903
885
|
): Promise<ListServicesCommandOutput>;
|
|
904
886
|
listServices(
|
|
905
887
|
args: ListServicesCommandInput,
|
|
906
|
-
cb: (err: any, data?: ListServicesCommandOutput) => void
|
|
888
|
+
cb: (err: any, data?: ListServicesCommandOutput) => void,
|
|
907
889
|
): void;
|
|
908
890
|
listServices(
|
|
909
891
|
args: ListServicesCommandInput,
|
|
910
892
|
options: __HttpHandlerOptions,
|
|
911
|
-
cb: (err: any, data?: ListServicesCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: ListServicesCommandOutput) => void,
|
|
912
894
|
): void;
|
|
913
895
|
listServicesByNamespace(
|
|
914
896
|
args: ListServicesByNamespaceCommandInput,
|
|
915
|
-
options?: __HttpHandlerOptions
|
|
897
|
+
options?: __HttpHandlerOptions,
|
|
916
898
|
): Promise<ListServicesByNamespaceCommandOutput>;
|
|
917
899
|
listServicesByNamespace(
|
|
918
900
|
args: ListServicesByNamespaceCommandInput,
|
|
919
|
-
cb: (err: any, data?: ListServicesByNamespaceCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: ListServicesByNamespaceCommandOutput) => void,
|
|
920
902
|
): void;
|
|
921
903
|
listServicesByNamespace(
|
|
922
904
|
args: ListServicesByNamespaceCommandInput,
|
|
923
905
|
options: __HttpHandlerOptions,
|
|
924
|
-
cb: (err: any, data?: ListServicesByNamespaceCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: ListServicesByNamespaceCommandOutput) => void,
|
|
925
907
|
): void;
|
|
926
908
|
listTagsForResource(
|
|
927
909
|
args: ListTagsForResourceCommandInput,
|
|
928
|
-
options?: __HttpHandlerOptions
|
|
910
|
+
options?: __HttpHandlerOptions,
|
|
929
911
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
930
912
|
listTagsForResource(
|
|
931
913
|
args: ListTagsForResourceCommandInput,
|
|
932
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
914
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
933
915
|
): void;
|
|
934
916
|
listTagsForResource(
|
|
935
917
|
args: ListTagsForResourceCommandInput,
|
|
936
918
|
options: __HttpHandlerOptions,
|
|
937
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
919
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
938
920
|
): void;
|
|
939
921
|
listTaskDefinitionFamilies(): Promise<ListTaskDefinitionFamiliesCommandOutput>;
|
|
940
922
|
listTaskDefinitionFamilies(
|
|
941
923
|
args: ListTaskDefinitionFamiliesCommandInput,
|
|
942
|
-
options?: __HttpHandlerOptions
|
|
924
|
+
options?: __HttpHandlerOptions,
|
|
943
925
|
): Promise<ListTaskDefinitionFamiliesCommandOutput>;
|
|
944
926
|
listTaskDefinitionFamilies(
|
|
945
927
|
args: ListTaskDefinitionFamiliesCommandInput,
|
|
946
|
-
cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void
|
|
928
|
+
cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void,
|
|
947
929
|
): void;
|
|
948
930
|
listTaskDefinitionFamilies(
|
|
949
931
|
args: ListTaskDefinitionFamiliesCommandInput,
|
|
950
932
|
options: __HttpHandlerOptions,
|
|
951
|
-
cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void
|
|
933
|
+
cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void,
|
|
952
934
|
): void;
|
|
953
935
|
listTaskDefinitions(): Promise<ListTaskDefinitionsCommandOutput>;
|
|
954
936
|
listTaskDefinitions(
|
|
955
937
|
args: ListTaskDefinitionsCommandInput,
|
|
956
|
-
options?: __HttpHandlerOptions
|
|
938
|
+
options?: __HttpHandlerOptions,
|
|
957
939
|
): Promise<ListTaskDefinitionsCommandOutput>;
|
|
958
940
|
listTaskDefinitions(
|
|
959
941
|
args: ListTaskDefinitionsCommandInput,
|
|
960
|
-
cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void
|
|
942
|
+
cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void,
|
|
961
943
|
): void;
|
|
962
944
|
listTaskDefinitions(
|
|
963
945
|
args: ListTaskDefinitionsCommandInput,
|
|
964
946
|
options: __HttpHandlerOptions,
|
|
965
|
-
cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void
|
|
947
|
+
cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void,
|
|
966
948
|
): void;
|
|
967
949
|
listTasks(): Promise<ListTasksCommandOutput>;
|
|
968
950
|
listTasks(
|
|
969
951
|
args: ListTasksCommandInput,
|
|
970
|
-
options?: __HttpHandlerOptions
|
|
952
|
+
options?: __HttpHandlerOptions,
|
|
971
953
|
): Promise<ListTasksCommandOutput>;
|
|
972
954
|
listTasks(
|
|
973
955
|
args: ListTasksCommandInput,
|
|
974
|
-
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
956
|
+
cb: (err: any, data?: ListTasksCommandOutput) => void,
|
|
975
957
|
): void;
|
|
976
958
|
listTasks(
|
|
977
959
|
args: ListTasksCommandInput,
|
|
978
960
|
options: __HttpHandlerOptions,
|
|
979
|
-
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
961
|
+
cb: (err: any, data?: ListTasksCommandOutput) => void,
|
|
980
962
|
): void;
|
|
981
963
|
putAccountSetting(
|
|
982
964
|
args: PutAccountSettingCommandInput,
|
|
983
|
-
options?: __HttpHandlerOptions
|
|
965
|
+
options?: __HttpHandlerOptions,
|
|
984
966
|
): Promise<PutAccountSettingCommandOutput>;
|
|
985
967
|
putAccountSetting(
|
|
986
968
|
args: PutAccountSettingCommandInput,
|
|
987
|
-
cb: (err: any, data?: PutAccountSettingCommandOutput) => void
|
|
969
|
+
cb: (err: any, data?: PutAccountSettingCommandOutput) => void,
|
|
988
970
|
): void;
|
|
989
971
|
putAccountSetting(
|
|
990
972
|
args: PutAccountSettingCommandInput,
|
|
991
973
|
options: __HttpHandlerOptions,
|
|
992
|
-
cb: (err: any, data?: PutAccountSettingCommandOutput) => void
|
|
974
|
+
cb: (err: any, data?: PutAccountSettingCommandOutput) => void,
|
|
993
975
|
): void;
|
|
994
976
|
putAccountSettingDefault(
|
|
995
977
|
args: PutAccountSettingDefaultCommandInput,
|
|
996
|
-
options?: __HttpHandlerOptions
|
|
978
|
+
options?: __HttpHandlerOptions,
|
|
997
979
|
): Promise<PutAccountSettingDefaultCommandOutput>;
|
|
998
980
|
putAccountSettingDefault(
|
|
999
981
|
args: PutAccountSettingDefaultCommandInput,
|
|
1000
|
-
cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void
|
|
982
|
+
cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void,
|
|
1001
983
|
): void;
|
|
1002
984
|
putAccountSettingDefault(
|
|
1003
985
|
args: PutAccountSettingDefaultCommandInput,
|
|
1004
986
|
options: __HttpHandlerOptions,
|
|
1005
|
-
cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void
|
|
987
|
+
cb: (err: any, data?: PutAccountSettingDefaultCommandOutput) => void,
|
|
1006
988
|
): void;
|
|
1007
989
|
putAttributes(
|
|
1008
990
|
args: PutAttributesCommandInput,
|
|
1009
|
-
options?: __HttpHandlerOptions
|
|
991
|
+
options?: __HttpHandlerOptions,
|
|
1010
992
|
): Promise<PutAttributesCommandOutput>;
|
|
1011
993
|
putAttributes(
|
|
1012
994
|
args: PutAttributesCommandInput,
|
|
1013
|
-
cb: (err: any, data?: PutAttributesCommandOutput) => void
|
|
995
|
+
cb: (err: any, data?: PutAttributesCommandOutput) => void,
|
|
1014
996
|
): void;
|
|
1015
997
|
putAttributes(
|
|
1016
998
|
args: PutAttributesCommandInput,
|
|
1017
999
|
options: __HttpHandlerOptions,
|
|
1018
|
-
cb: (err: any, data?: PutAttributesCommandOutput) => void
|
|
1000
|
+
cb: (err: any, data?: PutAttributesCommandOutput) => void,
|
|
1019
1001
|
): void;
|
|
1020
1002
|
putClusterCapacityProviders(
|
|
1021
1003
|
args: PutClusterCapacityProvidersCommandInput,
|
|
1022
|
-
options?: __HttpHandlerOptions
|
|
1004
|
+
options?: __HttpHandlerOptions,
|
|
1023
1005
|
): Promise<PutClusterCapacityProvidersCommandOutput>;
|
|
1024
1006
|
putClusterCapacityProviders(
|
|
1025
1007
|
args: PutClusterCapacityProvidersCommandInput,
|
|
1026
|
-
cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void
|
|
1008
|
+
cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void,
|
|
1027
1009
|
): void;
|
|
1028
1010
|
putClusterCapacityProviders(
|
|
1029
1011
|
args: PutClusterCapacityProvidersCommandInput,
|
|
1030
1012
|
options: __HttpHandlerOptions,
|
|
1031
|
-
cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void
|
|
1013
|
+
cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void,
|
|
1032
1014
|
): void;
|
|
1033
1015
|
registerContainerInstance(): Promise<RegisterContainerInstanceCommandOutput>;
|
|
1034
1016
|
registerContainerInstance(
|
|
1035
1017
|
args: RegisterContainerInstanceCommandInput,
|
|
1036
|
-
options?: __HttpHandlerOptions
|
|
1018
|
+
options?: __HttpHandlerOptions,
|
|
1037
1019
|
): Promise<RegisterContainerInstanceCommandOutput>;
|
|
1038
1020
|
registerContainerInstance(
|
|
1039
1021
|
args: RegisterContainerInstanceCommandInput,
|
|
1040
|
-
cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void
|
|
1022
|
+
cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void,
|
|
1041
1023
|
): void;
|
|
1042
1024
|
registerContainerInstance(
|
|
1043
1025
|
args: RegisterContainerInstanceCommandInput,
|
|
1044
1026
|
options: __HttpHandlerOptions,
|
|
1045
|
-
cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void
|
|
1027
|
+
cb: (err: any, data?: RegisterContainerInstanceCommandOutput) => void,
|
|
1046
1028
|
): void;
|
|
1047
1029
|
registerDaemonTaskDefinition(
|
|
1048
1030
|
args: RegisterDaemonTaskDefinitionCommandInput,
|
|
1049
|
-
options?: __HttpHandlerOptions
|
|
1031
|
+
options?: __HttpHandlerOptions,
|
|
1050
1032
|
): Promise<RegisterDaemonTaskDefinitionCommandOutput>;
|
|
1051
1033
|
registerDaemonTaskDefinition(
|
|
1052
1034
|
args: RegisterDaemonTaskDefinitionCommandInput,
|
|
1053
|
-
cb: (err: any, data?: RegisterDaemonTaskDefinitionCommandOutput) => void
|
|
1035
|
+
cb: (err: any, data?: RegisterDaemonTaskDefinitionCommandOutput) => void,
|
|
1054
1036
|
): void;
|
|
1055
1037
|
registerDaemonTaskDefinition(
|
|
1056
1038
|
args: RegisterDaemonTaskDefinitionCommandInput,
|
|
1057
1039
|
options: __HttpHandlerOptions,
|
|
1058
|
-
cb: (err: any, data?: RegisterDaemonTaskDefinitionCommandOutput) => void
|
|
1040
|
+
cb: (err: any, data?: RegisterDaemonTaskDefinitionCommandOutput) => void,
|
|
1059
1041
|
): void;
|
|
1060
1042
|
registerTaskDefinition(
|
|
1061
1043
|
args: RegisterTaskDefinitionCommandInput,
|
|
1062
|
-
options?: __HttpHandlerOptions
|
|
1044
|
+
options?: __HttpHandlerOptions,
|
|
1063
1045
|
): Promise<RegisterTaskDefinitionCommandOutput>;
|
|
1064
1046
|
registerTaskDefinition(
|
|
1065
1047
|
args: RegisterTaskDefinitionCommandInput,
|
|
1066
|
-
cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void
|
|
1048
|
+
cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void,
|
|
1067
1049
|
): void;
|
|
1068
1050
|
registerTaskDefinition(
|
|
1069
1051
|
args: RegisterTaskDefinitionCommandInput,
|
|
1070
1052
|
options: __HttpHandlerOptions,
|
|
1071
|
-
cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void
|
|
1072
|
-
): void;
|
|
1073
|
-
runTask(
|
|
1074
|
-
args: RunTaskCommandInput,
|
|
1075
|
-
options?: __HttpHandlerOptions
|
|
1076
|
-
): Promise<RunTaskCommandOutput>;
|
|
1077
|
-
runTask(
|
|
1078
|
-
args: RunTaskCommandInput,
|
|
1079
|
-
cb: (err: any, data?: RunTaskCommandOutput) => void
|
|
1053
|
+
cb: (err: any, data?: RegisterTaskDefinitionCommandOutput) => void,
|
|
1080
1054
|
): void;
|
|
1055
|
+
runTask(args: RunTaskCommandInput, options?: __HttpHandlerOptions): Promise<RunTaskCommandOutput>;
|
|
1056
|
+
runTask(args: RunTaskCommandInput, cb: (err: any, data?: RunTaskCommandOutput) => void): void;
|
|
1081
1057
|
runTask(
|
|
1082
1058
|
args: RunTaskCommandInput,
|
|
1083
1059
|
options: __HttpHandlerOptions,
|
|
1084
|
-
cb: (err: any, data?: RunTaskCommandOutput) => void
|
|
1060
|
+
cb: (err: any, data?: RunTaskCommandOutput) => void,
|
|
1085
1061
|
): void;
|
|
1086
1062
|
startTask(
|
|
1087
1063
|
args: StartTaskCommandInput,
|
|
1088
|
-
options?: __HttpHandlerOptions
|
|
1064
|
+
options?: __HttpHandlerOptions,
|
|
1089
1065
|
): Promise<StartTaskCommandOutput>;
|
|
1090
1066
|
startTask(
|
|
1091
1067
|
args: StartTaskCommandInput,
|
|
1092
|
-
cb: (err: any, data?: StartTaskCommandOutput) => void
|
|
1068
|
+
cb: (err: any, data?: StartTaskCommandOutput) => void,
|
|
1093
1069
|
): void;
|
|
1094
1070
|
startTask(
|
|
1095
1071
|
args: StartTaskCommandInput,
|
|
1096
1072
|
options: __HttpHandlerOptions,
|
|
1097
|
-
cb: (err: any, data?: StartTaskCommandOutput) => void
|
|
1073
|
+
cb: (err: any, data?: StartTaskCommandOutput) => void,
|
|
1098
1074
|
): void;
|
|
1099
1075
|
stopServiceDeployment(
|
|
1100
1076
|
args: StopServiceDeploymentCommandInput,
|
|
1101
|
-
options?: __HttpHandlerOptions
|
|
1077
|
+
options?: __HttpHandlerOptions,
|
|
1102
1078
|
): Promise<StopServiceDeploymentCommandOutput>;
|
|
1103
1079
|
stopServiceDeployment(
|
|
1104
1080
|
args: StopServiceDeploymentCommandInput,
|
|
1105
|
-
cb: (err: any, data?: StopServiceDeploymentCommandOutput) => void
|
|
1081
|
+
cb: (err: any, data?: StopServiceDeploymentCommandOutput) => void,
|
|
1106
1082
|
): void;
|
|
1107
1083
|
stopServiceDeployment(
|
|
1108
1084
|
args: StopServiceDeploymentCommandInput,
|
|
1109
1085
|
options: __HttpHandlerOptions,
|
|
1110
|
-
cb: (err: any, data?: StopServiceDeploymentCommandOutput) => void
|
|
1086
|
+
cb: (err: any, data?: StopServiceDeploymentCommandOutput) => void,
|
|
1111
1087
|
): void;
|
|
1112
1088
|
stopTask(
|
|
1113
1089
|
args: StopTaskCommandInput,
|
|
1114
|
-
options?: __HttpHandlerOptions
|
|
1090
|
+
options?: __HttpHandlerOptions,
|
|
1115
1091
|
): Promise<StopTaskCommandOutput>;
|
|
1116
|
-
stopTask(
|
|
1117
|
-
args: StopTaskCommandInput,
|
|
1118
|
-
cb: (err: any, data?: StopTaskCommandOutput) => void
|
|
1119
|
-
): void;
|
|
1092
|
+
stopTask(args: StopTaskCommandInput, cb: (err: any, data?: StopTaskCommandOutput) => void): void;
|
|
1120
1093
|
stopTask(
|
|
1121
1094
|
args: StopTaskCommandInput,
|
|
1122
1095
|
options: __HttpHandlerOptions,
|
|
1123
|
-
cb: (err: any, data?: StopTaskCommandOutput) => void
|
|
1096
|
+
cb: (err: any, data?: StopTaskCommandOutput) => void,
|
|
1124
1097
|
): void;
|
|
1125
1098
|
submitAttachmentStateChanges(
|
|
1126
1099
|
args: SubmitAttachmentStateChangesCommandInput,
|
|
1127
|
-
options?: __HttpHandlerOptions
|
|
1100
|
+
options?: __HttpHandlerOptions,
|
|
1128
1101
|
): Promise<SubmitAttachmentStateChangesCommandOutput>;
|
|
1129
1102
|
submitAttachmentStateChanges(
|
|
1130
1103
|
args: SubmitAttachmentStateChangesCommandInput,
|
|
1131
|
-
cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void
|
|
1104
|
+
cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void,
|
|
1132
1105
|
): void;
|
|
1133
1106
|
submitAttachmentStateChanges(
|
|
1134
1107
|
args: SubmitAttachmentStateChangesCommandInput,
|
|
1135
1108
|
options: __HttpHandlerOptions,
|
|
1136
|
-
cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void
|
|
1109
|
+
cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void,
|
|
1137
1110
|
): void;
|
|
1138
1111
|
submitContainerStateChange(): Promise<SubmitContainerStateChangeCommandOutput>;
|
|
1139
1112
|
submitContainerStateChange(
|
|
1140
1113
|
args: SubmitContainerStateChangeCommandInput,
|
|
1141
|
-
options?: __HttpHandlerOptions
|
|
1114
|
+
options?: __HttpHandlerOptions,
|
|
1142
1115
|
): Promise<SubmitContainerStateChangeCommandOutput>;
|
|
1143
1116
|
submitContainerStateChange(
|
|
1144
1117
|
args: SubmitContainerStateChangeCommandInput,
|
|
1145
|
-
cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void
|
|
1118
|
+
cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void,
|
|
1146
1119
|
): void;
|
|
1147
1120
|
submitContainerStateChange(
|
|
1148
1121
|
args: SubmitContainerStateChangeCommandInput,
|
|
1149
1122
|
options: __HttpHandlerOptions,
|
|
1150
|
-
cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void
|
|
1123
|
+
cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void,
|
|
1151
1124
|
): void;
|
|
1152
1125
|
submitTaskStateChange(): Promise<SubmitTaskStateChangeCommandOutput>;
|
|
1153
1126
|
submitTaskStateChange(
|
|
1154
1127
|
args: SubmitTaskStateChangeCommandInput,
|
|
1155
|
-
options?: __HttpHandlerOptions
|
|
1128
|
+
options?: __HttpHandlerOptions,
|
|
1156
1129
|
): Promise<SubmitTaskStateChangeCommandOutput>;
|
|
1157
1130
|
submitTaskStateChange(
|
|
1158
1131
|
args: SubmitTaskStateChangeCommandInput,
|
|
1159
|
-
cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void
|
|
1132
|
+
cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void,
|
|
1160
1133
|
): void;
|
|
1161
1134
|
submitTaskStateChange(
|
|
1162
1135
|
args: SubmitTaskStateChangeCommandInput,
|
|
1163
1136
|
options: __HttpHandlerOptions,
|
|
1164
|
-
cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void
|
|
1137
|
+
cb: (err: any, data?: SubmitTaskStateChangeCommandOutput) => void,
|
|
1165
1138
|
): void;
|
|
1166
1139
|
tagResource(
|
|
1167
1140
|
args: TagResourceCommandInput,
|
|
1168
|
-
options?: __HttpHandlerOptions
|
|
1141
|
+
options?: __HttpHandlerOptions,
|
|
1169
1142
|
): Promise<TagResourceCommandOutput>;
|
|
1170
1143
|
tagResource(
|
|
1171
1144
|
args: TagResourceCommandInput,
|
|
1172
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1145
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1173
1146
|
): void;
|
|
1174
1147
|
tagResource(
|
|
1175
1148
|
args: TagResourceCommandInput,
|
|
1176
1149
|
options: __HttpHandlerOptions,
|
|
1177
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1150
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1178
1151
|
): void;
|
|
1179
1152
|
untagResource(
|
|
1180
1153
|
args: UntagResourceCommandInput,
|
|
1181
|
-
options?: __HttpHandlerOptions
|
|
1154
|
+
options?: __HttpHandlerOptions,
|
|
1182
1155
|
): Promise<UntagResourceCommandOutput>;
|
|
1183
1156
|
untagResource(
|
|
1184
1157
|
args: UntagResourceCommandInput,
|
|
1185
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1158
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1186
1159
|
): void;
|
|
1187
1160
|
untagResource(
|
|
1188
1161
|
args: UntagResourceCommandInput,
|
|
1189
1162
|
options: __HttpHandlerOptions,
|
|
1190
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1163
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1191
1164
|
): void;
|
|
1192
1165
|
updateCapacityProvider(
|
|
1193
1166
|
args: UpdateCapacityProviderCommandInput,
|
|
1194
|
-
options?: __HttpHandlerOptions
|
|
1167
|
+
options?: __HttpHandlerOptions,
|
|
1195
1168
|
): Promise<UpdateCapacityProviderCommandOutput>;
|
|
1196
1169
|
updateCapacityProvider(
|
|
1197
1170
|
args: UpdateCapacityProviderCommandInput,
|
|
1198
|
-
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void
|
|
1171
|
+
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void,
|
|
1199
1172
|
): void;
|
|
1200
1173
|
updateCapacityProvider(
|
|
1201
1174
|
args: UpdateCapacityProviderCommandInput,
|
|
1202
1175
|
options: __HttpHandlerOptions,
|
|
1203
|
-
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void
|
|
1176
|
+
cb: (err: any, data?: UpdateCapacityProviderCommandOutput) => void,
|
|
1204
1177
|
): void;
|
|
1205
1178
|
updateCluster(
|
|
1206
1179
|
args: UpdateClusterCommandInput,
|
|
1207
|
-
options?: __HttpHandlerOptions
|
|
1180
|
+
options?: __HttpHandlerOptions,
|
|
1208
1181
|
): Promise<UpdateClusterCommandOutput>;
|
|
1209
1182
|
updateCluster(
|
|
1210
1183
|
args: UpdateClusterCommandInput,
|
|
1211
|
-
cb: (err: any, data?: UpdateClusterCommandOutput) => void
|
|
1184
|
+
cb: (err: any, data?: UpdateClusterCommandOutput) => void,
|
|
1212
1185
|
): void;
|
|
1213
1186
|
updateCluster(
|
|
1214
1187
|
args: UpdateClusterCommandInput,
|
|
1215
1188
|
options: __HttpHandlerOptions,
|
|
1216
|
-
cb: (err: any, data?: UpdateClusterCommandOutput) => void
|
|
1189
|
+
cb: (err: any, data?: UpdateClusterCommandOutput) => void,
|
|
1217
1190
|
): void;
|
|
1218
1191
|
updateClusterSettings(
|
|
1219
1192
|
args: UpdateClusterSettingsCommandInput,
|
|
1220
|
-
options?: __HttpHandlerOptions
|
|
1193
|
+
options?: __HttpHandlerOptions,
|
|
1221
1194
|
): Promise<UpdateClusterSettingsCommandOutput>;
|
|
1222
1195
|
updateClusterSettings(
|
|
1223
1196
|
args: UpdateClusterSettingsCommandInput,
|
|
1224
|
-
cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void
|
|
1197
|
+
cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void,
|
|
1225
1198
|
): void;
|
|
1226
1199
|
updateClusterSettings(
|
|
1227
1200
|
args: UpdateClusterSettingsCommandInput,
|
|
1228
1201
|
options: __HttpHandlerOptions,
|
|
1229
|
-
cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void
|
|
1202
|
+
cb: (err: any, data?: UpdateClusterSettingsCommandOutput) => void,
|
|
1230
1203
|
): void;
|
|
1231
1204
|
updateContainerAgent(
|
|
1232
1205
|
args: UpdateContainerAgentCommandInput,
|
|
1233
|
-
options?: __HttpHandlerOptions
|
|
1206
|
+
options?: __HttpHandlerOptions,
|
|
1234
1207
|
): Promise<UpdateContainerAgentCommandOutput>;
|
|
1235
1208
|
updateContainerAgent(
|
|
1236
1209
|
args: UpdateContainerAgentCommandInput,
|
|
1237
|
-
cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void
|
|
1210
|
+
cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void,
|
|
1238
1211
|
): void;
|
|
1239
1212
|
updateContainerAgent(
|
|
1240
1213
|
args: UpdateContainerAgentCommandInput,
|
|
1241
1214
|
options: __HttpHandlerOptions,
|
|
1242
|
-
cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void
|
|
1215
|
+
cb: (err: any, data?: UpdateContainerAgentCommandOutput) => void,
|
|
1243
1216
|
): void;
|
|
1244
1217
|
updateContainerInstancesState(
|
|
1245
1218
|
args: UpdateContainerInstancesStateCommandInput,
|
|
1246
|
-
options?: __HttpHandlerOptions
|
|
1219
|
+
options?: __HttpHandlerOptions,
|
|
1247
1220
|
): Promise<UpdateContainerInstancesStateCommandOutput>;
|
|
1248
1221
|
updateContainerInstancesState(
|
|
1249
1222
|
args: UpdateContainerInstancesStateCommandInput,
|
|
1250
|
-
cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void
|
|
1223
|
+
cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void,
|
|
1251
1224
|
): void;
|
|
1252
1225
|
updateContainerInstancesState(
|
|
1253
1226
|
args: UpdateContainerInstancesStateCommandInput,
|
|
1254
1227
|
options: __HttpHandlerOptions,
|
|
1255
|
-
cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void
|
|
1228
|
+
cb: (err: any, data?: UpdateContainerInstancesStateCommandOutput) => void,
|
|
1256
1229
|
): void;
|
|
1257
1230
|
updateDaemon(
|
|
1258
1231
|
args: UpdateDaemonCommandInput,
|
|
1259
|
-
options?: __HttpHandlerOptions
|
|
1232
|
+
options?: __HttpHandlerOptions,
|
|
1260
1233
|
): Promise<UpdateDaemonCommandOutput>;
|
|
1261
1234
|
updateDaemon(
|
|
1262
1235
|
args: UpdateDaemonCommandInput,
|
|
1263
|
-
cb: (err: any, data?: UpdateDaemonCommandOutput) => void
|
|
1236
|
+
cb: (err: any, data?: UpdateDaemonCommandOutput) => void,
|
|
1264
1237
|
): void;
|
|
1265
1238
|
updateDaemon(
|
|
1266
1239
|
args: UpdateDaemonCommandInput,
|
|
1267
1240
|
options: __HttpHandlerOptions,
|
|
1268
|
-
cb: (err: any, data?: UpdateDaemonCommandOutput) => void
|
|
1241
|
+
cb: (err: any, data?: UpdateDaemonCommandOutput) => void,
|
|
1269
1242
|
): void;
|
|
1270
1243
|
updateExpressGatewayService(
|
|
1271
1244
|
args: UpdateExpressGatewayServiceCommandInput,
|
|
1272
|
-
options?: __HttpHandlerOptions
|
|
1245
|
+
options?: __HttpHandlerOptions,
|
|
1273
1246
|
): Promise<UpdateExpressGatewayServiceCommandOutput>;
|
|
1274
1247
|
updateExpressGatewayService(
|
|
1275
1248
|
args: UpdateExpressGatewayServiceCommandInput,
|
|
1276
|
-
cb: (err: any, data?: UpdateExpressGatewayServiceCommandOutput) => void
|
|
1249
|
+
cb: (err: any, data?: UpdateExpressGatewayServiceCommandOutput) => void,
|
|
1277
1250
|
): void;
|
|
1278
1251
|
updateExpressGatewayService(
|
|
1279
1252
|
args: UpdateExpressGatewayServiceCommandInput,
|
|
1280
1253
|
options: __HttpHandlerOptions,
|
|
1281
|
-
cb: (err: any, data?: UpdateExpressGatewayServiceCommandOutput) => void
|
|
1254
|
+
cb: (err: any, data?: UpdateExpressGatewayServiceCommandOutput) => void,
|
|
1282
1255
|
): void;
|
|
1283
1256
|
updateService(
|
|
1284
1257
|
args: UpdateServiceCommandInput,
|
|
1285
|
-
options?: __HttpHandlerOptions
|
|
1258
|
+
options?: __HttpHandlerOptions,
|
|
1286
1259
|
): Promise<UpdateServiceCommandOutput>;
|
|
1287
1260
|
updateService(
|
|
1288
1261
|
args: UpdateServiceCommandInput,
|
|
1289
|
-
cb: (err: any, data?: UpdateServiceCommandOutput) => void
|
|
1262
|
+
cb: (err: any, data?: UpdateServiceCommandOutput) => void,
|
|
1290
1263
|
): void;
|
|
1291
1264
|
updateService(
|
|
1292
1265
|
args: UpdateServiceCommandInput,
|
|
1293
1266
|
options: __HttpHandlerOptions,
|
|
1294
|
-
cb: (err: any, data?: UpdateServiceCommandOutput) => void
|
|
1267
|
+
cb: (err: any, data?: UpdateServiceCommandOutput) => void,
|
|
1295
1268
|
): void;
|
|
1296
1269
|
updateServicePrimaryTaskSet(
|
|
1297
1270
|
args: UpdateServicePrimaryTaskSetCommandInput,
|
|
1298
|
-
options?: __HttpHandlerOptions
|
|
1271
|
+
options?: __HttpHandlerOptions,
|
|
1299
1272
|
): Promise<UpdateServicePrimaryTaskSetCommandOutput>;
|
|
1300
1273
|
updateServicePrimaryTaskSet(
|
|
1301
1274
|
args: UpdateServicePrimaryTaskSetCommandInput,
|
|
1302
|
-
cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void
|
|
1275
|
+
cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void,
|
|
1303
1276
|
): void;
|
|
1304
1277
|
updateServicePrimaryTaskSet(
|
|
1305
1278
|
args: UpdateServicePrimaryTaskSetCommandInput,
|
|
1306
1279
|
options: __HttpHandlerOptions,
|
|
1307
|
-
cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void
|
|
1280
|
+
cb: (err: any, data?: UpdateServicePrimaryTaskSetCommandOutput) => void,
|
|
1308
1281
|
): void;
|
|
1309
1282
|
updateTaskProtection(
|
|
1310
1283
|
args: UpdateTaskProtectionCommandInput,
|
|
1311
|
-
options?: __HttpHandlerOptions
|
|
1284
|
+
options?: __HttpHandlerOptions,
|
|
1312
1285
|
): Promise<UpdateTaskProtectionCommandOutput>;
|
|
1313
1286
|
updateTaskProtection(
|
|
1314
1287
|
args: UpdateTaskProtectionCommandInput,
|
|
1315
|
-
cb: (err: any, data?: UpdateTaskProtectionCommandOutput) => void
|
|
1288
|
+
cb: (err: any, data?: UpdateTaskProtectionCommandOutput) => void,
|
|
1316
1289
|
): void;
|
|
1317
1290
|
updateTaskProtection(
|
|
1318
1291
|
args: UpdateTaskProtectionCommandInput,
|
|
1319
1292
|
options: __HttpHandlerOptions,
|
|
1320
|
-
cb: (err: any, data?: UpdateTaskProtectionCommandOutput) => void
|
|
1293
|
+
cb: (err: any, data?: UpdateTaskProtectionCommandOutput) => void,
|
|
1321
1294
|
): void;
|
|
1322
1295
|
updateTaskSet(
|
|
1323
1296
|
args: UpdateTaskSetCommandInput,
|
|
1324
|
-
options?: __HttpHandlerOptions
|
|
1297
|
+
options?: __HttpHandlerOptions,
|
|
1325
1298
|
): Promise<UpdateTaskSetCommandOutput>;
|
|
1326
1299
|
updateTaskSet(
|
|
1327
1300
|
args: UpdateTaskSetCommandInput,
|
|
1328
|
-
cb: (err: any, data?: UpdateTaskSetCommandOutput) => void
|
|
1301
|
+
cb: (err: any, data?: UpdateTaskSetCommandOutput) => void,
|
|
1329
1302
|
): void;
|
|
1330
1303
|
updateTaskSet(
|
|
1331
1304
|
args: UpdateTaskSetCommandInput,
|
|
1332
1305
|
options: __HttpHandlerOptions,
|
|
1333
|
-
cb: (err: any, data?: UpdateTaskSetCommandOutput) => void
|
|
1306
|
+
cb: (err: any, data?: UpdateTaskSetCommandOutput) => void,
|
|
1334
1307
|
): void;
|
|
1335
1308
|
paginateListAccountSettings(
|
|
1336
1309
|
args?: ListAccountSettingsCommandInput,
|
|
1337
1310
|
paginationConfig?: Pick<
|
|
1338
1311
|
PaginationConfiguration,
|
|
1339
1312
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1340
|
-
|
|
1313
|
+
>,
|
|
1341
1314
|
): Paginator<ListAccountSettingsCommandOutput>;
|
|
1342
1315
|
paginateListAttributes(
|
|
1343
1316
|
args: ListAttributesCommandInput,
|
|
1344
1317
|
paginationConfig?: Pick<
|
|
1345
1318
|
PaginationConfiguration,
|
|
1346
1319
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1347
|
-
|
|
1320
|
+
>,
|
|
1348
1321
|
): Paginator<ListAttributesCommandOutput>;
|
|
1349
1322
|
paginateListClusters(
|
|
1350
1323
|
args?: ListClustersCommandInput,
|
|
1351
1324
|
paginationConfig?: Pick<
|
|
1352
1325
|
PaginationConfiguration,
|
|
1353
1326
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1354
|
-
|
|
1327
|
+
>,
|
|
1355
1328
|
): Paginator<ListClustersCommandOutput>;
|
|
1356
1329
|
paginateListContainerInstances(
|
|
1357
1330
|
args?: ListContainerInstancesCommandInput,
|
|
1358
1331
|
paginationConfig?: Pick<
|
|
1359
1332
|
PaginationConfiguration,
|
|
1360
1333
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1361
|
-
|
|
1334
|
+
>,
|
|
1362
1335
|
): Paginator<ListContainerInstancesCommandOutput>;
|
|
1363
1336
|
paginateListServices(
|
|
1364
1337
|
args?: ListServicesCommandInput,
|
|
1365
1338
|
paginationConfig?: Pick<
|
|
1366
1339
|
PaginationConfiguration,
|
|
1367
1340
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1368
|
-
|
|
1341
|
+
>,
|
|
1369
1342
|
): Paginator<ListServicesCommandOutput>;
|
|
1370
1343
|
paginateListServicesByNamespace(
|
|
1371
1344
|
args: ListServicesByNamespaceCommandInput,
|
|
1372
1345
|
paginationConfig?: Pick<
|
|
1373
1346
|
PaginationConfiguration,
|
|
1374
1347
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1375
|
-
|
|
1348
|
+
>,
|
|
1376
1349
|
): Paginator<ListServicesByNamespaceCommandOutput>;
|
|
1377
1350
|
paginateListTaskDefinitionFamilies(
|
|
1378
1351
|
args?: ListTaskDefinitionFamiliesCommandInput,
|
|
1379
1352
|
paginationConfig?: Pick<
|
|
1380
1353
|
PaginationConfiguration,
|
|
1381
1354
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1382
|
-
|
|
1355
|
+
>,
|
|
1383
1356
|
): Paginator<ListTaskDefinitionFamiliesCommandOutput>;
|
|
1384
1357
|
paginateListTaskDefinitions(
|
|
1385
1358
|
args?: ListTaskDefinitionsCommandInput,
|
|
1386
1359
|
paginationConfig?: Pick<
|
|
1387
1360
|
PaginationConfiguration,
|
|
1388
1361
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1389
|
-
|
|
1362
|
+
>,
|
|
1390
1363
|
): Paginator<ListTaskDefinitionsCommandOutput>;
|
|
1391
1364
|
paginateListTasks(
|
|
1392
1365
|
args?: ListTasksCommandInput,
|
|
1393
1366
|
paginationConfig?: Pick<
|
|
1394
1367
|
PaginationConfiguration,
|
|
1395
1368
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1396
|
-
|
|
1369
|
+
>,
|
|
1397
1370
|
): Paginator<ListTasksCommandOutput>;
|
|
1398
1371
|
waitUntilDaemonActive(
|
|
1399
1372
|
args: DescribeDaemonCommandInput,
|
|
1400
1373
|
waiterConfig:
|
|
1401
1374
|
| number
|
|
1402
|
-
| Pick<
|
|
1403
|
-
WaiterConfiguration<ECS>,
|
|
1404
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1405
|
-
>
|
|
1375
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1406
1376
|
): Promise<WaiterResult<DescribeDaemonCommandOutput>>;
|
|
1407
1377
|
waitUntilDaemonDeploymentSuccessful(
|
|
1408
1378
|
args: DescribeDaemonDeploymentsCommandInput,
|
|
1409
1379
|
waiterConfig:
|
|
1410
1380
|
| number
|
|
1411
|
-
| Pick<
|
|
1412
|
-
WaiterConfiguration<ECS>,
|
|
1413
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1414
|
-
>
|
|
1381
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1415
1382
|
): Promise<WaiterResult<DescribeDaemonDeploymentsCommandOutput>>;
|
|
1416
1383
|
waitUntilDaemonDeploymentStopped(
|
|
1417
1384
|
args: DescribeDaemonDeploymentsCommandInput,
|
|
1418
1385
|
waiterConfig:
|
|
1419
1386
|
| number
|
|
1420
|
-
| Pick<
|
|
1421
|
-
WaiterConfiguration<ECS>,
|
|
1422
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1423
|
-
>
|
|
1387
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1424
1388
|
): Promise<WaiterResult<DescribeDaemonDeploymentsCommandOutput>>;
|
|
1425
1389
|
waitUntilDaemonTaskDefinitionActive(
|
|
1426
1390
|
args: DescribeDaemonTaskDefinitionCommandInput,
|
|
1427
1391
|
waiterConfig:
|
|
1428
1392
|
| number
|
|
1429
|
-
| Pick<
|
|
1430
|
-
WaiterConfiguration<ECS>,
|
|
1431
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1432
|
-
>
|
|
1393
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1433
1394
|
): Promise<WaiterResult<DescribeDaemonTaskDefinitionCommandOutput>>;
|
|
1434
1395
|
waitUntilDaemonTaskDefinitionDeleted(
|
|
1435
1396
|
args: DescribeDaemonTaskDefinitionCommandInput,
|
|
1436
1397
|
waiterConfig:
|
|
1437
1398
|
| number
|
|
1438
|
-
| Pick<
|
|
1439
|
-
WaiterConfiguration<ECS>,
|
|
1440
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1441
|
-
>
|
|
1399
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1442
1400
|
): Promise<WaiterResult<DescribeDaemonTaskDefinitionCommandOutput>>;
|
|
1443
1401
|
waitUntilServicesInactive(
|
|
1444
1402
|
args: DescribeServicesCommandInput,
|
|
1445
1403
|
waiterConfig:
|
|
1446
1404
|
| number
|
|
1447
|
-
| Pick<
|
|
1448
|
-
WaiterConfiguration<ECS>,
|
|
1449
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1450
|
-
>
|
|
1405
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1451
1406
|
): Promise<WaiterResult<DescribeServicesCommandOutput>>;
|
|
1452
1407
|
waitUntilServicesStable(
|
|
1453
1408
|
args: DescribeServicesCommandInput,
|
|
1454
1409
|
waiterConfig:
|
|
1455
1410
|
| number
|
|
1456
|
-
| Pick<
|
|
1457
|
-
WaiterConfiguration<ECS>,
|
|
1458
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1459
|
-
>
|
|
1411
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1460
1412
|
): Promise<WaiterResult<DescribeServicesCommandOutput>>;
|
|
1461
1413
|
waitUntilTasksRunning(
|
|
1462
1414
|
args: DescribeTasksCommandInput,
|
|
1463
1415
|
waiterConfig:
|
|
1464
1416
|
| number
|
|
1465
|
-
| Pick<
|
|
1466
|
-
WaiterConfiguration<ECS>,
|
|
1467
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1468
|
-
>
|
|
1417
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1469
1418
|
): Promise<WaiterResult<DescribeTasksCommandOutput>>;
|
|
1470
1419
|
waitUntilTasksStopped(
|
|
1471
1420
|
args: DescribeTasksCommandInput,
|
|
1472
1421
|
waiterConfig:
|
|
1473
1422
|
| number
|
|
1474
|
-
| Pick<
|
|
1475
|
-
WaiterConfiguration<ECS>,
|
|
1476
|
-
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1477
|
-
>
|
|
1423
|
+
| Pick<WaiterConfiguration<ECS>, Exclude<keyof WaiterConfiguration<ECS>, "client">>,
|
|
1478
1424
|
): Promise<WaiterResult<DescribeTasksCommandOutput>>;
|
|
1479
1425
|
}
|
|
1480
1426
|
export declare class ECS extends ECSClient implements ECS {}
|