@aws-sdk/client-eks 3.297.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.
Files changed (75) hide show
  1. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAddonCommand.js +2 -3
  4. package/dist-cjs/commands/CreateClusterCommand.js +2 -3
  5. package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -3
  6. package/dist-cjs/commands/CreateNodegroupCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteAddonCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -3
  11. package/dist-cjs/commands/DeregisterClusterCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeAddonCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeUpdateCommand.js +2 -3
  20. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
  21. package/dist-cjs/commands/ListAddonsCommand.js +2 -3
  22. package/dist-cjs/commands/ListClustersCommand.js +2 -3
  23. package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -3
  24. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -3
  25. package/dist-cjs/commands/ListNodegroupsCommand.js +2 -3
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  27. package/dist-cjs/commands/ListUpdatesCommand.js +2 -3
  28. package/dist-cjs/commands/RegisterClusterCommand.js +2 -3
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateAddonCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -3
  36. package/dist-cjs/models/models_0.js +1 -475
  37. package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -3
  38. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -3
  39. package/dist-es/commands/CreateAddonCommand.js +2 -3
  40. package/dist-es/commands/CreateClusterCommand.js +2 -3
  41. package/dist-es/commands/CreateFargateProfileCommand.js +2 -3
  42. package/dist-es/commands/CreateNodegroupCommand.js +2 -3
  43. package/dist-es/commands/DeleteAddonCommand.js +2 -3
  44. package/dist-es/commands/DeleteClusterCommand.js +2 -3
  45. package/dist-es/commands/DeleteFargateProfileCommand.js +2 -3
  46. package/dist-es/commands/DeleteNodegroupCommand.js +2 -3
  47. package/dist-es/commands/DeregisterClusterCommand.js +2 -3
  48. package/dist-es/commands/DescribeAddonCommand.js +2 -3
  49. package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -3
  50. package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -3
  51. package/dist-es/commands/DescribeClusterCommand.js +2 -3
  52. package/dist-es/commands/DescribeFargateProfileCommand.js +2 -3
  53. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -3
  54. package/dist-es/commands/DescribeNodegroupCommand.js +2 -3
  55. package/dist-es/commands/DescribeUpdateCommand.js +2 -3
  56. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
  57. package/dist-es/commands/ListAddonsCommand.js +2 -3
  58. package/dist-es/commands/ListClustersCommand.js +2 -3
  59. package/dist-es/commands/ListFargateProfilesCommand.js +2 -3
  60. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -3
  61. package/dist-es/commands/ListNodegroupsCommand.js +2 -3
  62. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  63. package/dist-es/commands/ListUpdatesCommand.js +2 -3
  64. package/dist-es/commands/RegisterClusterCommand.js +2 -3
  65. package/dist-es/commands/TagResourceCommand.js +2 -3
  66. package/dist-es/commands/UntagResourceCommand.js +2 -3
  67. package/dist-es/commands/UpdateAddonCommand.js +2 -3
  68. package/dist-es/commands/UpdateClusterConfigCommand.js +2 -3
  69. package/dist-es/commands/UpdateClusterVersionCommand.js +2 -3
  70. package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -3
  71. package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -3
  72. package/dist-es/models/models_0.js +0 -354
  73. package/dist-types/models/models_0.d.ts +0 -472
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -318
  75. package/package.json +4 -3
@@ -3450,475 +3450,3 @@ export interface UpdateNodegroupVersionResponse {
3450
3450
  */
3451
3451
  update?: Update;
3452
3452
  }
