@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ECS.d.ts +888 -265
- package/dist-types/ts3.4/ECSClient.d.ts +415 -125
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2084 -2811
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +11 -7
- 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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum AgentUpdateStatus {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export interface
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
}
|
|
172
|
-
export declare
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
export interface
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
export interface
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
export interface
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
export interface
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
export declare
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
}
|
|
611
|
-
export interface
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
}
|
|
679
|
-
export interface
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
}
|
|
683
|
-
export
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
}
|
|
697
|
-
export interface
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
}
|
|
743
|
-
export interface
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
}
|
|
784
|
-
export interface
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
export
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
export interface
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
}
|
|
882
|
-
export interface
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export interface
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
export interface
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
export
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
export interface
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
export interface
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
}
|
|
1193
|
-
export
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
}
|
|
1204
|
-
export
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
export interface
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
}
|
|
1251
|
-
export
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
export
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
}
|
|
1419
|
-
export
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
}
|
|
1438
|
-
export
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
}
|
|
1488
|
-
export
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
export
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
export
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
export
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
export
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
export
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
export
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
export
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
export declare
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
export
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
export
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
export
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
export
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
export declare
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
export
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
export declare
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
export
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
export declare
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
export declare
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
export
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
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;
|