@aws-sdk/client-ecs 3.975.0 → 3.978.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 +89 -72
- package/dist-es/ECS.js +31 -1
- package/dist-types/ECS.d.ts +89 -1
- package/dist-types/ts3.4/ECS.d.ts +106 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -4299,76 +4299,6 @@ class UpdateTaskSetCommand extends smithyClient.Command
|
|
|
4299
4299
|
.build() {
|
|
4300
4300
|
}
|
|
4301
4301
|
|
|
4302
|
-
const commands = {
|
|
4303
|
-
CreateCapacityProviderCommand,
|
|
4304
|
-
CreateClusterCommand,
|
|
4305
|
-
CreateExpressGatewayServiceCommand,
|
|
4306
|
-
CreateServiceCommand,
|
|
4307
|
-
CreateTaskSetCommand,
|
|
4308
|
-
DeleteAccountSettingCommand,
|
|
4309
|
-
DeleteAttributesCommand,
|
|
4310
|
-
DeleteCapacityProviderCommand,
|
|
4311
|
-
DeleteClusterCommand,
|
|
4312
|
-
DeleteExpressGatewayServiceCommand,
|
|
4313
|
-
DeleteServiceCommand,
|
|
4314
|
-
DeleteTaskDefinitionsCommand,
|
|
4315
|
-
DeleteTaskSetCommand,
|
|
4316
|
-
DeregisterContainerInstanceCommand,
|
|
4317
|
-
DeregisterTaskDefinitionCommand,
|
|
4318
|
-
DescribeCapacityProvidersCommand,
|
|
4319
|
-
DescribeClustersCommand,
|
|
4320
|
-
DescribeContainerInstancesCommand,
|
|
4321
|
-
DescribeExpressGatewayServiceCommand,
|
|
4322
|
-
DescribeServiceDeploymentsCommand,
|
|
4323
|
-
DescribeServiceRevisionsCommand,
|
|
4324
|
-
DescribeServicesCommand,
|
|
4325
|
-
DescribeTaskDefinitionCommand,
|
|
4326
|
-
DescribeTasksCommand,
|
|
4327
|
-
DescribeTaskSetsCommand,
|
|
4328
|
-
DiscoverPollEndpointCommand,
|
|
4329
|
-
ExecuteCommandCommand,
|
|
4330
|
-
GetTaskProtectionCommand,
|
|
4331
|
-
ListAccountSettingsCommand,
|
|
4332
|
-
ListAttributesCommand,
|
|
4333
|
-
ListClustersCommand,
|
|
4334
|
-
ListContainerInstancesCommand,
|
|
4335
|
-
ListServiceDeploymentsCommand,
|
|
4336
|
-
ListServicesCommand,
|
|
4337
|
-
ListServicesByNamespaceCommand,
|
|
4338
|
-
ListTagsForResourceCommand,
|
|
4339
|
-
ListTaskDefinitionFamiliesCommand,
|
|
4340
|
-
ListTaskDefinitionsCommand,
|
|
4341
|
-
ListTasksCommand,
|
|
4342
|
-
PutAccountSettingCommand,
|
|
4343
|
-
PutAccountSettingDefaultCommand,
|
|
4344
|
-
PutAttributesCommand,
|
|
4345
|
-
PutClusterCapacityProvidersCommand,
|
|
4346
|
-
RegisterContainerInstanceCommand,
|
|
4347
|
-
RegisterTaskDefinitionCommand,
|
|
4348
|
-
RunTaskCommand,
|
|
4349
|
-
StartTaskCommand,
|
|
4350
|
-
StopServiceDeploymentCommand,
|
|
4351
|
-
StopTaskCommand,
|
|
4352
|
-
SubmitAttachmentStateChangesCommand,
|
|
4353
|
-
SubmitContainerStateChangeCommand,
|
|
4354
|
-
SubmitTaskStateChangeCommand,
|
|
4355
|
-
TagResourceCommand,
|
|
4356
|
-
UntagResourceCommand,
|
|
4357
|
-
UpdateCapacityProviderCommand,
|
|
4358
|
-
UpdateClusterCommand,
|
|
4359
|
-
UpdateClusterSettingsCommand,
|
|
4360
|
-
UpdateContainerAgentCommand,
|
|
4361
|
-
UpdateContainerInstancesStateCommand,
|
|
4362
|
-
UpdateExpressGatewayServiceCommand,
|
|
4363
|
-
UpdateServiceCommand,
|
|
4364
|
-
UpdateServicePrimaryTaskSetCommand,
|
|
4365
|
-
UpdateTaskProtectionCommand,
|
|
4366
|
-
UpdateTaskSetCommand,
|
|
4367
|
-
};
|
|
4368
|
-
class ECS extends ECSClient {
|
|
4369
|
-
}
|
|
4370
|
-
smithyClient.createAggregatedClient(commands, ECS);
|
|
4371
|
-
|
|
4372
4302
|
const paginateListAccountSettings = core.createPaginator(ECSClient, ListAccountSettingsCommand, "nextToken", "nextToken", "maxResults");
|
|
4373
4303
|
|
|
4374
4304
|
const paginateListAttributes = core.createPaginator(ECSClient, ListAttributesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4377,10 +4307,10 @@ const paginateListClusters = core.createPaginator(ECSClient, ListClustersCommand
|
|
|
4377
4307
|
|
|
4378
4308
|
const paginateListContainerInstances = core.createPaginator(ECSClient, ListContainerInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
4379
4309
|
|
|
4380
|
-
const paginateListServices = core.createPaginator(ECSClient, ListServicesCommand, "nextToken", "nextToken", "maxResults");
|
|
4381
|
-
|
|
4382
4310
|
const paginateListServicesByNamespace = core.createPaginator(ECSClient, ListServicesByNamespaceCommand, "nextToken", "nextToken", "maxResults");
|
|
4383
4311
|
|
|
4312
|
+
const paginateListServices = core.createPaginator(ECSClient, ListServicesCommand, "nextToken", "nextToken", "maxResults");
|
|
4313
|
+
|
|
4384
4314
|
const paginateListTaskDefinitionFamilies = core.createPaginator(ECSClient, ListTaskDefinitionFamiliesCommand, "nextToken", "nextToken", "maxResults");
|
|
4385
4315
|
|
|
4386
4316
|
const paginateListTaskDefinitions = core.createPaginator(ECSClient, ListTaskDefinitionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4622,6 +4552,93 @@ const waitUntilTasksStopped = async (params, input) => {
|
|
|
4622
4552
|
return utilWaiter.checkExceptions(result);
|
|
4623
4553
|
};
|
|
4624
4554
|
|
|
4555
|
+
const commands = {
|
|
4556
|
+
CreateCapacityProviderCommand,
|
|
4557
|
+
CreateClusterCommand,
|
|
4558
|
+
CreateExpressGatewayServiceCommand,
|
|
4559
|
+
CreateServiceCommand,
|
|
4560
|
+
CreateTaskSetCommand,
|
|
4561
|
+
DeleteAccountSettingCommand,
|
|
4562
|
+
DeleteAttributesCommand,
|
|
4563
|
+
DeleteCapacityProviderCommand,
|
|
4564
|
+
DeleteClusterCommand,
|
|
4565
|
+
DeleteExpressGatewayServiceCommand,
|
|
4566
|
+
DeleteServiceCommand,
|
|
4567
|
+
DeleteTaskDefinitionsCommand,
|
|
4568
|
+
DeleteTaskSetCommand,
|
|
4569
|
+
DeregisterContainerInstanceCommand,
|
|
4570
|
+
DeregisterTaskDefinitionCommand,
|
|
4571
|
+
DescribeCapacityProvidersCommand,
|
|
4572
|
+
DescribeClustersCommand,
|
|
4573
|
+
DescribeContainerInstancesCommand,
|
|
4574
|
+
DescribeExpressGatewayServiceCommand,
|
|
4575
|
+
DescribeServiceDeploymentsCommand,
|
|
4576
|
+
DescribeServiceRevisionsCommand,
|
|
4577
|
+
DescribeServicesCommand,
|
|
4578
|
+
DescribeTaskDefinitionCommand,
|
|
4579
|
+
DescribeTasksCommand,
|
|
4580
|
+
DescribeTaskSetsCommand,
|
|
4581
|
+
DiscoverPollEndpointCommand,
|
|
4582
|
+
ExecuteCommandCommand,
|
|
4583
|
+
GetTaskProtectionCommand,
|
|
4584
|
+
ListAccountSettingsCommand,
|
|
4585
|
+
ListAttributesCommand,
|
|
4586
|
+
ListClustersCommand,
|
|
4587
|
+
ListContainerInstancesCommand,
|
|
4588
|
+
ListServiceDeploymentsCommand,
|
|
4589
|
+
ListServicesCommand,
|
|
4590
|
+
ListServicesByNamespaceCommand,
|
|
4591
|
+
ListTagsForResourceCommand,
|
|
4592
|
+
ListTaskDefinitionFamiliesCommand,
|
|
4593
|
+
ListTaskDefinitionsCommand,
|
|
4594
|
+
ListTasksCommand,
|
|
4595
|
+
PutAccountSettingCommand,
|
|
4596
|
+
PutAccountSettingDefaultCommand,
|
|
4597
|
+
PutAttributesCommand,
|
|
4598
|
+
PutClusterCapacityProvidersCommand,
|
|
4599
|
+
RegisterContainerInstanceCommand,
|
|
4600
|
+
RegisterTaskDefinitionCommand,
|
|
4601
|
+
RunTaskCommand,
|
|
4602
|
+
StartTaskCommand,
|
|
4603
|
+
StopServiceDeploymentCommand,
|
|
4604
|
+
StopTaskCommand,
|
|
4605
|
+
SubmitAttachmentStateChangesCommand,
|
|
4606
|
+
SubmitContainerStateChangeCommand,
|
|
4607
|
+
SubmitTaskStateChangeCommand,
|
|
4608
|
+
TagResourceCommand,
|
|
4609
|
+
UntagResourceCommand,
|
|
4610
|
+
UpdateCapacityProviderCommand,
|
|
4611
|
+
UpdateClusterCommand,
|
|
4612
|
+
UpdateClusterSettingsCommand,
|
|
4613
|
+
UpdateContainerAgentCommand,
|
|
4614
|
+
UpdateContainerInstancesStateCommand,
|
|
4615
|
+
UpdateExpressGatewayServiceCommand,
|
|
4616
|
+
UpdateServiceCommand,
|
|
4617
|
+
UpdateServicePrimaryTaskSetCommand,
|
|
4618
|
+
UpdateTaskProtectionCommand,
|
|
4619
|
+
UpdateTaskSetCommand,
|
|
4620
|
+
};
|
|
4621
|
+
const paginators = {
|
|
4622
|
+
paginateListAccountSettings,
|
|
4623
|
+
paginateListAttributes,
|
|
4624
|
+
paginateListClusters,
|
|
4625
|
+
paginateListContainerInstances,
|
|
4626
|
+
paginateListServices,
|
|
4627
|
+
paginateListServicesByNamespace,
|
|
4628
|
+
paginateListTaskDefinitionFamilies,
|
|
4629
|
+
paginateListTaskDefinitions,
|
|
4630
|
+
paginateListTasks,
|
|
4631
|
+
};
|
|
4632
|
+
const waiters = {
|
|
4633
|
+
waitUntilServicesInactive,
|
|
4634
|
+
waitUntilServicesStable,
|
|
4635
|
+
waitUntilTasksRunning,
|
|
4636
|
+
waitUntilTasksStopped,
|
|
4637
|
+
};
|
|
4638
|
+
class ECS extends ECSClient {
|
|
4639
|
+
}
|
|
4640
|
+
smithyClient.createAggregatedClient(commands, ECS, { paginators, waiters });
|
|
4641
|
+
|
|
4625
4642
|
const AcceleratorManufacturer = {
|
|
4626
4643
|
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
4627
4644
|
AMD: "amd",
|
package/dist-es/ECS.js
CHANGED
|
@@ -64,6 +64,19 @@ import { UpdateServicePrimaryTaskSetCommand, } from "./commands/UpdateServicePri
|
|
|
64
64
|
import { UpdateTaskProtectionCommand, } from "./commands/UpdateTaskProtectionCommand";
|
|
65
65
|
import { UpdateTaskSetCommand, } from "./commands/UpdateTaskSetCommand";
|
|
66
66
|
import { ECSClient } from "./ECSClient";
|
|
67
|
+
import { paginateListAccountSettings } from "./pagination/ListAccountSettingsPaginator";
|
|
68
|
+
import { paginateListAttributes } from "./pagination/ListAttributesPaginator";
|
|
69
|
+
import { paginateListClusters } from "./pagination/ListClustersPaginator";
|
|
70
|
+
import { paginateListContainerInstances } from "./pagination/ListContainerInstancesPaginator";
|
|
71
|
+
import { paginateListServicesByNamespace } from "./pagination/ListServicesByNamespacePaginator";
|
|
72
|
+
import { paginateListServices } from "./pagination/ListServicesPaginator";
|
|
73
|
+
import { paginateListTaskDefinitionFamilies } from "./pagination/ListTaskDefinitionFamiliesPaginator";
|
|
74
|
+
import { paginateListTaskDefinitions } from "./pagination/ListTaskDefinitionsPaginator";
|
|
75
|
+
import { paginateListTasks } from "./pagination/ListTasksPaginator";
|
|
76
|
+
import { waitUntilServicesInactive } from "./waiters/waitForServicesInactive";
|
|
77
|
+
import { waitUntilServicesStable } from "./waiters/waitForServicesStable";
|
|
78
|
+
import { waitUntilTasksRunning } from "./waiters/waitForTasksRunning";
|
|
79
|
+
import { waitUntilTasksStopped } from "./waiters/waitForTasksStopped";
|
|
67
80
|
const commands = {
|
|
68
81
|
CreateCapacityProviderCommand,
|
|
69
82
|
CreateClusterCommand,
|
|
@@ -130,6 +143,23 @@ const commands = {
|
|
|
130
143
|
UpdateTaskProtectionCommand,
|
|
131
144
|
UpdateTaskSetCommand,
|
|
132
145
|
};
|
|
146
|
+
const paginators = {
|
|
147
|
+
paginateListAccountSettings,
|
|
148
|
+
paginateListAttributes,
|
|
149
|
+
paginateListClusters,
|
|
150
|
+
paginateListContainerInstances,
|
|
151
|
+
paginateListServices,
|
|
152
|
+
paginateListServicesByNamespace,
|
|
153
|
+
paginateListTaskDefinitionFamilies,
|
|
154
|
+
paginateListTaskDefinitions,
|
|
155
|
+
paginateListTasks,
|
|
156
|
+
};
|
|
157
|
+
const waiters = {
|
|
158
|
+
waitUntilServicesInactive,
|
|
159
|
+
waitUntilServicesStable,
|
|
160
|
+
waitUntilTasksRunning,
|
|
161
|
+
waitUntilTasksStopped,
|
|
162
|
+
};
|
|
133
163
|
export class ECS extends ECSClient {
|
|
134
164
|
}
|
|
135
|
-
createAggregatedClient(commands, ECS);
|
|
165
|
+
createAggregatedClient(commands, ECS, { paginators, waiters });
|
package/dist-types/ECS.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
|
|
3
4
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
4
5
|
import { CreateExpressGatewayServiceCommandInput, CreateExpressGatewayServiceCommandOutput } from "./commands/CreateExpressGatewayServiceCommand";
|
|
@@ -463,6 +464,93 @@ export interface ECS {
|
|
|
463
464
|
updateTaskSet(args: UpdateTaskSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTaskSetCommandOutput>;
|
|
464
465
|
updateTaskSet(args: UpdateTaskSetCommandInput, cb: (err: any, data?: UpdateTaskSetCommandOutput) => void): void;
|
|
465
466
|
updateTaskSet(args: UpdateTaskSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskSetCommandOutput) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* @see {@link ListAccountSettingsCommand}
|
|
469
|
+
* @param args - command input.
|
|
470
|
+
* @param paginationConfig - optional pagination config.
|
|
471
|
+
* @returns AsyncIterable of {@link ListAccountSettingsCommandOutput}.
|
|
472
|
+
*/
|
|
473
|
+
paginateListAccountSettings(args?: ListAccountSettingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountSettingsCommandOutput>;
|
|
474
|
+
/**
|
|
475
|
+
* @see {@link ListAttributesCommand}
|
|
476
|
+
* @param args - command input.
|
|
477
|
+
* @param paginationConfig - optional pagination config.
|
|
478
|
+
* @returns AsyncIterable of {@link ListAttributesCommandOutput}.
|
|
479
|
+
*/
|
|
480
|
+
paginateListAttributes(args: ListAttributesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttributesCommandOutput>;
|
|
481
|
+
/**
|
|
482
|
+
* @see {@link ListClustersCommand}
|
|
483
|
+
* @param args - command input.
|
|
484
|
+
* @param paginationConfig - optional pagination config.
|
|
485
|
+
* @returns AsyncIterable of {@link ListClustersCommandOutput}.
|
|
486
|
+
*/
|
|
487
|
+
paginateListClusters(args?: ListClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClustersCommandOutput>;
|
|
488
|
+
/**
|
|
489
|
+
* @see {@link ListContainerInstancesCommand}
|
|
490
|
+
* @param args - command input.
|
|
491
|
+
* @param paginationConfig - optional pagination config.
|
|
492
|
+
* @returns AsyncIterable of {@link ListContainerInstancesCommandOutput}.
|
|
493
|
+
*/
|
|
494
|
+
paginateListContainerInstances(args?: ListContainerInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContainerInstancesCommandOutput>;
|
|
495
|
+
/**
|
|
496
|
+
* @see {@link ListServicesCommand}
|
|
497
|
+
* @param args - command input.
|
|
498
|
+
* @param paginationConfig - optional pagination config.
|
|
499
|
+
* @returns AsyncIterable of {@link ListServicesCommandOutput}.
|
|
500
|
+
*/
|
|
501
|
+
paginateListServices(args?: ListServicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesCommandOutput>;
|
|
502
|
+
/**
|
|
503
|
+
* @see {@link ListServicesByNamespaceCommand}
|
|
504
|
+
* @param args - command input.
|
|
505
|
+
* @param paginationConfig - optional pagination config.
|
|
506
|
+
* @returns AsyncIterable of {@link ListServicesByNamespaceCommandOutput}.
|
|
507
|
+
*/
|
|
508
|
+
paginateListServicesByNamespace(args: ListServicesByNamespaceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesByNamespaceCommandOutput>;
|
|
509
|
+
/**
|
|
510
|
+
* @see {@link ListTaskDefinitionFamiliesCommand}
|
|
511
|
+
* @param args - command input.
|
|
512
|
+
* @param paginationConfig - optional pagination config.
|
|
513
|
+
* @returns AsyncIterable of {@link ListTaskDefinitionFamiliesCommandOutput}.
|
|
514
|
+
*/
|
|
515
|
+
paginateListTaskDefinitionFamilies(args?: ListTaskDefinitionFamiliesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTaskDefinitionFamiliesCommandOutput>;
|
|
516
|
+
/**
|
|
517
|
+
* @see {@link ListTaskDefinitionsCommand}
|
|
518
|
+
* @param args - command input.
|
|
519
|
+
* @param paginationConfig - optional pagination config.
|
|
520
|
+
* @returns AsyncIterable of {@link ListTaskDefinitionsCommandOutput}.
|
|
521
|
+
*/
|
|
522
|
+
paginateListTaskDefinitions(args?: ListTaskDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTaskDefinitionsCommandOutput>;
|
|
523
|
+
/**
|
|
524
|
+
* @see {@link ListTasksCommand}
|
|
525
|
+
* @param args - command input.
|
|
526
|
+
* @param paginationConfig - optional pagination config.
|
|
527
|
+
* @returns AsyncIterable of {@link ListTasksCommandOutput}.
|
|
528
|
+
*/
|
|
529
|
+
paginateListTasks(args?: ListTasksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTasksCommandOutput>;
|
|
530
|
+
/**
|
|
531
|
+
* @see {@link DescribeServicesCommand}
|
|
532
|
+
* @param args - command input.
|
|
533
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
534
|
+
*/
|
|
535
|
+
waitUntilServicesInactive(args: DescribeServicesCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ECS>, "client">): Promise<WaiterResult>;
|
|
536
|
+
/**
|
|
537
|
+
* @see {@link DescribeServicesCommand}
|
|
538
|
+
* @param args - command input.
|
|
539
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
540
|
+
*/
|
|
541
|
+
waitUntilServicesStable(args: DescribeServicesCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ECS>, "client">): Promise<WaiterResult>;
|
|
542
|
+
/**
|
|
543
|
+
* @see {@link DescribeTasksCommand}
|
|
544
|
+
* @param args - command input.
|
|
545
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
546
|
+
*/
|
|
547
|
+
waitUntilTasksRunning(args: DescribeTasksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ECS>, "client">): Promise<WaiterResult>;
|
|
548
|
+
/**
|
|
549
|
+
* @see {@link DescribeTasksCommand}
|
|
550
|
+
* @param args - command input.
|
|
551
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
552
|
+
*/
|
|
553
|
+
waitUntilTasksStopped(args: DescribeTasksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ECS>, "client">): Promise<WaiterResult>;
|
|
466
554
|
}
|
|
467
555
|
/**
|
|
468
556
|
* <fullname>Amazon Elastic Container Service</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
CreateCapacityProviderCommandInput,
|
|
4
10
|
CreateCapacityProviderCommandOutput,
|
|
@@ -1103,5 +1109,104 @@ export interface ECS {
|
|
|
1103
1109
|
options: __HttpHandlerOptions,
|
|
1104
1110
|
cb: (err: any, data?: UpdateTaskSetCommandOutput) => void
|
|
1105
1111
|
): void;
|
|
1112
|
+
paginateListAccountSettings(
|
|
1113
|
+
args?: ListAccountSettingsCommandInput,
|
|
1114
|
+
paginationConfig?: Pick<
|
|
1115
|
+
PaginationConfiguration,
|
|
1116
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1117
|
+
>
|
|
1118
|
+
): Paginator<ListAccountSettingsCommandOutput>;
|
|
1119
|
+
paginateListAttributes(
|
|
1120
|
+
args: ListAttributesCommandInput,
|
|
1121
|
+
paginationConfig?: Pick<
|
|
1122
|
+
PaginationConfiguration,
|
|
1123
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1124
|
+
>
|
|
1125
|
+
): Paginator<ListAttributesCommandOutput>;
|
|
1126
|
+
paginateListClusters(
|
|
1127
|
+
args?: ListClustersCommandInput,
|
|
1128
|
+
paginationConfig?: Pick<
|
|
1129
|
+
PaginationConfiguration,
|
|
1130
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1131
|
+
>
|
|
1132
|
+
): Paginator<ListClustersCommandOutput>;
|
|
1133
|
+
paginateListContainerInstances(
|
|
1134
|
+
args?: ListContainerInstancesCommandInput,
|
|
1135
|
+
paginationConfig?: Pick<
|
|
1136
|
+
PaginationConfiguration,
|
|
1137
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1138
|
+
>
|
|
1139
|
+
): Paginator<ListContainerInstancesCommandOutput>;
|
|
1140
|
+
paginateListServices(
|
|
1141
|
+
args?: ListServicesCommandInput,
|
|
1142
|
+
paginationConfig?: Pick<
|
|
1143
|
+
PaginationConfiguration,
|
|
1144
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1145
|
+
>
|
|
1146
|
+
): Paginator<ListServicesCommandOutput>;
|
|
1147
|
+
paginateListServicesByNamespace(
|
|
1148
|
+
args: ListServicesByNamespaceCommandInput,
|
|
1149
|
+
paginationConfig?: Pick<
|
|
1150
|
+
PaginationConfiguration,
|
|
1151
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1152
|
+
>
|
|
1153
|
+
): Paginator<ListServicesByNamespaceCommandOutput>;
|
|
1154
|
+
paginateListTaskDefinitionFamilies(
|
|
1155
|
+
args?: ListTaskDefinitionFamiliesCommandInput,
|
|
1156
|
+
paginationConfig?: Pick<
|
|
1157
|
+
PaginationConfiguration,
|
|
1158
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1159
|
+
>
|
|
1160
|
+
): Paginator<ListTaskDefinitionFamiliesCommandOutput>;
|
|
1161
|
+
paginateListTaskDefinitions(
|
|
1162
|
+
args?: ListTaskDefinitionsCommandInput,
|
|
1163
|
+
paginationConfig?: Pick<
|
|
1164
|
+
PaginationConfiguration,
|
|
1165
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1166
|
+
>
|
|
1167
|
+
): Paginator<ListTaskDefinitionsCommandOutput>;
|
|
1168
|
+
paginateListTasks(
|
|
1169
|
+
args?: ListTasksCommandInput,
|
|
1170
|
+
paginationConfig?: Pick<
|
|
1171
|
+
PaginationConfiguration,
|
|
1172
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1173
|
+
>
|
|
1174
|
+
): Paginator<ListTasksCommandOutput>;
|
|
1175
|
+
waitUntilServicesInactive(
|
|
1176
|
+
args: DescribeServicesCommandInput,
|
|
1177
|
+
waiterConfig:
|
|
1178
|
+
| number
|
|
1179
|
+
| Pick<
|
|
1180
|
+
WaiterConfiguration<ECS>,
|
|
1181
|
+
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1182
|
+
>
|
|
1183
|
+
): Promise<WaiterResult>;
|
|
1184
|
+
waitUntilServicesStable(
|
|
1185
|
+
args: DescribeServicesCommandInput,
|
|
1186
|
+
waiterConfig:
|
|
1187
|
+
| number
|
|
1188
|
+
| Pick<
|
|
1189
|
+
WaiterConfiguration<ECS>,
|
|
1190
|
+
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1191
|
+
>
|
|
1192
|
+
): Promise<WaiterResult>;
|
|
1193
|
+
waitUntilTasksRunning(
|
|
1194
|
+
args: DescribeTasksCommandInput,
|
|
1195
|
+
waiterConfig:
|
|
1196
|
+
| number
|
|
1197
|
+
| Pick<
|
|
1198
|
+
WaiterConfiguration<ECS>,
|
|
1199
|
+
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1200
|
+
>
|
|
1201
|
+
): Promise<WaiterResult>;
|
|
1202
|
+
waitUntilTasksStopped(
|
|
1203
|
+
args: DescribeTasksCommandInput,
|
|
1204
|
+
waiterConfig:
|
|
1205
|
+
| number
|
|
1206
|
+
| Pick<
|
|
1207
|
+
WaiterConfiguration<ECS>,
|
|
1208
|
+
Exclude<keyof WaiterConfiguration<ECS>, "client">
|
|
1209
|
+
>
|
|
1210
|
+
): Promise<WaiterResult>;
|
|
1106
1211
|
}
|
|
1107
1212
|
export declare class ECS extends ECSClient implements ECS {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|