@aws-sdk/client-ecs 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ECS.d.ts +888 -265
  3. package/dist-types/ts3.4/ECSClient.d.ts +415 -125
  4. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/index.d.ts +52 -52
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  58. package/dist-types/ts3.4/index.d.ts +7 -7
  59. package/dist-types/ts3.4/models/ECSServiceException.d.ts +7 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +2084 -2811
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  63. package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  72. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  77. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  78. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +11 -7
  79. package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +11 -7
  80. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +11 -7
  81. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +11 -7
  82. package/package.json +35 -35
@@ -1,2811 +1,2084 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ECSServiceException as __BaseException } from "./ECSServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
- }
10
- export declare enum AgentUpdateStatus {
11
- FAILED = "FAILED",
12
- PENDING = "PENDING",
13
- STAGED = "STAGED",
14
- STAGING = "STAGING",
15
- UPDATED = "UPDATED",
16
- UPDATING = "UPDATING"
17
- }
18
-
19
- export declare class ClientException extends __BaseException {
20
- readonly name: "ClientException";
21
- readonly $fault: "client";
22
-
23
- constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
24
- }
25
- export declare enum ManagedScalingStatus {
26
- DISABLED = "DISABLED",
27
- ENABLED = "ENABLED"
28
- }
29
-
30
- export interface ManagedScaling {
31
-
32
- status?: ManagedScalingStatus | string;
33
-
34
- targetCapacity?: number;
35
-
36
- minimumScalingStepSize?: number;
37
-
38
- maximumScalingStepSize?: number;
39
-
40
- instanceWarmupPeriod?: number;
41
- }
42
- export declare enum ManagedTerminationProtection {
43
- DISABLED = "DISABLED",
44
- ENABLED = "ENABLED"
45
- }
46
-
47
- export interface AutoScalingGroupProvider {
48
-
49
- autoScalingGroupArn: string | undefined;
50
-
51
- managedScaling?: ManagedScaling;
52
-
53
- managedTerminationProtection?: ManagedTerminationProtection | string;
54
- }
55
-
56
- export interface Tag {
57
-
58
- key?: string;
59
-
60
- value?: string;
61
- }
62
- export interface CreateCapacityProviderRequest {
63
-
64
- name: string | undefined;
65
-
66
- autoScalingGroupProvider: AutoScalingGroupProvider | undefined;
67
-
68
- tags?: Tag[];
69
- }
70
- export declare enum CapacityProviderStatus {
71
- ACTIVE = "ACTIVE",
72
- INACTIVE = "INACTIVE"
73
- }
74
- export declare enum CapacityProviderUpdateStatus {
75
- DELETE_COMPLETE = "DELETE_COMPLETE",
76
- DELETE_FAILED = "DELETE_FAILED",
77
- DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
78
- UPDATE_COMPLETE = "UPDATE_COMPLETE",
79
- UPDATE_FAILED = "UPDATE_FAILED",
80
- UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
81
- }
82
-
83
- export interface CapacityProvider {
84
-
85
- capacityProviderArn?: string;
86
-
87
- name?: string;
88
-
89
- status?: CapacityProviderStatus | string;
90
-
91
- autoScalingGroupProvider?: AutoScalingGroupProvider;
92
-
93
- updateStatus?: CapacityProviderUpdateStatus | string;
94
-
95
- updateStatusReason?: string;
96
-
97
- tags?: Tag[];
98
- }
99
- export interface CreateCapacityProviderResponse {
100
-
101
- capacityProvider?: CapacityProvider;
102
- }
103
-
104
- export declare class InvalidParameterException extends __BaseException {
105
- readonly name: "InvalidParameterException";
106
- readonly $fault: "client";
107
-
108
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
109
- }
110
-
111
- export declare class LimitExceededException extends __BaseException {
112
- readonly name: "LimitExceededException";
113
- readonly $fault: "client";
114
-
115
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
116
- }
117
-
118
- export declare class ServerException extends __BaseException {
119
- readonly name: "ServerException";
120
- readonly $fault: "server";
121
-
122
- constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
123
- }
124
-
125
- export declare class UpdateInProgressException extends __BaseException {
126
- readonly name: "UpdateInProgressException";
127
- readonly $fault: "client";
128
-
129
- constructor(opts: __ExceptionOptionType<UpdateInProgressException, __BaseException>);
130
- }
131
-
132
- export interface ExecuteCommandLogConfiguration {
133
-
134
- cloudWatchLogGroupName?: string;
135
-
136
- cloudWatchEncryptionEnabled?: boolean;
137
-
138
- s3BucketName?: string;
139
-
140
- s3EncryptionEnabled?: boolean;
141
-
142
- s3KeyPrefix?: string;
143
- }
144
- export declare enum ExecuteCommandLogging {
145
- DEFAULT = "DEFAULT",
146
- NONE = "NONE",
147
- OVERRIDE = "OVERRIDE"
148
- }
149
-
150
- export interface ExecuteCommandConfiguration {
151
-
152
- kmsKeyId?: string;
153
-
154
- logging?: ExecuteCommandLogging | string;
155
-
156
- logConfiguration?: ExecuteCommandLogConfiguration;
157
- }
158
-
159
- export interface ClusterConfiguration {
160
-
161
- executeCommandConfiguration?: ExecuteCommandConfiguration;
162
- }
163
-
164
- export interface CapacityProviderStrategyItem {
165
-
166
- capacityProvider: string | undefined;
167
-
168
- weight?: number;
169
-
170
- base?: number;
171
- }
172
- export declare enum ClusterSettingName {
173
- CONTAINER_INSIGHTS = "containerInsights"
174
- }
175
-
176
- export interface ClusterSetting {
177
-
178
- name?: ClusterSettingName | string;
179
-
180
- value?: string;
181
- }
182
- export interface CreateClusterRequest {
183
-
184
- clusterName?: string;
185
-
186
- tags?: Tag[];
187
-
188
- settings?: ClusterSetting[];
189
-
190
- configuration?: ClusterConfiguration;
191
-
192
- capacityProviders?: string[];
193
-
194
- defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
195
- }
196
-
197
- export interface KeyValuePair {
198
-
199
- name?: string;
200
-
201
- value?: string;
202
- }
203
-
204
- export interface Attachment {
205
-
206
- id?: string;
207
-
208
- type?: string;
209
-
210
- status?: string;
211
-
212
- details?: KeyValuePair[];
213
- }
214
-
215
- export interface Cluster {
216
-
217
- clusterArn?: string;
218
-
219
- clusterName?: string;
220
-
221
- configuration?: ClusterConfiguration;
222
-
223
- status?: string;
224
-
225
- registeredContainerInstancesCount?: number;
226
-
227
- runningTasksCount?: number;
228
-
229
- pendingTasksCount?: number;
230
-
231
- activeServicesCount?: number;
232
-
233
- statistics?: KeyValuePair[];
234
-
235
- tags?: Tag[];
236
-
237
- settings?: ClusterSetting[];
238
-
239
- capacityProviders?: string[];
240
-
241
- defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
242
-
243
- attachments?: Attachment[];
244
-
245
- attachmentsStatus?: string;
246
- }
247
- export interface CreateClusterResponse {
248
-
249
- cluster?: Cluster;
250
- }
251
-
252
- export declare class ClusterNotFoundException extends __BaseException {
253
- readonly name: "ClusterNotFoundException";
254
- readonly $fault: "client";
255
-
256
- constructor(opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>);
257
- }
258
-
259
- export interface DeploymentCircuitBreaker {
260
-
261
- enable: boolean | undefined;
262
-
263
- rollback: boolean | undefined;
264
- }
265
-
266
- export interface DeploymentConfiguration {
267
-
268
- deploymentCircuitBreaker?: DeploymentCircuitBreaker;
269
-
270
- maximumPercent?: number;
271
-
272
- minimumHealthyPercent?: number;
273
- }
274
- export declare enum DeploymentControllerType {
275
- CODE_DEPLOY = "CODE_DEPLOY",
276
- ECS = "ECS",
277
- EXTERNAL = "EXTERNAL"
278
- }
279
-
280
- export interface DeploymentController {
281
-
282
- type: DeploymentControllerType | string | undefined;
283
- }
284
- export declare enum LaunchType {
285
- EC2 = "EC2",
286
- EXTERNAL = "EXTERNAL",
287
- FARGATE = "FARGATE"
288
- }
289
-
290
- export interface LoadBalancer {
291
-
292
- targetGroupArn?: string;
293
-
294
- loadBalancerName?: string;
295
-
296
- containerName?: string;
297
-
298
- containerPort?: number;
299
- }
300
- export declare enum AssignPublicIp {
301
- DISABLED = "DISABLED",
302
- ENABLED = "ENABLED"
303
- }
304
-
305
- export interface AwsVpcConfiguration {
306
-
307
- subnets: string[] | undefined;
308
-
309
- securityGroups?: string[];
310
-
311
- assignPublicIp?: AssignPublicIp | string;
312
- }
313
-
314
- export interface NetworkConfiguration {
315
-
316
- awsvpcConfiguration?: AwsVpcConfiguration;
317
- }
318
- export declare enum PlacementConstraintType {
319
- DISTINCT_INSTANCE = "distinctInstance",
320
- MEMBER_OF = "memberOf"
321
- }
322
-
323
- export interface PlacementConstraint {
324
-
325
- type?: PlacementConstraintType | string;
326
-
327
- expression?: string;
328
- }
329
- export declare enum PlacementStrategyType {
330
- BINPACK = "binpack",
331
- RANDOM = "random",
332
- SPREAD = "spread"
333
- }
334
-
335
- export interface PlacementStrategy {
336
-
337
- type?: PlacementStrategyType | string;
338
-
339
- field?: string;
340
- }
341
- export declare enum PropagateTags {
342
- NONE = "NONE",
343
- SERVICE = "SERVICE",
344
- TASK_DEFINITION = "TASK_DEFINITION"
345
- }
346
- export declare enum SchedulingStrategy {
347
- DAEMON = "DAEMON",
348
- REPLICA = "REPLICA"
349
- }
350
-
351
- export interface ServiceRegistry {
352
-
353
- registryArn?: string;
354
-
355
- port?: number;
356
-
357
- containerName?: string;
358
-
359
- containerPort?: number;
360
- }
361
- export interface CreateServiceRequest {
362
-
363
- cluster?: string;
364
-
365
- serviceName: string | undefined;
366
-
367
- taskDefinition?: string;
368
-
369
- loadBalancers?: LoadBalancer[];
370
-
371
- serviceRegistries?: ServiceRegistry[];
372
-
373
- desiredCount?: number;
374
-
375
- clientToken?: string;
376
-
377
- launchType?: LaunchType | string;
378
-
379
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
380
-
381
- platformVersion?: string;
382
-
383
- role?: string;
384
-
385
- deploymentConfiguration?: DeploymentConfiguration;
386
-
387
- placementConstraints?: PlacementConstraint[];
388
-
389
- placementStrategy?: PlacementStrategy[];
390
-
391
- networkConfiguration?: NetworkConfiguration;
392
-
393
- healthCheckGracePeriodSeconds?: number;
394
-
395
- schedulingStrategy?: SchedulingStrategy | string;
396
-
397
- deploymentController?: DeploymentController;
398
-
399
- tags?: Tag[];
400
-
401
- enableECSManagedTags?: boolean;
402
-
403
- propagateTags?: PropagateTags | string;
404
-
405
- enableExecuteCommand?: boolean;
406
- }
407
- export declare enum DeploymentRolloutState {
408
- COMPLETED = "COMPLETED",
409
- FAILED = "FAILED",
410
- IN_PROGRESS = "IN_PROGRESS"
411
- }
412
-
413
- export interface Deployment {
414
-
415
- id?: string;
416
-
417
- status?: string;
418
-
419
- taskDefinition?: string;
420
-
421
- desiredCount?: number;
422
-
423
- pendingCount?: number;
424
-
425
- runningCount?: number;
426
-
427
- failedTasks?: number;
428
-
429
- createdAt?: Date;
430
-
431
- updatedAt?: Date;
432
-
433
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
434
-
435
- launchType?: LaunchType | string;
436
-
437
- platformVersion?: string;
438
-
439
- platformFamily?: string;
440
-
441
- networkConfiguration?: NetworkConfiguration;
442
-
443
- rolloutState?: DeploymentRolloutState | string;
444
-
445
- rolloutStateReason?: string;
446
- }
447
-
448
- export interface ServiceEvent {
449
-
450
- id?: string;
451
-
452
- createdAt?: Date;
453
-
454
- message?: string;
455
- }
456
- export declare enum ScaleUnit {
457
- PERCENT = "PERCENT"
458
- }
459
-
460
- export interface Scale {
461
-
462
- value?: number;
463
-
464
- unit?: ScaleUnit | string;
465
- }
466
- export declare enum StabilityStatus {
467
- STABILIZING = "STABILIZING",
468
- STEADY_STATE = "STEADY_STATE"
469
- }
470
-
471
- export interface TaskSet {
472
-
473
- id?: string;
474
-
475
- taskSetArn?: string;
476
-
477
- serviceArn?: string;
478
-
479
- clusterArn?: string;
480
-
481
- startedBy?: string;
482
-
483
- externalId?: string;
484
-
485
- status?: string;
486
-
487
- taskDefinition?: string;
488
-
489
- computedDesiredCount?: number;
490
-
491
- pendingCount?: number;
492
-
493
- runningCount?: number;
494
-
495
- createdAt?: Date;
496
-
497
- updatedAt?: Date;
498
-
499
- launchType?: LaunchType | string;
500
-
501
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
502
-
503
- platformVersion?: string;
504
-
505
- platformFamily?: string;
506
-
507
- networkConfiguration?: NetworkConfiguration;
508
-
509
- loadBalancers?: LoadBalancer[];
510
-
511
- serviceRegistries?: ServiceRegistry[];
512
-
513
- scale?: Scale;
514
-
515
- stabilityStatus?: StabilityStatus | string;
516
-
517
- stabilityStatusAt?: Date;
518
-
519
- tags?: Tag[];
520
- }
521
-
522
- export interface Service {
523
-
524
- serviceArn?: string;
525
-
526
- serviceName?: string;
527
-
528
- clusterArn?: string;
529
-
530
- loadBalancers?: LoadBalancer[];
531
-
532
- serviceRegistries?: ServiceRegistry[];
533
-
534
- status?: string;
535
-
536
- desiredCount?: number;
537
-
538
- runningCount?: number;
539
-
540
- pendingCount?: number;
541
-
542
- launchType?: LaunchType | string;
543
-
544
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
545
-
546
- platformVersion?: string;
547
-
548
- platformFamily?: string;
549
-
550
- taskDefinition?: string;
551
-
552
- deploymentConfiguration?: DeploymentConfiguration;
553
-
554
- taskSets?: TaskSet[];
555
-
556
- deployments?: Deployment[];
557
-
558
- roleArn?: string;
559
-
560
- events?: ServiceEvent[];
561
-
562
- createdAt?: Date;
563
-
564
- placementConstraints?: PlacementConstraint[];
565
-
566
- placementStrategy?: PlacementStrategy[];
567
-
568
- networkConfiguration?: NetworkConfiguration;
569
-
570
- healthCheckGracePeriodSeconds?: number;
571
-
572
- schedulingStrategy?: SchedulingStrategy | string;
573
-
574
- deploymentController?: DeploymentController;
575
-
576
- tags?: Tag[];
577
-
578
- createdBy?: string;
579
-
580
- enableECSManagedTags?: boolean;
581
-
582
- propagateTags?: PropagateTags | string;
583
-
584
- enableExecuteCommand?: boolean;
585
- }
586
- export interface CreateServiceResponse {
587
-
588
- service?: Service;
589
- }
590
-
591
- export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
592
- readonly name: "PlatformTaskDefinitionIncompatibilityException";
593
- readonly $fault: "client";
594
-
595
- constructor(opts: __ExceptionOptionType<PlatformTaskDefinitionIncompatibilityException, __BaseException>);
596
- }
597
-
598
- export declare class PlatformUnknownException extends __BaseException {
599
- readonly name: "PlatformUnknownException";
600
- readonly $fault: "client";
601
-
602
- constructor(opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>);
603
- }
604
-
605
- export declare class UnsupportedFeatureException extends __BaseException {
606
- readonly name: "UnsupportedFeatureException";
607
- readonly $fault: "client";
608
-
609
- constructor(opts: __ExceptionOptionType<UnsupportedFeatureException, __BaseException>);
610
- }
611
- export interface CreateTaskSetRequest {
612
-
613
- service: string | undefined;
614
-
615
- cluster: string | undefined;
616
-
617
- externalId?: string;
618
-
619
- taskDefinition: string | undefined;
620
-
621
- networkConfiguration?: NetworkConfiguration;
622
-
623
- loadBalancers?: LoadBalancer[];
624
-
625
- serviceRegistries?: ServiceRegistry[];
626
-
627
- launchType?: LaunchType | string;
628
-
629
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
630
-
631
- platformVersion?: string;
632
-
633
- scale?: Scale;
634
-
635
- clientToken?: string;
636
-
637
- tags?: Tag[];
638
- }
639
- export interface CreateTaskSetResponse {
640
-
641
- taskSet?: TaskSet;
642
- }
643
-
644
- export declare class ServiceNotActiveException extends __BaseException {
645
- readonly name: "ServiceNotActiveException";
646
- readonly $fault: "client";
647
-
648
- constructor(opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>);
649
- }
650
-
651
- export declare class ServiceNotFoundException extends __BaseException {
652
- readonly name: "ServiceNotFoundException";
653
- readonly $fault: "client";
654
-
655
- constructor(opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>);
656
- }
657
- export declare enum SettingName {
658
- AWSVPC_TRUNKING = "awsvpcTrunking",
659
- CONTAINER_INSIGHTS = "containerInsights",
660
- CONTAINER_INSTANCE_LONG_ARN_FORMAT = "containerInstanceLongArnFormat",
661
- SERVICE_LONG_ARN_FORMAT = "serviceLongArnFormat",
662
- TASK_LONG_ARN_FORMAT = "taskLongArnFormat"
663
- }
664
- export interface DeleteAccountSettingRequest {
665
-
666
- name: SettingName | string | undefined;
667
-
668
- principalArn?: string;
669
- }
670
-
671
- export interface Setting {
672
-
673
- name?: SettingName | string;
674
-
675
- value?: string;
676
-
677
- principalArn?: string;
678
- }
679
- export interface DeleteAccountSettingResponse {
680
-
681
- setting?: Setting;
682
- }
683
- export declare enum TargetType {
684
- CONTAINER_INSTANCE = "container-instance"
685
- }
686
-
687
- export interface Attribute {
688
-
689
- name: string | undefined;
690
-
691
- value?: string;
692
-
693
- targetType?: TargetType | string;
694
-
695
- targetId?: string;
696
- }
697
- export interface DeleteAttributesRequest {
698
-
699
- cluster?: string;
700
-
701
- attributes: Attribute[] | undefined;
702
- }
703
- export interface DeleteAttributesResponse {
704
-
705
- attributes?: Attribute[];
706
- }
707
-
708
- export declare class TargetNotFoundException extends __BaseException {
709
- readonly name: "TargetNotFoundException";
710
- readonly $fault: "client";
711
-
712
- constructor(opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>);
713
- }
714
- export interface DeleteCapacityProviderRequest {
715
-
716
- capacityProvider: string | undefined;
717
- }
718
- export interface DeleteCapacityProviderResponse {
719
-
720
- capacityProvider?: CapacityProvider;
721
- }
722
-
723
- export declare class ClusterContainsContainerInstancesException extends __BaseException {
724
- readonly name: "ClusterContainsContainerInstancesException";
725
- readonly $fault: "client";
726
-
727
- constructor(opts: __ExceptionOptionType<ClusterContainsContainerInstancesException, __BaseException>);
728
- }
729
-
730
- export declare class ClusterContainsServicesException extends __BaseException {
731
- readonly name: "ClusterContainsServicesException";
732
- readonly $fault: "client";
733
-
734
- constructor(opts: __ExceptionOptionType<ClusterContainsServicesException, __BaseException>);
735
- }
736
-
737
- export declare class ClusterContainsTasksException extends __BaseException {
738
- readonly name: "ClusterContainsTasksException";
739
- readonly $fault: "client";
740
-
741
- constructor(opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>);
742
- }
743
- export interface DeleteClusterRequest {
744
-
745
- cluster: string | undefined;
746
- }
747
- export interface DeleteClusterResponse {
748
-
749
- cluster?: Cluster;
750
- }
751
- export interface DeleteServiceRequest {
752
-
753
- cluster?: string;
754
-
755
- service: string | undefined;
756
-
757
- force?: boolean;
758
- }
759
- export interface DeleteServiceResponse {
760
-
761
- service?: Service;
762
- }
763
- export interface DeleteTaskSetRequest {
764
-
765
- cluster: string | undefined;
766
-
767
- service: string | undefined;
768
-
769
- taskSet: string | undefined;
770
-
771
- force?: boolean;
772
- }
773
- export interface DeleteTaskSetResponse {
774
-
775
- taskSet?: TaskSet;
776
- }
777
-
778
- export declare class TaskSetNotFoundException extends __BaseException {
779
- readonly name: "TaskSetNotFoundException";
780
- readonly $fault: "client";
781
-
782
- constructor(opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>);
783
- }
784
- export interface DeregisterContainerInstanceRequest {
785
-
786
- cluster?: string;
787
-
788
- containerInstance: string | undefined;
789
-
790
- force?: boolean;
791
- }
792
- export declare enum InstanceHealthCheckState {
793
- IMPAIRED = "IMPAIRED",
794
- INITIALIZING = "INITIALIZING",
795
- INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
796
- OK = "OK"
797
- }
798
- export declare enum InstanceHealthCheckType {
799
- CONTAINER_RUNTIME = "CONTAINER_RUNTIME"
800
- }
801
-
802
- export interface InstanceHealthCheckResult {
803
-
804
- type?: InstanceHealthCheckType | string;
805
-
806
- status?: InstanceHealthCheckState | string;
807
-
808
- lastUpdated?: Date;
809
-
810
- lastStatusChange?: Date;
811
- }
812
-
813
- export interface ContainerInstanceHealthStatus {
814
-
815
- overallStatus?: InstanceHealthCheckState | string;
816
-
817
- details?: InstanceHealthCheckResult[];
818
- }
819
-
820
- export interface Resource {
821
-
822
- name?: string;
823
-
824
- type?: string;
825
-
826
- doubleValue?: number;
827
-
828
- longValue?: number;
829
-
830
- integerValue?: number;
831
-
832
- stringSetValue?: string[];
833
- }
834
-
835
- export interface VersionInfo {
836
-
837
- agentVersion?: string;
838
-
839
- agentHash?: string;
840
-
841
- dockerVersion?: string;
842
- }
843
-
844
- export interface ContainerInstance {
845
-
846
- containerInstanceArn?: string;
847
-
848
- ec2InstanceId?: string;
849
-
850
- capacityProviderName?: string;
851
-
852
- version?: number;
853
-
854
- versionInfo?: VersionInfo;
855
-
856
- remainingResources?: Resource[];
857
-
858
- registeredResources?: Resource[];
859
-
860
- status?: string;
861
-
862
- statusReason?: string;
863
-
864
- agentConnected?: boolean;
865
-
866
- runningTasksCount?: number;
867
-
868
- pendingTasksCount?: number;
869
-
870
- agentUpdateStatus?: AgentUpdateStatus | string;
871
-
872
- attributes?: Attribute[];
873
-
874
- registeredAt?: Date;
875
-
876
- attachments?: Attachment[];
877
-
878
- tags?: Tag[];
879
-
880
- healthStatus?: ContainerInstanceHealthStatus;
881
- }
882
- export interface DeregisterContainerInstanceResponse {
883
-
884
- containerInstance?: ContainerInstance;
885
- }
886
- export interface DeregisterTaskDefinitionRequest {
887
-
888
- taskDefinition: string | undefined;
889
- }
890
- export declare enum Compatibility {
891
- EC2 = "EC2",
892
- EXTERNAL = "EXTERNAL",
893
- FARGATE = "FARGATE"
894
- }
895
- export declare enum ContainerCondition {
896
- COMPLETE = "COMPLETE",
897
- HEALTHY = "HEALTHY",
898
- START = "START",
899
- SUCCESS = "SUCCESS"
900
- }
901
-
902
- export interface ContainerDependency {
903
-
904
- containerName: string | undefined;
905
-
906
- condition: ContainerCondition | string | undefined;
907
- }
908
- export declare enum EnvironmentFileType {
909
- S3 = "s3"
910
- }
911
-
912
- export interface EnvironmentFile {
913
-
914
- value: string | undefined;
915
-
916
- type: EnvironmentFileType | string | undefined;
917
- }
918
-
919
- export interface HostEntry {
920
-
921
- hostname: string | undefined;
922
-
923
- ipAddress: string | undefined;
924
- }
925
- export declare enum FirelensConfigurationType {
926
- FLUENTBIT = "fluentbit",
927
- FLUENTD = "fluentd"
928
- }
929
-
930
- export interface FirelensConfiguration {
931
-
932
- type: FirelensConfigurationType | string | undefined;
933
-
934
- options?: Record<string, string>;
935
- }
936
-
937
- export interface HealthCheck {
938
-
939
- command: string[] | undefined;
940
-
941
- interval?: number;
942
-
943
- timeout?: number;
944
-
945
- retries?: number;
946
-
947
- startPeriod?: number;
948
- }
949
-
950
- export interface KernelCapabilities {
951
-
952
- add?: string[];
953
-
954
- drop?: string[];
955
- }
956
- export declare enum DeviceCgroupPermission {
957
- MKNOD = "mknod",
958
- READ = "read",
959
- WRITE = "write"
960
- }
961
-
962
- export interface Device {
963
-
964
- hostPath: string | undefined;
965
-
966
- containerPath?: string;
967
-
968
- permissions?: (DeviceCgroupPermission | string)[];
969
- }
970
-
971
- export interface Tmpfs {
972
-
973
- containerPath: string | undefined;
974
-
975
- size: number | undefined;
976
-
977
- mountOptions?: string[];
978
- }
979
-
980
- export interface LinuxParameters {
981
-
982
- capabilities?: KernelCapabilities;
983
-
984
- devices?: Device[];
985
-
986
- initProcessEnabled?: boolean;
987
-
988
- sharedMemorySize?: number;
989
-
990
- tmpfs?: Tmpfs[];
991
-
992
- maxSwap?: number;
993
-
994
- swappiness?: number;
995
- }
996
- export declare enum LogDriver {
997
- AWSFIRELENS = "awsfirelens",
998
- AWSLOGS = "awslogs",
999
- FLUENTD = "fluentd",
1000
- GELF = "gelf",
1001
- JOURNALD = "journald",
1002
- JSON_FILE = "json-file",
1003
- SPLUNK = "splunk",
1004
- SYSLOG = "syslog"
1005
- }
1006
-
1007
- export interface Secret {
1008
-
1009
- name: string | undefined;
1010
-
1011
- valueFrom: string | undefined;
1012
- }
1013
-
1014
- export interface LogConfiguration {
1015
-
1016
- logDriver: LogDriver | string | undefined;
1017
-
1018
- options?: Record<string, string>;
1019
-
1020
- secretOptions?: Secret[];
1021
- }
1022
-
1023
- export interface MountPoint {
1024
-
1025
- sourceVolume?: string;
1026
-
1027
- containerPath?: string;
1028
-
1029
- readOnly?: boolean;
1030
- }
1031
- export declare enum TransportProtocol {
1032
- TCP = "tcp",
1033
- UDP = "udp"
1034
- }
1035
-
1036
- export interface PortMapping {
1037
-
1038
- containerPort?: number;
1039
-
1040
- hostPort?: number;
1041
-
1042
- protocol?: TransportProtocol | string;
1043
- }
1044
-
1045
- export interface RepositoryCredentials {
1046
-
1047
- credentialsParameter: string | undefined;
1048
- }
1049
- export declare enum ResourceType {
1050
- GPU = "GPU",
1051
- INFERENCE_ACCELERATOR = "InferenceAccelerator"
1052
- }
1053
-
1054
- export interface ResourceRequirement {
1055
-
1056
- value: string | undefined;
1057
-
1058
- type: ResourceType | string | undefined;
1059
- }
1060
-
1061
- export interface SystemControl {
1062
-
1063
- namespace?: string;
1064
-
1065
- value?: string;
1066
- }
1067
- export declare enum UlimitName {
1068
- CORE = "core",
1069
- CPU = "cpu",
1070
- DATA = "data",
1071
- FSIZE = "fsize",
1072
- LOCKS = "locks",
1073
- MEMLOCK = "memlock",
1074
- MSGQUEUE = "msgqueue",
1075
- NICE = "nice",
1076
- NOFILE = "nofile",
1077
- NPROC = "nproc",
1078
- RSS = "rss",
1079
- RTPRIO = "rtprio",
1080
- RTTIME = "rttime",
1081
- SIGPENDING = "sigpending",
1082
- STACK = "stack"
1083
- }
1084
-
1085
- export interface Ulimit {
1086
-
1087
- name: UlimitName | string | undefined;
1088
-
1089
- softLimit: number | undefined;
1090
-
1091
- hardLimit: number | undefined;
1092
- }
1093
-
1094
- export interface VolumeFrom {
1095
-
1096
- sourceContainer?: string;
1097
-
1098
- readOnly?: boolean;
1099
- }
1100
-
1101
- export interface ContainerDefinition {
1102
-
1103
- name?: string;
1104
-
1105
- image?: string;
1106
-
1107
- repositoryCredentials?: RepositoryCredentials;
1108
-
1109
- cpu?: number;
1110
-
1111
- memory?: number;
1112
-
1113
- memoryReservation?: number;
1114
-
1115
- links?: string[];
1116
-
1117
- portMappings?: PortMapping[];
1118
-
1119
- essential?: boolean;
1120
-
1121
- entryPoint?: string[];
1122
-
1123
- command?: string[];
1124
-
1125
- environment?: KeyValuePair[];
1126
-
1127
- environmentFiles?: EnvironmentFile[];
1128
-
1129
- mountPoints?: MountPoint[];
1130
-
1131
- volumesFrom?: VolumeFrom[];
1132
-
1133
- linuxParameters?: LinuxParameters;
1134
-
1135
- secrets?: Secret[];
1136
-
1137
- dependsOn?: ContainerDependency[];
1138
-
1139
- startTimeout?: number;
1140
-
1141
- stopTimeout?: number;
1142
-
1143
- hostname?: string;
1144
-
1145
- user?: string;
1146
-
1147
- workingDirectory?: string;
1148
-
1149
- disableNetworking?: boolean;
1150
-
1151
- privileged?: boolean;
1152
-
1153
- readonlyRootFilesystem?: boolean;
1154
-
1155
- dnsServers?: string[];
1156
-
1157
- dnsSearchDomains?: string[];
1158
-
1159
- extraHosts?: HostEntry[];
1160
-
1161
- dockerSecurityOptions?: string[];
1162
-
1163
- interactive?: boolean;
1164
-
1165
- pseudoTerminal?: boolean;
1166
-
1167
- dockerLabels?: Record<string, string>;
1168
-
1169
- ulimits?: Ulimit[];
1170
-
1171
- logConfiguration?: LogConfiguration;
1172
-
1173
- healthCheck?: HealthCheck;
1174
-
1175
- systemControls?: SystemControl[];
1176
-
1177
- resourceRequirements?: ResourceRequirement[];
1178
-
1179
- firelensConfiguration?: FirelensConfiguration;
1180
- }
1181
-
1182
- export interface EphemeralStorage {
1183
-
1184
- sizeInGiB: number | undefined;
1185
- }
1186
-
1187
- export interface InferenceAccelerator {
1188
-
1189
- deviceName: string | undefined;
1190
-
1191
- deviceType: string | undefined;
1192
- }
1193
- export declare enum IpcMode {
1194
- HOST = "host",
1195
- NONE = "none",
1196
- TASK = "task"
1197
- }
1198
- export declare enum NetworkMode {
1199
- AWSVPC = "awsvpc",
1200
- BRIDGE = "bridge",
1201
- HOST = "host",
1202
- NONE = "none"
1203
- }
1204
- export declare enum PidMode {
1205
- HOST = "host",
1206
- TASK = "task"
1207
- }
1208
- export declare enum TaskDefinitionPlacementConstraintType {
1209
- MEMBER_OF = "memberOf"
1210
- }
1211
-
1212
- export interface TaskDefinitionPlacementConstraint {
1213
-
1214
- type?: TaskDefinitionPlacementConstraintType | string;
1215
-
1216
- expression?: string;
1217
- }
1218
- export declare enum ProxyConfigurationType {
1219
- APPMESH = "APPMESH"
1220
- }
1221
-
1222
- export interface ProxyConfiguration {
1223
-
1224
- type?: ProxyConfigurationType | string;
1225
-
1226
- containerName: string | undefined;
1227
-
1228
- properties?: KeyValuePair[];
1229
- }
1230
- export declare enum CPUArchitecture {
1231
- ARM64 = "ARM64",
1232
- X86_64 = "X86_64"
1233
- }
1234
- export declare enum OSFamily {
1235
- LINUX = "LINUX",
1236
- WINDOWS_SERVER_2004_CORE = "WINDOWS_SERVER_2004_CORE",
1237
- WINDOWS_SERVER_2016_FULL = "WINDOWS_SERVER_2016_FULL",
1238
- WINDOWS_SERVER_2019_CORE = "WINDOWS_SERVER_2019_CORE",
1239
- WINDOWS_SERVER_2019_FULL = "WINDOWS_SERVER_2019_FULL",
1240
- WINDOWS_SERVER_2022_CORE = "WINDOWS_SERVER_2022_CORE",
1241
- WINDOWS_SERVER_2022_FULL = "WINDOWS_SERVER_2022_FULL",
1242
- WINDOWS_SERVER_20H2_CORE = "WINDOWS_SERVER_20H2_CORE"
1243
- }
1244
-
1245
- export interface RuntimePlatform {
1246
-
1247
- cpuArchitecture?: CPUArchitecture | string;
1248
-
1249
- operatingSystemFamily?: OSFamily | string;
1250
- }
1251
- export declare enum TaskDefinitionStatus {
1252
- ACTIVE = "ACTIVE",
1253
- INACTIVE = "INACTIVE"
1254
- }
1255
- export declare enum Scope {
1256
- SHARED = "shared",
1257
- TASK = "task"
1258
- }
1259
-
1260
- export interface DockerVolumeConfiguration {
1261
-
1262
- scope?: Scope | string;
1263
-
1264
- autoprovision?: boolean;
1265
-
1266
- driver?: string;
1267
-
1268
- driverOpts?: Record<string, string>;
1269
-
1270
- labels?: Record<string, string>;
1271
- }
1272
- export declare enum EFSAuthorizationConfigIAM {
1273
- DISABLED = "DISABLED",
1274
- ENABLED = "ENABLED"
1275
- }
1276
-
1277
- export interface EFSAuthorizationConfig {
1278
-
1279
- accessPointId?: string;
1280
-
1281
- iam?: EFSAuthorizationConfigIAM | string;
1282
- }
1283
- export declare enum EFSTransitEncryption {
1284
- DISABLED = "DISABLED",
1285
- ENABLED = "ENABLED"
1286
- }
1287
-
1288
- export interface EFSVolumeConfiguration {
1289
-
1290
- fileSystemId: string | undefined;
1291
-
1292
- rootDirectory?: string;
1293
-
1294
- transitEncryption?: EFSTransitEncryption | string;
1295
-
1296
- transitEncryptionPort?: number;
1297
-
1298
- authorizationConfig?: EFSAuthorizationConfig;
1299
- }
1300
-
1301
- export interface FSxWindowsFileServerAuthorizationConfig {
1302
-
1303
- credentialsParameter: string | undefined;
1304
-
1305
- domain: string | undefined;
1306
- }
1307
-
1308
- export interface FSxWindowsFileServerVolumeConfiguration {
1309
-
1310
- fileSystemId: string | undefined;
1311
-
1312
- rootDirectory: string | undefined;
1313
-
1314
- authorizationConfig: FSxWindowsFileServerAuthorizationConfig | undefined;
1315
- }
1316
-
1317
- export interface HostVolumeProperties {
1318
-
1319
- sourcePath?: string;
1320
- }
1321
-
1322
- export interface Volume {
1323
-
1324
- name?: string;
1325
-
1326
- host?: HostVolumeProperties;
1327
-
1328
- dockerVolumeConfiguration?: DockerVolumeConfiguration;
1329
-
1330
- efsVolumeConfiguration?: EFSVolumeConfiguration;
1331
-
1332
- fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration;
1333
- }
1334
-
1335
- export interface TaskDefinition {
1336
-
1337
- taskDefinitionArn?: string;
1338
-
1339
- containerDefinitions?: ContainerDefinition[];
1340
-
1341
- family?: string;
1342
-
1343
- taskRoleArn?: string;
1344
-
1345
- executionRoleArn?: string;
1346
-
1347
- networkMode?: NetworkMode | string;
1348
-
1349
- revision?: number;
1350
-
1351
- volumes?: Volume[];
1352
-
1353
- status?: TaskDefinitionStatus | string;
1354
-
1355
- requiresAttributes?: Attribute[];
1356
-
1357
- placementConstraints?: TaskDefinitionPlacementConstraint[];
1358
-
1359
- compatibilities?: (Compatibility | string)[];
1360
-
1361
- runtimePlatform?: RuntimePlatform;
1362
-
1363
- requiresCompatibilities?: (Compatibility | string)[];
1364
-
1365
- cpu?: string;
1366
-
1367
- memory?: string;
1368
-
1369
- inferenceAccelerators?: InferenceAccelerator[];
1370
-
1371
- pidMode?: PidMode | string;
1372
-
1373
- ipcMode?: IpcMode | string;
1374
-
1375
- proxyConfiguration?: ProxyConfiguration;
1376
-
1377
- registeredAt?: Date;
1378
-
1379
- deregisteredAt?: Date;
1380
-
1381
- registeredBy?: string;
1382
-
1383
- ephemeralStorage?: EphemeralStorage;
1384
- }
1385
- export interface DeregisterTaskDefinitionResponse {
1386
-
1387
- taskDefinition?: TaskDefinition;
1388
- }
1389
- export declare enum CapacityProviderField {
1390
- TAGS = "TAGS"
1391
- }
1392
- export interface DescribeCapacityProvidersRequest {
1393
-
1394
- capacityProviders?: string[];
1395
-
1396
- include?: (CapacityProviderField | string)[];
1397
-
1398
- maxResults?: number;
1399
-
1400
- nextToken?: string;
1401
- }
1402
-
1403
- export interface Failure {
1404
-
1405
- arn?: string;
1406
-
1407
- reason?: string;
1408
-
1409
- detail?: string;
1410
- }
1411
- export interface DescribeCapacityProvidersResponse {
1412
-
1413
- capacityProviders?: CapacityProvider[];
1414
-
1415
- failures?: Failure[];
1416
-
1417
- nextToken?: string;
1418
- }
1419
- export declare enum ClusterField {
1420
- ATTACHMENTS = "ATTACHMENTS",
1421
- CONFIGURATIONS = "CONFIGURATIONS",
1422
- SETTINGS = "SETTINGS",
1423
- STATISTICS = "STATISTICS",
1424
- TAGS = "TAGS"
1425
- }
1426
- export interface DescribeClustersRequest {
1427
-
1428
- clusters?: string[];
1429
-
1430
- include?: (ClusterField | string)[];
1431
- }
1432
- export interface DescribeClustersResponse {
1433
-
1434
- clusters?: Cluster[];
1435
-
1436
- failures?: Failure[];
1437
- }
1438
- export declare enum ContainerInstanceField {
1439
- CONTAINER_INSTANCE_HEALTH = "CONTAINER_INSTANCE_HEALTH",
1440
- TAGS = "TAGS"
1441
- }
1442
- export interface DescribeContainerInstancesRequest {
1443
-
1444
- cluster?: string;
1445
-
1446
- containerInstances: string[] | undefined;
1447
-
1448
- include?: (ContainerInstanceField | string)[];
1449
- }
1450
- export interface DescribeContainerInstancesResponse {
1451
-
1452
- containerInstances?: ContainerInstance[];
1453
-
1454
- failures?: Failure[];
1455
- }
1456
- export declare enum ServiceField {
1457
- TAGS = "TAGS"
1458
- }
1459
- export interface DescribeServicesRequest {
1460
-
1461
- cluster?: string;
1462
-
1463
- services: string[] | undefined;
1464
-
1465
- include?: (ServiceField | string)[];
1466
- }
1467
- export interface DescribeServicesResponse {
1468
-
1469
- services?: Service[];
1470
-
1471
- failures?: Failure[];
1472
- }
1473
- export declare enum TaskDefinitionField {
1474
- TAGS = "TAGS"
1475
- }
1476
- export interface DescribeTaskDefinitionRequest {
1477
-
1478
- taskDefinition: string | undefined;
1479
-
1480
- include?: (TaskDefinitionField | string)[];
1481
- }
1482
- export interface DescribeTaskDefinitionResponse {
1483
-
1484
- taskDefinition?: TaskDefinition;
1485
-
1486
- tags?: Tag[];
1487
- }
1488
- export declare enum TaskField {
1489
- TAGS = "TAGS"
1490
- }
1491
- export interface DescribeTasksRequest {
1492
-
1493
- cluster?: string;
1494
-
1495
- tasks: string[] | undefined;
1496
-
1497
- include?: (TaskField | string)[];
1498
- }
1499
- export declare enum Connectivity {
1500
- CONNECTED = "CONNECTED",
1501
- DISCONNECTED = "DISCONNECTED"
1502
- }
1503
- export declare enum HealthStatus {
1504
- HEALTHY = "HEALTHY",
1505
- UNHEALTHY = "UNHEALTHY",
1506
- UNKNOWN = "UNKNOWN"
1507
- }
1508
- export declare enum ManagedAgentName {
1509
- ExecuteCommandAgent = "ExecuteCommandAgent"
1510
- }
1511
-
1512
- export interface ManagedAgent {
1513
-
1514
- lastStartedAt?: Date;
1515
-
1516
- name?: ManagedAgentName | string;
1517
-
1518
- reason?: string;
1519
-
1520
- lastStatus?: string;
1521
- }
1522
-
1523
- export interface NetworkBinding {
1524
-
1525
- bindIP?: string;
1526
-
1527
- containerPort?: number;
1528
-
1529
- hostPort?: number;
1530
-
1531
- protocol?: TransportProtocol | string;
1532
- }
1533
-
1534
- export interface NetworkInterface {
1535
-
1536
- attachmentId?: string;
1537
-
1538
- privateIpv4Address?: string;
1539
-
1540
- ipv6Address?: string;
1541
- }
1542
-
1543
- export interface Container {
1544
-
1545
- containerArn?: string;
1546
-
1547
- taskArn?: string;
1548
-
1549
- name?: string;
1550
-
1551
- image?: string;
1552
-
1553
- imageDigest?: string;
1554
-
1555
- runtimeId?: string;
1556
-
1557
- lastStatus?: string;
1558
-
1559
- exitCode?: number;
1560
-
1561
- reason?: string;
1562
-
1563
- networkBindings?: NetworkBinding[];
1564
-
1565
- networkInterfaces?: NetworkInterface[];
1566
-
1567
- healthStatus?: HealthStatus | string;
1568
-
1569
- managedAgents?: ManagedAgent[];
1570
-
1571
- cpu?: string;
1572
-
1573
- memory?: string;
1574
-
1575
- memoryReservation?: string;
1576
-
1577
- gpuIds?: string[];
1578
- }
1579
-
1580
- export interface ContainerOverride {
1581
-
1582
- name?: string;
1583
-
1584
- command?: string[];
1585
-
1586
- environment?: KeyValuePair[];
1587
-
1588
- environmentFiles?: EnvironmentFile[];
1589
-
1590
- cpu?: number;
1591
-
1592
- memory?: number;
1593
-
1594
- memoryReservation?: number;
1595
-
1596
- resourceRequirements?: ResourceRequirement[];
1597
- }
1598
-
1599
- export interface InferenceAcceleratorOverride {
1600
-
1601
- deviceName?: string;
1602
-
1603
- deviceType?: string;
1604
- }
1605
-
1606
- export interface TaskOverride {
1607
-
1608
- containerOverrides?: ContainerOverride[];
1609
-
1610
- cpu?: string;
1611
-
1612
- inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[];
1613
-
1614
- executionRoleArn?: string;
1615
-
1616
- memory?: string;
1617
-
1618
- taskRoleArn?: string;
1619
-
1620
- ephemeralStorage?: EphemeralStorage;
1621
- }
1622
- export declare enum TaskStopCode {
1623
- ESSENTIAL_CONTAINER_EXITED = "EssentialContainerExited",
1624
- TASK_FAILED_TO_START = "TaskFailedToStart",
1625
- USER_INITIATED = "UserInitiated"
1626
- }
1627
-
1628
- export interface Task {
1629
-
1630
- attachments?: Attachment[];
1631
-
1632
- attributes?: Attribute[];
1633
-
1634
- availabilityZone?: string;
1635
-
1636
- capacityProviderName?: string;
1637
-
1638
- clusterArn?: string;
1639
-
1640
- connectivity?: Connectivity | string;
1641
-
1642
- connectivityAt?: Date;
1643
-
1644
- containerInstanceArn?: string;
1645
-
1646
- containers?: Container[];
1647
-
1648
- cpu?: string;
1649
-
1650
- createdAt?: Date;
1651
-
1652
- desiredStatus?: string;
1653
-
1654
- enableExecuteCommand?: boolean;
1655
-
1656
- executionStoppedAt?: Date;
1657
-
1658
- group?: string;
1659
-
1660
- healthStatus?: HealthStatus | string;
1661
-
1662
- inferenceAccelerators?: InferenceAccelerator[];
1663
-
1664
- lastStatus?: string;
1665
-
1666
- launchType?: LaunchType | string;
1667
-
1668
- memory?: string;
1669
-
1670
- overrides?: TaskOverride;
1671
-
1672
- platformVersion?: string;
1673
-
1674
- platformFamily?: string;
1675
-
1676
- pullStartedAt?: Date;
1677
-
1678
- pullStoppedAt?: Date;
1679
-
1680
- startedAt?: Date;
1681
-
1682
- startedBy?: string;
1683
-
1684
- stopCode?: TaskStopCode | string;
1685
-
1686
- stoppedAt?: Date;
1687
-
1688
- stoppedReason?: string;
1689
-
1690
- stoppingAt?: Date;
1691
-
1692
- tags?: Tag[];
1693
-
1694
- taskArn?: string;
1695
-
1696
- taskDefinitionArn?: string;
1697
-
1698
- version?: number;
1699
-
1700
- ephemeralStorage?: EphemeralStorage;
1701
- }
1702
- export interface DescribeTasksResponse {
1703
-
1704
- tasks?: Task[];
1705
-
1706
- failures?: Failure[];
1707
- }
1708
- export declare enum TaskSetField {
1709
- TAGS = "TAGS"
1710
- }
1711
- export interface DescribeTaskSetsRequest {
1712
-
1713
- cluster: string | undefined;
1714
-
1715
- service: string | undefined;
1716
-
1717
- taskSets?: string[];
1718
-
1719
- include?: (TaskSetField | string)[];
1720
- }
1721
- export interface DescribeTaskSetsResponse {
1722
-
1723
- taskSets?: TaskSet[];
1724
-
1725
- failures?: Failure[];
1726
- }
1727
- export interface DiscoverPollEndpointRequest {
1728
-
1729
- containerInstance?: string;
1730
-
1731
- cluster?: string;
1732
- }
1733
- export interface DiscoverPollEndpointResponse {
1734
-
1735
- endpoint?: string;
1736
-
1737
- telemetryEndpoint?: string;
1738
- }
1739
- export interface ExecuteCommandRequest {
1740
-
1741
- cluster?: string;
1742
-
1743
- container?: string;
1744
-
1745
- command: string | undefined;
1746
-
1747
- interactive: boolean | undefined;
1748
-
1749
- task: string | undefined;
1750
- }
1751
-
1752
- export interface Session {
1753
-
1754
- sessionId?: string;
1755
-
1756
- streamUrl?: string;
1757
-
1758
- tokenValue?: string;
1759
- }
1760
- export interface ExecuteCommandResponse {
1761
-
1762
- clusterArn?: string;
1763
-
1764
- containerArn?: string;
1765
-
1766
- containerName?: string;
1767
-
1768
- interactive?: boolean;
1769
-
1770
- session?: Session;
1771
-
1772
- taskArn?: string;
1773
- }
1774
-
1775
- export declare class TargetNotConnectedException extends __BaseException {
1776
- readonly name: "TargetNotConnectedException";
1777
- readonly $fault: "client";
1778
-
1779
- constructor(opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>);
1780
- }
1781
- export interface ListAccountSettingsRequest {
1782
-
1783
- name?: SettingName | string;
1784
-
1785
- value?: string;
1786
-
1787
- principalArn?: string;
1788
-
1789
- effectiveSettings?: boolean;
1790
-
1791
- nextToken?: string;
1792
-
1793
- maxResults?: number;
1794
- }
1795
- export interface ListAccountSettingsResponse {
1796
-
1797
- settings?: Setting[];
1798
-
1799
- nextToken?: string;
1800
- }
1801
- export interface ListAttributesRequest {
1802
-
1803
- cluster?: string;
1804
-
1805
- targetType: TargetType | string | undefined;
1806
-
1807
- attributeName?: string;
1808
-
1809
- attributeValue?: string;
1810
-
1811
- nextToken?: string;
1812
-
1813
- maxResults?: number;
1814
- }
1815
- export interface ListAttributesResponse {
1816
-
1817
- attributes?: Attribute[];
1818
-
1819
- nextToken?: string;
1820
- }
1821
- export interface ListClustersRequest {
1822
-
1823
- nextToken?: string;
1824
-
1825
- maxResults?: number;
1826
- }
1827
- export interface ListClustersResponse {
1828
-
1829
- clusterArns?: string[];
1830
-
1831
- nextToken?: string;
1832
- }
1833
- export declare enum ContainerInstanceStatus {
1834
- ACTIVE = "ACTIVE",
1835
- DEREGISTERING = "DEREGISTERING",
1836
- DRAINING = "DRAINING",
1837
- REGISTERING = "REGISTERING",
1838
- REGISTRATION_FAILED = "REGISTRATION_FAILED"
1839
- }
1840
- export interface ListContainerInstancesRequest {
1841
-
1842
- cluster?: string;
1843
-
1844
- filter?: string;
1845
-
1846
- nextToken?: string;
1847
-
1848
- maxResults?: number;
1849
-
1850
- status?: ContainerInstanceStatus | string;
1851
- }
1852
- export interface ListContainerInstancesResponse {
1853
-
1854
- containerInstanceArns?: string[];
1855
-
1856
- nextToken?: string;
1857
- }
1858
- export interface ListServicesRequest {
1859
-
1860
- cluster?: string;
1861
-
1862
- nextToken?: string;
1863
-
1864
- maxResults?: number;
1865
-
1866
- launchType?: LaunchType | string;
1867
-
1868
- schedulingStrategy?: SchedulingStrategy | string;
1869
- }
1870
- export interface ListServicesResponse {
1871
-
1872
- serviceArns?: string[];
1873
-
1874
- nextToken?: string;
1875
- }
1876
- export interface ListTagsForResourceRequest {
1877
-
1878
- resourceArn: string | undefined;
1879
- }
1880
- export interface ListTagsForResourceResponse {
1881
-
1882
- tags?: Tag[];
1883
- }
1884
- export declare enum TaskDefinitionFamilyStatus {
1885
- ACTIVE = "ACTIVE",
1886
- ALL = "ALL",
1887
- INACTIVE = "INACTIVE"
1888
- }
1889
- export interface ListTaskDefinitionFamiliesRequest {
1890
-
1891
- familyPrefix?: string;
1892
-
1893
- status?: TaskDefinitionFamilyStatus | string;
1894
-
1895
- nextToken?: string;
1896
-
1897
- maxResults?: number;
1898
- }
1899
- export interface ListTaskDefinitionFamiliesResponse {
1900
-
1901
- families?: string[];
1902
-
1903
- nextToken?: string;
1904
- }
1905
- export declare enum SortOrder {
1906
- ASC = "ASC",
1907
- DESC = "DESC"
1908
- }
1909
- export interface ListTaskDefinitionsRequest {
1910
-
1911
- familyPrefix?: string;
1912
-
1913
- status?: TaskDefinitionStatus | string;
1914
-
1915
- sort?: SortOrder | string;
1916
-
1917
- nextToken?: string;
1918
-
1919
- maxResults?: number;
1920
- }
1921
- export interface ListTaskDefinitionsResponse {
1922
-
1923
- taskDefinitionArns?: string[];
1924
-
1925
- nextToken?: string;
1926
- }
1927
- export declare enum DesiredStatus {
1928
- PENDING = "PENDING",
1929
- RUNNING = "RUNNING",
1930
- STOPPED = "STOPPED"
1931
- }
1932
- export interface ListTasksRequest {
1933
-
1934
- cluster?: string;
1935
-
1936
- containerInstance?: string;
1937
-
1938
- family?: string;
1939
-
1940
- nextToken?: string;
1941
-
1942
- maxResults?: number;
1943
-
1944
- startedBy?: string;
1945
-
1946
- serviceName?: string;
1947
-
1948
- desiredStatus?: DesiredStatus | string;
1949
-
1950
- launchType?: LaunchType | string;
1951
- }
1952
- export interface ListTasksResponse {
1953
-
1954
- taskArns?: string[];
1955
-
1956
- nextToken?: string;
1957
- }
1958
- export interface PutAccountSettingRequest {
1959
-
1960
- name: SettingName | string | undefined;
1961
-
1962
- value: string | undefined;
1963
-
1964
- principalArn?: string;
1965
- }
1966
- export interface PutAccountSettingResponse {
1967
-
1968
- setting?: Setting;
1969
- }
1970
- export interface PutAccountSettingDefaultRequest {
1971
-
1972
- name: SettingName | string | undefined;
1973
-
1974
- value: string | undefined;
1975
- }
1976
- export interface PutAccountSettingDefaultResponse {
1977
-
1978
- setting?: Setting;
1979
- }
1980
-
1981
- export declare class AttributeLimitExceededException extends __BaseException {
1982
- readonly name: "AttributeLimitExceededException";
1983
- readonly $fault: "client";
1984
-
1985
- constructor(opts: __ExceptionOptionType<AttributeLimitExceededException, __BaseException>);
1986
- }
1987
- export interface PutAttributesRequest {
1988
-
1989
- cluster?: string;
1990
-
1991
- attributes: Attribute[] | undefined;
1992
- }
1993
- export interface PutAttributesResponse {
1994
-
1995
- attributes?: Attribute[];
1996
- }
1997
- export interface PutClusterCapacityProvidersRequest {
1998
-
1999
- cluster: string | undefined;
2000
-
2001
- capacityProviders: string[] | undefined;
2002
-
2003
- defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
2004
- }
2005
- export interface PutClusterCapacityProvidersResponse {
2006
-
2007
- cluster?: Cluster;
2008
- }
2009
-
2010
- export declare class ResourceInUseException extends __BaseException {
2011
- readonly name: "ResourceInUseException";
2012
- readonly $fault: "client";
2013
-
2014
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
2015
- }
2016
- export declare enum PlatformDeviceType {
2017
- GPU = "GPU"
2018
- }
2019
-
2020
- export interface PlatformDevice {
2021
-
2022
- id: string | undefined;
2023
-
2024
- type: PlatformDeviceType | string | undefined;
2025
- }
2026
- export interface RegisterContainerInstanceRequest {
2027
-
2028
- cluster?: string;
2029
-
2030
- instanceIdentityDocument?: string;
2031
-
2032
- instanceIdentityDocumentSignature?: string;
2033
-
2034
- totalResources?: Resource[];
2035
-
2036
- versionInfo?: VersionInfo;
2037
-
2038
- containerInstanceArn?: string;
2039
-
2040
- attributes?: Attribute[];
2041
-
2042
- platformDevices?: PlatformDevice[];
2043
-
2044
- tags?: Tag[];
2045
- }
2046
- export interface RegisterContainerInstanceResponse {
2047
-
2048
- containerInstance?: ContainerInstance;
2049
- }
2050
- export interface RegisterTaskDefinitionRequest {
2051
-
2052
- family: string | undefined;
2053
-
2054
- taskRoleArn?: string;
2055
-
2056
- executionRoleArn?: string;
2057
-
2058
- networkMode?: NetworkMode | string;
2059
-
2060
- containerDefinitions: ContainerDefinition[] | undefined;
2061
-
2062
- volumes?: Volume[];
2063
-
2064
- placementConstraints?: TaskDefinitionPlacementConstraint[];
2065
-
2066
- requiresCompatibilities?: (Compatibility | string)[];
2067
-
2068
- cpu?: string;
2069
-
2070
- memory?: string;
2071
-
2072
- tags?: Tag[];
2073
-
2074
- pidMode?: PidMode | string;
2075
-
2076
- ipcMode?: IpcMode | string;
2077
-
2078
- proxyConfiguration?: ProxyConfiguration;
2079
-
2080
- inferenceAccelerators?: InferenceAccelerator[];
2081
-
2082
- ephemeralStorage?: EphemeralStorage;
2083
-
2084
- runtimePlatform?: RuntimePlatform;
2085
- }
2086
- export interface RegisterTaskDefinitionResponse {
2087
-
2088
- taskDefinition?: TaskDefinition;
2089
-
2090
- tags?: Tag[];
2091
- }
2092
-
2093
- export declare class BlockedException extends __BaseException {
2094
- readonly name: "BlockedException";
2095
- readonly $fault: "client";
2096
-
2097
- constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
2098
- }
2099
- export interface RunTaskRequest {
2100
-
2101
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
2102
-
2103
- cluster?: string;
2104
-
2105
- count?: number;
2106
-
2107
- enableECSManagedTags?: boolean;
2108
-
2109
- enableExecuteCommand?: boolean;
2110
-
2111
- group?: string;
2112
-
2113
- launchType?: LaunchType | string;
2114
-
2115
- networkConfiguration?: NetworkConfiguration;
2116
-
2117
- overrides?: TaskOverride;
2118
-
2119
- placementConstraints?: PlacementConstraint[];
2120
-
2121
- placementStrategy?: PlacementStrategy[];
2122
-
2123
- platformVersion?: string;
2124
-
2125
- propagateTags?: PropagateTags | string;
2126
-
2127
- referenceId?: string;
2128
-
2129
- startedBy?: string;
2130
-
2131
- tags?: Tag[];
2132
-
2133
- taskDefinition: string | undefined;
2134
- }
2135
- export interface RunTaskResponse {
2136
-
2137
- tasks?: Task[];
2138
-
2139
- failures?: Failure[];
2140
- }
2141
- export interface StartTaskRequest {
2142
-
2143
- cluster?: string;
2144
-
2145
- containerInstances: string[] | undefined;
2146
-
2147
- enableECSManagedTags?: boolean;
2148
-
2149
- enableExecuteCommand?: boolean;
2150
-
2151
- group?: string;
2152
-
2153
- networkConfiguration?: NetworkConfiguration;
2154
-
2155
- overrides?: TaskOverride;
2156
-
2157
- propagateTags?: PropagateTags | string;
2158
-
2159
- referenceId?: string;
2160
-
2161
- startedBy?: string;
2162
-
2163
- tags?: Tag[];
2164
-
2165
- taskDefinition: string | undefined;
2166
- }
2167
- export interface StartTaskResponse {
2168
-
2169
- tasks?: Task[];
2170
-
2171
- failures?: Failure[];
2172
- }
2173
- export interface StopTaskRequest {
2174
-
2175
- cluster?: string;
2176
-
2177
- task: string | undefined;
2178
-
2179
- reason?: string;
2180
- }
2181
- export interface StopTaskResponse {
2182
-
2183
- task?: Task;
2184
- }
2185
-
2186
- export interface AttachmentStateChange {
2187
-
2188
- attachmentArn: string | undefined;
2189
-
2190
- status: string | undefined;
2191
- }
2192
- export interface SubmitAttachmentStateChangesRequest {
2193
-
2194
- cluster?: string;
2195
-
2196
- attachments: AttachmentStateChange[] | undefined;
2197
- }
2198
- export interface SubmitAttachmentStateChangesResponse {
2199
-
2200
- acknowledgment?: string;
2201
- }
2202
- export interface SubmitContainerStateChangeRequest {
2203
-
2204
- cluster?: string;
2205
-
2206
- task?: string;
2207
-
2208
- containerName?: string;
2209
-
2210
- runtimeId?: string;
2211
-
2212
- status?: string;
2213
-
2214
- exitCode?: number;
2215
-
2216
- reason?: string;
2217
-
2218
- networkBindings?: NetworkBinding[];
2219
- }
2220
- export interface SubmitContainerStateChangeResponse {
2221
-
2222
- acknowledgment?: string;
2223
- }
2224
-
2225
- export interface ContainerStateChange {
2226
-
2227
- containerName?: string;
2228
-
2229
- imageDigest?: string;
2230
-
2231
- runtimeId?: string;
2232
-
2233
- exitCode?: number;
2234
-
2235
- networkBindings?: NetworkBinding[];
2236
-
2237
- reason?: string;
2238
-
2239
- status?: string;
2240
- }
2241
-
2242
- export interface ManagedAgentStateChange {
2243
-
2244
- containerName: string | undefined;
2245
-
2246
- managedAgentName: ManagedAgentName | string | undefined;
2247
-
2248
- status: string | undefined;
2249
-
2250
- reason?: string;
2251
- }
2252
- export interface SubmitTaskStateChangeRequest {
2253
-
2254
- cluster?: string;
2255
-
2256
- task?: string;
2257
-
2258
- status?: string;
2259
-
2260
- reason?: string;
2261
-
2262
- containers?: ContainerStateChange[];
2263
-
2264
- attachments?: AttachmentStateChange[];
2265
-
2266
- managedAgents?: ManagedAgentStateChange[];
2267
-
2268
- pullStartedAt?: Date;
2269
-
2270
- pullStoppedAt?: Date;
2271
-
2272
- executionStoppedAt?: Date;
2273
- }
2274
- export interface SubmitTaskStateChangeResponse {
2275
-
2276
- acknowledgment?: string;
2277
- }
2278
-
2279
- export declare class ResourceNotFoundException extends __BaseException {
2280
- readonly name: "ResourceNotFoundException";
2281
- readonly $fault: "client";
2282
-
2283
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
2284
- }
2285
- export interface TagResourceRequest {
2286
-
2287
- resourceArn: string | undefined;
2288
-
2289
- tags: Tag[] | undefined;
2290
- }
2291
- export interface TagResourceResponse {
2292
- }
2293
- export interface UntagResourceRequest {
2294
-
2295
- resourceArn: string | undefined;
2296
-
2297
- tagKeys: string[] | undefined;
2298
- }
2299
- export interface UntagResourceResponse {
2300
- }
2301
-
2302
- export interface AutoScalingGroupProviderUpdate {
2303
-
2304
- managedScaling?: ManagedScaling;
2305
-
2306
- managedTerminationProtection?: ManagedTerminationProtection | string;
2307
- }
2308
- export interface UpdateCapacityProviderRequest {
2309
-
2310
- name: string | undefined;
2311
-
2312
- autoScalingGroupProvider: AutoScalingGroupProviderUpdate | undefined;
2313
- }
2314
- export interface UpdateCapacityProviderResponse {
2315
-
2316
- capacityProvider?: CapacityProvider;
2317
- }
2318
- export interface UpdateClusterRequest {
2319
-
2320
- cluster: string | undefined;
2321
-
2322
- settings?: ClusterSetting[];
2323
-
2324
- configuration?: ClusterConfiguration;
2325
- }
2326
- export interface UpdateClusterResponse {
2327
-
2328
- cluster?: Cluster;
2329
- }
2330
- export interface UpdateClusterSettingsRequest {
2331
-
2332
- cluster: string | undefined;
2333
-
2334
- settings: ClusterSetting[] | undefined;
2335
- }
2336
- export interface UpdateClusterSettingsResponse {
2337
-
2338
- cluster?: Cluster;
2339
- }
2340
-
2341
- export declare class MissingVersionException extends __BaseException {
2342
- readonly name: "MissingVersionException";
2343
- readonly $fault: "client";
2344
-
2345
- constructor(opts: __ExceptionOptionType<MissingVersionException, __BaseException>);
2346
- }
2347
-
2348
- export declare class NoUpdateAvailableException extends __BaseException {
2349
- readonly name: "NoUpdateAvailableException";
2350
- readonly $fault: "client";
2351
-
2352
- constructor(opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>);
2353
- }
2354
- export interface UpdateContainerAgentRequest {
2355
-
2356
- cluster?: string;
2357
-
2358
- containerInstance: string | undefined;
2359
- }
2360
- export interface UpdateContainerAgentResponse {
2361
-
2362
- containerInstance?: ContainerInstance;
2363
- }
2364
- export interface UpdateContainerInstancesStateRequest {
2365
-
2366
- cluster?: string;
2367
-
2368
- containerInstances: string[] | undefined;
2369
-
2370
- status: ContainerInstanceStatus | string | undefined;
2371
- }
2372
- export interface UpdateContainerInstancesStateResponse {
2373
-
2374
- containerInstances?: ContainerInstance[];
2375
-
2376
- failures?: Failure[];
2377
- }
2378
- export interface UpdateServiceRequest {
2379
-
2380
- cluster?: string;
2381
-
2382
- service: string | undefined;
2383
-
2384
- desiredCount?: number;
2385
-
2386
- taskDefinition?: string;
2387
-
2388
- capacityProviderStrategy?: CapacityProviderStrategyItem[];
2389
-
2390
- deploymentConfiguration?: DeploymentConfiguration;
2391
-
2392
- networkConfiguration?: NetworkConfiguration;
2393
-
2394
- placementConstraints?: PlacementConstraint[];
2395
-
2396
- placementStrategy?: PlacementStrategy[];
2397
-
2398
- platformVersion?: string;
2399
-
2400
- forceNewDeployment?: boolean;
2401
-
2402
- healthCheckGracePeriodSeconds?: number;
2403
-
2404
- enableExecuteCommand?: boolean;
2405
-
2406
- enableECSManagedTags?: boolean;
2407
-
2408
- loadBalancers?: LoadBalancer[];
2409
-
2410
- propagateTags?: PropagateTags | string;
2411
-
2412
- serviceRegistries?: ServiceRegistry[];
2413
- }
2414
- export interface UpdateServiceResponse {
2415
-
2416
- service?: Service;
2417
- }
2418
- export interface UpdateServicePrimaryTaskSetRequest {
2419
-
2420
- cluster: string | undefined;
2421
-
2422
- service: string | undefined;
2423
-
2424
- primaryTaskSet: string | undefined;
2425
- }
2426
- export interface UpdateServicePrimaryTaskSetResponse {
2427
-
2428
- taskSet?: TaskSet;
2429
- }
2430
- export interface UpdateTaskSetRequest {
2431
-
2432
- cluster: string | undefined;
2433
-
2434
- service: string | undefined;
2435
-
2436
- taskSet: string | undefined;
2437
-
2438
- scale: Scale | undefined;
2439
- }
2440
- export interface UpdateTaskSetResponse {
2441
-
2442
- taskSet?: TaskSet;
2443
- }
2444
-
2445
- export declare const ManagedScalingFilterSensitiveLog: (obj: ManagedScaling) => any;
2446
-
2447
- export declare const AutoScalingGroupProviderFilterSensitiveLog: (obj: AutoScalingGroupProvider) => any;
2448
-
2449
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2450
-
2451
- export declare const CreateCapacityProviderRequestFilterSensitiveLog: (obj: CreateCapacityProviderRequest) => any;
2452
-
2453
- export declare const CapacityProviderFilterSensitiveLog: (obj: CapacityProvider) => any;
2454
-
2455
- export declare const CreateCapacityProviderResponseFilterSensitiveLog: (obj: CreateCapacityProviderResponse) => any;
2456
-
2457
- export declare const ExecuteCommandLogConfigurationFilterSensitiveLog: (obj: ExecuteCommandLogConfiguration) => any;
2458
-
2459
- export declare const ExecuteCommandConfigurationFilterSensitiveLog: (obj: ExecuteCommandConfiguration) => any;
2460
-
2461
- export declare const ClusterConfigurationFilterSensitiveLog: (obj: ClusterConfiguration) => any;
2462
-
2463
- export declare const CapacityProviderStrategyItemFilterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
2464
-
2465
- export declare const ClusterSettingFilterSensitiveLog: (obj: ClusterSetting) => any;
2466
-
2467
- export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
2468
-
2469
- export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
2470
-
2471
- export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
2472
-
2473
- export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
2474
-
2475
- export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
2476
-
2477
- export declare const DeploymentCircuitBreakerFilterSensitiveLog: (obj: DeploymentCircuitBreaker) => any;
2478
-
2479
- export declare const DeploymentConfigurationFilterSensitiveLog: (obj: DeploymentConfiguration) => any;
2480
-
2481
- export declare const DeploymentControllerFilterSensitiveLog: (obj: DeploymentController) => any;
2482
-
2483
- export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
2484
-
2485
- export declare const AwsVpcConfigurationFilterSensitiveLog: (obj: AwsVpcConfiguration) => any;
2486
-
2487
- export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
2488
-
2489
- export declare const PlacementConstraintFilterSensitiveLog: (obj: PlacementConstraint) => any;
2490
-
2491
- export declare const PlacementStrategyFilterSensitiveLog: (obj: PlacementStrategy) => any;
2492
-
2493
- export declare const ServiceRegistryFilterSensitiveLog: (obj: ServiceRegistry) => any;
2494
-
2495
- export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateServiceRequest) => any;
2496
-
2497
- export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
2498
-
2499
- export declare const ServiceEventFilterSensitiveLog: (obj: ServiceEvent) => any;
2500
-
2501
- export declare const ScaleFilterSensitiveLog: (obj: Scale) => any;
2502
-
2503
- export declare const TaskSetFilterSensitiveLog: (obj: TaskSet) => any;
2504
-
2505
- export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
2506
-
2507
- export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
2508
-
2509
- export declare const CreateTaskSetRequestFilterSensitiveLog: (obj: CreateTaskSetRequest) => any;
2510
-
2511
- export declare const CreateTaskSetResponseFilterSensitiveLog: (obj: CreateTaskSetResponse) => any;
2512
-
2513
- export declare const DeleteAccountSettingRequestFilterSensitiveLog: (obj: DeleteAccountSettingRequest) => any;
2514
-
2515
- export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
2516
-
2517
- export declare const DeleteAccountSettingResponseFilterSensitiveLog: (obj: DeleteAccountSettingResponse) => any;
2518
-
2519
- export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
2520
-
2521
- export declare const DeleteAttributesRequestFilterSensitiveLog: (obj: DeleteAttributesRequest) => any;
2522
-
2523
- export declare const DeleteAttributesResponseFilterSensitiveLog: (obj: DeleteAttributesResponse) => any;
2524
-
2525
- export declare const DeleteCapacityProviderRequestFilterSensitiveLog: (obj: DeleteCapacityProviderRequest) => any;
2526
-
2527
- export declare const DeleteCapacityProviderResponseFilterSensitiveLog: (obj: DeleteCapacityProviderResponse) => any;
2528
-
2529
- export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
2530
-
2531
- export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
2532
-
2533
- export declare const DeleteServiceRequestFilterSensitiveLog: (obj: DeleteServiceRequest) => any;
2534
-
2535
- export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
2536
-
2537
- export declare const DeleteTaskSetRequestFilterSensitiveLog: (obj: DeleteTaskSetRequest) => any;
2538
-
2539
- export declare const DeleteTaskSetResponseFilterSensitiveLog: (obj: DeleteTaskSetResponse) => any;
2540
-
2541
- export declare const DeregisterContainerInstanceRequestFilterSensitiveLog: (obj: DeregisterContainerInstanceRequest) => any;
2542
-
2543
- export declare const InstanceHealthCheckResultFilterSensitiveLog: (obj: InstanceHealthCheckResult) => any;
2544
-
2545
- export declare const ContainerInstanceHealthStatusFilterSensitiveLog: (obj: ContainerInstanceHealthStatus) => any;
2546
-
2547
- export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
2548
-
2549
- export declare const VersionInfoFilterSensitiveLog: (obj: VersionInfo) => any;
2550
-
2551
- export declare const ContainerInstanceFilterSensitiveLog: (obj: ContainerInstance) => any;
2552
-
2553
- export declare const DeregisterContainerInstanceResponseFilterSensitiveLog: (obj: DeregisterContainerInstanceResponse) => any;
2554
-
2555
- export declare const DeregisterTaskDefinitionRequestFilterSensitiveLog: (obj: DeregisterTaskDefinitionRequest) => any;
2556
-
2557
- export declare const ContainerDependencyFilterSensitiveLog: (obj: ContainerDependency) => any;
2558
-
2559
- export declare const EnvironmentFileFilterSensitiveLog: (obj: EnvironmentFile) => any;
2560
-
2561
- export declare const HostEntryFilterSensitiveLog: (obj: HostEntry) => any;
2562
-
2563
- export declare const FirelensConfigurationFilterSensitiveLog: (obj: FirelensConfiguration) => any;
2564
-
2565
- export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
2566
-
2567
- export declare const KernelCapabilitiesFilterSensitiveLog: (obj: KernelCapabilities) => any;
2568
-
2569
- export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
2570
-
2571
- export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
2572
-
2573
- export declare const LinuxParametersFilterSensitiveLog: (obj: LinuxParameters) => any;
2574
-
2575
- export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
2576
-
2577
- export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
2578
-
2579
- export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
2580
-
2581
- export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
2582
-
2583
- export declare const RepositoryCredentialsFilterSensitiveLog: (obj: RepositoryCredentials) => any;
2584
-
2585
- export declare const ResourceRequirementFilterSensitiveLog: (obj: ResourceRequirement) => any;
2586
-
2587
- export declare const SystemControlFilterSensitiveLog: (obj: SystemControl) => any;
2588
-
2589
- export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
2590
-
2591
- export declare const VolumeFromFilterSensitiveLog: (obj: VolumeFrom) => any;
2592
-
2593
- export declare const ContainerDefinitionFilterSensitiveLog: (obj: ContainerDefinition) => any;
2594
-
2595
- export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
2596
-
2597
- export declare const InferenceAcceleratorFilterSensitiveLog: (obj: InferenceAccelerator) => any;
2598
-
2599
- export declare const TaskDefinitionPlacementConstraintFilterSensitiveLog: (obj: TaskDefinitionPlacementConstraint) => any;
2600
-
2601
- export declare const ProxyConfigurationFilterSensitiveLog: (obj: ProxyConfiguration) => any;
2602
-
2603
- export declare const RuntimePlatformFilterSensitiveLog: (obj: RuntimePlatform) => any;
2604
-
2605
- export declare const DockerVolumeConfigurationFilterSensitiveLog: (obj: DockerVolumeConfiguration) => any;
2606
-
2607
- export declare const EFSAuthorizationConfigFilterSensitiveLog: (obj: EFSAuthorizationConfig) => any;
2608
-
2609
- export declare const EFSVolumeConfigurationFilterSensitiveLog: (obj: EFSVolumeConfiguration) => any;
2610
-
2611
- export declare const FSxWindowsFileServerAuthorizationConfigFilterSensitiveLog: (obj: FSxWindowsFileServerAuthorizationConfig) => any;
2612
-
2613
- export declare const FSxWindowsFileServerVolumeConfigurationFilterSensitiveLog: (obj: FSxWindowsFileServerVolumeConfiguration) => any;
2614
-
2615
- export declare const HostVolumePropertiesFilterSensitiveLog: (obj: HostVolumeProperties) => any;
2616
-
2617
- export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
2618
-
2619
- export declare const TaskDefinitionFilterSensitiveLog: (obj: TaskDefinition) => any;
2620
-
2621
- export declare const DeregisterTaskDefinitionResponseFilterSensitiveLog: (obj: DeregisterTaskDefinitionResponse) => any;
2622
-
2623
- export declare const DescribeCapacityProvidersRequestFilterSensitiveLog: (obj: DescribeCapacityProvidersRequest) => any;
2624
-
2625
- export declare const FailureFilterSensitiveLog: (obj: Failure) => any;
2626
-
2627
- export declare const DescribeCapacityProvidersResponseFilterSensitiveLog: (obj: DescribeCapacityProvidersResponse) => any;
2628
-
2629
- export declare const DescribeClustersRequestFilterSensitiveLog: (obj: DescribeClustersRequest) => any;
2630
-
2631
- export declare const DescribeClustersResponseFilterSensitiveLog: (obj: DescribeClustersResponse) => any;
2632
-
2633
- export declare const DescribeContainerInstancesRequestFilterSensitiveLog: (obj: DescribeContainerInstancesRequest) => any;
2634
-
2635
- export declare const DescribeContainerInstancesResponseFilterSensitiveLog: (obj: DescribeContainerInstancesResponse) => any;
2636
-
2637
- export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
2638
-
2639
- export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
2640
-
2641
- export declare const DescribeTaskDefinitionRequestFilterSensitiveLog: (obj: DescribeTaskDefinitionRequest) => any;
2642
-
2643
- export declare const DescribeTaskDefinitionResponseFilterSensitiveLog: (obj: DescribeTaskDefinitionResponse) => any;
2644
-
2645
- export declare const DescribeTasksRequestFilterSensitiveLog: (obj: DescribeTasksRequest) => any;
2646
-
2647
- export declare const ManagedAgentFilterSensitiveLog: (obj: ManagedAgent) => any;
2648
-
2649
- export declare const NetworkBindingFilterSensitiveLog: (obj: NetworkBinding) => any;
2650
-
2651
- export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
2652
-
2653
- export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
2654
-
2655
- export declare const ContainerOverrideFilterSensitiveLog: (obj: ContainerOverride) => any;
2656
-
2657
- export declare const InferenceAcceleratorOverrideFilterSensitiveLog: (obj: InferenceAcceleratorOverride) => any;
2658
-
2659
- export declare const TaskOverrideFilterSensitiveLog: (obj: TaskOverride) => any;
2660
-
2661
- export declare const TaskFilterSensitiveLog: (obj: Task) => any;
2662
-
2663
- export declare const DescribeTasksResponseFilterSensitiveLog: (obj: DescribeTasksResponse) => any;
2664
-
2665
- export declare const DescribeTaskSetsRequestFilterSensitiveLog: (obj: DescribeTaskSetsRequest) => any;
2666
-
2667
- export declare const DescribeTaskSetsResponseFilterSensitiveLog: (obj: DescribeTaskSetsResponse) => any;
2668
-
2669
- export declare const DiscoverPollEndpointRequestFilterSensitiveLog: (obj: DiscoverPollEndpointRequest) => any;
2670
-
2671
- export declare const DiscoverPollEndpointResponseFilterSensitiveLog: (obj: DiscoverPollEndpointResponse) => any;
2672
-
2673
- export declare const ExecuteCommandRequestFilterSensitiveLog: (obj: ExecuteCommandRequest) => any;
2674
-
2675
- export declare const SessionFilterSensitiveLog: (obj: Session) => any;
2676
-
2677
- export declare const ExecuteCommandResponseFilterSensitiveLog: (obj: ExecuteCommandResponse) => any;
2678
-
2679
- export declare const ListAccountSettingsRequestFilterSensitiveLog: (obj: ListAccountSettingsRequest) => any;
2680
-
2681
- export declare const ListAccountSettingsResponseFilterSensitiveLog: (obj: ListAccountSettingsResponse) => any;
2682
-
2683
- export declare const ListAttributesRequestFilterSensitiveLog: (obj: ListAttributesRequest) => any;
2684
-
2685
- export declare const ListAttributesResponseFilterSensitiveLog: (obj: ListAttributesResponse) => any;
2686
-
2687
- export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
2688
-
2689
- export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
2690
-
2691
- export declare const ListContainerInstancesRequestFilterSensitiveLog: (obj: ListContainerInstancesRequest) => any;
2692
-
2693
- export declare const ListContainerInstancesResponseFilterSensitiveLog: (obj: ListContainerInstancesResponse) => any;
2694
-
2695
- export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
2696
-
2697
- export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
2698
-
2699
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2700
-
2701
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2702
-
2703
- export declare const ListTaskDefinitionFamiliesRequestFilterSensitiveLog: (obj: ListTaskDefinitionFamiliesRequest) => any;
2704
-
2705
- export declare const ListTaskDefinitionFamiliesResponseFilterSensitiveLog: (obj: ListTaskDefinitionFamiliesResponse) => any;
2706
-
2707
- export declare const ListTaskDefinitionsRequestFilterSensitiveLog: (obj: ListTaskDefinitionsRequest) => any;
2708
-
2709
- export declare const ListTaskDefinitionsResponseFilterSensitiveLog: (obj: ListTaskDefinitionsResponse) => any;
2710
-
2711
- export declare const ListTasksRequestFilterSensitiveLog: (obj: ListTasksRequest) => any;
2712
-
2713
- export declare const ListTasksResponseFilterSensitiveLog: (obj: ListTasksResponse) => any;
2714
-
2715
- export declare const PutAccountSettingRequestFilterSensitiveLog: (obj: PutAccountSettingRequest) => any;
2716
-
2717
- export declare const PutAccountSettingResponseFilterSensitiveLog: (obj: PutAccountSettingResponse) => any;
2718
-
2719
- export declare const PutAccountSettingDefaultRequestFilterSensitiveLog: (obj: PutAccountSettingDefaultRequest) => any;
2720
-
2721
- export declare const PutAccountSettingDefaultResponseFilterSensitiveLog: (obj: PutAccountSettingDefaultResponse) => any;
2722
-
2723
- export declare const PutAttributesRequestFilterSensitiveLog: (obj: PutAttributesRequest) => any;
2724
-
2725
- export declare const PutAttributesResponseFilterSensitiveLog: (obj: PutAttributesResponse) => any;
2726
-
2727
- export declare const PutClusterCapacityProvidersRequestFilterSensitiveLog: (obj: PutClusterCapacityProvidersRequest) => any;
2728
-
2729
- export declare const PutClusterCapacityProvidersResponseFilterSensitiveLog: (obj: PutClusterCapacityProvidersResponse) => any;
2730
-
2731
- export declare const PlatformDeviceFilterSensitiveLog: (obj: PlatformDevice) => any;
2732
-
2733
- export declare const RegisterContainerInstanceRequestFilterSensitiveLog: (obj: RegisterContainerInstanceRequest) => any;
2734
-
2735
- export declare const RegisterContainerInstanceResponseFilterSensitiveLog: (obj: RegisterContainerInstanceResponse) => any;
2736
-
2737
- export declare const RegisterTaskDefinitionRequestFilterSensitiveLog: (obj: RegisterTaskDefinitionRequest) => any;
2738
-
2739
- export declare const RegisterTaskDefinitionResponseFilterSensitiveLog: (obj: RegisterTaskDefinitionResponse) => any;
2740
-
2741
- export declare const RunTaskRequestFilterSensitiveLog: (obj: RunTaskRequest) => any;
2742
-
2743
- export declare const RunTaskResponseFilterSensitiveLog: (obj: RunTaskResponse) => any;
2744
-
2745
- export declare const StartTaskRequestFilterSensitiveLog: (obj: StartTaskRequest) => any;
2746
-
2747
- export declare const StartTaskResponseFilterSensitiveLog: (obj: StartTaskResponse) => any;
2748
-
2749
- export declare const StopTaskRequestFilterSensitiveLog: (obj: StopTaskRequest) => any;
2750
-
2751
- export declare const StopTaskResponseFilterSensitiveLog: (obj: StopTaskResponse) => any;
2752
-
2753
- export declare const AttachmentStateChangeFilterSensitiveLog: (obj: AttachmentStateChange) => any;
2754
-
2755
- export declare const SubmitAttachmentStateChangesRequestFilterSensitiveLog: (obj: SubmitAttachmentStateChangesRequest) => any;
2756
-
2757
- export declare const SubmitAttachmentStateChangesResponseFilterSensitiveLog: (obj: SubmitAttachmentStateChangesResponse) => any;
2758
-
2759
- export declare const SubmitContainerStateChangeRequestFilterSensitiveLog: (obj: SubmitContainerStateChangeRequest) => any;
2760
-
2761
- export declare const SubmitContainerStateChangeResponseFilterSensitiveLog: (obj: SubmitContainerStateChangeResponse) => any;
2762
-
2763
- export declare const ContainerStateChangeFilterSensitiveLog: (obj: ContainerStateChange) => any;
2764
-
2765
- export declare const ManagedAgentStateChangeFilterSensitiveLog: (obj: ManagedAgentStateChange) => any;
2766
-
2767
- export declare const SubmitTaskStateChangeRequestFilterSensitiveLog: (obj: SubmitTaskStateChangeRequest) => any;
2768
-
2769
- export declare const SubmitTaskStateChangeResponseFilterSensitiveLog: (obj: SubmitTaskStateChangeResponse) => any;
2770
-
2771
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2772
-
2773
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2774
-
2775
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2776
-
2777
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2778
-
2779
- export declare const AutoScalingGroupProviderUpdateFilterSensitiveLog: (obj: AutoScalingGroupProviderUpdate) => any;
2780
-
2781
- export declare const UpdateCapacityProviderRequestFilterSensitiveLog: (obj: UpdateCapacityProviderRequest) => any;
2782
-
2783
- export declare const UpdateCapacityProviderResponseFilterSensitiveLog: (obj: UpdateCapacityProviderResponse) => any;
2784
-
2785
- export declare const UpdateClusterRequestFilterSensitiveLog: (obj: UpdateClusterRequest) => any;
2786
-
2787
- export declare const UpdateClusterResponseFilterSensitiveLog: (obj: UpdateClusterResponse) => any;
2788
-
2789
- export declare const UpdateClusterSettingsRequestFilterSensitiveLog: (obj: UpdateClusterSettingsRequest) => any;
2790
-
2791
- export declare const UpdateClusterSettingsResponseFilterSensitiveLog: (obj: UpdateClusterSettingsResponse) => any;
2792
-
2793
- export declare const UpdateContainerAgentRequestFilterSensitiveLog: (obj: UpdateContainerAgentRequest) => any;
2794
-
2795
- export declare const UpdateContainerAgentResponseFilterSensitiveLog: (obj: UpdateContainerAgentResponse) => any;
2796
-
2797
- export declare const UpdateContainerInstancesStateRequestFilterSensitiveLog: (obj: UpdateContainerInstancesStateRequest) => any;
2798
-
2799
- export declare const UpdateContainerInstancesStateResponseFilterSensitiveLog: (obj: UpdateContainerInstancesStateResponse) => any;
2800
-
2801
- export declare const UpdateServiceRequestFilterSensitiveLog: (obj: UpdateServiceRequest) => any;
2802
-
2803
- export declare const UpdateServiceResponseFilterSensitiveLog: (obj: UpdateServiceResponse) => any;
2804
-
2805
- export declare const UpdateServicePrimaryTaskSetRequestFilterSensitiveLog: (obj: UpdateServicePrimaryTaskSetRequest) => any;
2806
-
2807
- export declare const UpdateServicePrimaryTaskSetResponseFilterSensitiveLog: (obj: UpdateServicePrimaryTaskSetResponse) => any;
2808
-
2809
- export declare const UpdateTaskSetRequestFilterSensitiveLog: (obj: UpdateTaskSetRequest) => any;
2810
-
2811
- export declare const UpdateTaskSetResponseFilterSensitiveLog: (obj: UpdateTaskSetResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ECSServiceException as __BaseException } from "./ECSServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare enum AgentUpdateStatus {
11
+ FAILED = "FAILED",
12
+ PENDING = "PENDING",
13
+ STAGED = "STAGED",
14
+ STAGING = "STAGING",
15
+ UPDATED = "UPDATED",
16
+ UPDATING = "UPDATING",
17
+ }
18
+ export declare class ClientException extends __BaseException {
19
+ readonly name: "ClientException";
20
+ readonly $fault: "client";
21
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
22
+ }
23
+ export declare enum ManagedScalingStatus {
24
+ DISABLED = "DISABLED",
25
+ ENABLED = "ENABLED",
26
+ }
27
+ export interface ManagedScaling {
28
+ status?: ManagedScalingStatus | string;
29
+ targetCapacity?: number;
30
+ minimumScalingStepSize?: number;
31
+ maximumScalingStepSize?: number;
32
+ instanceWarmupPeriod?: number;
33
+ }
34
+ export declare enum ManagedTerminationProtection {
35
+ DISABLED = "DISABLED",
36
+ ENABLED = "ENABLED",
37
+ }
38
+ export interface AutoScalingGroupProvider {
39
+ autoScalingGroupArn: string | undefined;
40
+ managedScaling?: ManagedScaling;
41
+ managedTerminationProtection?: ManagedTerminationProtection | string;
42
+ }
43
+ export interface Tag {
44
+ key?: string;
45
+ value?: string;
46
+ }
47
+ export interface CreateCapacityProviderRequest {
48
+ name: string | undefined;
49
+ autoScalingGroupProvider: AutoScalingGroupProvider | undefined;
50
+ tags?: Tag[];
51
+ }
52
+ export declare enum CapacityProviderStatus {
53
+ ACTIVE = "ACTIVE",
54
+ INACTIVE = "INACTIVE",
55
+ }
56
+ export declare enum CapacityProviderUpdateStatus {
57
+ DELETE_COMPLETE = "DELETE_COMPLETE",
58
+ DELETE_FAILED = "DELETE_FAILED",
59
+ DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
60
+ UPDATE_COMPLETE = "UPDATE_COMPLETE",
61
+ UPDATE_FAILED = "UPDATE_FAILED",
62
+ UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
63
+ }
64
+ export interface CapacityProvider {
65
+ capacityProviderArn?: string;
66
+ name?: string;
67
+ status?: CapacityProviderStatus | string;
68
+ autoScalingGroupProvider?: AutoScalingGroupProvider;
69
+ updateStatus?: CapacityProviderUpdateStatus | string;
70
+ updateStatusReason?: string;
71
+ tags?: Tag[];
72
+ }
73
+ export interface CreateCapacityProviderResponse {
74
+ capacityProvider?: CapacityProvider;
75
+ }
76
+ export declare class InvalidParameterException extends __BaseException {
77
+ readonly name: "InvalidParameterException";
78
+ readonly $fault: "client";
79
+ constructor(
80
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
81
+ );
82
+ }
83
+ export declare class LimitExceededException extends __BaseException {
84
+ readonly name: "LimitExceededException";
85
+ readonly $fault: "client";
86
+ constructor(
87
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
88
+ );
89
+ }
90
+ export declare class ServerException extends __BaseException {
91
+ readonly name: "ServerException";
92
+ readonly $fault: "server";
93
+ constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
94
+ }
95
+ export declare class UpdateInProgressException extends __BaseException {
96
+ readonly name: "UpdateInProgressException";
97
+ readonly $fault: "client";
98
+ constructor(
99
+ opts: __ExceptionOptionType<UpdateInProgressException, __BaseException>
100
+ );
101
+ }
102
+ export interface ExecuteCommandLogConfiguration {
103
+ cloudWatchLogGroupName?: string;
104
+ cloudWatchEncryptionEnabled?: boolean;
105
+ s3BucketName?: string;
106
+ s3EncryptionEnabled?: boolean;
107
+ s3KeyPrefix?: string;
108
+ }
109
+ export declare enum ExecuteCommandLogging {
110
+ DEFAULT = "DEFAULT",
111
+ NONE = "NONE",
112
+ OVERRIDE = "OVERRIDE",
113
+ }
114
+ export interface ExecuteCommandConfiguration {
115
+ kmsKeyId?: string;
116
+ logging?: ExecuteCommandLogging | string;
117
+ logConfiguration?: ExecuteCommandLogConfiguration;
118
+ }
119
+ export interface ClusterConfiguration {
120
+ executeCommandConfiguration?: ExecuteCommandConfiguration;
121
+ }
122
+ export interface CapacityProviderStrategyItem {
123
+ capacityProvider: string | undefined;
124
+ weight?: number;
125
+ base?: number;
126
+ }
127
+ export declare enum ClusterSettingName {
128
+ CONTAINER_INSIGHTS = "containerInsights",
129
+ }
130
+ export interface ClusterSetting {
131
+ name?: ClusterSettingName | string;
132
+ value?: string;
133
+ }
134
+ export interface CreateClusterRequest {
135
+ clusterName?: string;
136
+ tags?: Tag[];
137
+ settings?: ClusterSetting[];
138
+ configuration?: ClusterConfiguration;
139
+ capacityProviders?: string[];
140
+ defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
141
+ }
142
+ export interface KeyValuePair {
143
+ name?: string;
144
+ value?: string;
145
+ }
146
+ export interface Attachment {
147
+ id?: string;
148
+ type?: string;
149
+ status?: string;
150
+ details?: KeyValuePair[];
151
+ }
152
+ export interface Cluster {
153
+ clusterArn?: string;
154
+ clusterName?: string;
155
+ configuration?: ClusterConfiguration;
156
+ status?: string;
157
+ registeredContainerInstancesCount?: number;
158
+ runningTasksCount?: number;
159
+ pendingTasksCount?: number;
160
+ activeServicesCount?: number;
161
+ statistics?: KeyValuePair[];
162
+ tags?: Tag[];
163
+ settings?: ClusterSetting[];
164
+ capacityProviders?: string[];
165
+ defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
166
+ attachments?: Attachment[];
167
+ attachmentsStatus?: string;
168
+ }
169
+ export interface CreateClusterResponse {
170
+ cluster?: Cluster;
171
+ }
172
+ export declare class ClusterNotFoundException extends __BaseException {
173
+ readonly name: "ClusterNotFoundException";
174
+ readonly $fault: "client";
175
+ constructor(
176
+ opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>
177
+ );
178
+ }
179
+ export interface DeploymentCircuitBreaker {
180
+ enable: boolean | undefined;
181
+ rollback: boolean | undefined;
182
+ }
183
+ export interface DeploymentConfiguration {
184
+ deploymentCircuitBreaker?: DeploymentCircuitBreaker;
185
+ maximumPercent?: number;
186
+ minimumHealthyPercent?: number;
187
+ }
188
+ export declare enum DeploymentControllerType {
189
+ CODE_DEPLOY = "CODE_DEPLOY",
190
+ ECS = "ECS",
191
+ EXTERNAL = "EXTERNAL",
192
+ }
193
+ export interface DeploymentController {
194
+ type: DeploymentControllerType | string | undefined;
195
+ }
196
+ export declare enum LaunchType {
197
+ EC2 = "EC2",
198
+ EXTERNAL = "EXTERNAL",
199
+ FARGATE = "FARGATE",
200
+ }
201
+ export interface LoadBalancer {
202
+ targetGroupArn?: string;
203
+ loadBalancerName?: string;
204
+ containerName?: string;
205
+ containerPort?: number;
206
+ }
207
+ export declare enum AssignPublicIp {
208
+ DISABLED = "DISABLED",
209
+ ENABLED = "ENABLED",
210
+ }
211
+ export interface AwsVpcConfiguration {
212
+ subnets: string[] | undefined;
213
+ securityGroups?: string[];
214
+ assignPublicIp?: AssignPublicIp | string;
215
+ }
216
+ export interface NetworkConfiguration {
217
+ awsvpcConfiguration?: AwsVpcConfiguration;
218
+ }
219
+ export declare enum PlacementConstraintType {
220
+ DISTINCT_INSTANCE = "distinctInstance",
221
+ MEMBER_OF = "memberOf",
222
+ }
223
+ export interface PlacementConstraint {
224
+ type?: PlacementConstraintType | string;
225
+ expression?: string;
226
+ }
227
+ export declare enum PlacementStrategyType {
228
+ BINPACK = "binpack",
229
+ RANDOM = "random",
230
+ SPREAD = "spread",
231
+ }
232
+ export interface PlacementStrategy {
233
+ type?: PlacementStrategyType | string;
234
+ field?: string;
235
+ }
236
+ export declare enum PropagateTags {
237
+ NONE = "NONE",
238
+ SERVICE = "SERVICE",
239
+ TASK_DEFINITION = "TASK_DEFINITION",
240
+ }
241
+ export declare enum SchedulingStrategy {
242
+ DAEMON = "DAEMON",
243
+ REPLICA = "REPLICA",
244
+ }
245
+ export interface ServiceRegistry {
246
+ registryArn?: string;
247
+ port?: number;
248
+ containerName?: string;
249
+ containerPort?: number;
250
+ }
251
+ export interface CreateServiceRequest {
252
+ cluster?: string;
253
+ serviceName: string | undefined;
254
+ taskDefinition?: string;
255
+ loadBalancers?: LoadBalancer[];
256
+ serviceRegistries?: ServiceRegistry[];
257
+ desiredCount?: number;
258
+ clientToken?: string;
259
+ launchType?: LaunchType | string;
260
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
261
+ platformVersion?: string;
262
+ role?: string;
263
+ deploymentConfiguration?: DeploymentConfiguration;
264
+ placementConstraints?: PlacementConstraint[];
265
+ placementStrategy?: PlacementStrategy[];
266
+ networkConfiguration?: NetworkConfiguration;
267
+ healthCheckGracePeriodSeconds?: number;
268
+ schedulingStrategy?: SchedulingStrategy | string;
269
+ deploymentController?: DeploymentController;
270
+ tags?: Tag[];
271
+ enableECSManagedTags?: boolean;
272
+ propagateTags?: PropagateTags | string;
273
+ enableExecuteCommand?: boolean;
274
+ }
275
+ export declare enum DeploymentRolloutState {
276
+ COMPLETED = "COMPLETED",
277
+ FAILED = "FAILED",
278
+ IN_PROGRESS = "IN_PROGRESS",
279
+ }
280
+ export interface Deployment {
281
+ id?: string;
282
+ status?: string;
283
+ taskDefinition?: string;
284
+ desiredCount?: number;
285
+ pendingCount?: number;
286
+ runningCount?: number;
287
+ failedTasks?: number;
288
+ createdAt?: Date;
289
+ updatedAt?: Date;
290
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
291
+ launchType?: LaunchType | string;
292
+ platformVersion?: string;
293
+ platformFamily?: string;
294
+ networkConfiguration?: NetworkConfiguration;
295
+ rolloutState?: DeploymentRolloutState | string;
296
+ rolloutStateReason?: string;
297
+ }
298
+ export interface ServiceEvent {
299
+ id?: string;
300
+ createdAt?: Date;
301
+ message?: string;
302
+ }
303
+ export declare enum ScaleUnit {
304
+ PERCENT = "PERCENT",
305
+ }
306
+ export interface Scale {
307
+ value?: number;
308
+ unit?: ScaleUnit | string;
309
+ }
310
+ export declare enum StabilityStatus {
311
+ STABILIZING = "STABILIZING",
312
+ STEADY_STATE = "STEADY_STATE",
313
+ }
314
+ export interface TaskSet {
315
+ id?: string;
316
+ taskSetArn?: string;
317
+ serviceArn?: string;
318
+ clusterArn?: string;
319
+ startedBy?: string;
320
+ externalId?: string;
321
+ status?: string;
322
+ taskDefinition?: string;
323
+ computedDesiredCount?: number;
324
+ pendingCount?: number;
325
+ runningCount?: number;
326
+ createdAt?: Date;
327
+ updatedAt?: Date;
328
+ launchType?: LaunchType | string;
329
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
330
+ platformVersion?: string;
331
+ platformFamily?: string;
332
+ networkConfiguration?: NetworkConfiguration;
333
+ loadBalancers?: LoadBalancer[];
334
+ serviceRegistries?: ServiceRegistry[];
335
+ scale?: Scale;
336
+ stabilityStatus?: StabilityStatus | string;
337
+ stabilityStatusAt?: Date;
338
+ tags?: Tag[];
339
+ }
340
+ export interface Service {
341
+ serviceArn?: string;
342
+ serviceName?: string;
343
+ clusterArn?: string;
344
+ loadBalancers?: LoadBalancer[];
345
+ serviceRegistries?: ServiceRegistry[];
346
+ status?: string;
347
+ desiredCount?: number;
348
+ runningCount?: number;
349
+ pendingCount?: number;
350
+ launchType?: LaunchType | string;
351
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
352
+ platformVersion?: string;
353
+ platformFamily?: string;
354
+ taskDefinition?: string;
355
+ deploymentConfiguration?: DeploymentConfiguration;
356
+ taskSets?: TaskSet[];
357
+ deployments?: Deployment[];
358
+ roleArn?: string;
359
+ events?: ServiceEvent[];
360
+ createdAt?: Date;
361
+ placementConstraints?: PlacementConstraint[];
362
+ placementStrategy?: PlacementStrategy[];
363
+ networkConfiguration?: NetworkConfiguration;
364
+ healthCheckGracePeriodSeconds?: number;
365
+ schedulingStrategy?: SchedulingStrategy | string;
366
+ deploymentController?: DeploymentController;
367
+ tags?: Tag[];
368
+ createdBy?: string;
369
+ enableECSManagedTags?: boolean;
370
+ propagateTags?: PropagateTags | string;
371
+ enableExecuteCommand?: boolean;
372
+ }
373
+ export interface CreateServiceResponse {
374
+ service?: Service;
375
+ }
376
+ export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
377
+ readonly name: "PlatformTaskDefinitionIncompatibilityException";
378
+ readonly $fault: "client";
379
+ constructor(
380
+ opts: __ExceptionOptionType<
381
+ PlatformTaskDefinitionIncompatibilityException,
382
+ __BaseException
383
+ >
384
+ );
385
+ }
386
+ export declare class PlatformUnknownException extends __BaseException {
387
+ readonly name: "PlatformUnknownException";
388
+ readonly $fault: "client";
389
+ constructor(
390
+ opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>
391
+ );
392
+ }
393
+ export declare class UnsupportedFeatureException extends __BaseException {
394
+ readonly name: "UnsupportedFeatureException";
395
+ readonly $fault: "client";
396
+ constructor(
397
+ opts: __ExceptionOptionType<UnsupportedFeatureException, __BaseException>
398
+ );
399
+ }
400
+ export interface CreateTaskSetRequest {
401
+ service: string | undefined;
402
+ cluster: string | undefined;
403
+ externalId?: string;
404
+ taskDefinition: string | undefined;
405
+ networkConfiguration?: NetworkConfiguration;
406
+ loadBalancers?: LoadBalancer[];
407
+ serviceRegistries?: ServiceRegistry[];
408
+ launchType?: LaunchType | string;
409
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
410
+ platformVersion?: string;
411
+ scale?: Scale;
412
+ clientToken?: string;
413
+ tags?: Tag[];
414
+ }
415
+ export interface CreateTaskSetResponse {
416
+ taskSet?: TaskSet;
417
+ }
418
+ export declare class ServiceNotActiveException extends __BaseException {
419
+ readonly name: "ServiceNotActiveException";
420
+ readonly $fault: "client";
421
+ constructor(
422
+ opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>
423
+ );
424
+ }
425
+ export declare class ServiceNotFoundException extends __BaseException {
426
+ readonly name: "ServiceNotFoundException";
427
+ readonly $fault: "client";
428
+ constructor(
429
+ opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>
430
+ );
431
+ }
432
+ export declare enum SettingName {
433
+ AWSVPC_TRUNKING = "awsvpcTrunking",
434
+ CONTAINER_INSIGHTS = "containerInsights",
435
+ CONTAINER_INSTANCE_LONG_ARN_FORMAT = "containerInstanceLongArnFormat",
436
+ SERVICE_LONG_ARN_FORMAT = "serviceLongArnFormat",
437
+ TASK_LONG_ARN_FORMAT = "taskLongArnFormat",
438
+ }
439
+ export interface DeleteAccountSettingRequest {
440
+ name: SettingName | string | undefined;
441
+ principalArn?: string;
442
+ }
443
+ export interface Setting {
444
+ name?: SettingName | string;
445
+ value?: string;
446
+ principalArn?: string;
447
+ }
448
+ export interface DeleteAccountSettingResponse {
449
+ setting?: Setting;
450
+ }
451
+ export declare enum TargetType {
452
+ CONTAINER_INSTANCE = "container-instance",
453
+ }
454
+ export interface Attribute {
455
+ name: string | undefined;
456
+ value?: string;
457
+ targetType?: TargetType | string;
458
+ targetId?: string;
459
+ }
460
+ export interface DeleteAttributesRequest {
461
+ cluster?: string;
462
+ attributes: Attribute[] | undefined;
463
+ }
464
+ export interface DeleteAttributesResponse {
465
+ attributes?: Attribute[];
466
+ }
467
+ export declare class TargetNotFoundException extends __BaseException {
468
+ readonly name: "TargetNotFoundException";
469
+ readonly $fault: "client";
470
+ constructor(
471
+ opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
472
+ );
473
+ }
474
+ export interface DeleteCapacityProviderRequest {
475
+ capacityProvider: string | undefined;
476
+ }
477
+ export interface DeleteCapacityProviderResponse {
478
+ capacityProvider?: CapacityProvider;
479
+ }
480
+ export declare class ClusterContainsContainerInstancesException extends __BaseException {
481
+ readonly name: "ClusterContainsContainerInstancesException";
482
+ readonly $fault: "client";
483
+ constructor(
484
+ opts: __ExceptionOptionType<
485
+ ClusterContainsContainerInstancesException,
486
+ __BaseException
487
+ >
488
+ );
489
+ }
490
+ export declare class ClusterContainsServicesException extends __BaseException {
491
+ readonly name: "ClusterContainsServicesException";
492
+ readonly $fault: "client";
493
+ constructor(
494
+ opts: __ExceptionOptionType<
495
+ ClusterContainsServicesException,
496
+ __BaseException
497
+ >
498
+ );
499
+ }
500
+ export declare class ClusterContainsTasksException extends __BaseException {
501
+ readonly name: "ClusterContainsTasksException";
502
+ readonly $fault: "client";
503
+ constructor(
504
+ opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>
505
+ );
506
+ }
507
+ export interface DeleteClusterRequest {
508
+ cluster: string | undefined;
509
+ }
510
+ export interface DeleteClusterResponse {
511
+ cluster?: Cluster;
512
+ }
513
+ export interface DeleteServiceRequest {
514
+ cluster?: string;
515
+ service: string | undefined;
516
+ force?: boolean;
517
+ }
518
+ export interface DeleteServiceResponse {
519
+ service?: Service;
520
+ }
521
+ export interface DeleteTaskSetRequest {
522
+ cluster: string | undefined;
523
+ service: string | undefined;
524
+ taskSet: string | undefined;
525
+ force?: boolean;
526
+ }
527
+ export interface DeleteTaskSetResponse {
528
+ taskSet?: TaskSet;
529
+ }
530
+ export declare class TaskSetNotFoundException extends __BaseException {
531
+ readonly name: "TaskSetNotFoundException";
532
+ readonly $fault: "client";
533
+ constructor(
534
+ opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>
535
+ );
536
+ }
537
+ export interface DeregisterContainerInstanceRequest {
538
+ cluster?: string;
539
+ containerInstance: string | undefined;
540
+ force?: boolean;
541
+ }
542
+ export declare enum InstanceHealthCheckState {
543
+ IMPAIRED = "IMPAIRED",
544
+ INITIALIZING = "INITIALIZING",
545
+ INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
546
+ OK = "OK",
547
+ }
548
+ export declare enum InstanceHealthCheckType {
549
+ CONTAINER_RUNTIME = "CONTAINER_RUNTIME",
550
+ }
551
+ export interface InstanceHealthCheckResult {
552
+ type?: InstanceHealthCheckType | string;
553
+ status?: InstanceHealthCheckState | string;
554
+ lastUpdated?: Date;
555
+ lastStatusChange?: Date;
556
+ }
557
+ export interface ContainerInstanceHealthStatus {
558
+ overallStatus?: InstanceHealthCheckState | string;
559
+ details?: InstanceHealthCheckResult[];
560
+ }
561
+ export interface Resource {
562
+ name?: string;
563
+ type?: string;
564
+ doubleValue?: number;
565
+ longValue?: number;
566
+ integerValue?: number;
567
+ stringSetValue?: string[];
568
+ }
569
+ export interface VersionInfo {
570
+ agentVersion?: string;
571
+ agentHash?: string;
572
+ dockerVersion?: string;
573
+ }
574
+ export interface ContainerInstance {
575
+ containerInstanceArn?: string;
576
+ ec2InstanceId?: string;
577
+ capacityProviderName?: string;
578
+ version?: number;
579
+ versionInfo?: VersionInfo;
580
+ remainingResources?: Resource[];
581
+ registeredResources?: Resource[];
582
+ status?: string;
583
+ statusReason?: string;
584
+ agentConnected?: boolean;
585
+ runningTasksCount?: number;
586
+ pendingTasksCount?: number;
587
+ agentUpdateStatus?: AgentUpdateStatus | string;
588
+ attributes?: Attribute[];
589
+ registeredAt?: Date;
590
+ attachments?: Attachment[];
591
+ tags?: Tag[];
592
+ healthStatus?: ContainerInstanceHealthStatus;
593
+ }
594
+ export interface DeregisterContainerInstanceResponse {
595
+ containerInstance?: ContainerInstance;
596
+ }
597
+ export interface DeregisterTaskDefinitionRequest {
598
+ taskDefinition: string | undefined;
599
+ }
600
+ export declare enum Compatibility {
601
+ EC2 = "EC2",
602
+ EXTERNAL = "EXTERNAL",
603
+ FARGATE = "FARGATE",
604
+ }
605
+ export declare enum ContainerCondition {
606
+ COMPLETE = "COMPLETE",
607
+ HEALTHY = "HEALTHY",
608
+ START = "START",
609
+ SUCCESS = "SUCCESS",
610
+ }
611
+ export interface ContainerDependency {
612
+ containerName: string | undefined;
613
+ condition: ContainerCondition | string | undefined;
614
+ }
615
+ export declare enum EnvironmentFileType {
616
+ S3 = "s3",
617
+ }
618
+ export interface EnvironmentFile {
619
+ value: string | undefined;
620
+ type: EnvironmentFileType | string | undefined;
621
+ }
622
+ export interface HostEntry {
623
+ hostname: string | undefined;
624
+ ipAddress: string | undefined;
625
+ }
626
+ export declare enum FirelensConfigurationType {
627
+ FLUENTBIT = "fluentbit",
628
+ FLUENTD = "fluentd",
629
+ }
630
+ export interface FirelensConfiguration {
631
+ type: FirelensConfigurationType | string | undefined;
632
+ options?: Record<string, string>;
633
+ }
634
+ export interface HealthCheck {
635
+ command: string[] | undefined;
636
+ interval?: number;
637
+ timeout?: number;
638
+ retries?: number;
639
+ startPeriod?: number;
640
+ }
641
+ export interface KernelCapabilities {
642
+ add?: string[];
643
+ drop?: string[];
644
+ }
645
+ export declare enum DeviceCgroupPermission {
646
+ MKNOD = "mknod",
647
+ READ = "read",
648
+ WRITE = "write",
649
+ }
650
+ export interface Device {
651
+ hostPath: string | undefined;
652
+ containerPath?: string;
653
+ permissions?: (DeviceCgroupPermission | string)[];
654
+ }
655
+ export interface Tmpfs {
656
+ containerPath: string | undefined;
657
+ size: number | undefined;
658
+ mountOptions?: string[];
659
+ }
660
+ export interface LinuxParameters {
661
+ capabilities?: KernelCapabilities;
662
+ devices?: Device[];
663
+ initProcessEnabled?: boolean;
664
+ sharedMemorySize?: number;
665
+ tmpfs?: Tmpfs[];
666
+ maxSwap?: number;
667
+ swappiness?: number;
668
+ }
669
+ export declare enum LogDriver {
670
+ AWSFIRELENS = "awsfirelens",
671
+ AWSLOGS = "awslogs",
672
+ FLUENTD = "fluentd",
673
+ GELF = "gelf",
674
+ JOURNALD = "journald",
675
+ JSON_FILE = "json-file",
676
+ SPLUNK = "splunk",
677
+ SYSLOG = "syslog",
678
+ }
679
+ export interface Secret {
680
+ name: string | undefined;
681
+ valueFrom: string | undefined;
682
+ }
683
+ export interface LogConfiguration {
684
+ logDriver: LogDriver | string | undefined;
685
+ options?: Record<string, string>;
686
+ secretOptions?: Secret[];
687
+ }
688
+ export interface MountPoint {
689
+ sourceVolume?: string;
690
+ containerPath?: string;
691
+ readOnly?: boolean;
692
+ }
693
+ export declare enum TransportProtocol {
694
+ TCP = "tcp",
695
+ UDP = "udp",
696
+ }
697
+ export interface PortMapping {
698
+ containerPort?: number;
699
+ hostPort?: number;
700
+ protocol?: TransportProtocol | string;
701
+ }
702
+ export interface RepositoryCredentials {
703
+ credentialsParameter: string | undefined;
704
+ }
705
+ export declare enum ResourceType {
706
+ GPU = "GPU",
707
+ INFERENCE_ACCELERATOR = "InferenceAccelerator",
708
+ }
709
+ export interface ResourceRequirement {
710
+ value: string | undefined;
711
+ type: ResourceType | string | undefined;
712
+ }
713
+ export interface SystemControl {
714
+ namespace?: string;
715
+ value?: string;
716
+ }
717
+ export declare enum UlimitName {
718
+ CORE = "core",
719
+ CPU = "cpu",
720
+ DATA = "data",
721
+ FSIZE = "fsize",
722
+ LOCKS = "locks",
723
+ MEMLOCK = "memlock",
724
+ MSGQUEUE = "msgqueue",
725
+ NICE = "nice",
726
+ NOFILE = "nofile",
727
+ NPROC = "nproc",
728
+ RSS = "rss",
729
+ RTPRIO = "rtprio",
730
+ RTTIME = "rttime",
731
+ SIGPENDING = "sigpending",
732
+ STACK = "stack",
733
+ }
734
+ export interface Ulimit {
735
+ name: UlimitName | string | undefined;
736
+ softLimit: number | undefined;
737
+ hardLimit: number | undefined;
738
+ }
739
+ export interface VolumeFrom {
740
+ sourceContainer?: string;
741
+ readOnly?: boolean;
742
+ }
743
+ export interface ContainerDefinition {
744
+ name?: string;
745
+ image?: string;
746
+ repositoryCredentials?: RepositoryCredentials;
747
+ cpu?: number;
748
+ memory?: number;
749
+ memoryReservation?: number;
750
+ links?: string[];
751
+ portMappings?: PortMapping[];
752
+ essential?: boolean;
753
+ entryPoint?: string[];
754
+ command?: string[];
755
+ environment?: KeyValuePair[];
756
+ environmentFiles?: EnvironmentFile[];
757
+ mountPoints?: MountPoint[];
758
+ volumesFrom?: VolumeFrom[];
759
+ linuxParameters?: LinuxParameters;
760
+ secrets?: Secret[];
761
+ dependsOn?: ContainerDependency[];
762
+ startTimeout?: number;
763
+ stopTimeout?: number;
764
+ hostname?: string;
765
+ user?: string;
766
+ workingDirectory?: string;
767
+ disableNetworking?: boolean;
768
+ privileged?: boolean;
769
+ readonlyRootFilesystem?: boolean;
770
+ dnsServers?: string[];
771
+ dnsSearchDomains?: string[];
772
+ extraHosts?: HostEntry[];
773
+ dockerSecurityOptions?: string[];
774
+ interactive?: boolean;
775
+ pseudoTerminal?: boolean;
776
+ dockerLabels?: Record<string, string>;
777
+ ulimits?: Ulimit[];
778
+ logConfiguration?: LogConfiguration;
779
+ healthCheck?: HealthCheck;
780
+ systemControls?: SystemControl[];
781
+ resourceRequirements?: ResourceRequirement[];
782
+ firelensConfiguration?: FirelensConfiguration;
783
+ }
784
+ export interface EphemeralStorage {
785
+ sizeInGiB: number | undefined;
786
+ }
787
+ export interface InferenceAccelerator {
788
+ deviceName: string | undefined;
789
+ deviceType: string | undefined;
790
+ }
791
+ export declare enum IpcMode {
792
+ HOST = "host",
793
+ NONE = "none",
794
+ TASK = "task",
795
+ }
796
+ export declare enum NetworkMode {
797
+ AWSVPC = "awsvpc",
798
+ BRIDGE = "bridge",
799
+ HOST = "host",
800
+ NONE = "none",
801
+ }
802
+ export declare enum PidMode {
803
+ HOST = "host",
804
+ TASK = "task",
805
+ }
806
+ export declare enum TaskDefinitionPlacementConstraintType {
807
+ MEMBER_OF = "memberOf",
808
+ }
809
+ export interface TaskDefinitionPlacementConstraint {
810
+ type?: TaskDefinitionPlacementConstraintType | string;
811
+ expression?: string;
812
+ }
813
+ export declare enum ProxyConfigurationType {
814
+ APPMESH = "APPMESH",
815
+ }
816
+ export interface ProxyConfiguration {
817
+ type?: ProxyConfigurationType | string;
818
+ containerName: string | undefined;
819
+ properties?: KeyValuePair[];
820
+ }
821
+ export declare enum CPUArchitecture {
822
+ ARM64 = "ARM64",
823
+ X86_64 = "X86_64",
824
+ }
825
+ export declare enum OSFamily {
826
+ LINUX = "LINUX",
827
+ WINDOWS_SERVER_2004_CORE = "WINDOWS_SERVER_2004_CORE",
828
+ WINDOWS_SERVER_2016_FULL = "WINDOWS_SERVER_2016_FULL",
829
+ WINDOWS_SERVER_2019_CORE = "WINDOWS_SERVER_2019_CORE",
830
+ WINDOWS_SERVER_2019_FULL = "WINDOWS_SERVER_2019_FULL",
831
+ WINDOWS_SERVER_2022_CORE = "WINDOWS_SERVER_2022_CORE",
832
+ WINDOWS_SERVER_2022_FULL = "WINDOWS_SERVER_2022_FULL",
833
+ WINDOWS_SERVER_20H2_CORE = "WINDOWS_SERVER_20H2_CORE",
834
+ }
835
+ export interface RuntimePlatform {
836
+ cpuArchitecture?: CPUArchitecture | string;
837
+ operatingSystemFamily?: OSFamily | string;
838
+ }
839
+ export declare enum TaskDefinitionStatus {
840
+ ACTIVE = "ACTIVE",
841
+ INACTIVE = "INACTIVE",
842
+ }
843
+ export declare enum Scope {
844
+ SHARED = "shared",
845
+ TASK = "task",
846
+ }
847
+ export interface DockerVolumeConfiguration {
848
+ scope?: Scope | string;
849
+ autoprovision?: boolean;
850
+ driver?: string;
851
+ driverOpts?: Record<string, string>;
852
+ labels?: Record<string, string>;
853
+ }
854
+ export declare enum EFSAuthorizationConfigIAM {
855
+ DISABLED = "DISABLED",
856
+ ENABLED = "ENABLED",
857
+ }
858
+ export interface EFSAuthorizationConfig {
859
+ accessPointId?: string;
860
+ iam?: EFSAuthorizationConfigIAM | string;
861
+ }
862
+ export declare enum EFSTransitEncryption {
863
+ DISABLED = "DISABLED",
864
+ ENABLED = "ENABLED",
865
+ }
866
+ export interface EFSVolumeConfiguration {
867
+ fileSystemId: string | undefined;
868
+ rootDirectory?: string;
869
+ transitEncryption?: EFSTransitEncryption | string;
870
+ transitEncryptionPort?: number;
871
+ authorizationConfig?: EFSAuthorizationConfig;
872
+ }
873
+ export interface FSxWindowsFileServerAuthorizationConfig {
874
+ credentialsParameter: string | undefined;
875
+ domain: string | undefined;
876
+ }
877
+ export interface FSxWindowsFileServerVolumeConfiguration {
878
+ fileSystemId: string | undefined;
879
+ rootDirectory: string | undefined;
880
+ authorizationConfig: FSxWindowsFileServerAuthorizationConfig | undefined;
881
+ }
882
+ export interface HostVolumeProperties {
883
+ sourcePath?: string;
884
+ }
885
+ export interface Volume {
886
+ name?: string;
887
+ host?: HostVolumeProperties;
888
+ dockerVolumeConfiguration?: DockerVolumeConfiguration;
889
+ efsVolumeConfiguration?: EFSVolumeConfiguration;
890
+ fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration;
891
+ }
892
+ export interface TaskDefinition {
893
+ taskDefinitionArn?: string;
894
+ containerDefinitions?: ContainerDefinition[];
895
+ family?: string;
896
+ taskRoleArn?: string;
897
+ executionRoleArn?: string;
898
+ networkMode?: NetworkMode | string;
899
+ revision?: number;
900
+ volumes?: Volume[];
901
+ status?: TaskDefinitionStatus | string;
902
+ requiresAttributes?: Attribute[];
903
+ placementConstraints?: TaskDefinitionPlacementConstraint[];
904
+ compatibilities?: (Compatibility | string)[];
905
+ runtimePlatform?: RuntimePlatform;
906
+ requiresCompatibilities?: (Compatibility | string)[];
907
+ cpu?: string;
908
+ memory?: string;
909
+ inferenceAccelerators?: InferenceAccelerator[];
910
+ pidMode?: PidMode | string;
911
+ ipcMode?: IpcMode | string;
912
+ proxyConfiguration?: ProxyConfiguration;
913
+ registeredAt?: Date;
914
+ deregisteredAt?: Date;
915
+ registeredBy?: string;
916
+ ephemeralStorage?: EphemeralStorage;
917
+ }
918
+ export interface DeregisterTaskDefinitionResponse {
919
+ taskDefinition?: TaskDefinition;
920
+ }
921
+ export declare enum CapacityProviderField {
922
+ TAGS = "TAGS",
923
+ }
924
+ export interface DescribeCapacityProvidersRequest {
925
+ capacityProviders?: string[];
926
+ include?: (CapacityProviderField | string)[];
927
+ maxResults?: number;
928
+ nextToken?: string;
929
+ }
930
+ export interface Failure {
931
+ arn?: string;
932
+ reason?: string;
933
+ detail?: string;
934
+ }
935
+ export interface DescribeCapacityProvidersResponse {
936
+ capacityProviders?: CapacityProvider[];
937
+ failures?: Failure[];
938
+ nextToken?: string;
939
+ }
940
+ export declare enum ClusterField {
941
+ ATTACHMENTS = "ATTACHMENTS",
942
+ CONFIGURATIONS = "CONFIGURATIONS",
943
+ SETTINGS = "SETTINGS",
944
+ STATISTICS = "STATISTICS",
945
+ TAGS = "TAGS",
946
+ }
947
+ export interface DescribeClustersRequest {
948
+ clusters?: string[];
949
+ include?: (ClusterField | string)[];
950
+ }
951
+ export interface DescribeClustersResponse {
952
+ clusters?: Cluster[];
953
+ failures?: Failure[];
954
+ }
955
+ export declare enum ContainerInstanceField {
956
+ CONTAINER_INSTANCE_HEALTH = "CONTAINER_INSTANCE_HEALTH",
957
+ TAGS = "TAGS",
958
+ }
959
+ export interface DescribeContainerInstancesRequest {
960
+ cluster?: string;
961
+ containerInstances: string[] | undefined;
962
+ include?: (ContainerInstanceField | string)[];
963
+ }
964
+ export interface DescribeContainerInstancesResponse {
965
+ containerInstances?: ContainerInstance[];
966
+ failures?: Failure[];
967
+ }
968
+ export declare enum ServiceField {
969
+ TAGS = "TAGS",
970
+ }
971
+ export interface DescribeServicesRequest {
972
+ cluster?: string;
973
+ services: string[] | undefined;
974
+ include?: (ServiceField | string)[];
975
+ }
976
+ export interface DescribeServicesResponse {
977
+ services?: Service[];
978
+ failures?: Failure[];
979
+ }
980
+ export declare enum TaskDefinitionField {
981
+ TAGS = "TAGS",
982
+ }
983
+ export interface DescribeTaskDefinitionRequest {
984
+ taskDefinition: string | undefined;
985
+ include?: (TaskDefinitionField | string)[];
986
+ }
987
+ export interface DescribeTaskDefinitionResponse {
988
+ taskDefinition?: TaskDefinition;
989
+ tags?: Tag[];
990
+ }
991
+ export declare enum TaskField {
992
+ TAGS = "TAGS",
993
+ }
994
+ export interface DescribeTasksRequest {
995
+ cluster?: string;
996
+ tasks: string[] | undefined;
997
+ include?: (TaskField | string)[];
998
+ }
999
+ export declare enum Connectivity {
1000
+ CONNECTED = "CONNECTED",
1001
+ DISCONNECTED = "DISCONNECTED",
1002
+ }
1003
+ export declare enum HealthStatus {
1004
+ HEALTHY = "HEALTHY",
1005
+ UNHEALTHY = "UNHEALTHY",
1006
+ UNKNOWN = "UNKNOWN",
1007
+ }
1008
+ export declare enum ManagedAgentName {
1009
+ ExecuteCommandAgent = "ExecuteCommandAgent",
1010
+ }
1011
+ export interface ManagedAgent {
1012
+ lastStartedAt?: Date;
1013
+ name?: ManagedAgentName | string;
1014
+ reason?: string;
1015
+ lastStatus?: string;
1016
+ }
1017
+ export interface NetworkBinding {
1018
+ bindIP?: string;
1019
+ containerPort?: number;
1020
+ hostPort?: number;
1021
+ protocol?: TransportProtocol | string;
1022
+ }
1023
+ export interface NetworkInterface {
1024
+ attachmentId?: string;
1025
+ privateIpv4Address?: string;
1026
+ ipv6Address?: string;
1027
+ }
1028
+ export interface Container {
1029
+ containerArn?: string;
1030
+ taskArn?: string;
1031
+ name?: string;
1032
+ image?: string;
1033
+ imageDigest?: string;
1034
+ runtimeId?: string;
1035
+ lastStatus?: string;
1036
+ exitCode?: number;
1037
+ reason?: string;
1038
+ networkBindings?: NetworkBinding[];
1039
+ networkInterfaces?: NetworkInterface[];
1040
+ healthStatus?: HealthStatus | string;
1041
+ managedAgents?: ManagedAgent[];
1042
+ cpu?: string;
1043
+ memory?: string;
1044
+ memoryReservation?: string;
1045
+ gpuIds?: string[];
1046
+ }
1047
+ export interface ContainerOverride {
1048
+ name?: string;
1049
+ command?: string[];
1050
+ environment?: KeyValuePair[];
1051
+ environmentFiles?: EnvironmentFile[];
1052
+ cpu?: number;
1053
+ memory?: number;
1054
+ memoryReservation?: number;
1055
+ resourceRequirements?: ResourceRequirement[];
1056
+ }
1057
+ export interface InferenceAcceleratorOverride {
1058
+ deviceName?: string;
1059
+ deviceType?: string;
1060
+ }
1061
+ export interface TaskOverride {
1062
+ containerOverrides?: ContainerOverride[];
1063
+ cpu?: string;
1064
+ inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[];
1065
+ executionRoleArn?: string;
1066
+ memory?: string;
1067
+ taskRoleArn?: string;
1068
+ ephemeralStorage?: EphemeralStorage;
1069
+ }
1070
+ export declare enum TaskStopCode {
1071
+ ESSENTIAL_CONTAINER_EXITED = "EssentialContainerExited",
1072
+ TASK_FAILED_TO_START = "TaskFailedToStart",
1073
+ USER_INITIATED = "UserInitiated",
1074
+ }
1075
+ export interface Task {
1076
+ attachments?: Attachment[];
1077
+ attributes?: Attribute[];
1078
+ availabilityZone?: string;
1079
+ capacityProviderName?: string;
1080
+ clusterArn?: string;
1081
+ connectivity?: Connectivity | string;
1082
+ connectivityAt?: Date;
1083
+ containerInstanceArn?: string;
1084
+ containers?: Container[];
1085
+ cpu?: string;
1086
+ createdAt?: Date;
1087
+ desiredStatus?: string;
1088
+ enableExecuteCommand?: boolean;
1089
+ executionStoppedAt?: Date;
1090
+ group?: string;
1091
+ healthStatus?: HealthStatus | string;
1092
+ inferenceAccelerators?: InferenceAccelerator[];
1093
+ lastStatus?: string;
1094
+ launchType?: LaunchType | string;
1095
+ memory?: string;
1096
+ overrides?: TaskOverride;
1097
+ platformVersion?: string;
1098
+ platformFamily?: string;
1099
+ pullStartedAt?: Date;
1100
+ pullStoppedAt?: Date;
1101
+ startedAt?: Date;
1102
+ startedBy?: string;
1103
+ stopCode?: TaskStopCode | string;
1104
+ stoppedAt?: Date;
1105
+ stoppedReason?: string;
1106
+ stoppingAt?: Date;
1107
+ tags?: Tag[];
1108
+ taskArn?: string;
1109
+ taskDefinitionArn?: string;
1110
+ version?: number;
1111
+ ephemeralStorage?: EphemeralStorage;
1112
+ }
1113
+ export interface DescribeTasksResponse {
1114
+ tasks?: Task[];
1115
+ failures?: Failure[];
1116
+ }
1117
+ export declare enum TaskSetField {
1118
+ TAGS = "TAGS",
1119
+ }
1120
+ export interface DescribeTaskSetsRequest {
1121
+ cluster: string | undefined;
1122
+ service: string | undefined;
1123
+ taskSets?: string[];
1124
+ include?: (TaskSetField | string)[];
1125
+ }
1126
+ export interface DescribeTaskSetsResponse {
1127
+ taskSets?: TaskSet[];
1128
+ failures?: Failure[];
1129
+ }
1130
+ export interface DiscoverPollEndpointRequest {
1131
+ containerInstance?: string;
1132
+ cluster?: string;
1133
+ }
1134
+ export interface DiscoverPollEndpointResponse {
1135
+ endpoint?: string;
1136
+ telemetryEndpoint?: string;
1137
+ }
1138
+ export interface ExecuteCommandRequest {
1139
+ cluster?: string;
1140
+ container?: string;
1141
+ command: string | undefined;
1142
+ interactive: boolean | undefined;
1143
+ task: string | undefined;
1144
+ }
1145
+ export interface Session {
1146
+ sessionId?: string;
1147
+ streamUrl?: string;
1148
+ tokenValue?: string;
1149
+ }
1150
+ export interface ExecuteCommandResponse {
1151
+ clusterArn?: string;
1152
+ containerArn?: string;
1153
+ containerName?: string;
1154
+ interactive?: boolean;
1155
+ session?: Session;
1156
+ taskArn?: string;
1157
+ }
1158
+ export declare class TargetNotConnectedException extends __BaseException {
1159
+ readonly name: "TargetNotConnectedException";
1160
+ readonly $fault: "client";
1161
+ constructor(
1162
+ opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>
1163
+ );
1164
+ }
1165
+ export interface ListAccountSettingsRequest {
1166
+ name?: SettingName | string;
1167
+ value?: string;
1168
+ principalArn?: string;
1169
+ effectiveSettings?: boolean;
1170
+ nextToken?: string;
1171
+ maxResults?: number;
1172
+ }
1173
+ export interface ListAccountSettingsResponse {
1174
+ settings?: Setting[];
1175
+ nextToken?: string;
1176
+ }
1177
+ export interface ListAttributesRequest {
1178
+ cluster?: string;
1179
+ targetType: TargetType | string | undefined;
1180
+ attributeName?: string;
1181
+ attributeValue?: string;
1182
+ nextToken?: string;
1183
+ maxResults?: number;
1184
+ }
1185
+ export interface ListAttributesResponse {
1186
+ attributes?: Attribute[];
1187
+ nextToken?: string;
1188
+ }
1189
+ export interface ListClustersRequest {
1190
+ nextToken?: string;
1191
+ maxResults?: number;
1192
+ }
1193
+ export interface ListClustersResponse {
1194
+ clusterArns?: string[];
1195
+ nextToken?: string;
1196
+ }
1197
+ export declare enum ContainerInstanceStatus {
1198
+ ACTIVE = "ACTIVE",
1199
+ DEREGISTERING = "DEREGISTERING",
1200
+ DRAINING = "DRAINING",
1201
+ REGISTERING = "REGISTERING",
1202
+ REGISTRATION_FAILED = "REGISTRATION_FAILED",
1203
+ }
1204
+ export interface ListContainerInstancesRequest {
1205
+ cluster?: string;
1206
+ filter?: string;
1207
+ nextToken?: string;
1208
+ maxResults?: number;
1209
+ status?: ContainerInstanceStatus | string;
1210
+ }
1211
+ export interface ListContainerInstancesResponse {
1212
+ containerInstanceArns?: string[];
1213
+ nextToken?: string;
1214
+ }
1215
+ export interface ListServicesRequest {
1216
+ cluster?: string;
1217
+ nextToken?: string;
1218
+ maxResults?: number;
1219
+ launchType?: LaunchType | string;
1220
+ schedulingStrategy?: SchedulingStrategy | string;
1221
+ }
1222
+ export interface ListServicesResponse {
1223
+ serviceArns?: string[];
1224
+ nextToken?: string;
1225
+ }
1226
+ export interface ListTagsForResourceRequest {
1227
+ resourceArn: string | undefined;
1228
+ }
1229
+ export interface ListTagsForResourceResponse {
1230
+ tags?: Tag[];
1231
+ }
1232
+ export declare enum TaskDefinitionFamilyStatus {
1233
+ ACTIVE = "ACTIVE",
1234
+ ALL = "ALL",
1235
+ INACTIVE = "INACTIVE",
1236
+ }
1237
+ export interface ListTaskDefinitionFamiliesRequest {
1238
+ familyPrefix?: string;
1239
+ status?: TaskDefinitionFamilyStatus | string;
1240
+ nextToken?: string;
1241
+ maxResults?: number;
1242
+ }
1243
+ export interface ListTaskDefinitionFamiliesResponse {
1244
+ families?: string[];
1245
+ nextToken?: string;
1246
+ }
1247
+ export declare enum SortOrder {
1248
+ ASC = "ASC",
1249
+ DESC = "DESC",
1250
+ }
1251
+ export interface ListTaskDefinitionsRequest {
1252
+ familyPrefix?: string;
1253
+ status?: TaskDefinitionStatus | string;
1254
+ sort?: SortOrder | string;
1255
+ nextToken?: string;
1256
+ maxResults?: number;
1257
+ }
1258
+ export interface ListTaskDefinitionsResponse {
1259
+ taskDefinitionArns?: string[];
1260
+ nextToken?: string;
1261
+ }
1262
+ export declare enum DesiredStatus {
1263
+ PENDING = "PENDING",
1264
+ RUNNING = "RUNNING",
1265
+ STOPPED = "STOPPED",
1266
+ }
1267
+ export interface ListTasksRequest {
1268
+ cluster?: string;
1269
+ containerInstance?: string;
1270
+ family?: string;
1271
+ nextToken?: string;
1272
+ maxResults?: number;
1273
+ startedBy?: string;
1274
+ serviceName?: string;
1275
+ desiredStatus?: DesiredStatus | string;
1276
+ launchType?: LaunchType | string;
1277
+ }
1278
+ export interface ListTasksResponse {
1279
+ taskArns?: string[];
1280
+ nextToken?: string;
1281
+ }
1282
+ export interface PutAccountSettingRequest {
1283
+ name: SettingName | string | undefined;
1284
+ value: string | undefined;
1285
+ principalArn?: string;
1286
+ }
1287
+ export interface PutAccountSettingResponse {
1288
+ setting?: Setting;
1289
+ }
1290
+ export interface PutAccountSettingDefaultRequest {
1291
+ name: SettingName | string | undefined;
1292
+ value: string | undefined;
1293
+ }
1294
+ export interface PutAccountSettingDefaultResponse {
1295
+ setting?: Setting;
1296
+ }
1297
+ export declare class AttributeLimitExceededException extends __BaseException {
1298
+ readonly name: "AttributeLimitExceededException";
1299
+ readonly $fault: "client";
1300
+ constructor(
1301
+ opts: __ExceptionOptionType<
1302
+ AttributeLimitExceededException,
1303
+ __BaseException
1304
+ >
1305
+ );
1306
+ }
1307
+ export interface PutAttributesRequest {
1308
+ cluster?: string;
1309
+ attributes: Attribute[] | undefined;
1310
+ }
1311
+ export interface PutAttributesResponse {
1312
+ attributes?: Attribute[];
1313
+ }
1314
+ export interface PutClusterCapacityProvidersRequest {
1315
+ cluster: string | undefined;
1316
+ capacityProviders: string[] | undefined;
1317
+ defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
1318
+ }
1319
+ export interface PutClusterCapacityProvidersResponse {
1320
+ cluster?: Cluster;
1321
+ }
1322
+ export declare class ResourceInUseException extends __BaseException {
1323
+ readonly name: "ResourceInUseException";
1324
+ readonly $fault: "client";
1325
+ constructor(
1326
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
1327
+ );
1328
+ }
1329
+ export declare enum PlatformDeviceType {
1330
+ GPU = "GPU",
1331
+ }
1332
+ export interface PlatformDevice {
1333
+ id: string | undefined;
1334
+ type: PlatformDeviceType | string | undefined;
1335
+ }
1336
+ export interface RegisterContainerInstanceRequest {
1337
+ cluster?: string;
1338
+ instanceIdentityDocument?: string;
1339
+ instanceIdentityDocumentSignature?: string;
1340
+ totalResources?: Resource[];
1341
+ versionInfo?: VersionInfo;
1342
+ containerInstanceArn?: string;
1343
+ attributes?: Attribute[];
1344
+ platformDevices?: PlatformDevice[];
1345
+ tags?: Tag[];
1346
+ }
1347
+ export interface RegisterContainerInstanceResponse {
1348
+ containerInstance?: ContainerInstance;
1349
+ }
1350
+ export interface RegisterTaskDefinitionRequest {
1351
+ family: string | undefined;
1352
+ taskRoleArn?: string;
1353
+ executionRoleArn?: string;
1354
+ networkMode?: NetworkMode | string;
1355
+ containerDefinitions: ContainerDefinition[] | undefined;
1356
+ volumes?: Volume[];
1357
+ placementConstraints?: TaskDefinitionPlacementConstraint[];
1358
+ requiresCompatibilities?: (Compatibility | string)[];
1359
+ cpu?: string;
1360
+ memory?: string;
1361
+ tags?: Tag[];
1362
+ pidMode?: PidMode | string;
1363
+ ipcMode?: IpcMode | string;
1364
+ proxyConfiguration?: ProxyConfiguration;
1365
+ inferenceAccelerators?: InferenceAccelerator[];
1366
+ ephemeralStorage?: EphemeralStorage;
1367
+ runtimePlatform?: RuntimePlatform;
1368
+ }
1369
+ export interface RegisterTaskDefinitionResponse {
1370
+ taskDefinition?: TaskDefinition;
1371
+ tags?: Tag[];
1372
+ }
1373
+ export declare class BlockedException extends __BaseException {
1374
+ readonly name: "BlockedException";
1375
+ readonly $fault: "client";
1376
+ constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
1377
+ }
1378
+ export interface RunTaskRequest {
1379
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
1380
+ cluster?: string;
1381
+ count?: number;
1382
+ enableECSManagedTags?: boolean;
1383
+ enableExecuteCommand?: boolean;
1384
+ group?: string;
1385
+ launchType?: LaunchType | string;
1386
+ networkConfiguration?: NetworkConfiguration;
1387
+ overrides?: TaskOverride;
1388
+ placementConstraints?: PlacementConstraint[];
1389
+ placementStrategy?: PlacementStrategy[];
1390
+ platformVersion?: string;
1391
+ propagateTags?: PropagateTags | string;
1392
+ referenceId?: string;
1393
+ startedBy?: string;
1394
+ tags?: Tag[];
1395
+ taskDefinition: string | undefined;
1396
+ }
1397
+ export interface RunTaskResponse {
1398
+ tasks?: Task[];
1399
+ failures?: Failure[];
1400
+ }
1401
+ export interface StartTaskRequest {
1402
+ cluster?: string;
1403
+ containerInstances: string[] | undefined;
1404
+ enableECSManagedTags?: boolean;
1405
+ enableExecuteCommand?: boolean;
1406
+ group?: string;
1407
+ networkConfiguration?: NetworkConfiguration;
1408
+ overrides?: TaskOverride;
1409
+ propagateTags?: PropagateTags | string;
1410
+ referenceId?: string;
1411
+ startedBy?: string;
1412
+ tags?: Tag[];
1413
+ taskDefinition: string | undefined;
1414
+ }
1415
+ export interface StartTaskResponse {
1416
+ tasks?: Task[];
1417
+ failures?: Failure[];
1418
+ }
1419
+ export interface StopTaskRequest {
1420
+ cluster?: string;
1421
+ task: string | undefined;
1422
+ reason?: string;
1423
+ }
1424
+ export interface StopTaskResponse {
1425
+ task?: Task;
1426
+ }
1427
+ export interface AttachmentStateChange {
1428
+ attachmentArn: string | undefined;
1429
+ status: string | undefined;
1430
+ }
1431
+ export interface SubmitAttachmentStateChangesRequest {
1432
+ cluster?: string;
1433
+ attachments: AttachmentStateChange[] | undefined;
1434
+ }
1435
+ export interface SubmitAttachmentStateChangesResponse {
1436
+ acknowledgment?: string;
1437
+ }
1438
+ export interface SubmitContainerStateChangeRequest {
1439
+ cluster?: string;
1440
+ task?: string;
1441
+ containerName?: string;
1442
+ runtimeId?: string;
1443
+ status?: string;
1444
+ exitCode?: number;
1445
+ reason?: string;
1446
+ networkBindings?: NetworkBinding[];
1447
+ }
1448
+ export interface SubmitContainerStateChangeResponse {
1449
+ acknowledgment?: string;
1450
+ }
1451
+ export interface ContainerStateChange {
1452
+ containerName?: string;
1453
+ imageDigest?: string;
1454
+ runtimeId?: string;
1455
+ exitCode?: number;
1456
+ networkBindings?: NetworkBinding[];
1457
+ reason?: string;
1458
+ status?: string;
1459
+ }
1460
+ export interface ManagedAgentStateChange {
1461
+ containerName: string | undefined;
1462
+ managedAgentName: ManagedAgentName | string | undefined;
1463
+ status: string | undefined;
1464
+ reason?: string;
1465
+ }
1466
+ export interface SubmitTaskStateChangeRequest {
1467
+ cluster?: string;
1468
+ task?: string;
1469
+ status?: string;
1470
+ reason?: string;
1471
+ containers?: ContainerStateChange[];
1472
+ attachments?: AttachmentStateChange[];
1473
+ managedAgents?: ManagedAgentStateChange[];
1474
+ pullStartedAt?: Date;
1475
+ pullStoppedAt?: Date;
1476
+ executionStoppedAt?: Date;
1477
+ }
1478
+ export interface SubmitTaskStateChangeResponse {
1479
+ acknowledgment?: string;
1480
+ }
1481
+ export declare class ResourceNotFoundException extends __BaseException {
1482
+ readonly name: "ResourceNotFoundException";
1483
+ readonly $fault: "client";
1484
+ constructor(
1485
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
1486
+ );
1487
+ }
1488
+ export interface TagResourceRequest {
1489
+ resourceArn: string | undefined;
1490
+ tags: Tag[] | undefined;
1491
+ }
1492
+ export interface TagResourceResponse {}
1493
+ export interface UntagResourceRequest {
1494
+ resourceArn: string | undefined;
1495
+ tagKeys: string[] | undefined;
1496
+ }
1497
+ export interface UntagResourceResponse {}
1498
+ export interface AutoScalingGroupProviderUpdate {
1499
+ managedScaling?: ManagedScaling;
1500
+ managedTerminationProtection?: ManagedTerminationProtection | string;
1501
+ }
1502
+ export interface UpdateCapacityProviderRequest {
1503
+ name: string | undefined;
1504
+ autoScalingGroupProvider: AutoScalingGroupProviderUpdate | undefined;
1505
+ }
1506
+ export interface UpdateCapacityProviderResponse {
1507
+ capacityProvider?: CapacityProvider;
1508
+ }
1509
+ export interface UpdateClusterRequest {
1510
+ cluster: string | undefined;
1511
+ settings?: ClusterSetting[];
1512
+ configuration?: ClusterConfiguration;
1513
+ }
1514
+ export interface UpdateClusterResponse {
1515
+ cluster?: Cluster;
1516
+ }
1517
+ export interface UpdateClusterSettingsRequest {
1518
+ cluster: string | undefined;
1519
+ settings: ClusterSetting[] | undefined;
1520
+ }
1521
+ export interface UpdateClusterSettingsResponse {
1522
+ cluster?: Cluster;
1523
+ }
1524
+ export declare class MissingVersionException extends __BaseException {
1525
+ readonly name: "MissingVersionException";
1526
+ readonly $fault: "client";
1527
+ constructor(
1528
+ opts: __ExceptionOptionType<MissingVersionException, __BaseException>
1529
+ );
1530
+ }
1531
+ export declare class NoUpdateAvailableException extends __BaseException {
1532
+ readonly name: "NoUpdateAvailableException";
1533
+ readonly $fault: "client";
1534
+ constructor(
1535
+ opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>
1536
+ );
1537
+ }
1538
+ export interface UpdateContainerAgentRequest {
1539
+ cluster?: string;
1540
+ containerInstance: string | undefined;
1541
+ }
1542
+ export interface UpdateContainerAgentResponse {
1543
+ containerInstance?: ContainerInstance;
1544
+ }
1545
+ export interface UpdateContainerInstancesStateRequest {
1546
+ cluster?: string;
1547
+ containerInstances: string[] | undefined;
1548
+ status: ContainerInstanceStatus | string | undefined;
1549
+ }
1550
+ export interface UpdateContainerInstancesStateResponse {
1551
+ containerInstances?: ContainerInstance[];
1552
+ failures?: Failure[];
1553
+ }
1554
+ export interface UpdateServiceRequest {
1555
+ cluster?: string;
1556
+ service: string | undefined;
1557
+ desiredCount?: number;
1558
+ taskDefinition?: string;
1559
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
1560
+ deploymentConfiguration?: DeploymentConfiguration;
1561
+ networkConfiguration?: NetworkConfiguration;
1562
+ placementConstraints?: PlacementConstraint[];
1563
+ placementStrategy?: PlacementStrategy[];
1564
+ platformVersion?: string;
1565
+ forceNewDeployment?: boolean;
1566
+ healthCheckGracePeriodSeconds?: number;
1567
+ enableExecuteCommand?: boolean;
1568
+ enableECSManagedTags?: boolean;
1569
+ loadBalancers?: LoadBalancer[];
1570
+ propagateTags?: PropagateTags | string;
1571
+ serviceRegistries?: ServiceRegistry[];
1572
+ }
1573
+ export interface UpdateServiceResponse {
1574
+ service?: Service;
1575
+ }
1576
+ export interface UpdateServicePrimaryTaskSetRequest {
1577
+ cluster: string | undefined;
1578
+ service: string | undefined;
1579
+ primaryTaskSet: string | undefined;
1580
+ }
1581
+ export interface UpdateServicePrimaryTaskSetResponse {
1582
+ taskSet?: TaskSet;
1583
+ }
1584
+ export interface UpdateTaskSetRequest {
1585
+ cluster: string | undefined;
1586
+ service: string | undefined;
1587
+ taskSet: string | undefined;
1588
+ scale: Scale | undefined;
1589
+ }
1590
+ export interface UpdateTaskSetResponse {
1591
+ taskSet?: TaskSet;
1592
+ }
1593
+ export declare const ManagedScalingFilterSensitiveLog: (
1594
+ obj: ManagedScaling
1595
+ ) => any;
1596
+ export declare const AutoScalingGroupProviderFilterSensitiveLog: (
1597
+ obj: AutoScalingGroupProvider
1598
+ ) => any;
1599
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1600
+ export declare const CreateCapacityProviderRequestFilterSensitiveLog: (
1601
+ obj: CreateCapacityProviderRequest
1602
+ ) => any;
1603
+ export declare const CapacityProviderFilterSensitiveLog: (
1604
+ obj: CapacityProvider
1605
+ ) => any;
1606
+ export declare const CreateCapacityProviderResponseFilterSensitiveLog: (
1607
+ obj: CreateCapacityProviderResponse
1608
+ ) => any;
1609
+ export declare const ExecuteCommandLogConfigurationFilterSensitiveLog: (
1610
+ obj: ExecuteCommandLogConfiguration
1611
+ ) => any;
1612
+ export declare const ExecuteCommandConfigurationFilterSensitiveLog: (
1613
+ obj: ExecuteCommandConfiguration
1614
+ ) => any;
1615
+ export declare const ClusterConfigurationFilterSensitiveLog: (
1616
+ obj: ClusterConfiguration
1617
+ ) => any;
1618
+ export declare const CapacityProviderStrategyItemFilterSensitiveLog: (
1619
+ obj: CapacityProviderStrategyItem
1620
+ ) => any;
1621
+ export declare const ClusterSettingFilterSensitiveLog: (
1622
+ obj: ClusterSetting
1623
+ ) => any;
1624
+ export declare const CreateClusterRequestFilterSensitiveLog: (
1625
+ obj: CreateClusterRequest
1626
+ ) => any;
1627
+ export declare const KeyValuePairFilterSensitiveLog: (obj: KeyValuePair) => any;
1628
+ export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
1629
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
1630
+ export declare const CreateClusterResponseFilterSensitiveLog: (
1631
+ obj: CreateClusterResponse
1632
+ ) => any;
1633
+ export declare const DeploymentCircuitBreakerFilterSensitiveLog: (
1634
+ obj: DeploymentCircuitBreaker
1635
+ ) => any;
1636
+ export declare const DeploymentConfigurationFilterSensitiveLog: (
1637
+ obj: DeploymentConfiguration
1638
+ ) => any;
1639
+ export declare const DeploymentControllerFilterSensitiveLog: (
1640
+ obj: DeploymentController
1641
+ ) => any;
1642
+ export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
1643
+ export declare const AwsVpcConfigurationFilterSensitiveLog: (
1644
+ obj: AwsVpcConfiguration
1645
+ ) => any;
1646
+ export declare const NetworkConfigurationFilterSensitiveLog: (
1647
+ obj: NetworkConfiguration
1648
+ ) => any;
1649
+ export declare const PlacementConstraintFilterSensitiveLog: (
1650
+ obj: PlacementConstraint
1651
+ ) => any;
1652
+ export declare const PlacementStrategyFilterSensitiveLog: (
1653
+ obj: PlacementStrategy
1654
+ ) => any;
1655
+ export declare const ServiceRegistryFilterSensitiveLog: (
1656
+ obj: ServiceRegistry
1657
+ ) => any;
1658
+ export declare const CreateServiceRequestFilterSensitiveLog: (
1659
+ obj: CreateServiceRequest
1660
+ ) => any;
1661
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
1662
+ export declare const ServiceEventFilterSensitiveLog: (obj: ServiceEvent) => any;
1663
+ export declare const ScaleFilterSensitiveLog: (obj: Scale) => any;
1664
+ export declare const TaskSetFilterSensitiveLog: (obj: TaskSet) => any;
1665
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
1666
+ export declare const CreateServiceResponseFilterSensitiveLog: (
1667
+ obj: CreateServiceResponse
1668
+ ) => any;
1669
+ export declare const CreateTaskSetRequestFilterSensitiveLog: (
1670
+ obj: CreateTaskSetRequest
1671
+ ) => any;
1672
+ export declare const CreateTaskSetResponseFilterSensitiveLog: (
1673
+ obj: CreateTaskSetResponse
1674
+ ) => any;
1675
+ export declare const DeleteAccountSettingRequestFilterSensitiveLog: (
1676
+ obj: DeleteAccountSettingRequest
1677
+ ) => any;
1678
+ export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
1679
+ export declare const DeleteAccountSettingResponseFilterSensitiveLog: (
1680
+ obj: DeleteAccountSettingResponse
1681
+ ) => any;
1682
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
1683
+ export declare const DeleteAttributesRequestFilterSensitiveLog: (
1684
+ obj: DeleteAttributesRequest
1685
+ ) => any;
1686
+ export declare const DeleteAttributesResponseFilterSensitiveLog: (
1687
+ obj: DeleteAttributesResponse
1688
+ ) => any;
1689
+ export declare const DeleteCapacityProviderRequestFilterSensitiveLog: (
1690
+ obj: DeleteCapacityProviderRequest
1691
+ ) => any;
1692
+ export declare const DeleteCapacityProviderResponseFilterSensitiveLog: (
1693
+ obj: DeleteCapacityProviderResponse
1694
+ ) => any;
1695
+ export declare const DeleteClusterRequestFilterSensitiveLog: (
1696
+ obj: DeleteClusterRequest
1697
+ ) => any;
1698
+ export declare const DeleteClusterResponseFilterSensitiveLog: (
1699
+ obj: DeleteClusterResponse
1700
+ ) => any;
1701
+ export declare const DeleteServiceRequestFilterSensitiveLog: (
1702
+ obj: DeleteServiceRequest
1703
+ ) => any;
1704
+ export declare const DeleteServiceResponseFilterSensitiveLog: (
1705
+ obj: DeleteServiceResponse
1706
+ ) => any;
1707
+ export declare const DeleteTaskSetRequestFilterSensitiveLog: (
1708
+ obj: DeleteTaskSetRequest
1709
+ ) => any;
1710
+ export declare const DeleteTaskSetResponseFilterSensitiveLog: (
1711
+ obj: DeleteTaskSetResponse
1712
+ ) => any;
1713
+ export declare const DeregisterContainerInstanceRequestFilterSensitiveLog: (
1714
+ obj: DeregisterContainerInstanceRequest
1715
+ ) => any;
1716
+ export declare const InstanceHealthCheckResultFilterSensitiveLog: (
1717
+ obj: InstanceHealthCheckResult
1718
+ ) => any;
1719
+ export declare const ContainerInstanceHealthStatusFilterSensitiveLog: (
1720
+ obj: ContainerInstanceHealthStatus
1721
+ ) => any;
1722
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
1723
+ export declare const VersionInfoFilterSensitiveLog: (obj: VersionInfo) => any;
1724
+ export declare const ContainerInstanceFilterSensitiveLog: (
1725
+ obj: ContainerInstance
1726
+ ) => any;
1727
+ export declare const DeregisterContainerInstanceResponseFilterSensitiveLog: (
1728
+ obj: DeregisterContainerInstanceResponse
1729
+ ) => any;
1730
+ export declare const DeregisterTaskDefinitionRequestFilterSensitiveLog: (
1731
+ obj: DeregisterTaskDefinitionRequest
1732
+ ) => any;
1733
+ export declare const ContainerDependencyFilterSensitiveLog: (
1734
+ obj: ContainerDependency
1735
+ ) => any;
1736
+ export declare const EnvironmentFileFilterSensitiveLog: (
1737
+ obj: EnvironmentFile
1738
+ ) => any;
1739
+ export declare const HostEntryFilterSensitiveLog: (obj: HostEntry) => any;
1740
+ export declare const FirelensConfigurationFilterSensitiveLog: (
1741
+ obj: FirelensConfiguration
1742
+ ) => any;
1743
+ export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
1744
+ export declare const KernelCapabilitiesFilterSensitiveLog: (
1745
+ obj: KernelCapabilities
1746
+ ) => any;
1747
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
1748
+ export declare const TmpfsFilterSensitiveLog: (obj: Tmpfs) => any;
1749
+ export declare const LinuxParametersFilterSensitiveLog: (
1750
+ obj: LinuxParameters
1751
+ ) => any;
1752
+ export declare const SecretFilterSensitiveLog: (obj: Secret) => any;
1753
+ export declare const LogConfigurationFilterSensitiveLog: (
1754
+ obj: LogConfiguration
1755
+ ) => any;
1756
+ export declare const MountPointFilterSensitiveLog: (obj: MountPoint) => any;
1757
+ export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
1758
+ export declare const RepositoryCredentialsFilterSensitiveLog: (
1759
+ obj: RepositoryCredentials
1760
+ ) => any;
1761
+ export declare const ResourceRequirementFilterSensitiveLog: (
1762
+ obj: ResourceRequirement
1763
+ ) => any;
1764
+ export declare const SystemControlFilterSensitiveLog: (
1765
+ obj: SystemControl
1766
+ ) => any;
1767
+ export declare const UlimitFilterSensitiveLog: (obj: Ulimit) => any;
1768
+ export declare const VolumeFromFilterSensitiveLog: (obj: VolumeFrom) => any;
1769
+ export declare const ContainerDefinitionFilterSensitiveLog: (
1770
+ obj: ContainerDefinition
1771
+ ) => any;
1772
+ export declare const EphemeralStorageFilterSensitiveLog: (
1773
+ obj: EphemeralStorage
1774
+ ) => any;
1775
+ export declare const InferenceAcceleratorFilterSensitiveLog: (
1776
+ obj: InferenceAccelerator
1777
+ ) => any;
1778
+ export declare const TaskDefinitionPlacementConstraintFilterSensitiveLog: (
1779
+ obj: TaskDefinitionPlacementConstraint
1780
+ ) => any;
1781
+ export declare const ProxyConfigurationFilterSensitiveLog: (
1782
+ obj: ProxyConfiguration
1783
+ ) => any;
1784
+ export declare const RuntimePlatformFilterSensitiveLog: (
1785
+ obj: RuntimePlatform
1786
+ ) => any;
1787
+ export declare const DockerVolumeConfigurationFilterSensitiveLog: (
1788
+ obj: DockerVolumeConfiguration
1789
+ ) => any;
1790
+ export declare const EFSAuthorizationConfigFilterSensitiveLog: (
1791
+ obj: EFSAuthorizationConfig
1792
+ ) => any;
1793
+ export declare const EFSVolumeConfigurationFilterSensitiveLog: (
1794
+ obj: EFSVolumeConfiguration
1795
+ ) => any;
1796
+ export declare const FSxWindowsFileServerAuthorizationConfigFilterSensitiveLog: (
1797
+ obj: FSxWindowsFileServerAuthorizationConfig
1798
+ ) => any;
1799
+ export declare const FSxWindowsFileServerVolumeConfigurationFilterSensitiveLog: (
1800
+ obj: FSxWindowsFileServerVolumeConfiguration
1801
+ ) => any;
1802
+ export declare const HostVolumePropertiesFilterSensitiveLog: (
1803
+ obj: HostVolumeProperties
1804
+ ) => any;
1805
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
1806
+ export declare const TaskDefinitionFilterSensitiveLog: (
1807
+ obj: TaskDefinition
1808
+ ) => any;
1809
+ export declare const DeregisterTaskDefinitionResponseFilterSensitiveLog: (
1810
+ obj: DeregisterTaskDefinitionResponse
1811
+ ) => any;
1812
+ export declare const DescribeCapacityProvidersRequestFilterSensitiveLog: (
1813
+ obj: DescribeCapacityProvidersRequest
1814
+ ) => any;
1815
+ export declare const FailureFilterSensitiveLog: (obj: Failure) => any;
1816
+ export declare const DescribeCapacityProvidersResponseFilterSensitiveLog: (
1817
+ obj: DescribeCapacityProvidersResponse
1818
+ ) => any;
1819
+ export declare const DescribeClustersRequestFilterSensitiveLog: (
1820
+ obj: DescribeClustersRequest
1821
+ ) => any;
1822
+ export declare const DescribeClustersResponseFilterSensitiveLog: (
1823
+ obj: DescribeClustersResponse
1824
+ ) => any;
1825
+ export declare const DescribeContainerInstancesRequestFilterSensitiveLog: (
1826
+ obj: DescribeContainerInstancesRequest
1827
+ ) => any;
1828
+ export declare const DescribeContainerInstancesResponseFilterSensitiveLog: (
1829
+ obj: DescribeContainerInstancesResponse
1830
+ ) => any;
1831
+ export declare const DescribeServicesRequestFilterSensitiveLog: (
1832
+ obj: DescribeServicesRequest
1833
+ ) => any;
1834
+ export declare const DescribeServicesResponseFilterSensitiveLog: (
1835
+ obj: DescribeServicesResponse
1836
+ ) => any;
1837
+ export declare const DescribeTaskDefinitionRequestFilterSensitiveLog: (
1838
+ obj: DescribeTaskDefinitionRequest
1839
+ ) => any;
1840
+ export declare const DescribeTaskDefinitionResponseFilterSensitiveLog: (
1841
+ obj: DescribeTaskDefinitionResponse
1842
+ ) => any;
1843
+ export declare const DescribeTasksRequestFilterSensitiveLog: (
1844
+ obj: DescribeTasksRequest
1845
+ ) => any;
1846
+ export declare const ManagedAgentFilterSensitiveLog: (obj: ManagedAgent) => any;
1847
+ export declare const NetworkBindingFilterSensitiveLog: (
1848
+ obj: NetworkBinding
1849
+ ) => any;
1850
+ export declare const NetworkInterfaceFilterSensitiveLog: (
1851
+ obj: NetworkInterface
1852
+ ) => any;
1853
+ export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
1854
+ export declare const ContainerOverrideFilterSensitiveLog: (
1855
+ obj: ContainerOverride
1856
+ ) => any;
1857
+ export declare const InferenceAcceleratorOverrideFilterSensitiveLog: (
1858
+ obj: InferenceAcceleratorOverride
1859
+ ) => any;
1860
+ export declare const TaskOverrideFilterSensitiveLog: (obj: TaskOverride) => any;
1861
+ export declare const TaskFilterSensitiveLog: (obj: Task) => any;
1862
+ export declare const DescribeTasksResponseFilterSensitiveLog: (
1863
+ obj: DescribeTasksResponse
1864
+ ) => any;
1865
+ export declare const DescribeTaskSetsRequestFilterSensitiveLog: (
1866
+ obj: DescribeTaskSetsRequest
1867
+ ) => any;
1868
+ export declare const DescribeTaskSetsResponseFilterSensitiveLog: (
1869
+ obj: DescribeTaskSetsResponse
1870
+ ) => any;
1871
+ export declare const DiscoverPollEndpointRequestFilterSensitiveLog: (
1872
+ obj: DiscoverPollEndpointRequest
1873
+ ) => any;
1874
+ export declare const DiscoverPollEndpointResponseFilterSensitiveLog: (
1875
+ obj: DiscoverPollEndpointResponse
1876
+ ) => any;
1877
+ export declare const ExecuteCommandRequestFilterSensitiveLog: (
1878
+ obj: ExecuteCommandRequest
1879
+ ) => any;
1880
+ export declare const SessionFilterSensitiveLog: (obj: Session) => any;
1881
+ export declare const ExecuteCommandResponseFilterSensitiveLog: (
1882
+ obj: ExecuteCommandResponse
1883
+ ) => any;
1884
+ export declare const ListAccountSettingsRequestFilterSensitiveLog: (
1885
+ obj: ListAccountSettingsRequest
1886
+ ) => any;
1887
+ export declare const ListAccountSettingsResponseFilterSensitiveLog: (
1888
+ obj: ListAccountSettingsResponse
1889
+ ) => any;
1890
+ export declare const ListAttributesRequestFilterSensitiveLog: (
1891
+ obj: ListAttributesRequest
1892
+ ) => any;
1893
+ export declare const ListAttributesResponseFilterSensitiveLog: (
1894
+ obj: ListAttributesResponse
1895
+ ) => any;
1896
+ export declare const ListClustersRequestFilterSensitiveLog: (
1897
+ obj: ListClustersRequest
1898
+ ) => any;
1899
+ export declare const ListClustersResponseFilterSensitiveLog: (
1900
+ obj: ListClustersResponse
1901
+ ) => any;
1902
+ export declare const ListContainerInstancesRequestFilterSensitiveLog: (
1903
+ obj: ListContainerInstancesRequest
1904
+ ) => any;
1905
+ export declare const ListContainerInstancesResponseFilterSensitiveLog: (
1906
+ obj: ListContainerInstancesResponse
1907
+ ) => any;
1908
+ export declare const ListServicesRequestFilterSensitiveLog: (
1909
+ obj: ListServicesRequest
1910
+ ) => any;
1911
+ export declare const ListServicesResponseFilterSensitiveLog: (
1912
+ obj: ListServicesResponse
1913
+ ) => any;
1914
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1915
+ obj: ListTagsForResourceRequest
1916
+ ) => any;
1917
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1918
+ obj: ListTagsForResourceResponse
1919
+ ) => any;
1920
+ export declare const ListTaskDefinitionFamiliesRequestFilterSensitiveLog: (
1921
+ obj: ListTaskDefinitionFamiliesRequest
1922
+ ) => any;
1923
+ export declare const ListTaskDefinitionFamiliesResponseFilterSensitiveLog: (
1924
+ obj: ListTaskDefinitionFamiliesResponse
1925
+ ) => any;
1926
+ export declare const ListTaskDefinitionsRequestFilterSensitiveLog: (
1927
+ obj: ListTaskDefinitionsRequest
1928
+ ) => any;
1929
+ export declare const ListTaskDefinitionsResponseFilterSensitiveLog: (
1930
+ obj: ListTaskDefinitionsResponse
1931
+ ) => any;
1932
+ export declare const ListTasksRequestFilterSensitiveLog: (
1933
+ obj: ListTasksRequest
1934
+ ) => any;
1935
+ export declare const ListTasksResponseFilterSensitiveLog: (
1936
+ obj: ListTasksResponse
1937
+ ) => any;
1938
+ export declare const PutAccountSettingRequestFilterSensitiveLog: (
1939
+ obj: PutAccountSettingRequest
1940
+ ) => any;
1941
+ export declare const PutAccountSettingResponseFilterSensitiveLog: (
1942
+ obj: PutAccountSettingResponse
1943
+ ) => any;
1944
+ export declare const PutAccountSettingDefaultRequestFilterSensitiveLog: (
1945
+ obj: PutAccountSettingDefaultRequest
1946
+ ) => any;
1947
+ export declare const PutAccountSettingDefaultResponseFilterSensitiveLog: (
1948
+ obj: PutAccountSettingDefaultResponse
1949
+ ) => any;
1950
+ export declare const PutAttributesRequestFilterSensitiveLog: (
1951
+ obj: PutAttributesRequest
1952
+ ) => any;
1953
+ export declare const PutAttributesResponseFilterSensitiveLog: (
1954
+ obj: PutAttributesResponse
1955
+ ) => any;
1956
+ export declare const PutClusterCapacityProvidersRequestFilterSensitiveLog: (
1957
+ obj: PutClusterCapacityProvidersRequest
1958
+ ) => any;
1959
+ export declare const PutClusterCapacityProvidersResponseFilterSensitiveLog: (
1960
+ obj: PutClusterCapacityProvidersResponse
1961
+ ) => any;
1962
+ export declare const PlatformDeviceFilterSensitiveLog: (
1963
+ obj: PlatformDevice
1964
+ ) => any;
1965
+ export declare const RegisterContainerInstanceRequestFilterSensitiveLog: (
1966
+ obj: RegisterContainerInstanceRequest
1967
+ ) => any;
1968
+ export declare const RegisterContainerInstanceResponseFilterSensitiveLog: (
1969
+ obj: RegisterContainerInstanceResponse
1970
+ ) => any;
1971
+ export declare const RegisterTaskDefinitionRequestFilterSensitiveLog: (
1972
+ obj: RegisterTaskDefinitionRequest
1973
+ ) => any;
1974
+ export declare const RegisterTaskDefinitionResponseFilterSensitiveLog: (
1975
+ obj: RegisterTaskDefinitionResponse
1976
+ ) => any;
1977
+ export declare const RunTaskRequestFilterSensitiveLog: (
1978
+ obj: RunTaskRequest
1979
+ ) => any;
1980
+ export declare const RunTaskResponseFilterSensitiveLog: (
1981
+ obj: RunTaskResponse
1982
+ ) => any;
1983
+ export declare const StartTaskRequestFilterSensitiveLog: (
1984
+ obj: StartTaskRequest
1985
+ ) => any;
1986
+ export declare const StartTaskResponseFilterSensitiveLog: (
1987
+ obj: StartTaskResponse
1988
+ ) => any;
1989
+ export declare const StopTaskRequestFilterSensitiveLog: (
1990
+ obj: StopTaskRequest
1991
+ ) => any;
1992
+ export declare const StopTaskResponseFilterSensitiveLog: (
1993
+ obj: StopTaskResponse
1994
+ ) => any;
1995
+ export declare const AttachmentStateChangeFilterSensitiveLog: (
1996
+ obj: AttachmentStateChange
1997
+ ) => any;
1998
+ export declare const SubmitAttachmentStateChangesRequestFilterSensitiveLog: (
1999
+ obj: SubmitAttachmentStateChangesRequest
2000
+ ) => any;
2001
+ export declare const SubmitAttachmentStateChangesResponseFilterSensitiveLog: (
2002
+ obj: SubmitAttachmentStateChangesResponse
2003
+ ) => any;
2004
+ export declare const SubmitContainerStateChangeRequestFilterSensitiveLog: (
2005
+ obj: SubmitContainerStateChangeRequest
2006
+ ) => any;
2007
+ export declare const SubmitContainerStateChangeResponseFilterSensitiveLog: (
2008
+ obj: SubmitContainerStateChangeResponse
2009
+ ) => any;
2010
+ export declare const ContainerStateChangeFilterSensitiveLog: (
2011
+ obj: ContainerStateChange
2012
+ ) => any;
2013
+ export declare const ManagedAgentStateChangeFilterSensitiveLog: (
2014
+ obj: ManagedAgentStateChange
2015
+ ) => any;
2016
+ export declare const SubmitTaskStateChangeRequestFilterSensitiveLog: (
2017
+ obj: SubmitTaskStateChangeRequest
2018
+ ) => any;
2019
+ export declare const SubmitTaskStateChangeResponseFilterSensitiveLog: (
2020
+ obj: SubmitTaskStateChangeResponse
2021
+ ) => any;
2022
+ export declare const TagResourceRequestFilterSensitiveLog: (
2023
+ obj: TagResourceRequest
2024
+ ) => any;
2025
+ export declare const TagResourceResponseFilterSensitiveLog: (
2026
+ obj: TagResourceResponse
2027
+ ) => any;
2028
+ export declare const UntagResourceRequestFilterSensitiveLog: (
2029
+ obj: UntagResourceRequest
2030
+ ) => any;
2031
+ export declare const UntagResourceResponseFilterSensitiveLog: (
2032
+ obj: UntagResourceResponse
2033
+ ) => any;
2034
+ export declare const AutoScalingGroupProviderUpdateFilterSensitiveLog: (
2035
+ obj: AutoScalingGroupProviderUpdate
2036
+ ) => any;
2037
+ export declare const UpdateCapacityProviderRequestFilterSensitiveLog: (
2038
+ obj: UpdateCapacityProviderRequest
2039
+ ) => any;
2040
+ export declare const UpdateCapacityProviderResponseFilterSensitiveLog: (
2041
+ obj: UpdateCapacityProviderResponse
2042
+ ) => any;
2043
+ export declare const UpdateClusterRequestFilterSensitiveLog: (
2044
+ obj: UpdateClusterRequest
2045
+ ) => any;
2046
+ export declare const UpdateClusterResponseFilterSensitiveLog: (
2047
+ obj: UpdateClusterResponse
2048
+ ) => any;
2049
+ export declare const UpdateClusterSettingsRequestFilterSensitiveLog: (
2050
+ obj: UpdateClusterSettingsRequest
2051
+ ) => any;
2052
+ export declare const UpdateClusterSettingsResponseFilterSensitiveLog: (
2053
+ obj: UpdateClusterSettingsResponse
2054
+ ) => any;
2055
+ export declare const UpdateContainerAgentRequestFilterSensitiveLog: (
2056
+ obj: UpdateContainerAgentRequest
2057
+ ) => any;
2058
+ export declare const UpdateContainerAgentResponseFilterSensitiveLog: (
2059
+ obj: UpdateContainerAgentResponse
2060
+ ) => any;
2061
+ export declare const UpdateContainerInstancesStateRequestFilterSensitiveLog: (
2062
+ obj: UpdateContainerInstancesStateRequest
2063
+ ) => any;
2064
+ export declare const UpdateContainerInstancesStateResponseFilterSensitiveLog: (
2065
+ obj: UpdateContainerInstancesStateResponse
2066
+ ) => any;
2067
+ export declare const UpdateServiceRequestFilterSensitiveLog: (
2068
+ obj: UpdateServiceRequest
2069
+ ) => any;
2070
+ export declare const UpdateServiceResponseFilterSensitiveLog: (
2071
+ obj: UpdateServiceResponse
2072
+ ) => any;
2073
+ export declare const UpdateServicePrimaryTaskSetRequestFilterSensitiveLog: (
2074
+ obj: UpdateServicePrimaryTaskSetRequest
2075
+ ) => any;
2076
+ export declare const UpdateServicePrimaryTaskSetResponseFilterSensitiveLog: (
2077
+ obj: UpdateServicePrimaryTaskSetResponse
2078
+ ) => any;
2079
+ export declare const UpdateTaskSetRequestFilterSensitiveLog: (
2080
+ obj: UpdateTaskSetRequest
2081
+ ) => any;
2082
+ export declare const UpdateTaskSetResponseFilterSensitiveLog: (
2083
+ obj: UpdateTaskSetResponse
2084
+ ) => any;