3453
- /**
3454
- * @internal
3455
- */
3456
- export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
3457
- /**
3458
- * @internal
3459
- */
3460
- export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
3461
- /**
3462
- * @internal
3463
- */
3464
- export declare const MarketplaceInformationFilterSensitiveLog: (obj: MarketplaceInformation) => any;
3465
- /**
3466
- * @internal
3467
- */
3468
- export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
3469
- /**
3470
- * @internal
3471
- */
3472
- export declare const CompatibilityFilterSensitiveLog: (obj: Compatibility) => any;
3473
- /**
3474
- * @internal
3475
- */
3476
- export declare const AddonVersionInfoFilterSensitiveLog: (obj: AddonVersionInfo) => any;
3477
- /**
3478
- * @internal
3479
- */
3480
- export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
3481
- /**
3482
- * @internal
3483
- */
3484
- export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
3485
- /**
3486
- * @internal
3487
- */
3488
- export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
3489
- /**
3490
- * @internal
3491
- */
3492
- export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
3493
- /**
3494
- * @internal
3495
- */
3496
- export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
3497
- /**
3498
- * @internal
3499
- */
3500
- export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
3501
- /**
3502
- * @internal
3503
- */
3504
- export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
3505
- /**
3506
- * @internal
3507
- */
3508
- export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
3509
- /**
3510
- * @internal
3511
- */
3512
- export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
3513
- /**
3514
- * @internal
3515
- */
3516
- export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
3517
- /**
3518
- * @internal
3519
- */
3520
- export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
3521
- /**
3522
- * @internal
3523
- */
3524
- export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
3525
- /**
3526
- * @internal
3527
- */
3528
- export declare const CreateAddonRequestFilterSensitiveLog: (obj: CreateAddonRequest) => any;
3529
- /**
3530
- * @internal
3531
- */
3532
- export declare const CreateAddonResponseFilterSensitiveLog: (obj: CreateAddonResponse) => any;
3533
- /**
3534
- * @internal
3535
- */
3536
- export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
3537
- /**
3538
- * @internal
3539
- */
3540
- export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
3541
- /**
3542
- * @internal
3543
- */
3544
- export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
3545
- /**
3546
- * @internal
3547
- */
3548
- export declare const ControlPlanePlacementRequestFilterSensitiveLog: (obj: ControlPlanePlacementRequest) => any;
3549
- /**
3550
- * @internal
3551
- */
3552
- export declare const OutpostConfigRequestFilterSensitiveLog: (obj: OutpostConfigRequest) => any;
3553
- /**
3554
- * @internal
3555
- */
3556
- export declare const VpcConfigRequestFilterSensitiveLog: (obj: VpcConfigRequest) => any;
3557
- /**
3558
- * @internal
3559
- */
3560
- export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
3561
- /**
3562
- * @internal
3563
- */
3564
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
3565
- /**
3566
- * @internal
3567
- */
3568
- export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
3569
- /**
3570
- * @internal
3571
- */
3572
- export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
3573
- /**
3574
- * @internal
3575
- */
3576
- export declare const ClusterHealthFilterSensitiveLog: (obj: ClusterHealth) => any;
3577
- /**
3578
- * @internal
3579
- */
3580
- export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
3581
- /**
3582
- * @internal
3583
- */
3584
- export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
3585
- /**
3586
- * @internal
3587
- */
3588
- export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
3589
- /**
3590
- * @internal
3591
- */
3592
- export declare const ControlPlanePlacementResponseFilterSensitiveLog: (obj: ControlPlanePlacementResponse) => any;
3593
- /**
3594
- * @internal
3595
- */
3596
- export declare const OutpostConfigResponseFilterSensitiveLog: (obj: OutpostConfigResponse) => any;
3597
- /**
3598
- * @internal
3599
- */
3600
- export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
3601
- /**
3602
- * @internal
3603
- */
3604
- export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
3605
- /**
3606
- * @internal
3607
- */
3608
- export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
3609
- /**
3610
- * @internal
3611
- */
3612
- export declare const FargateProfileSelectorFilterSensitiveLog: (obj: FargateProfileSelector) => any;
3613
- /**
3614
- * @internal
3615
- */
3616
- export declare const CreateFargateProfileRequestFilterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
3617
- /**
3618
- * @internal
3619
- */
3620
- export declare const FargateProfileFilterSensitiveLog: (obj: FargateProfile) => any;
3621
- /**
3622
- * @internal
3623
- */
3624
- export declare const CreateFargateProfileResponseFilterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
3625
- /**
3626
- * @internal
3627
- */
3628
- export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
3629
- /**
3630
- * @internal
3631
- */
3632
- export declare const RemoteAccessConfigFilterSensitiveLog: (obj: RemoteAccessConfig) => any;
3633
- /**
3634
- * @internal
3635
- */
3636
- export declare const NodegroupScalingConfigFilterSensitiveLog: (obj: NodegroupScalingConfig) => any;
3637
- /**
3638
- * @internal
3639
- */
3640
- export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
3641
- /**
3642
- * @internal
3643
- */
3644
- export declare const NodegroupUpdateConfigFilterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
3645
- /**
3646
- * @internal
3647
- */
3648
- export declare const CreateNodegroupRequestFilterSensitiveLog: (obj: CreateNodegroupRequest) => any;
3649
- /**
3650
- * @internal
3651
- */
3652
- export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
3653
- /**
3654
- * @internal
3655
- */
3656
- export declare const NodegroupHealthFilterSensitiveLog: (obj: NodegroupHealth) => any;
3657
- /**
3658
- * @internal
3659
- */
3660
- export declare const NodegroupResourcesFilterSensitiveLog: (obj: NodegroupResources) => any;
3661
- /**
3662
- * @internal
3663
- */
3664
- export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
3665
- /**
3666
- * @internal
3667
- */
3668
- export declare const CreateNodegroupResponseFilterSensitiveLog: (obj: CreateNodegroupResponse) => any;
3669
- /**
3670
- * @internal
3671
- */
3672
- export declare const DeleteAddonRequestFilterSensitiveLog: (obj: DeleteAddonRequest) => any;
3673
- /**
3674
- * @internal
3675
- */
3676
- export declare const DeleteAddonResponseFilterSensitiveLog: (obj: DeleteAddonResponse) => any;
3677
- /**
3678
- * @internal
3679
- */
3680
- export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
3681
- /**
3682
- * @internal
3683
- */
3684
- export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
3685
- /**
3686
- * @internal
3687
- */
3688
- export declare const DeleteFargateProfileRequestFilterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
3689
- /**
3690
- * @internal
3691
- */
3692
- export declare const DeleteFargateProfileResponseFilterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
3693
- /**
3694
- * @internal
3695
- */
3696
- export declare const DeleteNodegroupRequestFilterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
3697
- /**
3698
- * @internal
3699
- */
3700
- export declare const DeleteNodegroupResponseFilterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
3701
- /**
3702
- * @internal
3703
- */
3704
- export declare const DeregisterClusterRequestFilterSensitiveLog: (obj: DeregisterClusterRequest) => any;
3705
- /**
3706
- * @internal
3707
- */
3708
- export declare const DeregisterClusterResponseFilterSensitiveLog: (obj: DeregisterClusterResponse) => any;
3709
- /**
3710
- * @internal
3711
- */
3712
- export declare const DescribeAddonRequestFilterSensitiveLog: (obj: DescribeAddonRequest) => any;
3713
- /**
3714
- * @internal
3715
- */
3716
- export declare const DescribeAddonResponseFilterSensitiveLog: (obj: DescribeAddonResponse) => any;
3717
- /**
3718
- * @internal
3719
- */
3720
- export declare const DescribeAddonConfigurationRequestFilterSensitiveLog: (obj: DescribeAddonConfigurationRequest) => any;
3721
- /**
3722
- * @internal
3723
- */
3724
- export declare const DescribeAddonConfigurationResponseFilterSensitiveLog: (obj: DescribeAddonConfigurationResponse) => any;
3725
- /**
3726
- * @internal
3727
- */
3728
- export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
3729
- /**
3730
- * @internal
3731
- */
3732
- export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
3733
- /**
3734
- * @internal
3735
- */
3736
- export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
3737
- /**
3738
- * @internal
3739
- */
3740
- export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
3741
- /**
3742
- * @internal
3743
- */
3744
- export declare const DescribeFargateProfileRequestFilterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
3745
- /**
3746
- * @internal
3747
- */
3748
- export declare const DescribeFargateProfileResponseFilterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
3749
- /**
3750
- * @internal
3751
- */
3752
- export declare const IdentityProviderConfigFilterSensitiveLog: (obj: IdentityProviderConfig) => any;
3753
- /**
3754
- * @internal
3755
- */
3756
- export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
3757
- /**
3758
- * @internal
3759
- */
3760
- export declare const OidcIdentityProviderConfigFilterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
3761
- /**
3762
- * @internal
3763
- */
3764
- export declare const IdentityProviderConfigResponseFilterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
3765
- /**
3766
- * @internal
3767
- */
3768
- export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
3769
- /**
3770
- * @internal
3771
- */
3772
- export declare const DescribeNodegroupRequestFilterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
3773
- /**
3774
- * @internal
3775
- */
3776
- export declare const DescribeNodegroupResponseFilterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
3777
- /**
3778
- * @internal
3779
- */
3780
- export declare const DescribeUpdateRequestFilterSensitiveLog: (obj: DescribeUpdateRequest) => any;
3781
- /**
3782
- * @internal
3783
- */
3784
- export declare const DescribeUpdateResponseFilterSensitiveLog: (obj: DescribeUpdateResponse) => any;
3785
- /**
3786
- * @internal
3787
- */
3788
- export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
3789
- /**
3790
- * @internal
3791
- */
3792
- export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
3793
- /**
3794
- * @internal
3795
- */
3796
- export declare const ListAddonsRequestFilterSensitiveLog: (obj: ListAddonsRequest) => any;
3797
- /**
3798
- * @internal
3799
- */
3800
- export declare const ListAddonsResponseFilterSensitiveLog: (obj: ListAddonsResponse) => any;
3801
- /**
3802
- * @internal
3803
- */
3804
- export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
3805
- /**
3806
- * @internal
3807
- */
3808
- export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
3809
- /**
3810
- * @internal
3811
- */
3812
- export declare const ListFargateProfilesRequestFilterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
3813
- /**
3814
- * @internal
3815
- */
3816
- export declare const ListFargateProfilesResponseFilterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
3817
- /**
3818
- * @internal
3819
- */
3820
- export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
3821
- /**
3822
- * @internal
3823
- */
3824
- export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
3825
- /**
3826
- * @internal
3827
- */
3828
- export declare const ListNodegroupsRequestFilterSensitiveLog: (obj: ListNodegroupsRequest) => any;
3829
- /**
3830
- * @internal
3831
- */
3832
- export declare const ListNodegroupsResponseFilterSensitiveLog: (obj: ListNodegroupsResponse) => any;
3833
- /**
3834
- * @internal
3835
- */
3836
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3837
- /**
3838
- * @internal
3839
- */
3840
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3841
- /**
3842
- * @internal
3843
- */
3844
- export declare const ListUpdatesRequestFilterSensitiveLog: (obj: ListUpdatesRequest) => any;
3845
- /**
3846
- * @internal
3847
- */
3848
- export declare const ListUpdatesResponseFilterSensitiveLog: (obj: ListUpdatesResponse) => any;
3849
- /**
3850
- * @internal
3851
- */
3852
- export declare const ConnectorConfigRequestFilterSensitiveLog: (obj: ConnectorConfigRequest) => any;
3853
- /**
3854
- * @internal
3855
- */
3856
- export declare const RegisterClusterRequestFilterSensitiveLog: (obj: RegisterClusterRequest) => any;
3857
- /**
3858
- * @internal
3859
- */
3860
- export declare const RegisterClusterResponseFilterSensitiveLog: (obj: RegisterClusterResponse) => any;
3861
- /**
3862
- * @internal
3863
- */
3864
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3865
- /**
3866
- * @internal
3867
- */
3868
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3869
- /**
3870
- * @internal
3871
- */
3872
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3873
- /**
3874
- * @internal
3875
- */
3876
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3877
- /**
3878
- * @internal
3879
- */
3880
- export declare const UpdateAddonRequestFilterSensitiveLog: (obj: UpdateAddonRequest) => any;
3881
- /**
3882
- * @internal
3883
- */
3884
- export declare const UpdateAddonResponseFilterSensitiveLog: (obj: UpdateAddonResponse) => any;
3885
- /**
3886
- * @internal
3887
- */
3888
- export declare const UpdateClusterConfigRequestFilterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
3889
- /**
3890
- * @internal
3891
- */
3892
- export declare const UpdateClusterConfigResponseFilterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
3893
- /**
3894
- * @internal
3895
- */
3896
- export declare const UpdateClusterVersionRequestFilterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
3897
- /**
3898
- * @internal
3899
- */
3900
- export declare const UpdateClusterVersionResponseFilterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
3901
- /**
3902
- * @internal
3903
- */
3904
- export declare const UpdateLabelsPayloadFilterSensitiveLog: (obj: UpdateLabelsPayload) => any;
3905
- /**
3906
- * @internal
3907
- */
3908
- export declare const UpdateTaintsPayloadFilterSensitiveLog: (obj: UpdateTaintsPayload) => any;
3909
- /**
3910
- * @internal
3911
- */
3912
- export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
3913
- /**
3914
- * @internal
3915
- */
3916
- export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
3917
- /**
3918
- * @internal
3919
- */
3920
- export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
3921
- /**
3922
- * @internal
3923
- */
3924
- export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;