@aws-sdk/client-eks 3.1086.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EKS.d.ts +224 -272
  3. package/dist-types/ts3.4/EKSClient.d.ts +19 -44
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  73. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  75. package/dist-types/ts3.4/models/enums.d.ts +16 -32
  76. package/dist-types/ts3.4/models/errors.d.ts +12 -42
  77. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +1 -4
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  83. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  85. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +2 -2
  86. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +2 -2
  87. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +2 -2
  88. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +2 -2
  89. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +3 -5
  90. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +3 -5
  91. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +3 -5
  92. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +3 -5
  93. package/package.json +39 -39
@@ -25,10 +25,7 @@ import {
25
25
  CreateAccessEntryCommandInput,
26
26
  CreateAccessEntryCommandOutput,
27
27
  } from "./commands/CreateAccessEntryCommand";
28
- import {
29
- CreateAddonCommandInput,
30
- CreateAddonCommandOutput,
31
- } from "./commands/CreateAddonCommand";
28
+ import { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
32
29
  import {
33
30
  CreateCapabilityCommandInput,
34
31
  CreateCapabilityCommandOutput,
@@ -57,10 +54,7 @@ import {
57
54
  DeleteAccessEntryCommandInput,
58
55
  DeleteAccessEntryCommandOutput,
59
56
  } from "./commands/DeleteAccessEntryCommand";
60
- import {
61
- DeleteAddonCommandInput,
62
- DeleteAddonCommandOutput,
63
- } from "./commands/DeleteAddonCommand";
57
+ import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "./commands/DeleteAddonCommand";
64
58
  import {
65
59
  DeleteCapabilityCommandInput,
66
60
  DeleteCapabilityCommandOutput,
@@ -165,10 +159,7 @@ import {
165
159
  ListAccessPoliciesCommandInput,
166
160
  ListAccessPoliciesCommandOutput,
167
161
  } from "./commands/ListAccessPoliciesCommand";
168
- import {
169
- ListAddonsCommandInput,
170
- ListAddonsCommandOutput,
171
- } from "./commands/ListAddonsCommand";
162
+ import { ListAddonsCommandInput, ListAddonsCommandOutput } from "./commands/ListAddonsCommand";
172
163
  import {
173
164
  ListAssociatedAccessPoliciesCommandInput,
174
165
  ListAssociatedAccessPoliciesCommandOutput,
@@ -209,10 +200,7 @@ import {
209
200
  ListTagsForResourceCommandInput,
210
201
  ListTagsForResourceCommandOutput,
211
202
  } from "./commands/ListTagsForResourceCommand";
212
- import {
213
- ListUpdatesCommandInput,
214
- ListUpdatesCommandOutput,
215
- } from "./commands/ListUpdatesCommand";
203
+ import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "./commands/ListUpdatesCommand";
216
204
  import {
217
205
  RegisterClusterCommandInput,
218
206
  RegisterClusterCommandOutput,
@@ -221,10 +209,7 @@ import {
221
209
  StartInsightsRefreshCommandInput,
222
210
  StartInsightsRefreshCommandOutput,
223
211
  } from "./commands/StartInsightsRefreshCommand";
224
- import {
225
- TagResourceCommandInput,
226
- TagResourceCommandOutput,
227
- } from "./commands/TagResourceCommand";
212
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
228
213
  import {
229
214
  UntagResourceCommandInput,
230
215
  UntagResourceCommandOutput,
@@ -233,10 +218,7 @@ import {
233
218
  UpdateAccessEntryCommandInput,
234
219
  UpdateAccessEntryCommandOutput,
235
220
  } from "./commands/UpdateAccessEntryCommand";
236
- import {
237
- UpdateAddonCommandInput,
238
- UpdateAddonCommandOutput,
239
- } from "./commands/UpdateAddonCommand";
221
+ import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "./commands/UpdateAddonCommand";
240
222
  import {
241
223
  UpdateCapabilityCommandInput,
242
224
  UpdateCapabilityCommandOutput,
@@ -270,1036 +252,1006 @@ import { ResourceNotFoundException } from "./models/errors";
270
252
  export interface EKS {
271
253
  associateAccessPolicy(
272
254
  args: AssociateAccessPolicyCommandInput,
273
- options?: __HttpHandlerOptions
255
+ options?: __HttpHandlerOptions,
274
256
  ): Promise<AssociateAccessPolicyCommandOutput>;
275
257
  associateAccessPolicy(
276
258
  args: AssociateAccessPolicyCommandInput,
277
- cb: (err: any, data?: AssociateAccessPolicyCommandOutput) => void
259
+ cb: (err: any, data?: AssociateAccessPolicyCommandOutput) => void,
278
260
  ): void;
279
261
  associateAccessPolicy(
280
262
  args: AssociateAccessPolicyCommandInput,
281
263
  options: __HttpHandlerOptions,
282
- cb: (err: any, data?: AssociateAccessPolicyCommandOutput) => void
264
+ cb: (err: any, data?: AssociateAccessPolicyCommandOutput) => void,
283
265
  ): void;
284
266
  associateEncryptionConfig(
285
267
  args: AssociateEncryptionConfigCommandInput,
286
- options?: __HttpHandlerOptions
268
+ options?: __HttpHandlerOptions,
287
269
  ): Promise<AssociateEncryptionConfigCommandOutput>;
288
270
  associateEncryptionConfig(
289
271
  args: AssociateEncryptionConfigCommandInput,
290
- cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
272
+ cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void,
291
273
  ): void;
292
274
  associateEncryptionConfig(
293
275
  args: AssociateEncryptionConfigCommandInput,
294
276
  options: __HttpHandlerOptions,
295
- cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
277
+ cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void,
296
278
  ): void;
297
279
  associateIdentityProviderConfig(
298
280
  args: AssociateIdentityProviderConfigCommandInput,
299
- options?: __HttpHandlerOptions
281
+ options?: __HttpHandlerOptions,
300
282
  ): Promise<AssociateIdentityProviderConfigCommandOutput>;
301
283
  associateIdentityProviderConfig(
302
284
  args: AssociateIdentityProviderConfigCommandInput,
303
- cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
285
+ cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void,
304
286
  ): void;
305
287
  associateIdentityProviderConfig(
306
288
  args: AssociateIdentityProviderConfigCommandInput,
307
289
  options: __HttpHandlerOptions,
308
- cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
290
+ cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void,
309
291
  ): void;
310
292
  cancelUpdate(
311
293
  args: CancelUpdateCommandInput,
312
- options?: __HttpHandlerOptions
294
+ options?: __HttpHandlerOptions,
313
295
  ): Promise<CancelUpdateCommandOutput>;
314
296
  cancelUpdate(
315
297
  args: CancelUpdateCommandInput,
316
- cb: (err: any, data?: CancelUpdateCommandOutput) => void
298
+ cb: (err: any, data?: CancelUpdateCommandOutput) => void,
317
299
  ): void;
318
300
  cancelUpdate(
319
301
  args: CancelUpdateCommandInput,
320
302
  options: __HttpHandlerOptions,
321
- cb: (err: any, data?: CancelUpdateCommandOutput) => void
303
+ cb: (err: any, data?: CancelUpdateCommandOutput) => void,
322
304
  ): void;
323
305
  createAccessEntry(
324
306
  args: CreateAccessEntryCommandInput,
325
- options?: __HttpHandlerOptions
307
+ options?: __HttpHandlerOptions,
326
308
  ): Promise<CreateAccessEntryCommandOutput>;
327
309
  createAccessEntry(
328
310
  args: CreateAccessEntryCommandInput,
329
- cb: (err: any, data?: CreateAccessEntryCommandOutput) => void
311
+ cb: (err: any, data?: CreateAccessEntryCommandOutput) => void,
330
312
  ): void;
331
313
  createAccessEntry(
332
314
  args: CreateAccessEntryCommandInput,
333
315
  options: __HttpHandlerOptions,
334
- cb: (err: any, data?: CreateAccessEntryCommandOutput) => void
316
+ cb: (err: any, data?: CreateAccessEntryCommandOutput) => void,
335
317
  ): void;
336
318
  createAddon(
337
319
  args: CreateAddonCommandInput,
338
- options?: __HttpHandlerOptions
320
+ options?: __HttpHandlerOptions,
339
321
  ): Promise<CreateAddonCommandOutput>;
340
322
  createAddon(
341
323
  args: CreateAddonCommandInput,
342
- cb: (err: any, data?: CreateAddonCommandOutput) => void
324
+ cb: (err: any, data?: CreateAddonCommandOutput) => void,
343
325
  ): void;
344
326
  createAddon(
345
327
  args: CreateAddonCommandInput,
346
328
  options: __HttpHandlerOptions,
347
- cb: (err: any, data?: CreateAddonCommandOutput) => void
329
+ cb: (err: any, data?: CreateAddonCommandOutput) => void,
348
330
  ): void;
349
331
  createCapability(
350
332
  args: CreateCapabilityCommandInput,
351
- options?: __HttpHandlerOptions
333
+ options?: __HttpHandlerOptions,
352
334
  ): Promise<CreateCapabilityCommandOutput>;
353
335
  createCapability(
354
336
  args: CreateCapabilityCommandInput,
355
- cb: (err: any, data?: CreateCapabilityCommandOutput) => void
337
+ cb: (err: any, data?: CreateCapabilityCommandOutput) => void,
356
338
  ): void;
357
339
  createCapability(
358
340
  args: CreateCapabilityCommandInput,
359
341
  options: __HttpHandlerOptions,
360
- cb: (err: any, data?: CreateCapabilityCommandOutput) => void
342
+ cb: (err: any, data?: CreateCapabilityCommandOutput) => void,
361
343
  ): void;
362
344
  createCluster(
363
345
  args: CreateClusterCommandInput,
364
- options?: __HttpHandlerOptions
346
+ options?: __HttpHandlerOptions,
365
347
  ): Promise<CreateClusterCommandOutput>;
366
348
  createCluster(
367
349
  args: CreateClusterCommandInput,
368
- cb: (err: any, data?: CreateClusterCommandOutput) => void
350
+ cb: (err: any, data?: CreateClusterCommandOutput) => void,
369
351
  ): void;
370
352
  createCluster(
371
353
  args: CreateClusterCommandInput,
372
354
  options: __HttpHandlerOptions,
373
- cb: (err: any, data?: CreateClusterCommandOutput) => void
355
+ cb: (err: any, data?: CreateClusterCommandOutput) => void,
374
356
  ): void;
375
357
  createEksAnywhereSubscription(
376
358
  args: CreateEksAnywhereSubscriptionCommandInput,
377
- options?: __HttpHandlerOptions
359
+ options?: __HttpHandlerOptions,
378
360
  ): Promise<CreateEksAnywhereSubscriptionCommandOutput>;
379
361
  createEksAnywhereSubscription(
380
362
  args: CreateEksAnywhereSubscriptionCommandInput,
381
- cb: (err: any, data?: CreateEksAnywhereSubscriptionCommandOutput) => void
363
+ cb: (err: any, data?: CreateEksAnywhereSubscriptionCommandOutput) => void,
382
364
  ): void;
383
365
  createEksAnywhereSubscription(
384
366
  args: CreateEksAnywhereSubscriptionCommandInput,
385
367
  options: __HttpHandlerOptions,
386
- cb: (err: any, data?: CreateEksAnywhereSubscriptionCommandOutput) => void
368
+ cb: (err: any, data?: CreateEksAnywhereSubscriptionCommandOutput) => void,
387
369
  ): void;
388
370
  createFargateProfile(
389
371
  args: CreateFargateProfileCommandInput,
390
- options?: __HttpHandlerOptions
372
+ options?: __HttpHandlerOptions,
391
373
  ): Promise<CreateFargateProfileCommandOutput>;
392
374
  createFargateProfile(
393
375
  args: CreateFargateProfileCommandInput,
394
- cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
376
+ cb: (err: any, data?: CreateFargateProfileCommandOutput) => void,
395
377
  ): void;
396
378
  createFargateProfile(
397
379
  args: CreateFargateProfileCommandInput,
398
380
  options: __HttpHandlerOptions,
399
- cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
381
+ cb: (err: any, data?: CreateFargateProfileCommandOutput) => void,
400
382
  ): void;
401
383
  createNodegroup(
402
384
  args: CreateNodegroupCommandInput,
403
- options?: __HttpHandlerOptions
385
+ options?: __HttpHandlerOptions,
404
386
  ): Promise<CreateNodegroupCommandOutput>;
405
387
  createNodegroup(
406
388
  args: CreateNodegroupCommandInput,
407
- cb: (err: any, data?: CreateNodegroupCommandOutput) => void
389
+ cb: (err: any, data?: CreateNodegroupCommandOutput) => void,
408
390
  ): void;
409
391
  createNodegroup(
410
392
  args: CreateNodegroupCommandInput,
411
393
  options: __HttpHandlerOptions,
412
- cb: (err: any, data?: CreateNodegroupCommandOutput) => void
394
+ cb: (err: any, data?: CreateNodegroupCommandOutput) => void,
413
395
  ): void;
414
396
  createPodIdentityAssociation(
415
397
  args: CreatePodIdentityAssociationCommandInput,
416
- options?: __HttpHandlerOptions
398
+ options?: __HttpHandlerOptions,
417
399
  ): Promise<CreatePodIdentityAssociationCommandOutput>;
418
400
  createPodIdentityAssociation(
419
401
  args: CreatePodIdentityAssociationCommandInput,
420
- cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void
402
+ cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void,
421
403
  ): void;
422
404
  createPodIdentityAssociation(
423
405
  args: CreatePodIdentityAssociationCommandInput,
424
406
  options: __HttpHandlerOptions,
425
- cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void
407
+ cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void,
426
408
  ): void;
427
409
  deleteAccessEntry(
428
410
  args: DeleteAccessEntryCommandInput,
429
- options?: __HttpHandlerOptions
411
+ options?: __HttpHandlerOptions,
430
412
  ): Promise<DeleteAccessEntryCommandOutput>;
431
413
  deleteAccessEntry(
432
414
  args: DeleteAccessEntryCommandInput,
433
- cb: (err: any, data?: DeleteAccessEntryCommandOutput) => void
415
+ cb: (err: any, data?: DeleteAccessEntryCommandOutput) => void,
434
416
  ): void;
435
417
  deleteAccessEntry(
436
418
  args: DeleteAccessEntryCommandInput,
437
419
  options: __HttpHandlerOptions,
438
- cb: (err: any, data?: DeleteAccessEntryCommandOutput) => void
420
+ cb: (err: any, data?: DeleteAccessEntryCommandOutput) => void,
439
421
  ): void;
440
422
  deleteAddon(
441
423
  args: DeleteAddonCommandInput,
442
- options?: __HttpHandlerOptions
424
+ options?: __HttpHandlerOptions,
443
425
  ): Promise<DeleteAddonCommandOutput>;
444
426
  deleteAddon(
445
427
  args: DeleteAddonCommandInput,
446
- cb: (err: any, data?: DeleteAddonCommandOutput) => void
428
+ cb: (err: any, data?: DeleteAddonCommandOutput) => void,
447
429
  ): void;
448
430
  deleteAddon(
449
431
  args: DeleteAddonCommandInput,
450
432
  options: __HttpHandlerOptions,
451
- cb: (err: any, data?: DeleteAddonCommandOutput) => void
433
+ cb: (err: any, data?: DeleteAddonCommandOutput) => void,
452
434
  ): void;
453
435
  deleteCapability(
454
436
  args: DeleteCapabilityCommandInput,
455
- options?: __HttpHandlerOptions
437
+ options?: __HttpHandlerOptions,
456
438
  ): Promise<DeleteCapabilityCommandOutput>;
457
439
  deleteCapability(
458
440
  args: DeleteCapabilityCommandInput,
459
- cb: (err: any, data?: DeleteCapabilityCommandOutput) => void
441
+ cb: (err: any, data?: DeleteCapabilityCommandOutput) => void,
460
442
  ): void;
461
443
  deleteCapability(
462
444
  args: DeleteCapabilityCommandInput,
463
445
  options: __HttpHandlerOptions,
464
- cb: (err: any, data?: DeleteCapabilityCommandOutput) => void
446
+ cb: (err: any, data?: DeleteCapabilityCommandOutput) => void,
465
447
  ): void;
466
448
  deleteCluster(
467
449
  args: DeleteClusterCommandInput,
468
- options?: __HttpHandlerOptions
450
+ options?: __HttpHandlerOptions,
469
451
  ): Promise<DeleteClusterCommandOutput>;
470
452
  deleteCluster(
471
453
  args: DeleteClusterCommandInput,
472
- cb: (err: any, data?: DeleteClusterCommandOutput) => void
454
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void,
473
455
  ): void;
474
456
  deleteCluster(
475
457
  args: DeleteClusterCommandInput,
476
458
  options: __HttpHandlerOptions,
477
- cb: (err: any, data?: DeleteClusterCommandOutput) => void
459
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void,
478
460
  ): void;
479
461
  deleteEksAnywhereSubscription(
480
462
  args: DeleteEksAnywhereSubscriptionCommandInput,
481
- options?: __HttpHandlerOptions
463
+ options?: __HttpHandlerOptions,
482
464
  ): Promise<DeleteEksAnywhereSubscriptionCommandOutput>;
483
465
  deleteEksAnywhereSubscription(
484
466
  args: DeleteEksAnywhereSubscriptionCommandInput,
485
- cb: (err: any, data?: DeleteEksAnywhereSubscriptionCommandOutput) => void
467
+ cb: (err: any, data?: DeleteEksAnywhereSubscriptionCommandOutput) => void,
486
468
  ): void;
487
469
  deleteEksAnywhereSubscription(
488
470
  args: DeleteEksAnywhereSubscriptionCommandInput,
489
471
  options: __HttpHandlerOptions,
490
- cb: (err: any, data?: DeleteEksAnywhereSubscriptionCommandOutput) => void
472
+ cb: (err: any, data?: DeleteEksAnywhereSubscriptionCommandOutput) => void,
491
473
  ): void;
492
474
  deleteFargateProfile(
493
475
  args: DeleteFargateProfileCommandInput,
494
- options?: __HttpHandlerOptions
476
+ options?: __HttpHandlerOptions,
495
477
  ): Promise<DeleteFargateProfileCommandOutput>;
496
478
  deleteFargateProfile(
497
479
  args: DeleteFargateProfileCommandInput,
498
- cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
480
+ cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void,
499
481
  ): void;
500
482
  deleteFargateProfile(
501
483
  args: DeleteFargateProfileCommandInput,
502
484
  options: __HttpHandlerOptions,
503
- cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
485
+ cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void,
504
486
  ): void;
505
487
  deleteNodegroup(
506
488
  args: DeleteNodegroupCommandInput,
507
- options?: __HttpHandlerOptions
489
+ options?: __HttpHandlerOptions,
508
490
  ): Promise<DeleteNodegroupCommandOutput>;
509
491
  deleteNodegroup(
510
492
  args: DeleteNodegroupCommandInput,
511
- cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
493
+ cb: (err: any, data?: DeleteNodegroupCommandOutput) => void,
512
494
  ): void;
513
495
  deleteNodegroup(
514
496
  args: DeleteNodegroupCommandInput,
515
497
  options: __HttpHandlerOptions,
516
- cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
498
+ cb: (err: any, data?: DeleteNodegroupCommandOutput) => void,
517
499
  ): void;
518
500
  deletePodIdentityAssociation(
519
501
  args: DeletePodIdentityAssociationCommandInput,
520
- options?: __HttpHandlerOptions
502
+ options?: __HttpHandlerOptions,
521
503
  ): Promise<DeletePodIdentityAssociationCommandOutput>;
522
504
  deletePodIdentityAssociation(
523
505
  args: DeletePodIdentityAssociationCommandInput,
524
- cb: (err: any, data?: DeletePodIdentityAssociationCommandOutput) => void
506
+ cb: (err: any, data?: DeletePodIdentityAssociationCommandOutput) => void,
525
507
  ): void;
526
508
  deletePodIdentityAssociation(
527
509
  args: DeletePodIdentityAssociationCommandInput,
528
510
  options: __HttpHandlerOptions,
529
- cb: (err: any, data?: DeletePodIdentityAssociationCommandOutput) => void
511
+ cb: (err: any, data?: DeletePodIdentityAssociationCommandOutput) => void,
530
512
  ): void;
531
513
  deregisterCluster(
532
514
  args: DeregisterClusterCommandInput,
533
- options?: __HttpHandlerOptions
515
+ options?: __HttpHandlerOptions,
534
516
  ): Promise<DeregisterClusterCommandOutput>;
535
517
  deregisterCluster(
536
518
  args: DeregisterClusterCommandInput,
537
- cb: (err: any, data?: DeregisterClusterCommandOutput) => void
519
+ cb: (err: any, data?: DeregisterClusterCommandOutput) => void,
538
520
  ): void;
539
521
  deregisterCluster(
540
522
  args: DeregisterClusterCommandInput,
541
523
  options: __HttpHandlerOptions,
542
- cb: (err: any, data?: DeregisterClusterCommandOutput) => void
524
+ cb: (err: any, data?: DeregisterClusterCommandOutput) => void,
543
525
  ): void;
544
526
  describeAccessEntry(
545
527
  args: DescribeAccessEntryCommandInput,
546
- options?: __HttpHandlerOptions
528
+ options?: __HttpHandlerOptions,
547
529
  ): Promise<DescribeAccessEntryCommandOutput>;
548
530
  describeAccessEntry(
549
531
  args: DescribeAccessEntryCommandInput,
550
- cb: (err: any, data?: DescribeAccessEntryCommandOutput) => void
532
+ cb: (err: any, data?: DescribeAccessEntryCommandOutput) => void,
551
533
  ): void;
552
534
  describeAccessEntry(
553
535
  args: DescribeAccessEntryCommandInput,
554
536
  options: __HttpHandlerOptions,
555
- cb: (err: any, data?: DescribeAccessEntryCommandOutput) => void
537
+ cb: (err: any, data?: DescribeAccessEntryCommandOutput) => void,
556
538
  ): void;
557
539
  describeAddon(
558
540
  args: DescribeAddonCommandInput,
559
- options?: __HttpHandlerOptions
541
+ options?: __HttpHandlerOptions,
560
542
  ): Promise<DescribeAddonCommandOutput>;
561
543
  describeAddon(
562
544
  args: DescribeAddonCommandInput,
563
- cb: (err: any, data?: DescribeAddonCommandOutput) => void
545
+ cb: (err: any, data?: DescribeAddonCommandOutput) => void,
564
546
  ): void;
565
547
  describeAddon(
566
548
  args: DescribeAddonCommandInput,
567
549
  options: __HttpHandlerOptions,
568
- cb: (err: any, data?: DescribeAddonCommandOutput) => void
550
+ cb: (err: any, data?: DescribeAddonCommandOutput) => void,
569
551
  ): void;
570
552
  describeAddonConfiguration(
571
553
  args: DescribeAddonConfigurationCommandInput,
572
- options?: __HttpHandlerOptions
554
+ options?: __HttpHandlerOptions,
573
555
  ): Promise<DescribeAddonConfigurationCommandOutput>;
574
556
  describeAddonConfiguration(
575
557
  args: DescribeAddonConfigurationCommandInput,
576
- cb: (err: any, data?: DescribeAddonConfigurationCommandOutput) => void
558
+ cb: (err: any, data?: DescribeAddonConfigurationCommandOutput) => void,
577
559
  ): void;
578
560
  describeAddonConfiguration(
579
561
  args: DescribeAddonConfigurationCommandInput,
580
562
  options: __HttpHandlerOptions,
581
- cb: (err: any, data?: DescribeAddonConfigurationCommandOutput) => void
563
+ cb: (err: any, data?: DescribeAddonConfigurationCommandOutput) => void,
582
564
  ): void;
583
565
  describeAddonVersions(): Promise<DescribeAddonVersionsCommandOutput>;
584
566
  describeAddonVersions(
585
567
  args: DescribeAddonVersionsCommandInput,
586
- options?: __HttpHandlerOptions
568
+ options?: __HttpHandlerOptions,
587
569
  ): Promise<DescribeAddonVersionsCommandOutput>;
588
570
  describeAddonVersions(
589
571
  args: DescribeAddonVersionsCommandInput,
590
- cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
572
+ cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void,
591
573
  ): void;
592
574
  describeAddonVersions(
593
575
  args: DescribeAddonVersionsCommandInput,
594
576
  options: __HttpHandlerOptions,
595
- cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
577
+ cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void,
596
578
  ): void;
597
579
  describeCapability(
598
580
  args: DescribeCapabilityCommandInput,
599
- options?: __HttpHandlerOptions
581
+ options?: __HttpHandlerOptions,
600
582
  ): Promise<DescribeCapabilityCommandOutput>;
601
583
  describeCapability(
602
584
  args: DescribeCapabilityCommandInput,
603
- cb: (err: any, data?: DescribeCapabilityCommandOutput) => void
585
+ cb: (err: any, data?: DescribeCapabilityCommandOutput) => void,
604
586
  ): void;
605
587
  describeCapability(
606
588
  args: DescribeCapabilityCommandInput,
607
589
  options: __HttpHandlerOptions,
608
- cb: (err: any, data?: DescribeCapabilityCommandOutput) => void
590
+ cb: (err: any, data?: DescribeCapabilityCommandOutput) => void,
609
591
  ): void;
610
592
  describeCluster(
611
593
  args: DescribeClusterCommandInput,
612
- options?: __HttpHandlerOptions
594
+ options?: __HttpHandlerOptions,
613
595
  ): Promise<DescribeClusterCommandOutput>;
614
596
  describeCluster(
615
597
  args: DescribeClusterCommandInput,
616
- cb: (err: any, data?: DescribeClusterCommandOutput) => void
598
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void,
617
599
  ): void;
618
600
  describeCluster(
619
601
  args: DescribeClusterCommandInput,
620
602
  options: __HttpHandlerOptions,
621
- cb: (err: any, data?: DescribeClusterCommandOutput) => void
603
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void,
622
604
  ): void;
623
605
  describeClusterVersions(): Promise<DescribeClusterVersionsCommandOutput>;
624
606
  describeClusterVersions(
625
607
  args: DescribeClusterVersionsCommandInput,
626
- options?: __HttpHandlerOptions
608
+ options?: __HttpHandlerOptions,
627
609
  ): Promise<DescribeClusterVersionsCommandOutput>;
628
610
  describeClusterVersions(
629
611
  args: DescribeClusterVersionsCommandInput,
630
- cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void
612
+ cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void,
631
613
  ): void;
632
614
  describeClusterVersions(
633
615
  args: DescribeClusterVersionsCommandInput,
634
616
  options: __HttpHandlerOptions,
635
- cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void
617
+ cb: (err: any, data?: DescribeClusterVersionsCommandOutput) => void,
636
618
  ): void;
637
619
  describeEksAnywhereSubscription(
638
620
  args: DescribeEksAnywhereSubscriptionCommandInput,
639
- options?: __HttpHandlerOptions
621
+ options?: __HttpHandlerOptions,
640
622
  ): Promise<DescribeEksAnywhereSubscriptionCommandOutput>;
641
623
  describeEksAnywhereSubscription(
642
624
  args: DescribeEksAnywhereSubscriptionCommandInput,
643
- cb: (err: any, data?: DescribeEksAnywhereSubscriptionCommandOutput) => void
625
+ cb: (err: any, data?: DescribeEksAnywhereSubscriptionCommandOutput) => void,
644
626
  ): void;
645
627
  describeEksAnywhereSubscription(
646
628
  args: DescribeEksAnywhereSubscriptionCommandInput,
647
629
  options: __HttpHandlerOptions,
648
- cb: (err: any, data?: DescribeEksAnywhereSubscriptionCommandOutput) => void
630
+ cb: (err: any, data?: DescribeEksAnywhereSubscriptionCommandOutput) => void,
649
631
  ): void;
650
632
  describeFargateProfile(
651
633
  args: DescribeFargateProfileCommandInput,
652
- options?: __HttpHandlerOptions
634
+ options?: __HttpHandlerOptions,
653
635
  ): Promise<DescribeFargateProfileCommandOutput>;
654
636
  describeFargateProfile(
655
637
  args: DescribeFargateProfileCommandInput,
656
- cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
638
+ cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void,
657
639
  ): void;
658
640
  describeFargateProfile(
659
641
  args: DescribeFargateProfileCommandInput,
660
642
  options: __HttpHandlerOptions,
661
- cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
643
+ cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void,
662
644
  ): void;
663
645
  describeIdentityProviderConfig(
664
646
  args: DescribeIdentityProviderConfigCommandInput,
665
- options?: __HttpHandlerOptions
647
+ options?: __HttpHandlerOptions,
666
648
  ): Promise<DescribeIdentityProviderConfigCommandOutput>;
667
649
  describeIdentityProviderConfig(
668
650
  args: DescribeIdentityProviderConfigCommandInput,
669
- cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
651
+ cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void,
670
652
  ): void;
671
653
  describeIdentityProviderConfig(
672
654
  args: DescribeIdentityProviderConfigCommandInput,
673
655
  options: __HttpHandlerOptions,
674
- cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
656
+ cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void,
675
657
  ): void;
676
658
  describeInsight(
677
659
  args: DescribeInsightCommandInput,
678
- options?: __HttpHandlerOptions
660
+ options?: __HttpHandlerOptions,
679
661
  ): Promise<DescribeInsightCommandOutput>;
680
662
  describeInsight(
681
663
  args: DescribeInsightCommandInput,
682
- cb: (err: any, data?: DescribeInsightCommandOutput) => void
664
+ cb: (err: any, data?: DescribeInsightCommandOutput) => void,
683
665
  ): void;
684
666
  describeInsight(
685
667
  args: DescribeInsightCommandInput,
686
668
  options: __HttpHandlerOptions,
687
- cb: (err: any, data?: DescribeInsightCommandOutput) => void
669
+ cb: (err: any, data?: DescribeInsightCommandOutput) => void,
688
670
  ): void;
689
671
  describeInsightsRefresh(
690
672
  args: DescribeInsightsRefreshCommandInput,
691
- options?: __HttpHandlerOptions
673
+ options?: __HttpHandlerOptions,
692
674
  ): Promise<DescribeInsightsRefreshCommandOutput>;
693
675
  describeInsightsRefresh(
694
676
  args: DescribeInsightsRefreshCommandInput,
695
- cb: (err: any, data?: DescribeInsightsRefreshCommandOutput) => void
677
+ cb: (err: any, data?: DescribeInsightsRefreshCommandOutput) => void,
696
678
  ): void;
697
679
  describeInsightsRefresh(
698
680
  args: DescribeInsightsRefreshCommandInput,
699
681
  options: __HttpHandlerOptions,
700
- cb: (err: any, data?: DescribeInsightsRefreshCommandOutput) => void
682
+ cb: (err: any, data?: DescribeInsightsRefreshCommandOutput) => void,
701
683
  ): void;
702
684
  describeNodegroup(
703
685
  args: DescribeNodegroupCommandInput,
704
- options?: __HttpHandlerOptions
686
+ options?: __HttpHandlerOptions,
705
687
  ): Promise<DescribeNodegroupCommandOutput>;
706
688
  describeNodegroup(
707
689
  args: DescribeNodegroupCommandInput,
708
- cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
690
+ cb: (err: any, data?: DescribeNodegroupCommandOutput) => void,
709
691
  ): void;
710
692
  describeNodegroup(
711
693
  args: DescribeNodegroupCommandInput,
712
694
  options: __HttpHandlerOptions,
713
- cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
695
+ cb: (err: any, data?: DescribeNodegroupCommandOutput) => void,
714
696
  ): void;
715
697
  describePodIdentityAssociation(
716
698
  args: DescribePodIdentityAssociationCommandInput,
717
- options?: __HttpHandlerOptions
699
+ options?: __HttpHandlerOptions,
718
700
  ): Promise<DescribePodIdentityAssociationCommandOutput>;
719
701
  describePodIdentityAssociation(
720
702
  args: DescribePodIdentityAssociationCommandInput,
721
- cb: (err: any, data?: DescribePodIdentityAssociationCommandOutput) => void
703
+ cb: (err: any, data?: DescribePodIdentityAssociationCommandOutput) => void,
722
704
  ): void;
723
705
  describePodIdentityAssociation(
724
706
  args: DescribePodIdentityAssociationCommandInput,
725
707
  options: __HttpHandlerOptions,
726
- cb: (err: any, data?: DescribePodIdentityAssociationCommandOutput) => void
708
+ cb: (err: any, data?: DescribePodIdentityAssociationCommandOutput) => void,
727
709
  ): void;
728
710
  describeUpdate(
729
711
  args: DescribeUpdateCommandInput,
730
- options?: __HttpHandlerOptions
712
+ options?: __HttpHandlerOptions,
731
713
  ): Promise<DescribeUpdateCommandOutput>;
732
714
  describeUpdate(
733
715
  args: DescribeUpdateCommandInput,
734
- cb: (err: any, data?: DescribeUpdateCommandOutput) => void
716
+ cb: (err: any, data?: DescribeUpdateCommandOutput) => void,
735
717
  ): void;
736
718
  describeUpdate(
737
719
  args: DescribeUpdateCommandInput,
738
720
  options: __HttpHandlerOptions,
739
- cb: (err: any, data?: DescribeUpdateCommandOutput) => void
721
+ cb: (err: any, data?: DescribeUpdateCommandOutput) => void,
740
722
  ): void;
741
723
  disassociateAccessPolicy(
742
724
  args: DisassociateAccessPolicyCommandInput,
743
- options?: __HttpHandlerOptions
725
+ options?: __HttpHandlerOptions,
744
726
  ): Promise<DisassociateAccessPolicyCommandOutput>;
745
727
  disassociateAccessPolicy(
746
728
  args: DisassociateAccessPolicyCommandInput,
747
- cb: (err: any, data?: DisassociateAccessPolicyCommandOutput) => void
729
+ cb: (err: any, data?: DisassociateAccessPolicyCommandOutput) => void,
748
730
  ): void;
749
731
  disassociateAccessPolicy(
750
732
  args: DisassociateAccessPolicyCommandInput,
751
733
  options: __HttpHandlerOptions,
752
- cb: (err: any, data?: DisassociateAccessPolicyCommandOutput) => void
734
+ cb: (err: any, data?: DisassociateAccessPolicyCommandOutput) => void,
753
735
  ): void;
754
736
  disassociateIdentityProviderConfig(
755
737
  args: DisassociateIdentityProviderConfigCommandInput,
756
- options?: __HttpHandlerOptions
738
+ options?: __HttpHandlerOptions,
757
739
  ): Promise<DisassociateIdentityProviderConfigCommandOutput>;
758
740
  disassociateIdentityProviderConfig(
759
741
  args: DisassociateIdentityProviderConfigCommandInput,
760
- cb: (
761
- err: any,
762
- data?: DisassociateIdentityProviderConfigCommandOutput
763
- ) => void
742
+ cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void,
764
743
  ): void;
765
744
  disassociateIdentityProviderConfig(
766
745
  args: DisassociateIdentityProviderConfigCommandInput,
767
746
  options: __HttpHandlerOptions,
768
- cb: (
769
- err: any,
770
- data?: DisassociateIdentityProviderConfigCommandOutput
771
- ) => void
747
+ cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void,
772
748
  ): void;
773
749
  listAccessEntries(
774
750
  args: ListAccessEntriesCommandInput,
775
- options?: __HttpHandlerOptions
751
+ options?: __HttpHandlerOptions,
776
752
  ): Promise<ListAccessEntriesCommandOutput>;
777
753
  listAccessEntries(
778
754
  args: ListAccessEntriesCommandInput,
779
- cb: (err: any, data?: ListAccessEntriesCommandOutput) => void
755
+ cb: (err: any, data?: ListAccessEntriesCommandOutput) => void,
780
756
  ): void;
781
757
  listAccessEntries(
782
758
  args: ListAccessEntriesCommandInput,
783
759
  options: __HttpHandlerOptions,
784
- cb: (err: any, data?: ListAccessEntriesCommandOutput) => void
760
+ cb: (err: any, data?: ListAccessEntriesCommandOutput) => void,
785
761
  ): void;
786
762
  listAccessPolicies(): Promise<ListAccessPoliciesCommandOutput>;
787
763
  listAccessPolicies(
788
764
  args: ListAccessPoliciesCommandInput,
789
- options?: __HttpHandlerOptions
765
+ options?: __HttpHandlerOptions,
790
766
  ): Promise<ListAccessPoliciesCommandOutput>;
791
767
  listAccessPolicies(
792
768
  args: ListAccessPoliciesCommandInput,
793
- cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
769
+ cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void,
794
770
  ): void;
795
771
  listAccessPolicies(
796
772
  args: ListAccessPoliciesCommandInput,
797
773
  options: __HttpHandlerOptions,
798
- cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
774
+ cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void,
799
775
  ): void;
800
776
  listAddons(
801
777
  args: ListAddonsCommandInput,
802
- options?: __HttpHandlerOptions
778
+ options?: __HttpHandlerOptions,
803
779
  ): Promise<ListAddonsCommandOutput>;
804
780
  listAddons(
805
781
  args: ListAddonsCommandInput,
806
- cb: (err: any, data?: ListAddonsCommandOutput) => void
782
+ cb: (err: any, data?: ListAddonsCommandOutput) => void,
807
783
  ): void;
808
784
  listAddons(
809
785
  args: ListAddonsCommandInput,
810
786
  options: __HttpHandlerOptions,
811
- cb: (err: any, data?: ListAddonsCommandOutput) => void
787
+ cb: (err: any, data?: ListAddonsCommandOutput) => void,
812
788
  ): void;
813
789
  listAssociatedAccessPolicies(
814
790
  args: ListAssociatedAccessPoliciesCommandInput,
815
- options?: __HttpHandlerOptions
791
+ options?: __HttpHandlerOptions,
816
792
  ): Promise<ListAssociatedAccessPoliciesCommandOutput>;
817
793
  listAssociatedAccessPolicies(
818
794
  args: ListAssociatedAccessPoliciesCommandInput,
819
- cb: (err: any, data?: ListAssociatedAccessPoliciesCommandOutput) => void
795
+ cb: (err: any, data?: ListAssociatedAccessPoliciesCommandOutput) => void,
820
796
  ): void;
821
797
  listAssociatedAccessPolicies(
822
798
  args: ListAssociatedAccessPoliciesCommandInput,
823
799
  options: __HttpHandlerOptions,
824
- cb: (err: any, data?: ListAssociatedAccessPoliciesCommandOutput) => void
800
+ cb: (err: any, data?: ListAssociatedAccessPoliciesCommandOutput) => void,
825
801
  ): void;
826
802
  listCapabilities(
827
803
  args: ListCapabilitiesCommandInput,
828
- options?: __HttpHandlerOptions
804
+ options?: __HttpHandlerOptions,
829
805
  ): Promise<ListCapabilitiesCommandOutput>;
830
806
  listCapabilities(
831
807
  args: ListCapabilitiesCommandInput,
832
- cb: (err: any, data?: ListCapabilitiesCommandOutput) => void
808
+ cb: (err: any, data?: ListCapabilitiesCommandOutput) => void,
833
809
  ): void;
834
810
  listCapabilities(
835
811
  args: ListCapabilitiesCommandInput,
836
812
  options: __HttpHandlerOptions,
837
- cb: (err: any, data?: ListCapabilitiesCommandOutput) => void
813
+ cb: (err: any, data?: ListCapabilitiesCommandOutput) => void,
838
814
  ): void;
839
815
  listClusters(): Promise<ListClustersCommandOutput>;
840
816
  listClusters(
841
817
  args: ListClustersCommandInput,
842
- options?: __HttpHandlerOptions
818
+ options?: __HttpHandlerOptions,
843
819
  ): Promise<ListClustersCommandOutput>;
844
820
  listClusters(
845
821
  args: ListClustersCommandInput,
846
- cb: (err: any, data?: ListClustersCommandOutput) => void
822
+ cb: (err: any, data?: ListClustersCommandOutput) => void,
847
823
  ): void;
848
824
  listClusters(
849
825
  args: ListClustersCommandInput,
850
826
  options: __HttpHandlerOptions,
851
- cb: (err: any, data?: ListClustersCommandOutput) => void
827
+ cb: (err: any, data?: ListClustersCommandOutput) => void,
852
828
  ): void;
853
829
  listEksAnywhereSubscriptions(): Promise<ListEksAnywhereSubscriptionsCommandOutput>;
854
830
  listEksAnywhereSubscriptions(
855
831
  args: ListEksAnywhereSubscriptionsCommandInput,
856
- options?: __HttpHandlerOptions
832
+ options?: __HttpHandlerOptions,
857
833
  ): Promise<ListEksAnywhereSubscriptionsCommandOutput>;
858
834
  listEksAnywhereSubscriptions(
859
835
  args: ListEksAnywhereSubscriptionsCommandInput,
860
- cb: (err: any, data?: ListEksAnywhereSubscriptionsCommandOutput) => void
836
+ cb: (err: any, data?: ListEksAnywhereSubscriptionsCommandOutput) => void,
861
837
  ): void;
862
838
  listEksAnywhereSubscriptions(
863
839
  args: ListEksAnywhereSubscriptionsCommandInput,
864
840
  options: __HttpHandlerOptions,
865
- cb: (err: any, data?: ListEksAnywhereSubscriptionsCommandOutput) => void
841
+ cb: (err: any, data?: ListEksAnywhereSubscriptionsCommandOutput) => void,
866
842
  ): void;
867
843
  listFargateProfiles(
868
844
  args: ListFargateProfilesCommandInput,
869
- options?: __HttpHandlerOptions
845
+ options?: __HttpHandlerOptions,
870
846
  ): Promise<ListFargateProfilesCommandOutput>;
871
847
  listFargateProfiles(
872
848
  args: ListFargateProfilesCommandInput,
873
- cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
849
+ cb: (err: any, data?: ListFargateProfilesCommandOutput) => void,
874
850
  ): void;
875
851
  listFargateProfiles(
876
852
  args: ListFargateProfilesCommandInput,
877
853
  options: __HttpHandlerOptions,
878
- cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
854
+ cb: (err: any, data?: ListFargateProfilesCommandOutput) => void,
879
855
  ): void;
880
856
  listIdentityProviderConfigs(
881
857
  args: ListIdentityProviderConfigsCommandInput,
882
- options?: __HttpHandlerOptions
858
+ options?: __HttpHandlerOptions,
883
859
  ): Promise<ListIdentityProviderConfigsCommandOutput>;
884
860
  listIdentityProviderConfigs(
885
861
  args: ListIdentityProviderConfigsCommandInput,
886
- cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
862
+ cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void,
887
863
  ): void;
888
864
  listIdentityProviderConfigs(
889
865
  args: ListIdentityProviderConfigsCommandInput,
890
866
  options: __HttpHandlerOptions,
891
- cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
867
+ cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void,
892
868
  ): void;
893
869
  listInsights(
894
870
  args: ListInsightsCommandInput,
895
- options?: __HttpHandlerOptions
871
+ options?: __HttpHandlerOptions,
896
872
  ): Promise<ListInsightsCommandOutput>;
897
873
  listInsights(
898
874
  args: ListInsightsCommandInput,
899
- cb: (err: any, data?: ListInsightsCommandOutput) => void
875
+ cb: (err: any, data?: ListInsightsCommandOutput) => void,
900
876
  ): void;
901
877
  listInsights(
902
878
  args: ListInsightsCommandInput,
903
879
  options: __HttpHandlerOptions,
904
- cb: (err: any, data?: ListInsightsCommandOutput) => void
880
+ cb: (err: any, data?: ListInsightsCommandOutput) => void,
905
881
  ): void;
906
882
  listNodegroups(
907
883
  args: ListNodegroupsCommandInput,
908
- options?: __HttpHandlerOptions
884
+ options?: __HttpHandlerOptions,
909
885
  ): Promise<ListNodegroupsCommandOutput>;
910
886
  listNodegroups(
911
887
  args: ListNodegroupsCommandInput,
912
- cb: (err: any, data?: ListNodegroupsCommandOutput) => void
888
+ cb: (err: any, data?: ListNodegroupsCommandOutput) => void,
913
889
  ): void;
914
890
  listNodegroups(
915
891
  args: ListNodegroupsCommandInput,
916
892
  options: __HttpHandlerOptions,
917
- cb: (err: any, data?: ListNodegroupsCommandOutput) => void
893
+ cb: (err: any, data?: ListNodegroupsCommandOutput) => void,
918
894
  ): void;
919
895
  listPodIdentityAssociations(
920
896
  args: ListPodIdentityAssociationsCommandInput,
921
- options?: __HttpHandlerOptions
897
+ options?: __HttpHandlerOptions,
922
898
  ): Promise<ListPodIdentityAssociationsCommandOutput>;
923
899
  listPodIdentityAssociations(
924
900
  args: ListPodIdentityAssociationsCommandInput,
925
- cb: (err: any, data?: ListPodIdentityAssociationsCommandOutput) => void
901
+ cb: (err: any, data?: ListPodIdentityAssociationsCommandOutput) => void,
926
902
  ): void;
927
903
  listPodIdentityAssociations(
928
904
  args: ListPodIdentityAssociationsCommandInput,
929
905
  options: __HttpHandlerOptions,
930
- cb: (err: any, data?: ListPodIdentityAssociationsCommandOutput) => void
906
+ cb: (err: any, data?: ListPodIdentityAssociationsCommandOutput) => void,
931
907
  ): void;
932
908
  listTagsForResource(
933
909
  args: ListTagsForResourceCommandInput,
934
- options?: __HttpHandlerOptions
910
+ options?: __HttpHandlerOptions,
935
911
  ): Promise<ListTagsForResourceCommandOutput>;
936
912
  listTagsForResource(
937
913
  args: ListTagsForResourceCommandInput,
938
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
914
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
939
915
  ): void;
940
916
  listTagsForResource(
941
917
  args: ListTagsForResourceCommandInput,
942
918
  options: __HttpHandlerOptions,
943
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
919
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
944
920
  ): void;
945
921
  listUpdates(
946
922
  args: ListUpdatesCommandInput,
947
- options?: __HttpHandlerOptions
923
+ options?: __HttpHandlerOptions,
948
924
  ): Promise<ListUpdatesCommandOutput>;
949
925
  listUpdates(
950
926
  args: ListUpdatesCommandInput,
951
- cb: (err: any, data?: ListUpdatesCommandOutput) => void
927
+ cb: (err: any, data?: ListUpdatesCommandOutput) => void,
952
928
  ): void;
953
929
  listUpdates(
954
930
  args: ListUpdatesCommandInput,
955
931
  options: __HttpHandlerOptions,
956
- cb: (err: any, data?: ListUpdatesCommandOutput) => void
932
+ cb: (err: any, data?: ListUpdatesCommandOutput) => void,
957
933
  ): void;
958
934
  registerCluster(
959
935
  args: RegisterClusterCommandInput,
960
- options?: __HttpHandlerOptions
936
+ options?: __HttpHandlerOptions,
961
937
  ): Promise<RegisterClusterCommandOutput>;
962
938
  registerCluster(
963
939
  args: RegisterClusterCommandInput,
964
- cb: (err: any, data?: RegisterClusterCommandOutput) => void
940
+ cb: (err: any, data?: RegisterClusterCommandOutput) => void,
965
941
  ): void;
966
942
  registerCluster(
967
943
  args: RegisterClusterCommandInput,
968
944
  options: __HttpHandlerOptions,
969
- cb: (err: any, data?: RegisterClusterCommandOutput) => void
945
+ cb: (err: any, data?: RegisterClusterCommandOutput) => void,
970
946
  ): void;
971
947
  startInsightsRefresh(
972
948
  args: StartInsightsRefreshCommandInput,
973
- options?: __HttpHandlerOptions
949
+ options?: __HttpHandlerOptions,
974
950
  ): Promise<StartInsightsRefreshCommandOutput>;
975
951
  startInsightsRefresh(
976
952
  args: StartInsightsRefreshCommandInput,
977
- cb: (err: any, data?: StartInsightsRefreshCommandOutput) => void
953
+ cb: (err: any, data?: StartInsightsRefreshCommandOutput) => void,
978
954
  ): void;
979
955
  startInsightsRefresh(
980
956
  args: StartInsightsRefreshCommandInput,
981
957
  options: __HttpHandlerOptions,
982
- cb: (err: any, data?: StartInsightsRefreshCommandOutput) => void
958
+ cb: (err: any, data?: StartInsightsRefreshCommandOutput) => void,
983
959
  ): void;
984
960
  tagResource(
985
961
  args: TagResourceCommandInput,
986
- options?: __HttpHandlerOptions
962
+ options?: __HttpHandlerOptions,
987
963
  ): Promise<TagResourceCommandOutput>;
988
964
  tagResource(
989
965
  args: TagResourceCommandInput,
990
- cb: (err: any, data?: TagResourceCommandOutput) => void
966
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
991
967
  ): void;
992
968
  tagResource(
993
969
  args: TagResourceCommandInput,
994
970
  options: __HttpHandlerOptions,
995
- cb: (err: any, data?: TagResourceCommandOutput) => void
971
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
996
972
  ): void;
997
973
  untagResource(
998
974
  args: UntagResourceCommandInput,
999
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1000
976
  ): Promise<UntagResourceCommandOutput>;
1001
977
  untagResource(
1002
978
  args: UntagResourceCommandInput,
1003
- cb: (err: any, data?: UntagResourceCommandOutput) => void
979
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1004
980
  ): void;
1005
981
  untagResource(
1006
982
  args: UntagResourceCommandInput,
1007
983
  options: __HttpHandlerOptions,
1008
- cb: (err: any, data?: UntagResourceCommandOutput) => void
984
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1009
985
  ): void;
1010
986
  updateAccessEntry(
1011
987
  args: UpdateAccessEntryCommandInput,
1012
- options?: __HttpHandlerOptions
988
+ options?: __HttpHandlerOptions,
1013
989
  ): Promise<UpdateAccessEntryCommandOutput>;
1014
990
  updateAccessEntry(
1015
991
  args: UpdateAccessEntryCommandInput,
1016
- cb: (err: any, data?: UpdateAccessEntryCommandOutput) => void
992
+ cb: (err: any, data?: UpdateAccessEntryCommandOutput) => void,
1017
993
  ): void;
1018
994
  updateAccessEntry(
1019
995
  args: UpdateAccessEntryCommandInput,
1020
996
  options: __HttpHandlerOptions,
1021
- cb: (err: any, data?: UpdateAccessEntryCommandOutput) => void
997
+ cb: (err: any, data?: UpdateAccessEntryCommandOutput) => void,
1022
998
  ): void;
1023
999
  updateAddon(
1024
1000
  args: UpdateAddonCommandInput,
1025
- options?: __HttpHandlerOptions
1001
+ options?: __HttpHandlerOptions,
1026
1002
  ): Promise<UpdateAddonCommandOutput>;
1027
1003
  updateAddon(
1028
1004
  args: UpdateAddonCommandInput,
1029
- cb: (err: any, data?: UpdateAddonCommandOutput) => void
1005
+ cb: (err: any, data?: UpdateAddonCommandOutput) => void,
1030
1006
  ): void;
1031
1007
  updateAddon(
1032
1008
  args: UpdateAddonCommandInput,
1033
1009
  options: __HttpHandlerOptions,
1034
- cb: (err: any, data?: UpdateAddonCommandOutput) => void
1010
+ cb: (err: any, data?: UpdateAddonCommandOutput) => void,
1035
1011
  ): void;
1036
1012
  updateCapability(
1037
1013
  args: UpdateCapabilityCommandInput,
1038
- options?: __HttpHandlerOptions
1014
+ options?: __HttpHandlerOptions,
1039
1015
  ): Promise<UpdateCapabilityCommandOutput>;
1040
1016
  updateCapability(
1041
1017
  args: UpdateCapabilityCommandInput,
1042
- cb: (err: any, data?: UpdateCapabilityCommandOutput) => void
1018
+ cb: (err: any, data?: UpdateCapabilityCommandOutput) => void,
1043
1019
  ): void;
1044
1020
  updateCapability(
1045
1021
  args: UpdateCapabilityCommandInput,
1046
1022
  options: __HttpHandlerOptions,
1047
- cb: (err: any, data?: UpdateCapabilityCommandOutput) => void
1023
+ cb: (err: any, data?: UpdateCapabilityCommandOutput) => void,
1048
1024
  ): void;
1049
1025
  updateClusterConfig(
1050
1026
  args: UpdateClusterConfigCommandInput,
1051
- options?: __HttpHandlerOptions
1027
+ options?: __HttpHandlerOptions,
1052
1028
  ): Promise<UpdateClusterConfigCommandOutput>;
1053
1029
  updateClusterConfig(
1054
1030
  args: UpdateClusterConfigCommandInput,
1055
- cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
1031
+ cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void,
1056
1032
  ): void;
1057
1033
  updateClusterConfig(
1058
1034
  args: UpdateClusterConfigCommandInput,
1059
1035
  options: __HttpHandlerOptions,
1060
- cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
1036
+ cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void,
1061
1037
  ): void;
1062
1038
  updateClusterVersion(
1063
1039
  args: UpdateClusterVersionCommandInput,
1064
- options?: __HttpHandlerOptions
1040
+ options?: __HttpHandlerOptions,
1065
1041
  ): Promise<UpdateClusterVersionCommandOutput>;
1066
1042
  updateClusterVersion(
1067
1043
  args: UpdateClusterVersionCommandInput,
1068
- cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
1044
+ cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void,
1069
1045
  ): void;
1070
1046
  updateClusterVersion(
1071
1047
  args: UpdateClusterVersionCommandInput,
1072
1048
  options: __HttpHandlerOptions,
1073
- cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
1049
+ cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void,
1074
1050
  ): void;
1075
1051
  updateEksAnywhereSubscription(
1076
1052
  args: UpdateEksAnywhereSubscriptionCommandInput,
1077
- options?: __HttpHandlerOptions
1053
+ options?: __HttpHandlerOptions,
1078
1054
  ): Promise<UpdateEksAnywhereSubscriptionCommandOutput>;
1079
1055
  updateEksAnywhereSubscription(
1080
1056
  args: UpdateEksAnywhereSubscriptionCommandInput,
1081
- cb: (err: any, data?: UpdateEksAnywhereSubscriptionCommandOutput) => void
1057
+ cb: (err: any, data?: UpdateEksAnywhereSubscriptionCommandOutput) => void,
1082
1058
  ): void;
1083
1059
  updateEksAnywhereSubscription(
1084
1060
  args: UpdateEksAnywhereSubscriptionCommandInput,
1085
1061
  options: __HttpHandlerOptions,
1086
- cb: (err: any, data?: UpdateEksAnywhereSubscriptionCommandOutput) => void
1062
+ cb: (err: any, data?: UpdateEksAnywhereSubscriptionCommandOutput) => void,
1087
1063
  ): void;
1088
1064
  updateNodegroupConfig(
1089
1065
  args: UpdateNodegroupConfigCommandInput,
1090
- options?: __HttpHandlerOptions
1066
+ options?: __HttpHandlerOptions,
1091
1067
  ): Promise<UpdateNodegroupConfigCommandOutput>;
1092
1068
  updateNodegroupConfig(
1093
1069
  args: UpdateNodegroupConfigCommandInput,
1094
- cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
1070
+ cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void,
1095
1071
  ): void;
1096
1072
  updateNodegroupConfig(
1097
1073
  args: UpdateNodegroupConfigCommandInput,
1098
1074
  options: __HttpHandlerOptions,
1099
- cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
1075
+ cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void,
1100
1076
  ): void;
1101
1077
  updateNodegroupVersion(
1102
1078
  args: UpdateNodegroupVersionCommandInput,
1103
- options?: __HttpHandlerOptions
1079
+ options?: __HttpHandlerOptions,
1104
1080
  ): Promise<UpdateNodegroupVersionCommandOutput>;
1105
1081
  updateNodegroupVersion(
1106
1082
  args: UpdateNodegroupVersionCommandInput,
1107
- cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
1083
+ cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void,
1108
1084
  ): void;
1109
1085
  updateNodegroupVersion(
1110
1086
  args: UpdateNodegroupVersionCommandInput,
1111
1087
  options: __HttpHandlerOptions,
1112
- cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
1088
+ cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void,
1113
1089
  ): void;
1114
1090
  updatePodIdentityAssociation(
1115
1091
  args: UpdatePodIdentityAssociationCommandInput,
1116
- options?: __HttpHandlerOptions
1092
+ options?: __HttpHandlerOptions,
1117
1093
  ): Promise<UpdatePodIdentityAssociationCommandOutput>;
1118
1094
  updatePodIdentityAssociation(
1119
1095
  args: UpdatePodIdentityAssociationCommandInput,
1120
- cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void
1096
+ cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void,
1121
1097
  ): void;
1122
1098
  updatePodIdentityAssociation(
1123
1099
  args: UpdatePodIdentityAssociationCommandInput,
1124
1100
  options: __HttpHandlerOptions,
1125
- cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void
1101
+ cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void,
1126
1102
  ): void;
1127
1103
  paginateDescribeAddonVersions(
1128
1104
  args?: DescribeAddonVersionsCommandInput,
1129
1105
  paginationConfig?: Pick<
1130
1106
  PaginationConfiguration,
1131
1107
  Exclude<keyof PaginationConfiguration, "client">
1132
- >
1108
+ >,
1133
1109
  ): Paginator<DescribeAddonVersionsCommandOutput>;
1134
1110
  paginateDescribeClusterVersions(
1135
1111
  args?: DescribeClusterVersionsCommandInput,
1136
1112
  paginationConfig?: Pick<
1137
1113
  PaginationConfiguration,
1138
1114
  Exclude<keyof PaginationConfiguration, "client">
1139
- >
1115
+ >,
1140
1116
  ): Paginator<DescribeClusterVersionsCommandOutput>;
1141
1117
  paginateListAccessEntries(
1142
1118
  args: ListAccessEntriesCommandInput,
1143
1119
  paginationConfig?: Pick<
1144
1120
  PaginationConfiguration,
1145
1121
  Exclude<keyof PaginationConfiguration, "client">
1146
- >
1122
+ >,
1147
1123
  ): Paginator<ListAccessEntriesCommandOutput>;
1148
1124
  paginateListAccessPolicies(
1149
1125
  args?: ListAccessPoliciesCommandInput,
1150
1126
  paginationConfig?: Pick<
1151
1127
  PaginationConfiguration,
1152
1128
  Exclude<keyof PaginationConfiguration, "client">
1153
- >
1129
+ >,
1154
1130
  ): Paginator<ListAccessPoliciesCommandOutput>;
1155
1131
  paginateListAddons(
1156
1132
  args: ListAddonsCommandInput,
1157
1133
  paginationConfig?: Pick<
1158
1134
  PaginationConfiguration,
1159
1135
  Exclude<keyof PaginationConfiguration, "client">
1160
- >
1136
+ >,
1161
1137
  ): Paginator<ListAddonsCommandOutput>;
1162
1138
  paginateListAssociatedAccessPolicies(
1163
1139
  args: ListAssociatedAccessPoliciesCommandInput,
1164
1140
  paginationConfig?: Pick<
1165
1141
  PaginationConfiguration,
1166
1142
  Exclude<keyof PaginationConfiguration, "client">
1167
- >
1143
+ >,
1168
1144
  ): Paginator<ListAssociatedAccessPoliciesCommandOutput>;
1169
1145
  paginateListCapabilities(
1170
1146
  args: ListCapabilitiesCommandInput,
1171
1147
  paginationConfig?: Pick<
1172
1148
  PaginationConfiguration,
1173
1149
  Exclude<keyof PaginationConfiguration, "client">
1174
- >
1150
+ >,
1175
1151
  ): Paginator<ListCapabilitiesCommandOutput>;
1176
1152
  paginateListClusters(
1177
1153
  args?: ListClustersCommandInput,
1178
1154
  paginationConfig?: Pick<
1179
1155
  PaginationConfiguration,
1180
1156
  Exclude<keyof PaginationConfiguration, "client">
1181
- >
1157
+ >,
1182
1158
  ): Paginator<ListClustersCommandOutput>;
1183
1159
  paginateListEksAnywhereSubscriptions(
1184
1160
  args?: ListEksAnywhereSubscriptionsCommandInput,
1185
1161
  paginationConfig?: Pick<
1186
1162
  PaginationConfiguration,
1187
1163
  Exclude<keyof PaginationConfiguration, "client">
1188
- >
1164
+ >,
1189
1165
  ): Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
1190
1166
  paginateListFargateProfiles(
1191
1167
  args: ListFargateProfilesCommandInput,
1192
1168
  paginationConfig?: Pick<
1193
1169
  PaginationConfiguration,
1194
1170
  Exclude<keyof PaginationConfiguration, "client">
1195
- >
1171
+ >,
1196
1172
  ): Paginator<ListFargateProfilesCommandOutput>;
1197
1173
  paginateListIdentityProviderConfigs(
1198
1174
  args: ListIdentityProviderConfigsCommandInput,
1199
1175
  paginationConfig?: Pick<
1200
1176
  PaginationConfiguration,
1201
1177
  Exclude<keyof PaginationConfiguration, "client">
1202
- >
1178
+ >,
1203
1179
  ): Paginator<ListIdentityProviderConfigsCommandOutput>;
1204
1180
  paginateListInsights(
1205
1181
  args: ListInsightsCommandInput,
1206
1182
  paginationConfig?: Pick<
1207
1183
  PaginationConfiguration,
1208
1184
  Exclude<keyof PaginationConfiguration, "client">
1209
- >
1185
+ >,
1210
1186
  ): Paginator<ListInsightsCommandOutput>;
1211
1187
  paginateListNodegroups(
1212
1188
  args: ListNodegroupsCommandInput,
1213
1189
  paginationConfig?: Pick<
1214
1190
  PaginationConfiguration,
1215
1191
  Exclude<keyof PaginationConfiguration, "client">
1216
- >
1192
+ >,
1217
1193
  ): Paginator<ListNodegroupsCommandOutput>;
1218
1194
  paginateListPodIdentityAssociations(
1219
1195
  args: ListPodIdentityAssociationsCommandInput,
1220
1196
  paginationConfig?: Pick<
1221
1197
  PaginationConfiguration,
1222
1198
  Exclude<keyof PaginationConfiguration, "client">
1223
- >
1199
+ >,
1224
1200
  ): Paginator<ListPodIdentityAssociationsCommandOutput>;
1225
1201
  paginateListUpdates(
1226
1202
  args: ListUpdatesCommandInput,
1227
1203
  paginationConfig?: Pick<
1228
1204
  PaginationConfiguration,
1229
1205
  Exclude<keyof PaginationConfiguration, "client">
1230
- >
1206
+ >,
1231
1207
  ): Paginator<ListUpdatesCommandOutput>;
1232
1208
  waitUntilAddonActive(
1233
1209
  args: DescribeAddonCommandInput,
1234
1210
  waiterConfig:
1235
1211
  | number
1236
- | Pick<
1237
- WaiterConfiguration<EKS>,
1238
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1239
- >
1212
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1240
1213
  ): Promise<WaiterResult<DescribeAddonCommandOutput>>;
1241
1214
  waitUntilAddonDeleted(
1242
1215
  args: DescribeAddonCommandInput,
1243
1216
  waiterConfig:
1244
1217
  | number
1245
- | Pick<
1246
- WaiterConfiguration<EKS>,
1247
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1248
- >
1218
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1249
1219
  ): Promise<WaiterResult<ResourceNotFoundException>>;
1250
1220
  waitUntilClusterActive(
1251
1221
  args: DescribeClusterCommandInput,
1252
1222
  waiterConfig:
1253
1223
  | number
1254
- | Pick<
1255
- WaiterConfiguration<EKS>,
1256
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1257
- >
1224
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1258
1225
  ): Promise<WaiterResult<DescribeClusterCommandOutput>>;
1259
1226
  waitUntilClusterDeleted(
1260
1227
  args: DescribeClusterCommandInput,
1261
1228
  waiterConfig:
1262
1229
  | number
1263
- | Pick<
1264
- WaiterConfiguration<EKS>,
1265
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1266
- >
1230
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1267
1231
  ): Promise<WaiterResult<ResourceNotFoundException>>;
1268
1232
  waitUntilFargateProfileActive(
1269
1233
  args: DescribeFargateProfileCommandInput,
1270
1234
  waiterConfig:
1271
1235
  | number
1272
- | Pick<
1273
- WaiterConfiguration<EKS>,
1274
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1275
- >
1236
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1276
1237
  ): Promise<WaiterResult<DescribeFargateProfileCommandOutput>>;
1277
1238
  waitUntilFargateProfileDeleted(
1278
1239
  args: DescribeFargateProfileCommandInput,
1279
1240
  waiterConfig:
1280
1241
  | number
1281
- | Pick<
1282
- WaiterConfiguration<EKS>,
1283
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1284
- >
1242
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1285
1243
  ): Promise<WaiterResult<ResourceNotFoundException>>;
1286
1244
  waitUntilNodegroupActive(
1287
1245
  args: DescribeNodegroupCommandInput,
1288
1246
  waiterConfig:
1289
1247
  | number
1290
- | Pick<
1291
- WaiterConfiguration<EKS>,
1292
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1293
- >
1248
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1294
1249
  ): Promise<WaiterResult<DescribeNodegroupCommandOutput>>;
1295
1250
  waitUntilNodegroupDeleted(
1296
1251
  args: DescribeNodegroupCommandInput,
1297
1252
  waiterConfig:
1298
1253
  | number
1299
- | Pick<
1300
- WaiterConfiguration<EKS>,
1301
- Exclude<keyof WaiterConfiguration<EKS>, "client">
1302
- >
1254
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1303
1255
  ): Promise<WaiterResult<ResourceNotFoundException>>;
1304
1256
  }
1305
1257
  export declare class EKS extends EKSClient implements EKS {}