@aws-sdk/client-eks 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -3
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateAddonCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteAddonCommand.js +2 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DeregisterClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeUpdateCommand.js +2 -3
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/ListAddonsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNodegroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListUpdatesCommand.js +2 -3
- package/dist-cjs/commands/RegisterClusterCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAddonCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -475
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -3
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/CreateAddonCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -3
- package/dist-es/commands/CreateNodegroupCommand.js +2 -3
- package/dist-es/commands/DeleteAddonCommand.js +2 -3
- package/dist-es/commands/DeleteClusterCommand.js +2 -3
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -3
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -3
- package/dist-es/commands/DeregisterClusterCommand.js +2 -3
- package/dist-es/commands/DescribeAddonCommand.js +2 -3
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -3
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -3
- package/dist-es/commands/DescribeUpdateCommand.js +2 -3
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/ListAddonsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -3
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -3
- package/dist-es/commands/ListNodegroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListUpdatesCommand.js +2 -3
- package/dist-es/commands/RegisterClusterCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAddonCommand.js +2 -3
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -3
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -3
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -3
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -354
- package/dist-types/EKS.d.ts +36 -0
- package/dist-types/EKSClient.d.ts +24 -4
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListNodegroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterClusterCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +16 -0
- package/dist-types/models/EKSServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +328 -472
- package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAddonsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodegroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUpdatesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -318
- package/package.json +4 -3
|
@@ -387,357 +387,3 @@ export class ResourcePropagationDelayException extends __BaseException {
|
|
|
387
387
|
Object.setPrototypeOf(this, ResourcePropagationDelayException.prototype);
|
|
388
388
|
}
|
|
389
389
|
}
|
|
390
|
-
export const AddonIssueFilterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
});
|
|
393
|
-
export const AddonHealthFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
export const MarketplaceInformationFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
export const AddonFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
export const CompatibilityFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
export const AddonVersionInfoFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
export const AddonInfoFilterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
export const ProviderFilterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
export const EncryptionConfigFilterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
export const AssociateEncryptionConfigRequestFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
export const ErrorDetailFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
export const UpdateParamFilterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
});
|
|
426
|
-
export const UpdateFilterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
export const AssociateEncryptionConfigResponseFilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
export const OidcIdentityProviderConfigRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
|
-
export const AssociateIdentityProviderConfigRequestFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
export const AssociateIdentityProviderConfigResponseFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
export const AutoScalingGroupFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
export const CreateAddonRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
export const CreateAddonResponseFilterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
export const KubernetesNetworkConfigRequestFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const LogSetupFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const LoggingFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const ControlPlanePlacementRequestFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const OutpostConfigRequestFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const VpcConfigRequestFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const CreateClusterRequestFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
|
-
export const CertificateFilterSensitiveLog = (obj) => ({
|
|
472
|
-
...obj,
|
|
473
|
-
});
|
|
474
|
-
export const ConnectorConfigResponseFilterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
});
|
|
477
|
-
export const ClusterIssueFilterSensitiveLog = (obj) => ({
|
|
478
|
-
...obj,
|
|
479
|
-
});
|
|
480
|
-
export const ClusterHealthFilterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
export const OIDCFilterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
});
|
|
486
|
-
export const IdentityFilterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
export const KubernetesNetworkConfigResponseFilterSensitiveLog = (obj) => ({
|
|
490
|
-
...obj,
|
|
491
|
-
});
|
|
492
|
-
export const ControlPlanePlacementResponseFilterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
export const OutpostConfigResponseFilterSensitiveLog = (obj) => ({
|
|
496
|
-
...obj,
|
|
497
|
-
});
|
|
498
|
-
export const VpcConfigResponseFilterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
export const ClusterFilterSensitiveLog = (obj) => ({
|
|
502
|
-
...obj,
|
|
503
|
-
});
|
|
504
|
-
export const CreateClusterResponseFilterSensitiveLog = (obj) => ({
|
|
505
|
-
...obj,
|
|
506
|
-
});
|
|
507
|
-
export const FargateProfileSelectorFilterSensitiveLog = (obj) => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
export const CreateFargateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
511
|
-
...obj,
|
|
512
|
-
});
|
|
513
|
-
export const FargateProfileFilterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
export const CreateFargateProfileResponseFilterSensitiveLog = (obj) => ({
|
|
517
|
-
...obj,
|
|
518
|
-
});
|
|
519
|
-
export const LaunchTemplateSpecificationFilterSensitiveLog = (obj) => ({
|
|
520
|
-
...obj,
|
|
521
|
-
});
|
|
522
|
-
export const RemoteAccessConfigFilterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
});
|
|
525
|
-
export const NodegroupScalingConfigFilterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
export const TaintFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
export const NodegroupUpdateConfigFilterSensitiveLog = (obj) => ({
|
|
532
|
-
...obj,
|
|
533
|
-
});
|
|
534
|
-
export const CreateNodegroupRequestFilterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
export const IssueFilterSensitiveLog = (obj) => ({
|
|
538
|
-
...obj,
|
|
539
|
-
});
|
|
540
|
-
export const NodegroupHealthFilterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
export const NodegroupResourcesFilterSensitiveLog = (obj) => ({
|
|
544
|
-
...obj,
|
|
545
|
-
});
|
|
546
|
-
export const NodegroupFilterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
export const CreateNodegroupResponseFilterSensitiveLog = (obj) => ({
|
|
550
|
-
...obj,
|
|
551
|
-
});
|
|
552
|
-
export const DeleteAddonRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
export const DeleteAddonResponseFilterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
});
|
|
558
|
-
export const DeleteClusterRequestFilterSensitiveLog = (obj) => ({
|
|
559
|
-
...obj,
|
|
560
|
-
});
|
|
561
|
-
export const DeleteClusterResponseFilterSensitiveLog = (obj) => ({
|
|
562
|
-
...obj,
|
|
563
|
-
});
|
|
564
|
-
export const DeleteFargateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
export const DeleteFargateProfileResponseFilterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
});
|
|
570
|
-
export const DeleteNodegroupRequestFilterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
export const DeleteNodegroupResponseFilterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
|
-
export const DeregisterClusterRequestFilterSensitiveLog = (obj) => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
export const DeregisterClusterResponseFilterSensitiveLog = (obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
});
|
|
582
|
-
export const DescribeAddonRequestFilterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
export const DescribeAddonResponseFilterSensitiveLog = (obj) => ({
|
|
586
|
-
...obj,
|
|
587
|
-
});
|
|
588
|
-
export const DescribeAddonConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
export const DescribeAddonConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
export const DescribeAddonVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
595
|
-
...obj,
|
|
596
|
-
});
|
|
597
|
-
export const DescribeAddonVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
598
|
-
...obj,
|
|
599
|
-
});
|
|
600
|
-
export const DescribeClusterRequestFilterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
export const DescribeClusterResponseFilterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
export const DescribeFargateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
});
|
|
609
|
-
export const DescribeFargateProfileResponseFilterSensitiveLog = (obj) => ({
|
|
610
|
-
...obj,
|
|
611
|
-
});
|
|
612
|
-
export const IdentityProviderConfigFilterSensitiveLog = (obj) => ({
|
|
613
|
-
...obj,
|
|
614
|
-
});
|
|
615
|
-
export const DescribeIdentityProviderConfigRequestFilterSensitiveLog = (obj) => ({
|
|
616
|
-
...obj,
|
|
617
|
-
});
|
|
618
|
-
export const OidcIdentityProviderConfigFilterSensitiveLog = (obj) => ({
|
|
619
|
-
...obj,
|
|
620
|
-
});
|
|
621
|
-
export const IdentityProviderConfigResponseFilterSensitiveLog = (obj) => ({
|
|
622
|
-
...obj,
|
|
623
|
-
});
|
|
624
|
-
export const DescribeIdentityProviderConfigResponseFilterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
});
|
|
627
|
-
export const DescribeNodegroupRequestFilterSensitiveLog = (obj) => ({
|
|
628
|
-
...obj,
|
|
629
|
-
});
|
|
630
|
-
export const DescribeNodegroupResponseFilterSensitiveLog = (obj) => ({
|
|
631
|
-
...obj,
|
|
632
|
-
});
|
|
633
|
-
export const DescribeUpdateRequestFilterSensitiveLog = (obj) => ({
|
|
634
|
-
...obj,
|
|
635
|
-
});
|
|
636
|
-
export const DescribeUpdateResponseFilterSensitiveLog = (obj) => ({
|
|
637
|
-
...obj,
|
|
638
|
-
});
|
|
639
|
-
export const DisassociateIdentityProviderConfigRequestFilterSensitiveLog = (obj) => ({
|
|
640
|
-
...obj,
|
|
641
|
-
});
|
|
642
|
-
export const DisassociateIdentityProviderConfigResponseFilterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
export const ListAddonsRequestFilterSensitiveLog = (obj) => ({
|
|
646
|
-
...obj,
|
|
647
|
-
});
|
|
648
|
-
export const ListAddonsResponseFilterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
});
|
|
651
|
-
export const ListClustersRequestFilterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
});
|
|
654
|
-
export const ListClustersResponseFilterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
export const ListFargateProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
658
|
-
...obj,
|
|
659
|
-
});
|
|
660
|
-
export const ListFargateProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
export const ListIdentityProviderConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
664
|
-
...obj,
|
|
665
|
-
});
|
|
666
|
-
export const ListIdentityProviderConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
667
|
-
...obj,
|
|
668
|
-
});
|
|
669
|
-
export const ListNodegroupsRequestFilterSensitiveLog = (obj) => ({
|
|
670
|
-
...obj,
|
|
671
|
-
});
|
|
672
|
-
export const ListNodegroupsResponseFilterSensitiveLog = (obj) => ({
|
|
673
|
-
...obj,
|
|
674
|
-
});
|
|
675
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
676
|
-
...obj,
|
|
677
|
-
});
|
|
678
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
export const ListUpdatesRequestFilterSensitiveLog = (obj) => ({
|
|
682
|
-
...obj,
|
|
683
|
-
});
|
|
684
|
-
export const ListUpdatesResponseFilterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
export const ConnectorConfigRequestFilterSensitiveLog = (obj) => ({
|
|
688
|
-
...obj,
|
|
689
|
-
});
|
|
690
|
-
export const RegisterClusterRequestFilterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
export const RegisterClusterResponseFilterSensitiveLog = (obj) => ({
|
|
694
|
-
...obj,
|
|
695
|
-
});
|
|
696
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
700
|
-
...obj,
|
|
701
|
-
});
|
|
702
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
706
|
-
...obj,
|
|
707
|
-
});
|
|
708
|
-
export const UpdateAddonRequestFilterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
export const UpdateAddonResponseFilterSensitiveLog = (obj) => ({
|
|
712
|
-
...obj,
|
|
713
|
-
});
|
|
714
|
-
export const UpdateClusterConfigRequestFilterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
export const UpdateClusterConfigResponseFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
});
|
|
720
|
-
export const UpdateClusterVersionRequestFilterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
export const UpdateClusterVersionResponseFilterSensitiveLog = (obj) => ({
|
|
724
|
-
...obj,
|
|
725
|
-
});
|
|
726
|
-
export const UpdateLabelsPayloadFilterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
});
|
|
729
|
-
export const UpdateTaintsPayloadFilterSensitiveLog = (obj) => ({
|
|
730
|
-
...obj,
|
|
731
|
-
});
|
|
732
|
-
export const UpdateNodegroupConfigRequestFilterSensitiveLog = (obj) => ({
|
|
733
|
-
...obj,
|
|
734
|
-
});
|
|
735
|
-
export const UpdateNodegroupConfigResponseFilterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
|
-
export const UpdateNodegroupVersionRequestFilterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
});
|
|
741
|
-
export const UpdateNodegroupVersionResponseFilterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
});
|
package/dist-types/EKS.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput }
|
|
|
36
36
|
import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
|
|
37
37
|
import { EKSClient } from "./EKSClient";
|
|
38
38
|
/**
|
|
39
|
+
* @public
|
|
39
40
|
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
|
|
40
41
|
* for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain
|
|
41
42
|
* your own Kubernetes control plane. Kubernetes is an open-source system for automating
|
|
@@ -49,6 +50,7 @@ import { EKSClient } from "./EKSClient";
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class EKS extends EKSClient {
|
|
51
52
|
/**
|
|
53
|
+
* @public
|
|
52
54
|
* <p>Associate encryption configuration to an existing cluster.</p>
|
|
53
55
|
* <p>You can use this API to enable encryption on existing clusters which do not have
|
|
54
56
|
* encryption already enabled. This allows you to implement a defense-in-depth security
|
|
@@ -58,6 +60,7 @@ export declare class EKS extends EKSClient {
|
|
|
58
60
|
associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void): void;
|
|
59
61
|
associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void): void;
|
|
60
62
|
/**
|
|
63
|
+
* @public
|
|
61
64
|
* <p>Associate an identity provider configuration to a cluster.</p>
|
|
62
65
|
* <p>If you want to authenticate identities using an identity provider, you can create an
|
|
63
66
|
* identity provider configuration and associate it to your cluster. After configuring
|
|
@@ -71,6 +74,7 @@ export declare class EKS extends EKSClient {
|
|
|
71
74
|
associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
|
|
72
75
|
associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
|
|
73
76
|
/**
|
|
77
|
+
* @public
|
|
74
78
|
* <p>Creates an Amazon EKS add-on.</p>
|
|
75
79
|
* <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
|
|
76
80
|
* of common operational software for Amazon EKS clusters. For more information,
|
|
@@ -80,6 +84,7 @@ export declare class EKS extends EKSClient {
|
|
|
80
84
|
createAddon(args: CreateAddonCommandInput, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
|
|
81
85
|
createAddon(args: CreateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
|
|
82
86
|
/**
|
|
87
|
+
* @public
|
|
83
88
|
* <p>Creates an Amazon EKS control plane. </p>
|
|
84
89
|
* <p>The Amazon EKS control plane consists of control plane instances that run the
|
|
85
90
|
* Kubernetes software, such as <code>etcd</code> and the API server. The control plane
|
|
@@ -106,6 +111,7 @@ export declare class EKS extends EKSClient {
|
|
|
106
111
|
createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
107
112
|
createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
|
|
108
113
|
/**
|
|
114
|
+
* @public
|
|
109
115
|
* <p>Creates an Fargate profile for your Amazon EKS cluster. You
|
|
110
116
|
* must have at least one Fargate profile in a cluster to be able to run
|
|
111
117
|
* pods on Fargate.</p>
|
|
@@ -139,6 +145,7 @@ export declare class EKS extends EKSClient {
|
|
|
139
145
|
createFargateProfile(args: CreateFargateProfileCommandInput, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
|
|
140
146
|
createFargateProfile(args: CreateFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
|
|
141
147
|
/**
|
|
148
|
+
* @public
|
|
142
149
|
* <p>Creates a managed node group for an Amazon EKS cluster. You can only create a
|
|
143
150
|
* node group for your cluster that is equal to the current Kubernetes version for the
|
|
144
151
|
* cluster. All node groups are created with the latest AMI release version for the
|
|
@@ -158,6 +165,7 @@ export declare class EKS extends EKSClient {
|
|
|
158
165
|
createNodegroup(args: CreateNodegroupCommandInput, cb: (err: any, data?: CreateNodegroupCommandOutput) => void): void;
|
|
159
166
|
createNodegroup(args: CreateNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNodegroupCommandOutput) => void): void;
|
|
160
167
|
/**
|
|
168
|
+
* @public
|
|
161
169
|
* <p>Delete an Amazon EKS add-on.</p>
|
|
162
170
|
* <p>When you remove the add-on, it will also be deleted from the cluster. You can always
|
|
163
171
|
* manually start an add-on on the cluster using the Kubernetes API.</p>
|
|
@@ -166,6 +174,7 @@ export declare class EKS extends EKSClient {
|
|
|
166
174
|
deleteAddon(args: DeleteAddonCommandInput, cb: (err: any, data?: DeleteAddonCommandOutput) => void): void;
|
|
167
175
|
deleteAddon(args: DeleteAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAddonCommandOutput) => void): void;
|
|
168
176
|
/**
|
|
177
|
+
* @public
|
|
169
178
|
* <p>Deletes the Amazon EKS cluster control plane.</p>
|
|
170
179
|
* <p>If you have active services in your cluster that are associated with a load balancer,
|
|
171
180
|
* you must delete those services before deleting the cluster so that the load balancers
|
|
@@ -179,6 +188,7 @@ export declare class EKS extends EKSClient {
|
|
|
179
188
|
deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
|
|
180
189
|
deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
|
|
181
190
|
/**
|
|
191
|
+
* @public
|
|
182
192
|
* <p>Deletes an Fargate profile.</p>
|
|
183
193
|
* <p>When you delete a Fargate profile, any pods running on Fargate that were created with the profile are deleted. If those pods match
|
|
184
194
|
* another Fargate profile, then they are scheduled on Fargate with that profile. If they no longer match any Fargate profiles, then
|
|
@@ -193,12 +203,14 @@ export declare class EKS extends EKSClient {
|
|
|
193
203
|
deleteFargateProfile(args: DeleteFargateProfileCommandInput, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
|
|
194
204
|
deleteFargateProfile(args: DeleteFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
|
|
195
205
|
/**
|
|
206
|
+
* @public
|
|
196
207
|
* <p>Deletes an Amazon EKS node group for a cluster.</p>
|
|
197
208
|
*/
|
|
198
209
|
deleteNodegroup(args: DeleteNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNodegroupCommandOutput>;
|
|
199
210
|
deleteNodegroup(args: DeleteNodegroupCommandInput, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
|
|
200
211
|
deleteNodegroup(args: DeleteNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
|
|
201
212
|
/**
|
|
213
|
+
* @public
|
|
202
214
|
* <p>Deregisters a connected cluster to remove it from the Amazon EKS control
|
|
203
215
|
* plane.</p>
|
|
204
216
|
*/
|
|
@@ -206,18 +218,21 @@ export declare class EKS extends EKSClient {
|
|
|
206
218
|
deregisterCluster(args: DeregisterClusterCommandInput, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
|
|
207
219
|
deregisterCluster(args: DeregisterClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
|
|
208
220
|
/**
|
|
221
|
+
* @public
|
|
209
222
|
* <p>Describes an Amazon EKS add-on.</p>
|
|
210
223
|
*/
|
|
211
224
|
describeAddon(args: DescribeAddonCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonCommandOutput>;
|
|
212
225
|
describeAddon(args: DescribeAddonCommandInput, cb: (err: any, data?: DescribeAddonCommandOutput) => void): void;
|
|
213
226
|
describeAddon(args: DescribeAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonCommandOutput) => void): void;
|
|
214
227
|
/**
|
|
228
|
+
* @public
|
|
215
229
|
* <p>Returns configuration options.</p>
|
|
216
230
|
*/
|
|
217
231
|
describeAddonConfiguration(args: DescribeAddonConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonConfigurationCommandOutput>;
|
|
218
232
|
describeAddonConfiguration(args: DescribeAddonConfigurationCommandInput, cb: (err: any, data?: DescribeAddonConfigurationCommandOutput) => void): void;
|
|
219
233
|
describeAddonConfiguration(args: DescribeAddonConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonConfigurationCommandOutput) => void): void;
|
|
220
234
|
/**
|
|
235
|
+
* @public
|
|
221
236
|
* <p>Describes the versions for an add-on. Information such as the Kubernetes versions that you
|
|
222
237
|
* can use the add-on with, the <code>owner</code>, <code>publisher</code>, and the
|
|
223
238
|
* <code>type</code> of the add-on are returned. </p>
|
|
@@ -226,6 +241,7 @@ export declare class EKS extends EKSClient {
|
|
|
226
241
|
describeAddonVersions(args: DescribeAddonVersionsCommandInput, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
|
|
227
242
|
describeAddonVersions(args: DescribeAddonVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
|
|
228
243
|
/**
|
|
244
|
+
* @public
|
|
229
245
|
* <p>Returns descriptive information about an Amazon EKS cluster.</p>
|
|
230
246
|
* <p>The API server endpoint and certificate authority data returned by this operation are
|
|
231
247
|
* required for <code>kubelet</code> and <code>kubectl</code> to communicate with your
|
|
@@ -240,24 +256,28 @@ export declare class EKS extends EKSClient {
|
|
|
240
256
|
describeCluster(args: DescribeClusterCommandInput, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
|
|
241
257
|
describeCluster(args: DescribeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
|
|
242
258
|
/**
|
|
259
|
+
* @public
|
|
243
260
|
* <p>Returns descriptive information about an Fargate profile.</p>
|
|
244
261
|
*/
|
|
245
262
|
describeFargateProfile(args: DescribeFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFargateProfileCommandOutput>;
|
|
246
263
|
describeFargateProfile(args: DescribeFargateProfileCommandInput, cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void): void;
|
|
247
264
|
describeFargateProfile(args: DescribeFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void): void;
|
|
248
265
|
/**
|
|
266
|
+
* @public
|
|
249
267
|
* <p>Returns descriptive information about an identity provider configuration.</p>
|
|
250
268
|
*/
|
|
251
269
|
describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityProviderConfigCommandOutput>;
|
|
252
270
|
describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void): void;
|
|
253
271
|
describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void): void;
|
|
254
272
|
/**
|
|
273
|
+
* @public
|
|
255
274
|
* <p>Returns descriptive information about an Amazon EKS node group.</p>
|
|
256
275
|
*/
|
|
257
276
|
describeNodegroup(args: DescribeNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNodegroupCommandOutput>;
|
|
258
277
|
describeNodegroup(args: DescribeNodegroupCommandInput, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
|
|
259
278
|
describeNodegroup(args: DescribeNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
|
|
260
279
|
/**
|
|
280
|
+
* @public
|
|
261
281
|
* <p>Returns descriptive information about an update against your Amazon EKS
|
|
262
282
|
* cluster or associated managed node group or Amazon EKS add-on.</p>
|
|
263
283
|
* <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
|
|
@@ -268,6 +288,7 @@ export declare class EKS extends EKSClient {
|
|
|
268
288
|
describeUpdate(args: DescribeUpdateCommandInput, cb: (err: any, data?: DescribeUpdateCommandOutput) => void): void;
|
|
269
289
|
describeUpdate(args: DescribeUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUpdateCommandOutput) => void): void;
|
|
270
290
|
/**
|
|
291
|
+
* @public
|
|
271
292
|
* <p>Disassociates an identity provider configuration from a cluster. If you disassociate
|
|
272
293
|
* an identity provider from your cluster, users included in the provider can no longer
|
|
273
294
|
* access the cluster. However, you can still access the cluster with Amazon Web Services
|
|
@@ -277,12 +298,14 @@ export declare class EKS extends EKSClient {
|
|
|
277
298
|
disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
|
|
278
299
|
disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
|
|
279
300
|
/**
|
|
301
|
+
* @public
|
|
280
302
|
* <p>Lists the available add-ons.</p>
|
|
281
303
|
*/
|
|
282
304
|
listAddons(args: ListAddonsCommandInput, options?: __HttpHandlerOptions): Promise<ListAddonsCommandOutput>;
|
|
283
305
|
listAddons(args: ListAddonsCommandInput, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
|
|
284
306
|
listAddons(args: ListAddonsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
|
|
285
307
|
/**
|
|
308
|
+
* @public
|
|
286
309
|
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the
|
|
287
310
|
* specified Region.</p>
|
|
288
311
|
*/
|
|
@@ -290,6 +313,7 @@ export declare class EKS extends EKSClient {
|
|
|
290
313
|
listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
291
314
|
listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
292
315
|
/**
|
|
316
|
+
* @public
|
|
293
317
|
* <p>Lists the Fargate profiles associated with the specified cluster in
|
|
294
318
|
* your Amazon Web Services account in the specified Region.</p>
|
|
295
319
|
*/
|
|
@@ -297,12 +321,14 @@ export declare class EKS extends EKSClient {
|
|
|
297
321
|
listFargateProfiles(args: ListFargateProfilesCommandInput, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
|
|
298
322
|
listFargateProfiles(args: ListFargateProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
|
|
299
323
|
/**
|
|
324
|
+
* @public
|
|
300
325
|
* <p>A list of identity provider configurations.</p>
|
|
301
326
|
*/
|
|
302
327
|
listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProviderConfigsCommandOutput>;
|
|
303
328
|
listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
|
|
304
329
|
listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
|
|
305
330
|
/**
|
|
331
|
+
* @public
|
|
306
332
|
* <p>Lists the Amazon EKS managed node groups associated with the specified cluster
|
|
307
333
|
* in your Amazon Web Services account in the specified Region. Self-managed node groups are
|
|
308
334
|
* not listed.</p>
|
|
@@ -311,12 +337,14 @@ export declare class EKS extends EKSClient {
|
|
|
311
337
|
listNodegroups(args: ListNodegroupsCommandInput, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
|
|
312
338
|
listNodegroups(args: ListNodegroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
|
|
313
339
|
/**
|
|
340
|
+
* @public
|
|
314
341
|
* <p>List the tags for an Amazon EKS resource.</p>
|
|
315
342
|
*/
|
|
316
343
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
317
344
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
318
345
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
319
346
|
/**
|
|
347
|
+
* @public
|
|
320
348
|
* <p>Lists the updates associated with an Amazon EKS cluster or managed node group
|
|
321
349
|
* in your Amazon Web Services account, in the specified Region.</p>
|
|
322
350
|
*/
|
|
@@ -324,6 +352,7 @@ export declare class EKS extends EKSClient {
|
|
|
324
352
|
listUpdates(args: ListUpdatesCommandInput, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
|
|
325
353
|
listUpdates(args: ListUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
|
|
326
354
|
/**
|
|
355
|
+
* @public
|
|
327
356
|
* <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
|
|
328
357
|
* <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to
|
|
329
358
|
* view current information about the cluster and its nodes. </p>
|
|
@@ -342,6 +371,7 @@ export declare class EKS extends EKSClient {
|
|
|
342
371
|
registerCluster(args: RegisterClusterCommandInput, cb: (err: any, data?: RegisterClusterCommandOutput) => void): void;
|
|
343
372
|
registerCluster(args: RegisterClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterClusterCommandOutput) => void): void;
|
|
344
373
|
/**
|
|
374
|
+
* @public
|
|
345
375
|
* <p>Associates the specified tags to a resource with the specified
|
|
346
376
|
* <code>resourceArn</code>. If existing tags on a resource are not specified in the
|
|
347
377
|
* request parameters, they are not changed. When a resource is deleted, the tags
|
|
@@ -353,18 +383,21 @@ export declare class EKS extends EKSClient {
|
|
|
353
383
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
354
384
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
355
385
|
/**
|
|
386
|
+
* @public
|
|
356
387
|
* <p>Deletes specified tags from a resource.</p>
|
|
357
388
|
*/
|
|
358
389
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
359
390
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
360
391
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
361
392
|
/**
|
|
393
|
+
* @public
|
|
362
394
|
* <p>Updates an Amazon EKS add-on.</p>
|
|
363
395
|
*/
|
|
364
396
|
updateAddon(args: UpdateAddonCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAddonCommandOutput>;
|
|
365
397
|
updateAddon(args: UpdateAddonCommandInput, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
|
|
366
398
|
updateAddon(args: UpdateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
|
|
367
399
|
/**
|
|
400
|
+
* @public
|
|
368
401
|
* <p>Updates an Amazon EKS cluster configuration. Your cluster continues to
|
|
369
402
|
* function during the update. The response output includes an update ID that you can use
|
|
370
403
|
* to track the status of your cluster update with the <a>DescribeUpdate</a> API
|
|
@@ -398,6 +431,7 @@ export declare class EKS extends EKSClient {
|
|
|
398
431
|
updateClusterConfig(args: UpdateClusterConfigCommandInput, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
|
|
399
432
|
updateClusterConfig(args: UpdateClusterConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
|
|
400
433
|
/**
|
|
434
|
+
* @public
|
|
401
435
|
* <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your
|
|
402
436
|
* cluster continues to function during the update. The response output includes an update
|
|
403
437
|
* ID that you can use to track the status of your cluster update with the <a>DescribeUpdate</a> API operation.</p>
|
|
@@ -413,6 +447,7 @@ export declare class EKS extends EKSClient {
|
|
|
413
447
|
updateClusterVersion(args: UpdateClusterVersionCommandInput, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
|
|
414
448
|
updateClusterVersion(args: UpdateClusterVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
|
|
415
449
|
/**
|
|
450
|
+
* @public
|
|
416
451
|
* <p>Updates an Amazon EKS managed node group configuration. Your node group
|
|
417
452
|
* continues to function during the update. The response output includes an update ID that
|
|
418
453
|
* you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation. Currently you can update the Kubernetes
|
|
@@ -422,6 +457,7 @@ export declare class EKS extends EKSClient {
|
|
|
422
457
|
updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
|
|
423
458
|
updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
|
|
424
459
|
/**
|
|
460
|
+
* @public
|
|
425
461
|
* <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node
|
|
426
462
|
* group.</p>
|
|
427
463
|
* <p>You can update a node group using a launch template only if the node group was
|