@aws-sdk/client-eks 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/EKS.d.ts +588 -175
- package/dist-types/ts3.4/EKSClient.d.ts +307 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +35 -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/UpdateAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- 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/EKSServiceException.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 +1167 -1472
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
- 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 +8 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,1472 +1,1167 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { EKSServiceException as __BaseException } from "./EKSServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum AddonIssueCode {
|
|
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export interface
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
export declare
|
|
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
|
-
export
|
|
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
|
-
|
|
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
|
-
export interface
|
|
279
|
-
|
|
280
|
-
|
|
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
|
-
|
|
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
|
-
export declare
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
export interface
|
|
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
|
-
export interface
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
}
|
|
617
|
-
export interface
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
export interface
|
|
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
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
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
|
-
export interface
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
export interface
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
export interface
|
|
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
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
}
|
|
822
|
-
export interface
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
}
|
|
850
|
-
export interface
|
|
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
|
-
export
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
export
|
|
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
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
export
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
export
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
export
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
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
|
-
export
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
export
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
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
|
-
export
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
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
|
-
export
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
export
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
name: string | undefined;
|
|
1170
|
-
|
|
1171
|
-
resourcesVpcConfig?: VpcConfigRequest;
|
|
1172
|
-
|
|
1173
|
-
logging?: Logging;
|
|
1174
|
-
|
|
1175
|
-
clientRequestToken?: string;
|
|
1176
|
-
}
|
|
1177
|
-
export interface UpdateClusterConfigResponse {
|
|
1178
|
-
|
|
1179
|
-
update?: Update;
|
|
1180
|
-
}
|
|
1181
|
-
export interface UpdateClusterVersionRequest {
|
|
1182
|
-
|
|
1183
|
-
name: string | undefined;
|
|
1184
|
-
|
|
1185
|
-
version: string | undefined;
|
|
1186
|
-
|
|
1187
|
-
clientRequestToken?: string;
|
|
1188
|
-
}
|
|
1189
|
-
export interface UpdateClusterVersionResponse {
|
|
1190
|
-
|
|
1191
|
-
update?: Update;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
export interface UpdateLabelsPayload {
|
|
1195
|
-
|
|
1196
|
-
addOrUpdateLabels?: Record<string, string>;
|
|
1197
|
-
|
|
1198
|
-
removeLabels?: string[];
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
export interface UpdateTaintsPayload {
|
|
1202
|
-
|
|
1203
|
-
addOrUpdateTaints?: Taint[];
|
|
1204
|
-
|
|
1205
|
-
removeTaints?: Taint[];
|
|
1206
|
-
}
|
|
1207
|
-
export interface UpdateNodegroupConfigRequest {
|
|
1208
|
-
|
|
1209
|
-
clusterName: string | undefined;
|
|
1210
|
-
|
|
1211
|
-
nodegroupName: string | undefined;
|
|
1212
|
-
|
|
1213
|
-
labels?: UpdateLabelsPayload;
|
|
1214
|
-
|
|
1215
|
-
taints?: UpdateTaintsPayload;
|
|
1216
|
-
|
|
1217
|
-
scalingConfig?: NodegroupScalingConfig;
|
|
1218
|
-
|
|
1219
|
-
updateConfig?: NodegroupUpdateConfig;
|
|
1220
|
-
|
|
1221
|
-
clientRequestToken?: string;
|
|
1222
|
-
}
|
|
1223
|
-
export interface UpdateNodegroupConfigResponse {
|
|
1224
|
-
|
|
1225
|
-
update?: Update;
|
|
1226
|
-
}
|
|
1227
|
-
export interface UpdateNodegroupVersionRequest {
|
|
1228
|
-
|
|
1229
|
-
clusterName: string | undefined;
|
|
1230
|
-
|
|
1231
|
-
nodegroupName: string | undefined;
|
|
1232
|
-
|
|
1233
|
-
version?: string;
|
|
1234
|
-
|
|
1235
|
-
releaseVersion?: string;
|
|
1236
|
-
|
|
1237
|
-
launchTemplate?: LaunchTemplateSpecification;
|
|
1238
|
-
|
|
1239
|
-
force?: boolean;
|
|
1240
|
-
|
|
1241
|
-
clientRequestToken?: string;
|
|
1242
|
-
}
|
|
1243
|
-
export interface UpdateNodegroupVersionResponse {
|
|
1244
|
-
|
|
1245
|
-
update?: Update;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
|
|
1249
|
-
|
|
1250
|
-
export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
|
|
1251
|
-
|
|
1252
|
-
export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
|
|
1253
|
-
|
|
1254
|
-
export declare const CompatibilityFilterSensitiveLog: (obj: Compatibility) => any;
|
|
1255
|
-
|
|
1256
|
-
export declare const AddonVersionInfoFilterSensitiveLog: (obj: AddonVersionInfo) => any;
|
|
1257
|
-
|
|
1258
|
-
export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
|
|
1259
|
-
|
|
1260
|
-
export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
|
|
1261
|
-
|
|
1262
|
-
export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
|
|
1263
|
-
|
|
1264
|
-
export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
|
|
1265
|
-
|
|
1266
|
-
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
1267
|
-
|
|
1268
|
-
export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
|
|
1269
|
-
|
|
1270
|
-
export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
|
|
1271
|
-
|
|
1272
|
-
export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
|
|
1273
|
-
|
|
1274
|
-
export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
|
|
1275
|
-
|
|
1276
|
-
export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
|
|
1277
|
-
|
|
1278
|
-
export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
|
|
1279
|
-
|
|
1280
|
-
export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
1281
|
-
|
|
1282
|
-
export declare const CreateAddonRequestFilterSensitiveLog: (obj: CreateAddonRequest) => any;
|
|
1283
|
-
|
|
1284
|
-
export declare const CreateAddonResponseFilterSensitiveLog: (obj: CreateAddonResponse) => any;
|
|
1285
|
-
|
|
1286
|
-
export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
|
|
1287
|
-
|
|
1288
|
-
export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
|
|
1289
|
-
|
|
1290
|
-
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
1291
|
-
|
|
1292
|
-
export declare const OutpostConfigRequestFilterSensitiveLog: (obj: OutpostConfigRequest) => any;
|
|
1293
|
-
|
|
1294
|
-
export declare const VpcConfigRequestFilterSensitiveLog: (obj: VpcConfigRequest) => any;
|
|
1295
|
-
|
|
1296
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
1297
|
-
|
|
1298
|
-
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
1299
|
-
|
|
1300
|
-
export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
|
|
1301
|
-
|
|
1302
|
-
export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
|
|
1303
|
-
|
|
1304
|
-
export declare const ClusterHealthFilterSensitiveLog: (obj: ClusterHealth) => any;
|
|
1305
|
-
|
|
1306
|
-
export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
|
|
1307
|
-
|
|
1308
|
-
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
1309
|
-
|
|
1310
|
-
export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
|
|
1311
|
-
|
|
1312
|
-
export declare const OutpostConfigResponseFilterSensitiveLog: (obj: OutpostConfigResponse) => any;
|
|
1313
|
-
|
|
1314
|
-
export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
1315
|
-
|
|
1316
|
-
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
1317
|
-
|
|
1318
|
-
export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
1319
|
-
|
|
1320
|
-
export declare const FargateProfileSelectorFilterSensitiveLog: (obj: FargateProfileSelector) => any;
|
|
1321
|
-
|
|
1322
|
-
export declare const CreateFargateProfileRequestFilterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
|
|
1323
|
-
|
|
1324
|
-
export declare const FargateProfileFilterSensitiveLog: (obj: FargateProfile) => any;
|
|
1325
|
-
|
|
1326
|
-
export declare const CreateFargateProfileResponseFilterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
|
|
1327
|
-
|
|
1328
|
-
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
1329
|
-
|
|
1330
|
-
export declare const RemoteAccessConfigFilterSensitiveLog: (obj: RemoteAccessConfig) => any;
|
|
1331
|
-
|
|
1332
|
-
export declare const NodegroupScalingConfigFilterSensitiveLog: (obj: NodegroupScalingConfig) => any;
|
|
1333
|
-
|
|
1334
|
-
export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
|
|
1335
|
-
|
|
1336
|
-
export declare const NodegroupUpdateConfigFilterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
|
|
1337
|
-
|
|
1338
|
-
export declare const CreateNodegroupRequestFilterSensitiveLog: (obj: CreateNodegroupRequest) => any;
|
|
1339
|
-
|
|
1340
|
-
export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
|
|
1341
|
-
|
|
1342
|
-
export declare const NodegroupHealthFilterSensitiveLog: (obj: NodegroupHealth) => any;
|
|
1343
|
-
|
|
1344
|
-
export declare const NodegroupResourcesFilterSensitiveLog: (obj: NodegroupResources) => any;
|
|
1345
|
-
|
|
1346
|
-
export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
|
|
1347
|
-
|
|
1348
|
-
export declare const CreateNodegroupResponseFilterSensitiveLog: (obj: CreateNodegroupResponse) => any;
|
|
1349
|
-
|
|
1350
|
-
export declare const DeleteAddonRequestFilterSensitiveLog: (obj: DeleteAddonRequest) => any;
|
|
1351
|
-
|
|
1352
|
-
export declare const DeleteAddonResponseFilterSensitiveLog: (obj: DeleteAddonResponse) => any;
|
|
1353
|
-
|
|
1354
|
-
export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
1355
|
-
|
|
1356
|
-
export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
1357
|
-
|
|
1358
|
-
export declare const DeleteFargateProfileRequestFilterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
|
|
1359
|
-
|
|
1360
|
-
export declare const DeleteFargateProfileResponseFilterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
|
|
1361
|
-
|
|
1362
|
-
export declare const DeleteNodegroupRequestFilterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
|
|
1363
|
-
|
|
1364
|
-
export declare const DeleteNodegroupResponseFilterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
|
|
1365
|
-
|
|
1366
|
-
export declare const DeregisterClusterRequestFilterSensitiveLog: (obj: DeregisterClusterRequest) => any;
|
|
1367
|
-
|
|
1368
|
-
export declare const DeregisterClusterResponseFilterSensitiveLog: (obj: DeregisterClusterResponse) => any;
|
|
1369
|
-
|
|
1370
|
-
export declare const DescribeAddonRequestFilterSensitiveLog: (obj: DescribeAddonRequest) => any;
|
|
1371
|
-
|
|
1372
|
-
export declare const DescribeAddonResponseFilterSensitiveLog: (obj: DescribeAddonResponse) => any;
|
|
1373
|
-
|
|
1374
|
-
export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
|
|
1375
|
-
|
|
1376
|
-
export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
|
|
1377
|
-
|
|
1378
|
-
export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
1379
|
-
|
|
1380
|
-
export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
1381
|
-
|
|
1382
|
-
export declare const DescribeFargateProfileRequestFilterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
|
|
1383
|
-
|
|
1384
|
-
export declare const DescribeFargateProfileResponseFilterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
|
|
1385
|
-
|
|
1386
|
-
export declare const IdentityProviderConfigFilterSensitiveLog: (obj: IdentityProviderConfig) => any;
|
|
1387
|
-
|
|
1388
|
-
export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
|
|
1389
|
-
|
|
1390
|
-
export declare const OidcIdentityProviderConfigFilterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
|
|
1391
|
-
|
|
1392
|
-
export declare const IdentityProviderConfigResponseFilterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
|
|
1393
|
-
|
|
1394
|
-
export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
|
|
1395
|
-
|
|
1396
|
-
export declare const DescribeNodegroupRequestFilterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
|
|
1397
|
-
|
|
1398
|
-
export declare const DescribeNodegroupResponseFilterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
|
|
1399
|
-
|
|
1400
|
-
export declare const DescribeUpdateRequestFilterSensitiveLog: (obj: DescribeUpdateRequest) => any;
|
|
1401
|
-
|
|
1402
|
-
export declare const DescribeUpdateResponseFilterSensitiveLog: (obj: DescribeUpdateResponse) => any;
|
|
1403
|
-
|
|
1404
|
-
export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
|
|
1405
|
-
|
|
1406
|
-
export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
|
|
1407
|
-
|
|
1408
|
-
export declare const ListAddonsRequestFilterSensitiveLog: (obj: ListAddonsRequest) => any;
|
|
1409
|
-
|
|
1410
|
-
export declare const ListAddonsResponseFilterSensitiveLog: (obj: ListAddonsResponse) => any;
|
|
1411
|
-
|
|
1412
|
-
export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
1413
|
-
|
|
1414
|
-
export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
1415
|
-
|
|
1416
|
-
export declare const ListFargateProfilesRequestFilterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
|
|
1417
|
-
|
|
1418
|
-
export declare const ListFargateProfilesResponseFilterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
|
|
1419
|
-
|
|
1420
|
-
export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
|
|
1421
|
-
|
|
1422
|
-
export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
|
|
1423
|
-
|
|
1424
|
-
export declare const ListNodegroupsRequestFilterSensitiveLog: (obj: ListNodegroupsRequest) => any;
|
|
1425
|
-
|
|
1426
|
-
export declare const ListNodegroupsResponseFilterSensitiveLog: (obj: ListNodegroupsResponse) => any;
|
|
1427
|
-
|
|
1428
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1429
|
-
|
|
1430
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1431
|
-
|
|
1432
|
-
export declare const ListUpdatesRequestFilterSensitiveLog: (obj: ListUpdatesRequest) => any;
|
|
1433
|
-
|
|
1434
|
-
export declare const ListUpdatesResponseFilterSensitiveLog: (obj: ListUpdatesResponse) => any;
|
|
1435
|
-
|
|
1436
|
-
export declare const ConnectorConfigRequestFilterSensitiveLog: (obj: ConnectorConfigRequest) => any;
|
|
1437
|
-
|
|
1438
|
-
export declare const RegisterClusterRequestFilterSensitiveLog: (obj: RegisterClusterRequest) => any;
|
|
1439
|
-
|
|
1440
|
-
export declare const RegisterClusterResponseFilterSensitiveLog: (obj: RegisterClusterResponse) => any;
|
|
1441
|
-
|
|
1442
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1443
|
-
|
|
1444
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1445
|
-
|
|
1446
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1447
|
-
|
|
1448
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1449
|
-
|
|
1450
|
-
export declare const UpdateAddonRequestFilterSensitiveLog: (obj: UpdateAddonRequest) => any;
|
|
1451
|
-
|
|
1452
|
-
export declare const UpdateAddonResponseFilterSensitiveLog: (obj: UpdateAddonResponse) => any;
|
|
1453
|
-
|
|
1454
|
-
export declare const UpdateClusterConfigRequestFilterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
|
|
1455
|
-
|
|
1456
|
-
export declare const UpdateClusterConfigResponseFilterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
|
|
1457
|
-
|
|
1458
|
-
export declare const UpdateClusterVersionRequestFilterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
|
|
1459
|
-
|
|
1460
|
-
export declare const UpdateClusterVersionResponseFilterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
|
|
1461
|
-
|
|
1462
|
-
export declare const UpdateLabelsPayloadFilterSensitiveLog: (obj: UpdateLabelsPayload) => any;
|
|
1463
|
-
|
|
1464
|
-
export declare const UpdateTaintsPayloadFilterSensitiveLog: (obj: UpdateTaintsPayload) => any;
|
|
1465
|
-
|
|
1466
|
-
export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
|
|
1467
|
-
|
|
1468
|
-
export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
|
|
1469
|
-
|
|
1470
|
-
export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
|
|
1471
|
-
|
|
1472
|
-
export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { EKSServiceException as __BaseException } from "./EKSServiceException";
|
|
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 AddonIssueCode {
|
|
11
|
+
ACCESS_DENIED = "AccessDenied",
|
|
12
|
+
ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
|
|
13
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
14
|
+
CONFIGURATION_CONFLICT = "ConfigurationConflict",
|
|
15
|
+
INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
|
|
16
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
17
|
+
K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
|
|
18
|
+
UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
|
|
19
|
+
}
|
|
20
|
+
export interface AddonIssue {
|
|
21
|
+
code?: AddonIssueCode | string;
|
|
22
|
+
message?: string;
|
|
23
|
+
resourceIds?: string[];
|
|
24
|
+
}
|
|
25
|
+
export interface AddonHealth {
|
|
26
|
+
issues?: AddonIssue[];
|
|
27
|
+
}
|
|
28
|
+
export declare type AddonStatus =
|
|
29
|
+
| "ACTIVE"
|
|
30
|
+
| "CREATE_FAILED"
|
|
31
|
+
| "CREATING"
|
|
32
|
+
| "DEGRADED"
|
|
33
|
+
| "DELETE_FAILED"
|
|
34
|
+
| "DELETING"
|
|
35
|
+
| "UPDATE_FAILED"
|
|
36
|
+
| "UPDATING";
|
|
37
|
+
export interface Addon {
|
|
38
|
+
addonName?: string;
|
|
39
|
+
clusterName?: string;
|
|
40
|
+
status?: AddonStatus | string;
|
|
41
|
+
addonVersion?: string;
|
|
42
|
+
health?: AddonHealth;
|
|
43
|
+
addonArn?: string;
|
|
44
|
+
createdAt?: Date;
|
|
45
|
+
modifiedAt?: Date;
|
|
46
|
+
serviceAccountRoleArn?: string;
|
|
47
|
+
tags?: Record<string, string>;
|
|
48
|
+
}
|
|
49
|
+
export interface Compatibility {
|
|
50
|
+
clusterVersion?: string;
|
|
51
|
+
platformVersions?: string[];
|
|
52
|
+
defaultVersion?: boolean;
|
|
53
|
+
}
|
|
54
|
+
export interface AddonVersionInfo {
|
|
55
|
+
addonVersion?: string;
|
|
56
|
+
architecture?: string[];
|
|
57
|
+
compatibilities?: Compatibility[];
|
|
58
|
+
}
|
|
59
|
+
export interface AddonInfo {
|
|
60
|
+
addonName?: string;
|
|
61
|
+
type?: string;
|
|
62
|
+
addonVersions?: AddonVersionInfo[];
|
|
63
|
+
}
|
|
64
|
+
export declare type AMITypes =
|
|
65
|
+
| "AL2_ARM_64"
|
|
66
|
+
| "AL2_x86_64"
|
|
67
|
+
| "AL2_x86_64_GPU"
|
|
68
|
+
| "BOTTLEROCKET_ARM_64"
|
|
69
|
+
| "BOTTLEROCKET_ARM_64_NVIDIA"
|
|
70
|
+
| "BOTTLEROCKET_x86_64"
|
|
71
|
+
| "BOTTLEROCKET_x86_64_NVIDIA"
|
|
72
|
+
| "CUSTOM";
|
|
73
|
+
export interface Provider {
|
|
74
|
+
keyArn?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface EncryptionConfig {
|
|
77
|
+
resources?: string[];
|
|
78
|
+
provider?: Provider;
|
|
79
|
+
}
|
|
80
|
+
export interface AssociateEncryptionConfigRequest {
|
|
81
|
+
clusterName: string | undefined;
|
|
82
|
+
encryptionConfig: EncryptionConfig[] | undefined;
|
|
83
|
+
clientRequestToken?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare enum ErrorCode {
|
|
86
|
+
ACCESS_DENIED = "AccessDenied",
|
|
87
|
+
ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
|
|
88
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
89
|
+
CONFIGURATION_CONFLICT = "ConfigurationConflict",
|
|
90
|
+
ENI_LIMIT_REACHED = "EniLimitReached",
|
|
91
|
+
INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
|
|
92
|
+
INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
|
|
93
|
+
IP_NOT_AVAILABLE = "IpNotAvailable",
|
|
94
|
+
K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
|
|
95
|
+
NODE_CREATION_FAILURE = "NodeCreationFailure",
|
|
96
|
+
OPERATION_NOT_PERMITTED = "OperationNotPermitted",
|
|
97
|
+
POD_EVICTION_FAILURE = "PodEvictionFailure",
|
|
98
|
+
SECURITY_GROUP_NOT_FOUND = "SecurityGroupNotFound",
|
|
99
|
+
SUBNET_NOT_FOUND = "SubnetNotFound",
|
|
100
|
+
UNKNOWN = "Unknown",
|
|
101
|
+
UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
|
|
102
|
+
VPC_ID_NOT_FOUND = "VpcIdNotFound",
|
|
103
|
+
}
|
|
104
|
+
export interface ErrorDetail {
|
|
105
|
+
errorCode?: ErrorCode | string;
|
|
106
|
+
errorMessage?: string;
|
|
107
|
+
resourceIds?: string[];
|
|
108
|
+
}
|
|
109
|
+
export declare enum UpdateParamType {
|
|
110
|
+
ADDON_VERSION = "AddonVersion",
|
|
111
|
+
CLUSTER_LOGGING = "ClusterLogging",
|
|
112
|
+
DESIRED_SIZE = "DesiredSize",
|
|
113
|
+
ENCRYPTION_CONFIG = "EncryptionConfig",
|
|
114
|
+
ENDPOINT_PRIVATE_ACCESS = "EndpointPrivateAccess",
|
|
115
|
+
ENDPOINT_PUBLIC_ACCESS = "EndpointPublicAccess",
|
|
116
|
+
IDENTITY_PROVIDER_CONFIG = "IdentityProviderConfig",
|
|
117
|
+
LABELS_TO_ADD = "LabelsToAdd",
|
|
118
|
+
LABELS_TO_REMOVE = "LabelsToRemove",
|
|
119
|
+
LAUNCH_TEMPLATE_NAME = "LaunchTemplateName",
|
|
120
|
+
LAUNCH_TEMPLATE_VERSION = "LaunchTemplateVersion",
|
|
121
|
+
MAX_SIZE = "MaxSize",
|
|
122
|
+
MAX_UNAVAILABLE = "MaxUnavailable",
|
|
123
|
+
MAX_UNAVAILABLE_PERCENTAGE = "MaxUnavailablePercentage",
|
|
124
|
+
MIN_SIZE = "MinSize",
|
|
125
|
+
PLATFORM_VERSION = "PlatformVersion",
|
|
126
|
+
PUBLIC_ACCESS_CIDRS = "PublicAccessCidrs",
|
|
127
|
+
RELEASE_VERSION = "ReleaseVersion",
|
|
128
|
+
RESOLVE_CONFLICTS = "ResolveConflicts",
|
|
129
|
+
SERVICE_ACCOUNT_ROLE_ARN = "ServiceAccountRoleArn",
|
|
130
|
+
TAINTS_TO_ADD = "TaintsToAdd",
|
|
131
|
+
TAINTS_TO_REMOVE = "TaintsToRemove",
|
|
132
|
+
VERSION = "Version",
|
|
133
|
+
}
|
|
134
|
+
export interface UpdateParam {
|
|
135
|
+
type?: UpdateParamType | string;
|
|
136
|
+
value?: string;
|
|
137
|
+
}
|
|
138
|
+
export declare enum UpdateStatus {
|
|
139
|
+
CANCELLED = "Cancelled",
|
|
140
|
+
FAILED = "Failed",
|
|
141
|
+
IN_PROGRESS = "InProgress",
|
|
142
|
+
SUCCESSFUL = "Successful",
|
|
143
|
+
}
|
|
144
|
+
export declare enum UpdateType {
|
|
145
|
+
ADDON_UPDATE = "AddonUpdate",
|
|
146
|
+
ASSOCIATE_ENCRYPTION_CONFIG = "AssociateEncryptionConfig",
|
|
147
|
+
ASSOCIATE_IDENTITY_PROVIDER_CONFIG = "AssociateIdentityProviderConfig",
|
|
148
|
+
CONFIG_UPDATE = "ConfigUpdate",
|
|
149
|
+
DISASSOCIATE_IDENTITY_PROVIDER_CONFIG = "DisassociateIdentityProviderConfig",
|
|
150
|
+
ENDPOINT_ACCESS_UPDATE = "EndpointAccessUpdate",
|
|
151
|
+
LOGGING_UPDATE = "LoggingUpdate",
|
|
152
|
+
VERSION_UPDATE = "VersionUpdate",
|
|
153
|
+
}
|
|
154
|
+
export interface Update {
|
|
155
|
+
id?: string;
|
|
156
|
+
status?: UpdateStatus | string;
|
|
157
|
+
type?: UpdateType | string;
|
|
158
|
+
params?: UpdateParam[];
|
|
159
|
+
createdAt?: Date;
|
|
160
|
+
errors?: ErrorDetail[];
|
|
161
|
+
}
|
|
162
|
+
export interface AssociateEncryptionConfigResponse {
|
|
163
|
+
update?: Update;
|
|
164
|
+
}
|
|
165
|
+
export declare class ClientException extends __BaseException {
|
|
166
|
+
readonly name: "ClientException";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
clusterName?: string;
|
|
169
|
+
nodegroupName?: string;
|
|
170
|
+
addonName?: string;
|
|
171
|
+
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
172
|
+
}
|
|
173
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
174
|
+
readonly name: "InvalidParameterException";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
clusterName?: string;
|
|
177
|
+
nodegroupName?: string;
|
|
178
|
+
fargateProfileName?: string;
|
|
179
|
+
addonName?: string;
|
|
180
|
+
constructor(
|
|
181
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
185
|
+
readonly name: "InvalidRequestException";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
clusterName?: string;
|
|
188
|
+
nodegroupName?: string;
|
|
189
|
+
addonName?: string;
|
|
190
|
+
constructor(
|
|
191
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
192
|
+
);
|
|
193
|
+
}
|
|
194
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
195
|
+
readonly name: "ResourceInUseException";
|
|
196
|
+
readonly $fault: "client";
|
|
197
|
+
clusterName?: string;
|
|
198
|
+
nodegroupName?: string;
|
|
199
|
+
addonName?: string;
|
|
200
|
+
constructor(
|
|
201
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
202
|
+
);
|
|
203
|
+
}
|
|
204
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
205
|
+
readonly name: "ResourceNotFoundException";
|
|
206
|
+
readonly $fault: "client";
|
|
207
|
+
clusterName?: string;
|
|
208
|
+
nodegroupName?: string;
|
|
209
|
+
fargateProfileName?: string;
|
|
210
|
+
addonName?: string;
|
|
211
|
+
constructor(
|
|
212
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
213
|
+
);
|
|
214
|
+
}
|
|
215
|
+
export declare class ServerException extends __BaseException {
|
|
216
|
+
readonly name: "ServerException";
|
|
217
|
+
readonly $fault: "server";
|
|
218
|
+
clusterName?: string;
|
|
219
|
+
nodegroupName?: string;
|
|
220
|
+
addonName?: string;
|
|
221
|
+
constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
|
|
222
|
+
}
|
|
223
|
+
export interface OidcIdentityProviderConfigRequest {
|
|
224
|
+
identityProviderConfigName: string | undefined;
|
|
225
|
+
issuerUrl: string | undefined;
|
|
226
|
+
clientId: string | undefined;
|
|
227
|
+
usernameClaim?: string;
|
|
228
|
+
usernamePrefix?: string;
|
|
229
|
+
groupsClaim?: string;
|
|
230
|
+
groupsPrefix?: string;
|
|
231
|
+
requiredClaims?: Record<string, string>;
|
|
232
|
+
}
|
|
233
|
+
export interface AssociateIdentityProviderConfigRequest {
|
|
234
|
+
clusterName: string | undefined;
|
|
235
|
+
oidc: OidcIdentityProviderConfigRequest | undefined;
|
|
236
|
+
tags?: Record<string, string>;
|
|
237
|
+
clientRequestToken?: string;
|
|
238
|
+
}
|
|
239
|
+
export interface AssociateIdentityProviderConfigResponse {
|
|
240
|
+
update?: Update;
|
|
241
|
+
tags?: Record<string, string>;
|
|
242
|
+
}
|
|
243
|
+
export interface AutoScalingGroup {
|
|
244
|
+
name?: string;
|
|
245
|
+
}
|
|
246
|
+
export declare type ResolveConflicts = "NONE" | "OVERWRITE" | "PRESERVE";
|
|
247
|
+
export interface CreateAddonRequest {
|
|
248
|
+
clusterName: string | undefined;
|
|
249
|
+
addonName: string | undefined;
|
|
250
|
+
addonVersion?: string;
|
|
251
|
+
serviceAccountRoleArn?: string;
|
|
252
|
+
resolveConflicts?: ResolveConflicts | string;
|
|
253
|
+
clientRequestToken?: string;
|
|
254
|
+
tags?: Record<string, string>;
|
|
255
|
+
}
|
|
256
|
+
export interface CreateAddonResponse {
|
|
257
|
+
addon?: Addon;
|
|
258
|
+
}
|
|
259
|
+
export declare enum IpFamily {
|
|
260
|
+
IPV4 = "ipv4",
|
|
261
|
+
IPV6 = "ipv6",
|
|
262
|
+
}
|
|
263
|
+
export interface KubernetesNetworkConfigRequest {
|
|
264
|
+
serviceIpv4Cidr?: string;
|
|
265
|
+
ipFamily?: IpFamily | string;
|
|
266
|
+
}
|
|
267
|
+
export declare enum LogType {
|
|
268
|
+
API = "api",
|
|
269
|
+
AUDIT = "audit",
|
|
270
|
+
AUTHENTICATOR = "authenticator",
|
|
271
|
+
CONTROLLER_MANAGER = "controllerManager",
|
|
272
|
+
SCHEDULER = "scheduler",
|
|
273
|
+
}
|
|
274
|
+
export interface LogSetup {
|
|
275
|
+
types?: (LogType | string)[];
|
|
276
|
+
enabled?: boolean;
|
|
277
|
+
}
|
|
278
|
+
export interface Logging {
|
|
279
|
+
clusterLogging?: LogSetup[];
|
|
280
|
+
}
|
|
281
|
+
export interface OutpostConfigRequest {
|
|
282
|
+
outpostArns: string[] | undefined;
|
|
283
|
+
controlPlaneInstanceType: string | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface VpcConfigRequest {
|
|
286
|
+
subnetIds?: string[];
|
|
287
|
+
securityGroupIds?: string[];
|
|
288
|
+
endpointPublicAccess?: boolean;
|
|
289
|
+
endpointPrivateAccess?: boolean;
|
|
290
|
+
publicAccessCidrs?: string[];
|
|
291
|
+
}
|
|
292
|
+
export interface CreateClusterRequest {
|
|
293
|
+
name: string | undefined;
|
|
294
|
+
version?: string;
|
|
295
|
+
roleArn: string | undefined;
|
|
296
|
+
resourcesVpcConfig: VpcConfigRequest | undefined;
|
|
297
|
+
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest;
|
|
298
|
+
logging?: Logging;
|
|
299
|
+
clientRequestToken?: string;
|
|
300
|
+
tags?: Record<string, string>;
|
|
301
|
+
encryptionConfig?: EncryptionConfig[];
|
|
302
|
+
outpostConfig?: OutpostConfigRequest;
|
|
303
|
+
}
|
|
304
|
+
export interface Certificate {
|
|
305
|
+
data?: string;
|
|
306
|
+
}
|
|
307
|
+
export interface ConnectorConfigResponse {
|
|
308
|
+
activationId?: string;
|
|
309
|
+
activationCode?: string;
|
|
310
|
+
activationExpiry?: Date;
|
|
311
|
+
provider?: string;
|
|
312
|
+
roleArn?: string;
|
|
313
|
+
}
|
|
314
|
+
export declare enum ClusterIssueCode {
|
|
315
|
+
ACCESS_DENIED = "AccessDenied",
|
|
316
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
317
|
+
CONFIGURATION_CONFLICT = "ConfigurationConflict",
|
|
318
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
319
|
+
RESOURCE_LIMIT_EXCEEDED = "ResourceLimitExceeded",
|
|
320
|
+
RESOURCE_NOT_FOUND = "ResourceNotFound",
|
|
321
|
+
}
|
|
322
|
+
export interface ClusterIssue {
|
|
323
|
+
code?: ClusterIssueCode | string;
|
|
324
|
+
message?: string;
|
|
325
|
+
resourceIds?: string[];
|
|
326
|
+
}
|
|
327
|
+
export interface ClusterHealth {
|
|
328
|
+
issues?: ClusterIssue[];
|
|
329
|
+
}
|
|
330
|
+
export interface OIDC {
|
|
331
|
+
issuer?: string;
|
|
332
|
+
}
|
|
333
|
+
export interface Identity {
|
|
334
|
+
oidc?: OIDC;
|
|
335
|
+
}
|
|
336
|
+
export interface KubernetesNetworkConfigResponse {
|
|
337
|
+
serviceIpv4Cidr?: string;
|
|
338
|
+
serviceIpv6Cidr?: string;
|
|
339
|
+
ipFamily?: IpFamily | string;
|
|
340
|
+
}
|
|
341
|
+
export interface OutpostConfigResponse {
|
|
342
|
+
outpostArns: string[] | undefined;
|
|
343
|
+
controlPlaneInstanceType: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface VpcConfigResponse {
|
|
346
|
+
subnetIds?: string[];
|
|
347
|
+
securityGroupIds?: string[];
|
|
348
|
+
clusterSecurityGroupId?: string;
|
|
349
|
+
vpcId?: string;
|
|
350
|
+
endpointPublicAccess?: boolean;
|
|
351
|
+
endpointPrivateAccess?: boolean;
|
|
352
|
+
publicAccessCidrs?: string[];
|
|
353
|
+
}
|
|
354
|
+
export declare type ClusterStatus =
|
|
355
|
+
| "ACTIVE"
|
|
356
|
+
| "CREATING"
|
|
357
|
+
| "DELETING"
|
|
358
|
+
| "FAILED"
|
|
359
|
+
| "PENDING"
|
|
360
|
+
| "UPDATING";
|
|
361
|
+
export interface Cluster {
|
|
362
|
+
name?: string;
|
|
363
|
+
arn?: string;
|
|
364
|
+
createdAt?: Date;
|
|
365
|
+
version?: string;
|
|
366
|
+
endpoint?: string;
|
|
367
|
+
roleArn?: string;
|
|
368
|
+
resourcesVpcConfig?: VpcConfigResponse;
|
|
369
|
+
kubernetesNetworkConfig?: KubernetesNetworkConfigResponse;
|
|
370
|
+
logging?: Logging;
|
|
371
|
+
identity?: Identity;
|
|
372
|
+
status?: ClusterStatus | string;
|
|
373
|
+
certificateAuthority?: Certificate;
|
|
374
|
+
clientRequestToken?: string;
|
|
375
|
+
platformVersion?: string;
|
|
376
|
+
tags?: Record<string, string>;
|
|
377
|
+
encryptionConfig?: EncryptionConfig[];
|
|
378
|
+
connectorConfig?: ConnectorConfigResponse;
|
|
379
|
+
id?: string;
|
|
380
|
+
health?: ClusterHealth;
|
|
381
|
+
outpostConfig?: OutpostConfigResponse;
|
|
382
|
+
}
|
|
383
|
+
export interface CreateClusterResponse {
|
|
384
|
+
cluster?: Cluster;
|
|
385
|
+
}
|
|
386
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
387
|
+
readonly name: "ResourceLimitExceededException";
|
|
388
|
+
readonly $fault: "client";
|
|
389
|
+
clusterName?: string;
|
|
390
|
+
nodegroupName?: string;
|
|
391
|
+
constructor(
|
|
392
|
+
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
393
|
+
);
|
|
394
|
+
}
|
|
395
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
396
|
+
readonly name: "ServiceUnavailableException";
|
|
397
|
+
readonly $fault: "server";
|
|
398
|
+
constructor(
|
|
399
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
400
|
+
);
|
|
401
|
+
}
|
|
402
|
+
export declare class UnsupportedAvailabilityZoneException extends __BaseException {
|
|
403
|
+
readonly name: "UnsupportedAvailabilityZoneException";
|
|
404
|
+
readonly $fault: "client";
|
|
405
|
+
clusterName?: string;
|
|
406
|
+
nodegroupName?: string;
|
|
407
|
+
validZones?: string[];
|
|
408
|
+
constructor(
|
|
409
|
+
opts: __ExceptionOptionType<
|
|
410
|
+
UnsupportedAvailabilityZoneException,
|
|
411
|
+
__BaseException
|
|
412
|
+
>
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
export interface FargateProfileSelector {
|
|
416
|
+
namespace?: string;
|
|
417
|
+
labels?: Record<string, string>;
|
|
418
|
+
}
|
|
419
|
+
export interface CreateFargateProfileRequest {
|
|
420
|
+
fargateProfileName: string | undefined;
|
|
421
|
+
clusterName: string | undefined;
|
|
422
|
+
podExecutionRoleArn: string | undefined;
|
|
423
|
+
subnets?: string[];
|
|
424
|
+
selectors?: FargateProfileSelector[];
|
|
425
|
+
clientRequestToken?: string;
|
|
426
|
+
tags?: Record<string, string>;
|
|
427
|
+
}
|
|
428
|
+
export declare type FargateProfileStatus =
|
|
429
|
+
| "ACTIVE"
|
|
430
|
+
| "CREATE_FAILED"
|
|
431
|
+
| "CREATING"
|
|
432
|
+
| "DELETE_FAILED"
|
|
433
|
+
| "DELETING";
|
|
434
|
+
export interface FargateProfile {
|
|
435
|
+
fargateProfileName?: string;
|
|
436
|
+
fargateProfileArn?: string;
|
|
437
|
+
clusterName?: string;
|
|
438
|
+
createdAt?: Date;
|
|
439
|
+
podExecutionRoleArn?: string;
|
|
440
|
+
subnets?: string[];
|
|
441
|
+
selectors?: FargateProfileSelector[];
|
|
442
|
+
status?: FargateProfileStatus | string;
|
|
443
|
+
tags?: Record<string, string>;
|
|
444
|
+
}
|
|
445
|
+
export interface CreateFargateProfileResponse {
|
|
446
|
+
fargateProfile?: FargateProfile;
|
|
447
|
+
}
|
|
448
|
+
export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
|
|
449
|
+
export interface LaunchTemplateSpecification {
|
|
450
|
+
name?: string;
|
|
451
|
+
version?: string;
|
|
452
|
+
id?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface RemoteAccessConfig {
|
|
455
|
+
ec2SshKey?: string;
|
|
456
|
+
sourceSecurityGroups?: string[];
|
|
457
|
+
}
|
|
458
|
+
export interface NodegroupScalingConfig {
|
|
459
|
+
minSize?: number;
|
|
460
|
+
maxSize?: number;
|
|
461
|
+
desiredSize?: number;
|
|
462
|
+
}
|
|
463
|
+
export declare enum TaintEffect {
|
|
464
|
+
NO_EXECUTE = "NO_EXECUTE",
|
|
465
|
+
NO_SCHEDULE = "NO_SCHEDULE",
|
|
466
|
+
PREFER_NO_SCHEDULE = "PREFER_NO_SCHEDULE",
|
|
467
|
+
}
|
|
468
|
+
export interface Taint {
|
|
469
|
+
key?: string;
|
|
470
|
+
value?: string;
|
|
471
|
+
effect?: TaintEffect | string;
|
|
472
|
+
}
|
|
473
|
+
export interface NodegroupUpdateConfig {
|
|
474
|
+
maxUnavailable?: number;
|
|
475
|
+
maxUnavailablePercentage?: number;
|
|
476
|
+
}
|
|
477
|
+
export interface CreateNodegroupRequest {
|
|
478
|
+
clusterName: string | undefined;
|
|
479
|
+
nodegroupName: string | undefined;
|
|
480
|
+
scalingConfig?: NodegroupScalingConfig;
|
|
481
|
+
diskSize?: number;
|
|
482
|
+
subnets: string[] | undefined;
|
|
483
|
+
instanceTypes?: string[];
|
|
484
|
+
amiType?: AMITypes | string;
|
|
485
|
+
remoteAccess?: RemoteAccessConfig;
|
|
486
|
+
nodeRole: string | undefined;
|
|
487
|
+
labels?: Record<string, string>;
|
|
488
|
+
taints?: Taint[];
|
|
489
|
+
tags?: Record<string, string>;
|
|
490
|
+
clientRequestToken?: string;
|
|
491
|
+
launchTemplate?: LaunchTemplateSpecification;
|
|
492
|
+
updateConfig?: NodegroupUpdateConfig;
|
|
493
|
+
capacityType?: CapacityTypes | string;
|
|
494
|
+
version?: string;
|
|
495
|
+
releaseVersion?: string;
|
|
496
|
+
}
|
|
497
|
+
export declare enum NodegroupIssueCode {
|
|
498
|
+
ACCESS_DENIED = "AccessDenied",
|
|
499
|
+
ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
|
|
500
|
+
AUTO_SCALING_GROUP_INVALID_CONFIGURATION = "AutoScalingGroupInvalidConfiguration",
|
|
501
|
+
AUTO_SCALING_GROUP_NOT_FOUND = "AutoScalingGroupNotFound",
|
|
502
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
503
|
+
EC2_LAUNCH_TEMPLATE_NOT_FOUND = "Ec2LaunchTemplateNotFound",
|
|
504
|
+
EC2_LAUNCH_TEMPLATE_VERSION_MISMATCH = "Ec2LaunchTemplateVersionMismatch",
|
|
505
|
+
EC2_SECURITY_GROUP_DELETION_FAILURE = "Ec2SecurityGroupDeletionFailure",
|
|
506
|
+
EC2_SECURITY_GROUP_NOT_FOUND = "Ec2SecurityGroupNotFound",
|
|
507
|
+
EC2_SUBNET_INVALID_CONFIGURATION = "Ec2SubnetInvalidConfiguration",
|
|
508
|
+
EC2_SUBNET_MISSING_IPV6_ASSIGNMENT = "Ec2SubnetMissingIpv6Assignment",
|
|
509
|
+
EC2_SUBNET_NOT_FOUND = "Ec2SubnetNotFound",
|
|
510
|
+
IAM_INSTANCE_PROFILE_NOT_FOUND = "IamInstanceProfileNotFound",
|
|
511
|
+
IAM_LIMIT_EXCEEDED = "IamLimitExceeded",
|
|
512
|
+
IAM_NODE_ROLE_NOT_FOUND = "IamNodeRoleNotFound",
|
|
513
|
+
INSTANCE_LIMIT_EXCEEDED = "InstanceLimitExceeded",
|
|
514
|
+
INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
|
|
515
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
516
|
+
NODE_CREATION_FAILURE = "NodeCreationFailure",
|
|
517
|
+
}
|
|
518
|
+
export interface Issue {
|
|
519
|
+
code?: NodegroupIssueCode | string;
|
|
520
|
+
message?: string;
|
|
521
|
+
resourceIds?: string[];
|
|
522
|
+
}
|
|
523
|
+
export interface NodegroupHealth {
|
|
524
|
+
issues?: Issue[];
|
|
525
|
+
}
|
|
526
|
+
export interface NodegroupResources {
|
|
527
|
+
autoScalingGroups?: AutoScalingGroup[];
|
|
528
|
+
remoteAccessSecurityGroup?: string;
|
|
529
|
+
}
|
|
530
|
+
export declare type NodegroupStatus =
|
|
531
|
+
| "ACTIVE"
|
|
532
|
+
| "CREATE_FAILED"
|
|
533
|
+
| "CREATING"
|
|
534
|
+
| "DEGRADED"
|
|
535
|
+
| "DELETE_FAILED"
|
|
536
|
+
| "DELETING"
|
|
537
|
+
| "UPDATING";
|
|
538
|
+
export interface Nodegroup {
|
|
539
|
+
nodegroupName?: string;
|
|
540
|
+
nodegroupArn?: string;
|
|
541
|
+
clusterName?: string;
|
|
542
|
+
version?: string;
|
|
543
|
+
releaseVersion?: string;
|
|
544
|
+
createdAt?: Date;
|
|
545
|
+
modifiedAt?: Date;
|
|
546
|
+
status?: NodegroupStatus | string;
|
|
547
|
+
capacityType?: CapacityTypes | string;
|
|
548
|
+
scalingConfig?: NodegroupScalingConfig;
|
|
549
|
+
instanceTypes?: string[];
|
|
550
|
+
subnets?: string[];
|
|
551
|
+
remoteAccess?: RemoteAccessConfig;
|
|
552
|
+
amiType?: AMITypes | string;
|
|
553
|
+
nodeRole?: string;
|
|
554
|
+
labels?: Record<string, string>;
|
|
555
|
+
taints?: Taint[];
|
|
556
|
+
resources?: NodegroupResources;
|
|
557
|
+
diskSize?: number;
|
|
558
|
+
health?: NodegroupHealth;
|
|
559
|
+
updateConfig?: NodegroupUpdateConfig;
|
|
560
|
+
launchTemplate?: LaunchTemplateSpecification;
|
|
561
|
+
tags?: Record<string, string>;
|
|
562
|
+
}
|
|
563
|
+
export interface CreateNodegroupResponse {
|
|
564
|
+
nodegroup?: Nodegroup;
|
|
565
|
+
}
|
|
566
|
+
export interface DeleteAddonRequest {
|
|
567
|
+
clusterName: string | undefined;
|
|
568
|
+
addonName: string | undefined;
|
|
569
|
+
preserve?: boolean;
|
|
570
|
+
}
|
|
571
|
+
export interface DeleteAddonResponse {
|
|
572
|
+
addon?: Addon;
|
|
573
|
+
}
|
|
574
|
+
export interface DeleteClusterRequest {
|
|
575
|
+
name: string | undefined;
|
|
576
|
+
}
|
|
577
|
+
export interface DeleteClusterResponse {
|
|
578
|
+
cluster?: Cluster;
|
|
579
|
+
}
|
|
580
|
+
export interface DeleteFargateProfileRequest {
|
|
581
|
+
clusterName: string | undefined;
|
|
582
|
+
fargateProfileName: string | undefined;
|
|
583
|
+
}
|
|
584
|
+
export interface DeleteFargateProfileResponse {
|
|
585
|
+
fargateProfile?: FargateProfile;
|
|
586
|
+
}
|
|
587
|
+
export interface DeleteNodegroupRequest {
|
|
588
|
+
clusterName: string | undefined;
|
|
589
|
+
nodegroupName: string | undefined;
|
|
590
|
+
}
|
|
591
|
+
export interface DeleteNodegroupResponse {
|
|
592
|
+
nodegroup?: Nodegroup;
|
|
593
|
+
}
|
|
594
|
+
export interface DeregisterClusterRequest {
|
|
595
|
+
name: string | undefined;
|
|
596
|
+
}
|
|
597
|
+
export interface DeregisterClusterResponse {
|
|
598
|
+
cluster?: Cluster;
|
|
599
|
+
}
|
|
600
|
+
export interface DescribeAddonRequest {
|
|
601
|
+
clusterName: string | undefined;
|
|
602
|
+
addonName: string | undefined;
|
|
603
|
+
}
|
|
604
|
+
export interface DescribeAddonResponse {
|
|
605
|
+
addon?: Addon;
|
|
606
|
+
}
|
|
607
|
+
export interface DescribeAddonVersionsRequest {
|
|
608
|
+
kubernetesVersion?: string;
|
|
609
|
+
maxResults?: number;
|
|
610
|
+
nextToken?: string;
|
|
611
|
+
addonName?: string;
|
|
612
|
+
}
|
|
613
|
+
export interface DescribeAddonVersionsResponse {
|
|
614
|
+
addons?: AddonInfo[];
|
|
615
|
+
nextToken?: string;
|
|
616
|
+
}
|
|
617
|
+
export interface DescribeClusterRequest {
|
|
618
|
+
name: string | undefined;
|
|
619
|
+
}
|
|
620
|
+
export interface DescribeClusterResponse {
|
|
621
|
+
cluster?: Cluster;
|
|
622
|
+
}
|
|
623
|
+
export interface DescribeFargateProfileRequest {
|
|
624
|
+
clusterName: string | undefined;
|
|
625
|
+
fargateProfileName: string | undefined;
|
|
626
|
+
}
|
|
627
|
+
export interface DescribeFargateProfileResponse {
|
|
628
|
+
fargateProfile?: FargateProfile;
|
|
629
|
+
}
|
|
630
|
+
export interface IdentityProviderConfig {
|
|
631
|
+
type: string | undefined;
|
|
632
|
+
name: string | undefined;
|
|
633
|
+
}
|
|
634
|
+
export interface DescribeIdentityProviderConfigRequest {
|
|
635
|
+
clusterName: string | undefined;
|
|
636
|
+
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
637
|
+
}
|
|
638
|
+
export declare enum ConfigStatus {
|
|
639
|
+
ACTIVE = "ACTIVE",
|
|
640
|
+
CREATING = "CREATING",
|
|
641
|
+
DELETING = "DELETING",
|
|
642
|
+
}
|
|
643
|
+
export interface OidcIdentityProviderConfig {
|
|
644
|
+
identityProviderConfigName?: string;
|
|
645
|
+
identityProviderConfigArn?: string;
|
|
646
|
+
clusterName?: string;
|
|
647
|
+
issuerUrl?: string;
|
|
648
|
+
clientId?: string;
|
|
649
|
+
usernameClaim?: string;
|
|
650
|
+
usernamePrefix?: string;
|
|
651
|
+
groupsClaim?: string;
|
|
652
|
+
groupsPrefix?: string;
|
|
653
|
+
requiredClaims?: Record<string, string>;
|
|
654
|
+
tags?: Record<string, string>;
|
|
655
|
+
status?: ConfigStatus | string;
|
|
656
|
+
}
|
|
657
|
+
export interface IdentityProviderConfigResponse {
|
|
658
|
+
oidc?: OidcIdentityProviderConfig;
|
|
659
|
+
}
|
|
660
|
+
export interface DescribeIdentityProviderConfigResponse {
|
|
661
|
+
identityProviderConfig?: IdentityProviderConfigResponse;
|
|
662
|
+
}
|
|
663
|
+
export interface DescribeNodegroupRequest {
|
|
664
|
+
clusterName: string | undefined;
|
|
665
|
+
nodegroupName: string | undefined;
|
|
666
|
+
}
|
|
667
|
+
export interface DescribeNodegroupResponse {
|
|
668
|
+
nodegroup?: Nodegroup;
|
|
669
|
+
}
|
|
670
|
+
export interface DescribeUpdateRequest {
|
|
671
|
+
name: string | undefined;
|
|
672
|
+
updateId: string | undefined;
|
|
673
|
+
nodegroupName?: string;
|
|
674
|
+
addonName?: string;
|
|
675
|
+
}
|
|
676
|
+
export interface DescribeUpdateResponse {
|
|
677
|
+
update?: Update;
|
|
678
|
+
}
|
|
679
|
+
export interface DisassociateIdentityProviderConfigRequest {
|
|
680
|
+
clusterName: string | undefined;
|
|
681
|
+
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
682
|
+
clientRequestToken?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface DisassociateIdentityProviderConfigResponse {
|
|
685
|
+
update?: Update;
|
|
686
|
+
}
|
|
687
|
+
export interface ListAddonsRequest {
|
|
688
|
+
clusterName: string | undefined;
|
|
689
|
+
maxResults?: number;
|
|
690
|
+
nextToken?: string;
|
|
691
|
+
}
|
|
692
|
+
export interface ListAddonsResponse {
|
|
693
|
+
addons?: string[];
|
|
694
|
+
nextToken?: string;
|
|
695
|
+
}
|
|
696
|
+
export interface ListClustersRequest {
|
|
697
|
+
maxResults?: number;
|
|
698
|
+
nextToken?: string;
|
|
699
|
+
include?: string[];
|
|
700
|
+
}
|
|
701
|
+
export interface ListClustersResponse {
|
|
702
|
+
clusters?: string[];
|
|
703
|
+
nextToken?: string;
|
|
704
|
+
}
|
|
705
|
+
export interface ListFargateProfilesRequest {
|
|
706
|
+
clusterName: string | undefined;
|
|
707
|
+
maxResults?: number;
|
|
708
|
+
nextToken?: string;
|
|
709
|
+
}
|
|
710
|
+
export interface ListFargateProfilesResponse {
|
|
711
|
+
fargateProfileNames?: string[];
|
|
712
|
+
nextToken?: string;
|
|
713
|
+
}
|
|
714
|
+
export interface ListIdentityProviderConfigsRequest {
|
|
715
|
+
clusterName: string | undefined;
|
|
716
|
+
maxResults?: number;
|
|
717
|
+
nextToken?: string;
|
|
718
|
+
}
|
|
719
|
+
export interface ListIdentityProviderConfigsResponse {
|
|
720
|
+
identityProviderConfigs?: IdentityProviderConfig[];
|
|
721
|
+
nextToken?: string;
|
|
722
|
+
}
|
|
723
|
+
export interface ListNodegroupsRequest {
|
|
724
|
+
clusterName: string | undefined;
|
|
725
|
+
maxResults?: number;
|
|
726
|
+
nextToken?: string;
|
|
727
|
+
}
|
|
728
|
+
export interface ListNodegroupsResponse {
|
|
729
|
+
nodegroups?: string[];
|
|
730
|
+
nextToken?: string;
|
|
731
|
+
}
|
|
732
|
+
export declare class BadRequestException extends __BaseException {
|
|
733
|
+
readonly name: "BadRequestException";
|
|
734
|
+
readonly $fault: "client";
|
|
735
|
+
constructor(
|
|
736
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
737
|
+
);
|
|
738
|
+
}
|
|
739
|
+
export interface ListTagsForResourceRequest {
|
|
740
|
+
resourceArn: string | undefined;
|
|
741
|
+
}
|
|
742
|
+
export interface ListTagsForResourceResponse {
|
|
743
|
+
tags?: Record<string, string>;
|
|
744
|
+
}
|
|
745
|
+
export declare class NotFoundException extends __BaseException {
|
|
746
|
+
readonly name: "NotFoundException";
|
|
747
|
+
readonly $fault: "client";
|
|
748
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
749
|
+
}
|
|
750
|
+
export interface ListUpdatesRequest {
|
|
751
|
+
name: string | undefined;
|
|
752
|
+
nodegroupName?: string;
|
|
753
|
+
addonName?: string;
|
|
754
|
+
nextToken?: string;
|
|
755
|
+
maxResults?: number;
|
|
756
|
+
}
|
|
757
|
+
export interface ListUpdatesResponse {
|
|
758
|
+
updateIds?: string[];
|
|
759
|
+
nextToken?: string;
|
|
760
|
+
}
|
|
761
|
+
export declare enum ConnectorConfigProvider {
|
|
762
|
+
AKS = "AKS",
|
|
763
|
+
ANTHOS = "ANTHOS",
|
|
764
|
+
EC2 = "EC2",
|
|
765
|
+
EKS_ANYWHERE = "EKS_ANYWHERE",
|
|
766
|
+
GKE = "GKE",
|
|
767
|
+
OPENSHIFT = "OPENSHIFT",
|
|
768
|
+
OTHER = "OTHER",
|
|
769
|
+
RANCHER = "RANCHER",
|
|
770
|
+
TANZU = "TANZU",
|
|
771
|
+
}
|
|
772
|
+
export interface ConnectorConfigRequest {
|
|
773
|
+
roleArn: string | undefined;
|
|
774
|
+
provider: ConnectorConfigProvider | string | undefined;
|
|
775
|
+
}
|
|
776
|
+
export interface RegisterClusterRequest {
|
|
777
|
+
name: string | undefined;
|
|
778
|
+
connectorConfig: ConnectorConfigRequest | undefined;
|
|
779
|
+
clientRequestToken?: string;
|
|
780
|
+
tags?: Record<string, string>;
|
|
781
|
+
}
|
|
782
|
+
export interface RegisterClusterResponse {
|
|
783
|
+
cluster?: Cluster;
|
|
784
|
+
}
|
|
785
|
+
export declare class ResourcePropagationDelayException extends __BaseException {
|
|
786
|
+
readonly name: "ResourcePropagationDelayException";
|
|
787
|
+
readonly $fault: "client";
|
|
788
|
+
constructor(
|
|
789
|
+
opts: __ExceptionOptionType<
|
|
790
|
+
ResourcePropagationDelayException,
|
|
791
|
+
__BaseException
|
|
792
|
+
>
|
|
793
|
+
);
|
|
794
|
+
}
|
|
795
|
+
export interface TagResourceRequest {
|
|
796
|
+
resourceArn: string | undefined;
|
|
797
|
+
tags: Record<string, string> | undefined;
|
|
798
|
+
}
|
|
799
|
+
export interface TagResourceResponse {}
|
|
800
|
+
export interface UntagResourceRequest {
|
|
801
|
+
resourceArn: string | undefined;
|
|
802
|
+
tagKeys: string[] | undefined;
|
|
803
|
+
}
|
|
804
|
+
export interface UntagResourceResponse {}
|
|
805
|
+
export interface UpdateAddonRequest {
|
|
806
|
+
clusterName: string | undefined;
|
|
807
|
+
addonName: string | undefined;
|
|
808
|
+
addonVersion?: string;
|
|
809
|
+
serviceAccountRoleArn?: string;
|
|
810
|
+
resolveConflicts?: ResolveConflicts | string;
|
|
811
|
+
clientRequestToken?: string;
|
|
812
|
+
}
|
|
813
|
+
export interface UpdateAddonResponse {
|
|
814
|
+
update?: Update;
|
|
815
|
+
}
|
|
816
|
+
export interface UpdateClusterConfigRequest {
|
|
817
|
+
name: string | undefined;
|
|
818
|
+
resourcesVpcConfig?: VpcConfigRequest;
|
|
819
|
+
logging?: Logging;
|
|
820
|
+
clientRequestToken?: string;
|
|
821
|
+
}
|
|
822
|
+
export interface UpdateClusterConfigResponse {
|
|
823
|
+
update?: Update;
|
|
824
|
+
}
|
|
825
|
+
export interface UpdateClusterVersionRequest {
|
|
826
|
+
name: string | undefined;
|
|
827
|
+
version: string | undefined;
|
|
828
|
+
clientRequestToken?: string;
|
|
829
|
+
}
|
|
830
|
+
export interface UpdateClusterVersionResponse {
|
|
831
|
+
update?: Update;
|
|
832
|
+
}
|
|
833
|
+
export interface UpdateLabelsPayload {
|
|
834
|
+
addOrUpdateLabels?: Record<string, string>;
|
|
835
|
+
removeLabels?: string[];
|
|
836
|
+
}
|
|
837
|
+
export interface UpdateTaintsPayload {
|
|
838
|
+
addOrUpdateTaints?: Taint[];
|
|
839
|
+
removeTaints?: Taint[];
|
|
840
|
+
}
|
|
841
|
+
export interface UpdateNodegroupConfigRequest {
|
|
842
|
+
clusterName: string | undefined;
|
|
843
|
+
nodegroupName: string | undefined;
|
|
844
|
+
labels?: UpdateLabelsPayload;
|
|
845
|
+
taints?: UpdateTaintsPayload;
|
|
846
|
+
scalingConfig?: NodegroupScalingConfig;
|
|
847
|
+
updateConfig?: NodegroupUpdateConfig;
|
|
848
|
+
clientRequestToken?: string;
|
|
849
|
+
}
|
|
850
|
+
export interface UpdateNodegroupConfigResponse {
|
|
851
|
+
update?: Update;
|
|
852
|
+
}
|
|
853
|
+
export interface UpdateNodegroupVersionRequest {
|
|
854
|
+
clusterName: string | undefined;
|
|
855
|
+
nodegroupName: string | undefined;
|
|
856
|
+
version?: string;
|
|
857
|
+
releaseVersion?: string;
|
|
858
|
+
launchTemplate?: LaunchTemplateSpecification;
|
|
859
|
+
force?: boolean;
|
|
860
|
+
clientRequestToken?: string;
|
|
861
|
+
}
|
|
862
|
+
export interface UpdateNodegroupVersionResponse {
|
|
863
|
+
update?: Update;
|
|
864
|
+
}
|
|
865
|
+
export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
|
|
866
|
+
export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
|
|
867
|
+
export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
|
|
868
|
+
export declare const CompatibilityFilterSensitiveLog: (
|
|
869
|
+
obj: Compatibility
|
|
870
|
+
) => any;
|
|
871
|
+
export declare const AddonVersionInfoFilterSensitiveLog: (
|
|
872
|
+
obj: AddonVersionInfo
|
|
873
|
+
) => any;
|
|
874
|
+
export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
|
|
875
|
+
export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
|
|
876
|
+
export declare const EncryptionConfigFilterSensitiveLog: (
|
|
877
|
+
obj: EncryptionConfig
|
|
878
|
+
) => any;
|
|
879
|
+
export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (
|
|
880
|
+
obj: AssociateEncryptionConfigRequest
|
|
881
|
+
) => any;
|
|
882
|
+
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
883
|
+
export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
|
|
884
|
+
export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
|
|
885
|
+
export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (
|
|
886
|
+
obj: AssociateEncryptionConfigResponse
|
|
887
|
+
) => any;
|
|
888
|
+
export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
889
|
+
obj: OidcIdentityProviderConfigRequest
|
|
890
|
+
) => any;
|
|
891
|
+
export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
892
|
+
obj: AssociateIdentityProviderConfigRequest
|
|
893
|
+
) => any;
|
|
894
|
+
export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (
|
|
895
|
+
obj: AssociateIdentityProviderConfigResponse
|
|
896
|
+
) => any;
|
|
897
|
+
export declare const AutoScalingGroupFilterSensitiveLog: (
|
|
898
|
+
obj: AutoScalingGroup
|
|
899
|
+
) => any;
|
|
900
|
+
export declare const CreateAddonRequestFilterSensitiveLog: (
|
|
901
|
+
obj: CreateAddonRequest
|
|
902
|
+
) => any;
|
|
903
|
+
export declare const CreateAddonResponseFilterSensitiveLog: (
|
|
904
|
+
obj: CreateAddonResponse
|
|
905
|
+
) => any;
|
|
906
|
+
export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (
|
|
907
|
+
obj: KubernetesNetworkConfigRequest
|
|
908
|
+
) => any;
|
|
909
|
+
export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
|
|
910
|
+
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
911
|
+
export declare const OutpostConfigRequestFilterSensitiveLog: (
|
|
912
|
+
obj: OutpostConfigRequest
|
|
913
|
+
) => any;
|
|
914
|
+
export declare const VpcConfigRequestFilterSensitiveLog: (
|
|
915
|
+
obj: VpcConfigRequest
|
|
916
|
+
) => any;
|
|
917
|
+
export declare const CreateClusterRequestFilterSensitiveLog: (
|
|
918
|
+
obj: CreateClusterRequest
|
|
919
|
+
) => any;
|
|
920
|
+
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
921
|
+
export declare const ConnectorConfigResponseFilterSensitiveLog: (
|
|
922
|
+
obj: ConnectorConfigResponse
|
|
923
|
+
) => any;
|
|
924
|
+
export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
|
|
925
|
+
export declare const ClusterHealthFilterSensitiveLog: (
|
|
926
|
+
obj: ClusterHealth
|
|
927
|
+
) => any;
|
|
928
|
+
export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
|
|
929
|
+
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
930
|
+
export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (
|
|
931
|
+
obj: KubernetesNetworkConfigResponse
|
|
932
|
+
) => any;
|
|
933
|
+
export declare const OutpostConfigResponseFilterSensitiveLog: (
|
|
934
|
+
obj: OutpostConfigResponse
|
|
935
|
+
) => any;
|
|
936
|
+
export declare const VpcConfigResponseFilterSensitiveLog: (
|
|
937
|
+
obj: VpcConfigResponse
|
|
938
|
+
) => any;
|
|
939
|
+
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
940
|
+
export declare const CreateClusterResponseFilterSensitiveLog: (
|
|
941
|
+
obj: CreateClusterResponse
|
|
942
|
+
) => any;
|
|
943
|
+
export declare const FargateProfileSelectorFilterSensitiveLog: (
|
|
944
|
+
obj: FargateProfileSelector
|
|
945
|
+
) => any;
|
|
946
|
+
export declare const CreateFargateProfileRequestFilterSensitiveLog: (
|
|
947
|
+
obj: CreateFargateProfileRequest
|
|
948
|
+
) => any;
|
|
949
|
+
export declare const FargateProfileFilterSensitiveLog: (
|
|
950
|
+
obj: FargateProfile
|
|
951
|
+
) => any;
|
|
952
|
+
export declare const CreateFargateProfileResponseFilterSensitiveLog: (
|
|
953
|
+
obj: CreateFargateProfileResponse
|
|
954
|
+
) => any;
|
|
955
|
+
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
|
|
956
|
+
obj: LaunchTemplateSpecification
|
|
957
|
+
) => any;
|
|
958
|
+
export declare const RemoteAccessConfigFilterSensitiveLog: (
|
|
959
|
+
obj: RemoteAccessConfig
|
|
960
|
+
) => any;
|
|
961
|
+
export declare const NodegroupScalingConfigFilterSensitiveLog: (
|
|
962
|
+
obj: NodegroupScalingConfig
|
|
963
|
+
) => any;
|
|
964
|
+
export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
|
|
965
|
+
export declare const NodegroupUpdateConfigFilterSensitiveLog: (
|
|
966
|
+
obj: NodegroupUpdateConfig
|
|
967
|
+
) => any;
|
|
968
|
+
export declare const CreateNodegroupRequestFilterSensitiveLog: (
|
|
969
|
+
obj: CreateNodegroupRequest
|
|
970
|
+
) => any;
|
|
971
|
+
export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
|
|
972
|
+
export declare const NodegroupHealthFilterSensitiveLog: (
|
|
973
|
+
obj: NodegroupHealth
|
|
974
|
+
) => any;
|
|
975
|
+
export declare const NodegroupResourcesFilterSensitiveLog: (
|
|
976
|
+
obj: NodegroupResources
|
|
977
|
+
) => any;
|
|
978
|
+
export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
|
|
979
|
+
export declare const CreateNodegroupResponseFilterSensitiveLog: (
|
|
980
|
+
obj: CreateNodegroupResponse
|
|
981
|
+
) => any;
|
|
982
|
+
export declare const DeleteAddonRequestFilterSensitiveLog: (
|
|
983
|
+
obj: DeleteAddonRequest
|
|
984
|
+
) => any;
|
|
985
|
+
export declare const DeleteAddonResponseFilterSensitiveLog: (
|
|
986
|
+
obj: DeleteAddonResponse
|
|
987
|
+
) => any;
|
|
988
|
+
export declare const DeleteClusterRequestFilterSensitiveLog: (
|
|
989
|
+
obj: DeleteClusterRequest
|
|
990
|
+
) => any;
|
|
991
|
+
export declare const DeleteClusterResponseFilterSensitiveLog: (
|
|
992
|
+
obj: DeleteClusterResponse
|
|
993
|
+
) => any;
|
|
994
|
+
export declare const DeleteFargateProfileRequestFilterSensitiveLog: (
|
|
995
|
+
obj: DeleteFargateProfileRequest
|
|
996
|
+
) => any;
|
|
997
|
+
export declare const DeleteFargateProfileResponseFilterSensitiveLog: (
|
|
998
|
+
obj: DeleteFargateProfileResponse
|
|
999
|
+
) => any;
|
|
1000
|
+
export declare const DeleteNodegroupRequestFilterSensitiveLog: (
|
|
1001
|
+
obj: DeleteNodegroupRequest
|
|
1002
|
+
) => any;
|
|
1003
|
+
export declare const DeleteNodegroupResponseFilterSensitiveLog: (
|
|
1004
|
+
obj: DeleteNodegroupResponse
|
|
1005
|
+
) => any;
|
|
1006
|
+
export declare const DeregisterClusterRequestFilterSensitiveLog: (
|
|
1007
|
+
obj: DeregisterClusterRequest
|
|
1008
|
+
) => any;
|
|
1009
|
+
export declare const DeregisterClusterResponseFilterSensitiveLog: (
|
|
1010
|
+
obj: DeregisterClusterResponse
|
|
1011
|
+
) => any;
|
|
1012
|
+
export declare const DescribeAddonRequestFilterSensitiveLog: (
|
|
1013
|
+
obj: DescribeAddonRequest
|
|
1014
|
+
) => any;
|
|
1015
|
+
export declare const DescribeAddonResponseFilterSensitiveLog: (
|
|
1016
|
+
obj: DescribeAddonResponse
|
|
1017
|
+
) => any;
|
|
1018
|
+
export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (
|
|
1019
|
+
obj: DescribeAddonVersionsRequest
|
|
1020
|
+
) => any;
|
|
1021
|
+
export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (
|
|
1022
|
+
obj: DescribeAddonVersionsResponse
|
|
1023
|
+
) => any;
|
|
1024
|
+
export declare const DescribeClusterRequestFilterSensitiveLog: (
|
|
1025
|
+
obj: DescribeClusterRequest
|
|
1026
|
+
) => any;
|
|
1027
|
+
export declare const DescribeClusterResponseFilterSensitiveLog: (
|
|
1028
|
+
obj: DescribeClusterResponse
|
|
1029
|
+
) => any;
|
|
1030
|
+
export declare const DescribeFargateProfileRequestFilterSensitiveLog: (
|
|
1031
|
+
obj: DescribeFargateProfileRequest
|
|
1032
|
+
) => any;
|
|
1033
|
+
export declare const DescribeFargateProfileResponseFilterSensitiveLog: (
|
|
1034
|
+
obj: DescribeFargateProfileResponse
|
|
1035
|
+
) => any;
|
|
1036
|
+
export declare const IdentityProviderConfigFilterSensitiveLog: (
|
|
1037
|
+
obj: IdentityProviderConfig
|
|
1038
|
+
) => any;
|
|
1039
|
+
export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
1040
|
+
obj: DescribeIdentityProviderConfigRequest
|
|
1041
|
+
) => any;
|
|
1042
|
+
export declare const OidcIdentityProviderConfigFilterSensitiveLog: (
|
|
1043
|
+
obj: OidcIdentityProviderConfig
|
|
1044
|
+
) => any;
|
|
1045
|
+
export declare const IdentityProviderConfigResponseFilterSensitiveLog: (
|
|
1046
|
+
obj: IdentityProviderConfigResponse
|
|
1047
|
+
) => any;
|
|
1048
|
+
export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (
|
|
1049
|
+
obj: DescribeIdentityProviderConfigResponse
|
|
1050
|
+
) => any;
|
|
1051
|
+
export declare const DescribeNodegroupRequestFilterSensitiveLog: (
|
|
1052
|
+
obj: DescribeNodegroupRequest
|
|
1053
|
+
) => any;
|
|
1054
|
+
export declare const DescribeNodegroupResponseFilterSensitiveLog: (
|
|
1055
|
+
obj: DescribeNodegroupResponse
|
|
1056
|
+
) => any;
|
|
1057
|
+
export declare const DescribeUpdateRequestFilterSensitiveLog: (
|
|
1058
|
+
obj: DescribeUpdateRequest
|
|
1059
|
+
) => any;
|
|
1060
|
+
export declare const DescribeUpdateResponseFilterSensitiveLog: (
|
|
1061
|
+
obj: DescribeUpdateResponse
|
|
1062
|
+
) => any;
|
|
1063
|
+
export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
1064
|
+
obj: DisassociateIdentityProviderConfigRequest
|
|
1065
|
+
) => any;
|
|
1066
|
+
export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (
|
|
1067
|
+
obj: DisassociateIdentityProviderConfigResponse
|
|
1068
|
+
) => any;
|
|
1069
|
+
export declare const ListAddonsRequestFilterSensitiveLog: (
|
|
1070
|
+
obj: ListAddonsRequest
|
|
1071
|
+
) => any;
|
|
1072
|
+
export declare const ListAddonsResponseFilterSensitiveLog: (
|
|
1073
|
+
obj: ListAddonsResponse
|
|
1074
|
+
) => any;
|
|
1075
|
+
export declare const ListClustersRequestFilterSensitiveLog: (
|
|
1076
|
+
obj: ListClustersRequest
|
|
1077
|
+
) => any;
|
|
1078
|
+
export declare const ListClustersResponseFilterSensitiveLog: (
|
|
1079
|
+
obj: ListClustersResponse
|
|
1080
|
+
) => any;
|
|
1081
|
+
export declare const ListFargateProfilesRequestFilterSensitiveLog: (
|
|
1082
|
+
obj: ListFargateProfilesRequest
|
|
1083
|
+
) => any;
|
|
1084
|
+
export declare const ListFargateProfilesResponseFilterSensitiveLog: (
|
|
1085
|
+
obj: ListFargateProfilesResponse
|
|
1086
|
+
) => any;
|
|
1087
|
+
export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (
|
|
1088
|
+
obj: ListIdentityProviderConfigsRequest
|
|
1089
|
+
) => any;
|
|
1090
|
+
export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (
|
|
1091
|
+
obj: ListIdentityProviderConfigsResponse
|
|
1092
|
+
) => any;
|
|
1093
|
+
export declare const ListNodegroupsRequestFilterSensitiveLog: (
|
|
1094
|
+
obj: ListNodegroupsRequest
|
|
1095
|
+
) => any;
|
|
1096
|
+
export declare const ListNodegroupsResponseFilterSensitiveLog: (
|
|
1097
|
+
obj: ListNodegroupsResponse
|
|
1098
|
+
) => any;
|
|
1099
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1100
|
+
obj: ListTagsForResourceRequest
|
|
1101
|
+
) => any;
|
|
1102
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1103
|
+
obj: ListTagsForResourceResponse
|
|
1104
|
+
) => any;
|
|
1105
|
+
export declare const ListUpdatesRequestFilterSensitiveLog: (
|
|
1106
|
+
obj: ListUpdatesRequest
|
|
1107
|
+
) => any;
|
|
1108
|
+
export declare const ListUpdatesResponseFilterSensitiveLog: (
|
|
1109
|
+
obj: ListUpdatesResponse
|
|
1110
|
+
) => any;
|
|
1111
|
+
export declare const ConnectorConfigRequestFilterSensitiveLog: (
|
|
1112
|
+
obj: ConnectorConfigRequest
|
|
1113
|
+
) => any;
|
|
1114
|
+
export declare const RegisterClusterRequestFilterSensitiveLog: (
|
|
1115
|
+
obj: RegisterClusterRequest
|
|
1116
|
+
) => any;
|
|
1117
|
+
export declare const RegisterClusterResponseFilterSensitiveLog: (
|
|
1118
|
+
obj: RegisterClusterResponse
|
|
1119
|
+
) => any;
|
|
1120
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1121
|
+
obj: TagResourceRequest
|
|
1122
|
+
) => any;
|
|
1123
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1124
|
+
obj: TagResourceResponse
|
|
1125
|
+
) => any;
|
|
1126
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1127
|
+
obj: UntagResourceRequest
|
|
1128
|
+
) => any;
|
|
1129
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1130
|
+
obj: UntagResourceResponse
|
|
1131
|
+
) => any;
|
|
1132
|
+
export declare const UpdateAddonRequestFilterSensitiveLog: (
|
|
1133
|
+
obj: UpdateAddonRequest
|
|
1134
|
+
) => any;
|
|
1135
|
+
export declare const UpdateAddonResponseFilterSensitiveLog: (
|
|
1136
|
+
obj: UpdateAddonResponse
|
|
1137
|
+
) => any;
|
|
1138
|
+
export declare const UpdateClusterConfigRequestFilterSensitiveLog: (
|
|
1139
|
+
obj: UpdateClusterConfigRequest
|
|
1140
|
+
) => any;
|
|
1141
|
+
export declare const UpdateClusterConfigResponseFilterSensitiveLog: (
|
|
1142
|
+
obj: UpdateClusterConfigResponse
|
|
1143
|
+
) => any;
|
|
1144
|
+
export declare const UpdateClusterVersionRequestFilterSensitiveLog: (
|
|
1145
|
+
obj: UpdateClusterVersionRequest
|
|
1146
|
+
) => any;
|
|
1147
|
+
export declare const UpdateClusterVersionResponseFilterSensitiveLog: (
|
|
1148
|
+
obj: UpdateClusterVersionResponse
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const UpdateLabelsPayloadFilterSensitiveLog: (
|
|
1151
|
+
obj: UpdateLabelsPayload
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const UpdateTaintsPayloadFilterSensitiveLog: (
|
|
1154
|
+
obj: UpdateTaintsPayload
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (
|
|
1157
|
+
obj: UpdateNodegroupConfigRequest
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (
|
|
1160
|
+
obj: UpdateNodegroupConfigResponse
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (
|
|
1163
|
+
obj: UpdateNodegroupVersionRequest
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (
|
|
1166
|
+
obj: UpdateNodegroupVersionResponse
|
|
1167
|
+
) => any;
|