@aws-sdk/client-eks 3.130.0 → 3.141.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/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAddonCommand.js +2 -2
  6. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -2
  8. package/dist-cjs/commands/CreateNodegroupCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAddonCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterClusterCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeAddonCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeUpdateCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
  22. package/dist-cjs/commands/ListAddonsCommand.js +2 -2
  23. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  24. package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -2
  25. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -2
  26. package/dist-cjs/commands/ListNodegroupsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListUpdatesCommand.js +2 -2
  29. package/dist-cjs/commands/RegisterClusterCommand.js +2 -2
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateAddonCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -2
  37. package/dist-cjs/models/models_0.js +439 -657
  38. package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -3
  39. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -3
  40. package/dist-es/commands/CreateAddonCommand.js +3 -3
  41. package/dist-es/commands/CreateClusterCommand.js +3 -3
  42. package/dist-es/commands/CreateFargateProfileCommand.js +3 -3
  43. package/dist-es/commands/CreateNodegroupCommand.js +3 -3
  44. package/dist-es/commands/DeleteAddonCommand.js +3 -3
  45. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  46. package/dist-es/commands/DeleteFargateProfileCommand.js +3 -3
  47. package/dist-es/commands/DeleteNodegroupCommand.js +3 -3
  48. package/dist-es/commands/DeregisterClusterCommand.js +3 -3
  49. package/dist-es/commands/DescribeAddonCommand.js +3 -3
  50. package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -3
  51. package/dist-es/commands/DescribeClusterCommand.js +3 -3
  52. package/dist-es/commands/DescribeFargateProfileCommand.js +3 -3
  53. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -3
  54. package/dist-es/commands/DescribeNodegroupCommand.js +3 -3
  55. package/dist-es/commands/DescribeUpdateCommand.js +3 -3
  56. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
  57. package/dist-es/commands/ListAddonsCommand.js +3 -3
  58. package/dist-es/commands/ListClustersCommand.js +3 -3
  59. package/dist-es/commands/ListFargateProfilesCommand.js +3 -3
  60. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -3
  61. package/dist-es/commands/ListNodegroupsCommand.js +3 -3
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  63. package/dist-es/commands/ListUpdatesCommand.js +3 -3
  64. package/dist-es/commands/RegisterClusterCommand.js +3 -3
  65. package/dist-es/commands/TagResourceCommand.js +3 -3
  66. package/dist-es/commands/UntagResourceCommand.js +3 -3
  67. package/dist-es/commands/UpdateAddonCommand.js +3 -3
  68. package/dist-es/commands/UpdateClusterConfigCommand.js +3 -3
  69. package/dist-es/commands/UpdateClusterVersionCommand.js +3 -3
  70. package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -3
  71. package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -3
  72. package/dist-es/models/models_0.js +109 -436
  73. package/dist-types/models/models_0.d.ts +436 -654
  74. package/dist-types/ts3.4/models/models_0.d.ts +218 -436
  75. package/package.json +7 -7
@@ -26,19 +26,11 @@ export interface AddonIssue {
26
26
 
27
27
  resourceIds?: string[];
28
28
  }
29
- export declare namespace AddonIssue {
30
-
31
- const filterSensitiveLog: (obj: AddonIssue) => any;
32
- }
33
29
 
34
30
  export interface AddonHealth {
35
31
 
36
32
  issues?: AddonIssue[];
37
33
  }
38
- export declare namespace AddonHealth {
39
-
40
- const filterSensitiveLog: (obj: AddonHealth) => any;
41
- }
42
34
  export declare type AddonStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
43
35
 
44
36
  export interface Addon {
@@ -63,10 +55,6 @@ export interface Addon {
63
55
 
64
56
  tags?: Record<string, string>;
65
57
  }
66
- export declare namespace Addon {
67
-
68
- const filterSensitiveLog: (obj: Addon) => any;
69
- }
70
58
 
71
59
  export interface Compatibility {
72
60
 
@@ -76,10 +64,6 @@ export interface Compatibility {
76
64
 
77
65
  defaultVersion?: boolean;
78
66
  }
79
- export declare namespace Compatibility {
80
-
81
- const filterSensitiveLog: (obj: Compatibility) => any;
82
- }
83
67
 
84
68
  export interface AddonVersionInfo {
85
69
 
@@ -89,10 +73,6 @@ export interface AddonVersionInfo {
89
73
 
90
74
  compatibilities?: Compatibility[];
91
75
  }
92
- export declare namespace AddonVersionInfo {
93
-
94
- const filterSensitiveLog: (obj: AddonVersionInfo) => any;
95
- }
96
76
 
97
77
  export interface AddonInfo {
98
78
 
@@ -102,20 +82,12 @@ export interface AddonInfo {
102
82
 
103
83
  addonVersions?: AddonVersionInfo[];
104
84
  }
105
- export declare namespace AddonInfo {
106
-
107
- const filterSensitiveLog: (obj: AddonInfo) => any;
108
- }
109
85
  export declare type AMITypes = "AL2_ARM_64" | "AL2_x86_64" | "AL2_x86_64_GPU" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_x86_64_NVIDIA" | "CUSTOM";
110
86
 
111
87
  export interface Provider {
112
88
 
113
89
  keyArn?: string;
114
90
  }
115
- export declare namespace Provider {
116
-
117
- const filterSensitiveLog: (obj: Provider) => any;
118
- }
119
91
 
120
92
  export interface EncryptionConfig {
121
93
 
@@ -123,10 +95,6 @@ export interface EncryptionConfig {
123
95
 
124
96
  provider?: Provider;
125
97
  }
126
- export declare namespace EncryptionConfig {
127
-
128
- const filterSensitiveLog: (obj: EncryptionConfig) => any;
129
- }
130
98
  export interface AssociateEncryptionConfigRequest {
131
99
 
132
100
  clusterName: string | undefined;
@@ -135,10 +103,6 @@ export interface AssociateEncryptionConfigRequest {
135
103
 
136
104
  clientRequestToken?: string;
137
105
  }
138
- export declare namespace AssociateEncryptionConfigRequest {
139
-
140
- const filterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
141
- }
142
106
  export declare enum ErrorCode {
143
107
  ACCESS_DENIED = "AccessDenied",
144
108
  ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
@@ -167,10 +131,6 @@ export interface ErrorDetail {
167
131
 
168
132
  resourceIds?: string[];
169
133
  }
170
- export declare namespace ErrorDetail {
171
-
172
- const filterSensitiveLog: (obj: ErrorDetail) => any;
173
- }
174
134
  export declare enum UpdateParamType {
175
135
  ADDON_VERSION = "AddonVersion",
176
136
  CLUSTER_LOGGING = "ClusterLogging",
@@ -203,10 +163,6 @@ export interface UpdateParam {
203
163
 
204
164
  value?: string;
205
165
  }
206
- export declare namespace UpdateParam {
207
-
208
- const filterSensitiveLog: (obj: UpdateParam) => any;
209
- }
210
166
  export declare enum UpdateStatus {
211
167
  CANCELLED = "Cancelled",
212
168
  FAILED = "Failed",
@@ -238,18 +194,10 @@ export interface Update {
238
194
 
239
195
  errors?: ErrorDetail[];
240
196
  }
241
- export declare namespace Update {
242
-
243
- const filterSensitiveLog: (obj: Update) => any;
244
- }
245
197
  export interface AssociateEncryptionConfigResponse {
246
198
 
247
199
  update?: Update;
248
200
  }
249
- export declare namespace AssociateEncryptionConfigResponse {
250
-
251
- const filterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
252
- }
253
201
 
254
202
  export declare class ClientException extends __BaseException {
255
203
  readonly name: "ClientException";
@@ -345,10 +293,6 @@ export interface OidcIdentityProviderConfigRequest {
345
293
 
346
294
  requiredClaims?: Record<string, string>;
347
295
  }
348
- export declare namespace OidcIdentityProviderConfigRequest {
349
-
350
- const filterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
351
- }
352
296
  export interface AssociateIdentityProviderConfigRequest {
353
297
 
354
298
  clusterName: string | undefined;
@@ -359,29 +303,17 @@ export interface AssociateIdentityProviderConfigRequest {
359
303
 
360
304
  clientRequestToken?: string;
361
305
  }
362
- export declare namespace AssociateIdentityProviderConfigRequest {
363
-
364
- const filterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
365
- }
366
306
  export interface AssociateIdentityProviderConfigResponse {
367
307
 
368
308
  update?: Update;
369
309
 
370
310
  tags?: Record<string, string>;
371
311
  }
372
- export declare namespace AssociateIdentityProviderConfigResponse {
373
-
374
- const filterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
375
- }
376
312
 
377
313
  export interface AutoScalingGroup {
378
314
 
379
315
  name?: string;
380
316
  }
381
- export declare namespace AutoScalingGroup {
382
-
383
- const filterSensitiveLog: (obj: AutoScalingGroup) => any;
384
- }
385
317
  export declare type ResolveConflicts = "NONE" | "OVERWRITE";
386
318
  export interface CreateAddonRequest {
387
319
 
@@ -399,18 +331,10 @@ export interface CreateAddonRequest {
399
331
 
400
332
  tags?: Record<string, string>;
401
333
  }
402
- export declare namespace CreateAddonRequest {
403
-
404
- const filterSensitiveLog: (obj: CreateAddonRequest) => any;
405
- }
406
334
  export interface CreateAddonResponse {
407
335
 
408
336
  addon?: Addon;
409
337
  }
410
- export declare namespace CreateAddonResponse {
411
-
412
- const filterSensitiveLog: (obj: CreateAddonResponse) => any;
413
- }
414
338
  export declare enum IpFamily {
415
339
  IPV4 = "ipv4",
416
340
  IPV6 = "ipv6"
@@ -422,10 +346,6 @@ export interface KubernetesNetworkConfigRequest {
422
346
 
423
347
  ipFamily?: IpFamily | string;
424
348
  }
425
- export declare namespace KubernetesNetworkConfigRequest {
426
-
427
- const filterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
428
- }
429
349
  export declare enum LogType {
430
350
  API = "api",
431
351
  AUDIT = "audit",
@@ -440,19 +360,11 @@ export interface LogSetup {
440
360
 
441
361
  enabled?: boolean;
442
362
  }
443
- export declare namespace LogSetup {
444
-
445
- const filterSensitiveLog: (obj: LogSetup) => any;
446
- }
447
363
 
448
364
  export interface Logging {
449
365
 
450
366
  clusterLogging?: LogSetup[];
451
367
  }
452
- export declare namespace Logging {
453
-
454
- const filterSensitiveLog: (obj: Logging) => any;
455
- }
456
368
 
457
369
  export interface VpcConfigRequest {
458
370
 
@@ -466,10 +378,6 @@ export interface VpcConfigRequest {
466
378
 
467
379
  publicAccessCidrs?: string[];
468
380
  }
469
- export declare namespace VpcConfigRequest {
470
-
471
- const filterSensitiveLog: (obj: VpcConfigRequest) => any;
472
- }
473
381
  export interface CreateClusterRequest {
474
382
 
475
383
  name: string | undefined;
@@ -490,19 +398,11 @@ export interface CreateClusterRequest {
490
398
 
491
399
  encryptionConfig?: EncryptionConfig[];
492
400
  }
493
- export declare namespace CreateClusterRequest {
494
-
495
- const filterSensitiveLog: (obj: CreateClusterRequest) => any;
496
- }
497
401
 
498
402
  export interface Certificate {
499
403
 
500
404
  data?: string;
501
405
  }
502
- export declare namespace Certificate {
503
-
504
- const filterSensitiveLog: (obj: Certificate) => any;
505
- }
506
406
 
507
407
  export interface ConnectorConfigResponse {
508
408
 
@@ -516,28 +416,16 @@ export interface ConnectorConfigResponse {
516
416
 
517
417
  roleArn?: string;
518
418
  }
519
- export declare namespace ConnectorConfigResponse {
520
-
521
- const filterSensitiveLog: (obj: ConnectorConfigResponse) => any;
522
- }
523
419
 
524
420
  export interface OIDC {
525
421
 
526
422
  issuer?: string;
527
423
  }
528
- export declare namespace OIDC {
529
-
530
- const filterSensitiveLog: (obj: OIDC) => any;
531
- }
532
424
 
533
425
  export interface Identity {
534
426
 
535
427
  oidc?: OIDC;
536
428
  }
537
- export declare namespace Identity {
538
-
539
- const filterSensitiveLog: (obj: Identity) => any;
540
- }
541
429
 
542
430
  export interface KubernetesNetworkConfigResponse {
543
431
 
@@ -547,10 +435,6 @@ export interface KubernetesNetworkConfigResponse {
547
435
 
548
436
  ipFamily?: IpFamily | string;
549
437
  }
550
- export declare namespace KubernetesNetworkConfigResponse {
551
-
552
- const filterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
553
- }
554
438
 
555
439
  export interface VpcConfigResponse {
556
440
 
@@ -568,10 +452,6 @@ export interface VpcConfigResponse {
568
452
 
569
453
  publicAccessCidrs?: string[];
570
454
  }
571
- export declare namespace VpcConfigResponse {
572
-
573
- const filterSensitiveLog: (obj: VpcConfigResponse) => any;
574
- }
575
455
  export declare type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "PENDING" | "UPDATING";
576
456
 
577
457
  export interface Cluster {
@@ -610,18 +490,10 @@ export interface Cluster {
610
490
 
611
491
  connectorConfig?: ConnectorConfigResponse;
612
492
  }
613
- export declare namespace Cluster {
614
-
615
- const filterSensitiveLog: (obj: Cluster) => any;
616
- }
617
493
  export interface CreateClusterResponse {
618
494
 
619
495
  cluster?: Cluster;
620
496
  }
621
- export declare namespace CreateClusterResponse {
622
-
623
- const filterSensitiveLog: (obj: CreateClusterResponse) => any;
624
- }
625
497
 
626
498
  export declare class ResourceLimitExceededException extends __BaseException {
627
499
  readonly name: "ResourceLimitExceededException";
@@ -660,10 +532,6 @@ export interface FargateProfileSelector {
660
532
 
661
533
  labels?: Record<string, string>;
662
534
  }
663
- export declare namespace FargateProfileSelector {
664
-
665
- const filterSensitiveLog: (obj: FargateProfileSelector) => any;
666
- }
667
535
  export interface CreateFargateProfileRequest {
668
536
 
669
537
  fargateProfileName: string | undefined;
@@ -680,10 +548,6 @@ export interface CreateFargateProfileRequest {
680
548
 
681
549
  tags?: Record<string, string>;
682
550
  }
683
- export declare namespace CreateFargateProfileRequest {
684
-
685
- const filterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
686
- }
687
551
  export declare type FargateProfileStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING";
688
552
 
689
553
  export interface FargateProfile {
@@ -706,18 +570,10 @@ export interface FargateProfile {
706
570
 
707
571
  tags?: Record<string, string>;
708
572
  }
709
- export declare namespace FargateProfile {
710
-
711
- const filterSensitiveLog: (obj: FargateProfile) => any;
712
- }
713
573
  export interface CreateFargateProfileResponse {
714
574
 
715
575
  fargateProfile?: FargateProfile;
716
576
  }
717
- export declare namespace CreateFargateProfileResponse {
718
-
719
- const filterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
720
- }
721
577
  export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
722
578
 
723
579
  export interface LaunchTemplateSpecification {
@@ -728,10 +584,6 @@ export interface LaunchTemplateSpecification {
728
584
 
729
585
  id?: string;
730
586
  }
731
- export declare namespace LaunchTemplateSpecification {
732
-
733
- const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
734
- }
735
587
 
736
588
  export interface RemoteAccessConfig {
737
589
 
@@ -739,10 +591,6 @@ export interface RemoteAccessConfig {
739
591
 
740
592
  sourceSecurityGroups?: string[];
741
593
  }
742
- export declare namespace RemoteAccessConfig {
743
-
744
- const filterSensitiveLog: (obj: RemoteAccessConfig) => any;
745
- }
746
594
 
747
595
  export interface NodegroupScalingConfig {
748
596
 
@@ -752,10 +600,6 @@ export interface NodegroupScalingConfig {
752
600
 
753
601
  desiredSize?: number;
754
602
  }
755
- export declare namespace NodegroupScalingConfig {
756
-
757
- const filterSensitiveLog: (obj: NodegroupScalingConfig) => any;
758
- }
759
603
  export declare enum TaintEffect {
760
604
  NO_EXECUTE = "NO_EXECUTE",
761
605
  NO_SCHEDULE = "NO_SCHEDULE",
@@ -770,10 +614,6 @@ export interface Taint {
770
614
 
771
615
  effect?: TaintEffect | string;
772
616
  }
773
- export declare namespace Taint {
774
-
775
- const filterSensitiveLog: (obj: Taint) => any;
776
- }
777
617
 
778
618
  export interface NodegroupUpdateConfig {
779
619
 
@@ -781,10 +621,6 @@ export interface NodegroupUpdateConfig {
781
621
 
782
622
  maxUnavailablePercentage?: number;
783
623
  }
784
- export declare namespace NodegroupUpdateConfig {
785
-
786
- const filterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
787
- }
788
624
  export interface CreateNodegroupRequest {
789
625
 
790
626
  clusterName: string | undefined;
@@ -823,10 +659,6 @@ export interface CreateNodegroupRequest {
823
659
 
824
660
  releaseVersion?: string;
825
661
  }
826
- export declare namespace CreateNodegroupRequest {
827
-
828
- const filterSensitiveLog: (obj: CreateNodegroupRequest) => any;
829
- }
830
662
  export declare enum NodegroupIssueCode {
831
663
  ACCESS_DENIED = "AccessDenied",
832
664
  ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
@@ -857,19 +689,11 @@ export interface Issue {
857
689
 
858
690
  resourceIds?: string[];
859
691
  }
860
- export declare namespace Issue {
861
-
862
- const filterSensitiveLog: (obj: Issue) => any;
863
- }
864
692
 
865
693
  export interface NodegroupHealth {
866
694
 
867
695
  issues?: Issue[];
868
696
  }
869
- export declare namespace NodegroupHealth {
870
-
871
- const filterSensitiveLog: (obj: NodegroupHealth) => any;
872
- }
873
697
 
874
698
  export interface NodegroupResources {
875
699
 
@@ -877,10 +701,6 @@ export interface NodegroupResources {
877
701
 
878
702
  remoteAccessSecurityGroup?: string;
879
703
  }
880
- export declare namespace NodegroupResources {
881
-
882
- const filterSensitiveLog: (obj: NodegroupResources) => any;
883
- }
884
704
  export declare type NodegroupStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
885
705
 
886
706
  export interface Nodegroup {
@@ -931,18 +751,10 @@ export interface Nodegroup {
931
751
 
932
752
  tags?: Record<string, string>;
933
753
  }
934
- export declare namespace Nodegroup {
935
-
936
- const filterSensitiveLog: (obj: Nodegroup) => any;
937
- }
938
754
  export interface CreateNodegroupResponse {
939
755
 
940
756
  nodegroup?: Nodegroup;
941
757
  }
942
- export declare namespace CreateNodegroupResponse {
943
-
944
- const filterSensitiveLog: (obj: CreateNodegroupResponse) => any;
945
- }
946
758
  export interface DeleteAddonRequest {
947
759
 
948
760
  clusterName: string | undefined;
@@ -951,104 +763,56 @@ export interface DeleteAddonRequest {
951
763
 
952
764
  preserve?: boolean;
953
765
  }
954
- export declare namespace DeleteAddonRequest {
955
-
956
- const filterSensitiveLog: (obj: DeleteAddonRequest) => any;
957
- }
958
766
  export interface DeleteAddonResponse {
959
767
 
960
768
  addon?: Addon;
961
769
  }
962
- export declare namespace DeleteAddonResponse {
963
-
964
- const filterSensitiveLog: (obj: DeleteAddonResponse) => any;
965
- }
966
770
  export interface DeleteClusterRequest {
967
771
 
968
772
  name: string | undefined;
969
773
  }
970
- export declare namespace DeleteClusterRequest {
971
-
972
- const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
973
- }
974
774
  export interface DeleteClusterResponse {
975
775
 
976
776
  cluster?: Cluster;
977
777
  }
978
- export declare namespace DeleteClusterResponse {
979
-
980
- const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
981
- }
982
778
  export interface DeleteFargateProfileRequest {
983
779
 
984
780
  clusterName: string | undefined;
985
781
 
986
782
  fargateProfileName: string | undefined;
987
783
  }
988
- export declare namespace DeleteFargateProfileRequest {
989
-
990
- const filterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
991
- }
992
784
  export interface DeleteFargateProfileResponse {
993
785
 
994
786
  fargateProfile?: FargateProfile;
995
787
  }
996
- export declare namespace DeleteFargateProfileResponse {
997
-
998
- const filterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
999
- }
1000
788
  export interface DeleteNodegroupRequest {
1001
789
 
1002
790
  clusterName: string | undefined;
1003
791
 
1004
792
  nodegroupName: string | undefined;
1005
793
  }
1006
- export declare namespace DeleteNodegroupRequest {
1007
-
1008
- const filterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
1009
- }
1010
794
  export interface DeleteNodegroupResponse {
1011
795
 
1012
796
  nodegroup?: Nodegroup;
1013
797
  }
1014
- export declare namespace DeleteNodegroupResponse {
1015
-
1016
- const filterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
1017
- }
1018
798
  export interface DeregisterClusterRequest {
1019
799
 
1020
800
  name: string | undefined;
1021
801
  }
1022
- export declare namespace DeregisterClusterRequest {
1023
-
1024
- const filterSensitiveLog: (obj: DeregisterClusterRequest) => any;
1025
- }
1026
802
  export interface DeregisterClusterResponse {
1027
803
 
1028
804
  cluster?: Cluster;
1029
805
  }
1030
- export declare namespace DeregisterClusterResponse {
1031
-
1032
- const filterSensitiveLog: (obj: DeregisterClusterResponse) => any;
1033
- }
1034
806
  export interface DescribeAddonRequest {
1035
807
 
1036
808
  clusterName: string | undefined;
1037
809
 
1038
810
  addonName: string | undefined;
1039
811
  }
1040
- export declare namespace DescribeAddonRequest {
1041
-
1042
- const filterSensitiveLog: (obj: DescribeAddonRequest) => any;
1043
- }
1044
812
  export interface DescribeAddonResponse {
1045
813
 
1046
814
  addon?: Addon;
1047
815
  }
1048
- export declare namespace DescribeAddonResponse {
1049
-
1050
- const filterSensitiveLog: (obj: DescribeAddonResponse) => any;
1051
- }
1052
816
  export interface DescribeAddonVersionsRequest {
1053
817
 
1054
818
  kubernetesVersion?: string;
@@ -1059,54 +823,30 @@ export interface DescribeAddonVersionsRequest {
1059
823
 
1060
824
  addonName?: string;
1061
825
  }
1062
- export declare namespace DescribeAddonVersionsRequest {
1063
-
1064
- const filterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
1065
- }
1066
826
  export interface DescribeAddonVersionsResponse {
1067
827
 
1068
828
  addons?: AddonInfo[];
1069
829
 
1070
830
  nextToken?: string;
1071
831
  }
1072
- export declare namespace DescribeAddonVersionsResponse {
1073
-
1074
- const filterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
1075
- }
1076
832
  export interface DescribeClusterRequest {
1077
833
 
1078
834
  name: string | undefined;
1079
835
  }
1080
- export declare namespace DescribeClusterRequest {
1081
-
1082
- const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
1083
- }
1084
836
  export interface DescribeClusterResponse {
1085
837
 
1086
838
  cluster?: Cluster;
1087
839
  }
1088
- export declare namespace DescribeClusterResponse {
1089
-
1090
- const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
1091
- }
1092
840
  export interface DescribeFargateProfileRequest {
1093
841
 
1094
842
  clusterName: string | undefined;
1095
843
 
1096
844
  fargateProfileName: string | undefined;
1097
845
  }
1098
- export declare namespace DescribeFargateProfileRequest {
1099
-
1100
- const filterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
1101
- }
1102
846
  export interface DescribeFargateProfileResponse {
1103
847
 
1104
848
  fargateProfile?: FargateProfile;
1105
849
  }
1106
- export declare namespace DescribeFargateProfileResponse {
1107
-
1108
- const filterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
1109
- }
1110
850
 
1111
851
  export interface IdentityProviderConfig {
1112
852
 
@@ -1114,20 +854,12 @@ export interface IdentityProviderConfig {
1114
854
 
1115
855
  name: string | undefined;
1116
856
  }
1117
- export declare namespace IdentityProviderConfig {
1118
-
1119
- const filterSensitiveLog: (obj: IdentityProviderConfig) => any;
1120
- }
1121
857
  export interface DescribeIdentityProviderConfigRequest {
1122
858
 
1123
859
  clusterName: string | undefined;
1124
860
 
1125
861
  identityProviderConfig: IdentityProviderConfig | undefined;
1126
862
  }
1127
- export declare namespace DescribeIdentityProviderConfigRequest {
1128
-
1129
- const filterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
1130
- }
1131
863
  export declare enum ConfigStatus {
1132
864
  ACTIVE = "ACTIVE",
1133
865
  CREATING = "CREATING",
@@ -1160,45 +892,25 @@ export interface OidcIdentityProviderConfig {
1160
892
 
1161
893
  status?: ConfigStatus | string;
1162
894
  }
1163
- export declare namespace OidcIdentityProviderConfig {
1164
-
1165
- const filterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
1166
- }
1167
895
 
1168
896
  export interface IdentityProviderConfigResponse {
1169
897
 
1170
898
  oidc?: OidcIdentityProviderConfig;
1171
899
  }
1172
- export declare namespace IdentityProviderConfigResponse {
1173
-
1174
- const filterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
1175
- }
1176
900
  export interface DescribeIdentityProviderConfigResponse {
1177
901
 
1178
902
  identityProviderConfig?: IdentityProviderConfigResponse;
1179
903
  }
1180
- export declare namespace DescribeIdentityProviderConfigResponse {
1181
-
1182
- const filterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
1183
- }
1184
904
  export interface DescribeNodegroupRequest {
1185
905
 
1186
906
  clusterName: string | undefined;
1187
907
 
1188
908
  nodegroupName: string | undefined;
1189
909
  }
1190
- export declare namespace DescribeNodegroupRequest {
1191
-
1192
- const filterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
1193
- }
1194
910
  export interface DescribeNodegroupResponse {
1195
911
 
1196
912
  nodegroup?: Nodegroup;
1197
913
  }
1198
- export declare namespace DescribeNodegroupResponse {
1199
-
1200
- const filterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
1201
- }
1202
914
  export interface DescribeUpdateRequest {
1203
915
 
1204
916
  name: string | undefined;
@@ -1209,18 +921,10 @@ export interface DescribeUpdateRequest {
1209
921
 
1210
922
  addonName?: string;
1211
923
  }
1212
- export declare namespace DescribeUpdateRequest {
1213
-
1214
- const filterSensitiveLog: (obj: DescribeUpdateRequest) => any;
1215
- }
1216
924
  export interface DescribeUpdateResponse {
1217
925
 
1218
926
  update?: Update;
1219
927
  }
1220
- export declare namespace DescribeUpdateResponse {
1221
-
1222
- const filterSensitiveLog: (obj: DescribeUpdateResponse) => any;
1223
- }
1224
928
  export interface DisassociateIdentityProviderConfigRequest {
1225
929
 
1226
930
  clusterName: string | undefined;
@@ -1229,18 +933,10 @@ export interface DisassociateIdentityProviderConfigRequest {
1229
933
 
1230
934
  clientRequestToken?: string;
1231
935
  }
1232
- export declare namespace DisassociateIdentityProviderConfigRequest {
1233
-
1234
- const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
1235
- }
1236
936
  export interface DisassociateIdentityProviderConfigResponse {
1237
937
 
1238
938
  update?: Update;
1239
939
  }
1240
- export declare namespace DisassociateIdentityProviderConfigResponse {
1241
-
1242
- const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
1243
- }
1244
940
  export interface ListAddonsRequest {
1245
941
 
1246
942
  clusterName: string | undefined;
@@ -1249,20 +945,12 @@ export interface ListAddonsRequest {
1249
945
 
1250
946
  nextToken?: string;
1251
947
  }
1252
- export declare namespace ListAddonsRequest {
1253
-
1254
- const filterSensitiveLog: (obj: ListAddonsRequest) => any;
1255
- }
1256
948
  export interface ListAddonsResponse {
1257
949
 
1258
950
  addons?: string[];
1259
951
 
1260
952
  nextToken?: string;
1261
953
  }
1262
- export declare namespace ListAddonsResponse {
1263
-
1264
- const filterSensitiveLog: (obj: ListAddonsResponse) => any;
1265
- }
1266
954
  export interface ListClustersRequest {
1267
955
 
1268
956
  maxResults?: number;
@@ -1271,20 +959,12 @@ export interface ListClustersRequest {
1271
959
 
1272
960
  include?: string[];
1273
961
  }
1274
- export declare namespace ListClustersRequest {
1275
-
1276
- const filterSensitiveLog: (obj: ListClustersRequest) => any;
1277
- }
1278
962
  export interface ListClustersResponse {
1279
963
 
1280
964
  clusters?: string[];
1281
965
 
1282
966
  nextToken?: string;
1283
967
  }
1284
- export declare namespace ListClustersResponse {
1285
-
1286
- const filterSensitiveLog: (obj: ListClustersResponse) => any;
1287
- }
1288
968
  export interface ListFargateProfilesRequest {
1289
969
 
1290
970
  clusterName: string | undefined;
@@ -1293,20 +973,12 @@ export interface ListFargateProfilesRequest {
1293
973
 
1294
974
  nextToken?: string;
1295
975
  }
1296
- export declare namespace ListFargateProfilesRequest {
1297
-
1298
- const filterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
1299
- }
1300
976
  export interface ListFargateProfilesResponse {
1301
977
 
1302
978
  fargateProfileNames?: string[];
1303
979
 
1304
980
  nextToken?: string;
1305
981
  }
1306
- export declare namespace ListFargateProfilesResponse {
1307
-
1308
- const filterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
1309
- }
1310
982
  export interface ListIdentityProviderConfigsRequest {
1311
983
 
1312
984
  clusterName: string | undefined;
@@ -1315,20 +987,12 @@ export interface ListIdentityProviderConfigsRequest {
1315
987
 
1316
988
  nextToken?: string;
1317
989
  }
1318
- export declare namespace ListIdentityProviderConfigsRequest {
1319
-
1320
- const filterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
1321
- }
1322
990
  export interface ListIdentityProviderConfigsResponse {
1323
991
 
1324
992
  identityProviderConfigs?: IdentityProviderConfig[];
1325
993
 
1326
994
  nextToken?: string;
1327
995
  }
1328
- export declare namespace ListIdentityProviderConfigsResponse {
1329
-
1330
- const filterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
1331
- }
1332
996
  export interface ListNodegroupsRequest {
1333
997
 
1334
998
  clusterName: string | undefined;
@@ -1337,20 +1001,12 @@ export interface ListNodegroupsRequest {
1337
1001
 
1338
1002
  nextToken?: string;
1339
1003
  }
1340
- export declare namespace ListNodegroupsRequest {
1341
-
1342
- const filterSensitiveLog: (obj: ListNodegroupsRequest) => any;
1343
- }
1344
1004
  export interface ListNodegroupsResponse {
1345
1005
 
1346
1006
  nodegroups?: string[];
1347
1007
 
1348
1008
  nextToken?: string;
1349
1009
  }
1350
- export declare namespace ListNodegroupsResponse {
1351
-
1352
- const filterSensitiveLog: (obj: ListNodegroupsResponse) => any;
1353
- }
1354
1010
 
1355
1011
  export declare class BadRequestException extends __BaseException {
1356
1012
  readonly name: "BadRequestException";
@@ -1362,18 +1018,10 @@ export interface ListTagsForResourceRequest {
1362
1018
 
1363
1019
  resourceArn: string | undefined;
1364
1020
  }
1365
- export declare namespace ListTagsForResourceRequest {
1366
-
1367
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1368
- }
1369
1021
  export interface ListTagsForResourceResponse {
1370
1022
 
1371
1023
  tags?: Record<string, string>;
1372
1024
  }
1373
- export declare namespace ListTagsForResourceResponse {
1374
-
1375
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1376
- }
1377
1025
 
1378
1026
  export declare class NotFoundException extends __BaseException {
1379
1027
  readonly name: "NotFoundException";
@@ -1393,20 +1041,12 @@ export interface ListUpdatesRequest {
1393
1041
 
1394
1042
  maxResults?: number;
1395
1043
  }
1396
- export declare namespace ListUpdatesRequest {
1397
-
1398
- const filterSensitiveLog: (obj: ListUpdatesRequest) => any;
1399
- }
1400
1044
  export interface ListUpdatesResponse {
1401
1045
 
1402
1046
  updateIds?: string[];
1403
1047
 
1404
1048
  nextToken?: string;
1405
1049
  }
1406
- export declare namespace ListUpdatesResponse {
1407
-
1408
- const filterSensitiveLog: (obj: ListUpdatesResponse) => any;
1409
- }
1410
1050
  export declare enum ConnectorConfigProvider {
1411
1051
  AKS = "AKS",
1412
1052
  ANTHOS = "ANTHOS",
@@ -1425,10 +1065,6 @@ export interface ConnectorConfigRequest {
1425
1065
 
1426
1066
  provider: ConnectorConfigProvider | string | undefined;
1427
1067
  }
1428
- export declare namespace ConnectorConfigRequest {
1429
-
1430
- const filterSensitiveLog: (obj: ConnectorConfigRequest) => any;
1431
- }
1432
1068
  export interface RegisterClusterRequest {
1433
1069
 
1434
1070
  name: string | undefined;
@@ -1439,18 +1075,10 @@ export interface RegisterClusterRequest {
1439
1075
 
1440
1076
  tags?: Record<string, string>;
1441
1077
  }
1442
- export declare namespace RegisterClusterRequest {
1443
-
1444
- const filterSensitiveLog: (obj: RegisterClusterRequest) => any;
1445
- }
1446
1078
  export interface RegisterClusterResponse {
1447
1079
 
1448
1080
  cluster?: Cluster;
1449
1081
  }
1450
- export declare namespace RegisterClusterResponse {
1451
-
1452
- const filterSensitiveLog: (obj: RegisterClusterResponse) => any;
1453
- }
1454
1082
 
1455
1083
  export declare class ResourcePropagationDelayException extends __BaseException {
1456
1084
  readonly name: "ResourcePropagationDelayException";
@@ -1464,32 +1092,16 @@ export interface TagResourceRequest {
1464
1092
 
1465
1093
  tags: Record<string, string> | undefined;
1466
1094
  }
1467
- export declare namespace TagResourceRequest {
1468
-
1469
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1470
- }
1471
1095
  export interface TagResourceResponse {
1472
1096
  }
1473
- export declare namespace TagResourceResponse {
1474
-
1475
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1476
- }
1477
1097
  export interface UntagResourceRequest {
1478
1098
 
1479
1099
  resourceArn: string | undefined;
1480
1100
 
1481
1101
  tagKeys: string[] | undefined;
1482
1102
  }
1483
- export declare namespace UntagResourceRequest {
1484
-
1485
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1486
- }
1487
1103
  export interface UntagResourceResponse {
1488
1104
  }
1489
- export declare namespace UntagResourceResponse {
1490
-
1491
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1492
- }
1493
1105
  export interface UpdateAddonRequest {
1494
1106
 
1495
1107
  clusterName: string | undefined;
@@ -1504,18 +1116,10 @@ export interface UpdateAddonRequest {
1504
1116
 
1505
1117
  clientRequestToken?: string;
1506
1118
  }
1507
- export declare namespace UpdateAddonRequest {
1508
-
1509
- const filterSensitiveLog: (obj: UpdateAddonRequest) => any;
1510
- }
1511
1119
  export interface UpdateAddonResponse {
1512
1120
 
1513
1121
  update?: Update;
1514
1122
  }
1515
- export declare namespace UpdateAddonResponse {
1516
-
1517
- const filterSensitiveLog: (obj: UpdateAddonResponse) => any;
1518
- }
1519
1123
  export interface UpdateClusterConfigRequest {
1520
1124
 
1521
1125
  name: string | undefined;
@@ -1526,18 +1130,10 @@ export interface UpdateClusterConfigRequest {
1526
1130
 
1527
1131
  clientRequestToken?: string;
1528
1132
  }
1529
- export declare namespace UpdateClusterConfigRequest {
1530
-
1531
- const filterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
1532
- }
1533
1133
  export interface UpdateClusterConfigResponse {
1534
1134
 
1535
1135
  update?: Update;
1536
1136
  }
1537
- export declare namespace UpdateClusterConfigResponse {
1538
-
1539
- const filterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
1540
- }
1541
1137
  export interface UpdateClusterVersionRequest {
1542
1138
 
1543
1139
  name: string | undefined;
@@ -1546,18 +1142,10 @@ export interface UpdateClusterVersionRequest {
1546
1142
 
1547
1143
  clientRequestToken?: string;
1548
1144
  }
1549
- export declare namespace UpdateClusterVersionRequest {
1550
-
1551
- const filterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
1552
- }
1553
1145
  export interface UpdateClusterVersionResponse {
1554
1146
 
1555
1147
  update?: Update;
1556
1148
  }
1557
- export declare namespace UpdateClusterVersionResponse {
1558
-
1559
- const filterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
1560
- }
1561
1149
 
1562
1150
  export interface UpdateLabelsPayload {
1563
1151
 
@@ -1565,10 +1153,6 @@ export interface UpdateLabelsPayload {
1565
1153
 
1566
1154
  removeLabels?: string[];
1567
1155
  }
1568
- export declare namespace UpdateLabelsPayload {
1569
-
1570
- const filterSensitiveLog: (obj: UpdateLabelsPayload) => any;
1571
- }
1572
1156
 
1573
1157
  export interface UpdateTaintsPayload {
1574
1158
 
@@ -1576,10 +1160,6 @@ export interface UpdateTaintsPayload {
1576
1160
 
1577
1161
  removeTaints?: Taint[];
1578
1162
  }
1579
- export declare namespace UpdateTaintsPayload {
1580
-
1581
- const filterSensitiveLog: (obj: UpdateTaintsPayload) => any;
1582
- }
1583
1163
  export interface UpdateNodegroupConfigRequest {
1584
1164
 
1585
1165
  clusterName: string | undefined;
@@ -1596,18 +1176,10 @@ export interface UpdateNodegroupConfigRequest {
1596
1176
 
1597
1177
  clientRequestToken?: string;
1598
1178
  }
1599
- export declare namespace UpdateNodegroupConfigRequest {
1600
-
1601
- const filterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
1602
- }
1603
1179
  export interface UpdateNodegroupConfigResponse {
1604
1180
 
1605
1181
  update?: Update;
1606
1182
  }
1607
- export declare namespace UpdateNodegroupConfigResponse {
1608
-
1609
- const filterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
1610
- }
1611
1183
  export interface UpdateNodegroupVersionRequest {
1612
1184
 
1613
1185
  clusterName: string | undefined;
@@ -1624,15 +1196,225 @@ export interface UpdateNodegroupVersionRequest {
1624
1196
 
1625
1197
  clientRequestToken?: string;
1626
1198
  }
1627
- export declare namespace UpdateNodegroupVersionRequest {
1628
-
1629
- const filterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
1630
- }
1631
1199
  export interface UpdateNodegroupVersionResponse {
1632
1200
 
1633
1201
  update?: Update;
1634
1202
  }
1635
- export declare namespace UpdateNodegroupVersionResponse {
1636
-
1637
- const filterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;
1638
- }
1203
+
1204
+ export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
1205
+
1206
+ export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
1207
+
1208
+ export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
1209
+
1210
+ export declare const CompatibilityFilterSensitiveLog: (obj: Compatibility) => any;
1211
+
1212
+ export declare const AddonVersionInfoFilterSensitiveLog: (obj: AddonVersionInfo) => any;
1213
+
1214
+ export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
1215
+
1216
+ export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
1217
+
1218
+ export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
1219
+
1220
+ export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
1221
+
1222
+ export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
1223
+
1224
+ export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
1225
+
1226
+ export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
1227
+
1228
+ export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
1229
+
1230
+ export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
1231
+
1232
+ export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
1233
+
1234
+ export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
1235
+
1236
+ export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
1237
+
1238
+ export declare const CreateAddonRequestFilterSensitiveLog: (obj: CreateAddonRequest) => any;
1239
+
1240
+ export declare const CreateAddonResponseFilterSensitiveLog: (obj: CreateAddonResponse) => any;
1241
+
1242
+ export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
1243
+
1244
+ export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
1245
+
1246
+ export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
1247
+
1248
+ export declare const VpcConfigRequestFilterSensitiveLog: (obj: VpcConfigRequest) => any;
1249
+
1250
+ export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
1251
+
1252
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1253
+
1254
+ export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
1255
+
1256
+ export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
1257
+
1258
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
1259
+
1260
+ export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
1261
+
1262
+ export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
1263
+
1264
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
1265
+
1266
+ export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
1267
+
1268
+ export declare const FargateProfileSelectorFilterSensitiveLog: (obj: FargateProfileSelector) => any;
1269
+
1270
+ export declare const CreateFargateProfileRequestFilterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
1271
+
1272
+ export declare const FargateProfileFilterSensitiveLog: (obj: FargateProfile) => any;
1273
+
1274
+ export declare const CreateFargateProfileResponseFilterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
1275
+
1276
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
1277
+
1278
+ export declare const RemoteAccessConfigFilterSensitiveLog: (obj: RemoteAccessConfig) => any;
1279
+
1280
+ export declare const NodegroupScalingConfigFilterSensitiveLog: (obj: NodegroupScalingConfig) => any;
1281
+
1282
+ export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
1283
+
1284
+ export declare const NodegroupUpdateConfigFilterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
1285
+
1286
+ export declare const CreateNodegroupRequestFilterSensitiveLog: (obj: CreateNodegroupRequest) => any;
1287
+
1288
+ export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
1289
+
1290
+ export declare const NodegroupHealthFilterSensitiveLog: (obj: NodegroupHealth) => any;
1291
+
1292
+ export declare const NodegroupResourcesFilterSensitiveLog: (obj: NodegroupResources) => any;
1293
+
1294
+ export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
1295
+
1296
+ export declare const CreateNodegroupResponseFilterSensitiveLog: (obj: CreateNodegroupResponse) => any;
1297
+
1298
+ export declare const DeleteAddonRequestFilterSensitiveLog: (obj: DeleteAddonRequest) => any;
1299
+
1300
+ export declare const DeleteAddonResponseFilterSensitiveLog: (obj: DeleteAddonResponse) => any;
1301
+
1302
+ export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
1303
+
1304
+ export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
1305
+
1306
+ export declare const DeleteFargateProfileRequestFilterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
1307
+
1308
+ export declare const DeleteFargateProfileResponseFilterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
1309
+
1310
+ export declare const DeleteNodegroupRequestFilterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
1311
+
1312
+ export declare const DeleteNodegroupResponseFilterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
1313
+
1314
+ export declare const DeregisterClusterRequestFilterSensitiveLog: (obj: DeregisterClusterRequest) => any;
1315
+
1316
+ export declare const DeregisterClusterResponseFilterSensitiveLog: (obj: DeregisterClusterResponse) => any;
1317
+
1318
+ export declare const DescribeAddonRequestFilterSensitiveLog: (obj: DescribeAddonRequest) => any;
1319
+
1320
+ export declare const DescribeAddonResponseFilterSensitiveLog: (obj: DescribeAddonResponse) => any;
1321
+
1322
+ export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
1323
+
1324
+ export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
1325
+
1326
+ export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
1327
+
1328
+ export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
1329
+
1330
+ export declare const DescribeFargateProfileRequestFilterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
1331
+
1332
+ export declare const DescribeFargateProfileResponseFilterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
1333
+
1334
+ export declare const IdentityProviderConfigFilterSensitiveLog: (obj: IdentityProviderConfig) => any;
1335
+
1336
+ export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
1337
+
1338
+ export declare const OidcIdentityProviderConfigFilterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
1339
+
1340
+ export declare const IdentityProviderConfigResponseFilterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
1341
+
1342
+ export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
1343
+
1344
+ export declare const DescribeNodegroupRequestFilterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
1345
+
1346
+ export declare const DescribeNodegroupResponseFilterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
1347
+
1348
+ export declare const DescribeUpdateRequestFilterSensitiveLog: (obj: DescribeUpdateRequest) => any;
1349
+
1350
+ export declare const DescribeUpdateResponseFilterSensitiveLog: (obj: DescribeUpdateResponse) => any;
1351
+
1352
+ export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
1353
+
1354
+ export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
1355
+
1356
+ export declare const ListAddonsRequestFilterSensitiveLog: (obj: ListAddonsRequest) => any;
1357
+
1358
+ export declare const ListAddonsResponseFilterSensitiveLog: (obj: ListAddonsResponse) => any;
1359
+
1360
+ export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
1361
+
1362
+ export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
1363
+
1364
+ export declare const ListFargateProfilesRequestFilterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
1365
+
1366
+ export declare const ListFargateProfilesResponseFilterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
1367
+
1368
+ export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
1369
+
1370
+ export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
1371
+
1372
+ export declare const ListNodegroupsRequestFilterSensitiveLog: (obj: ListNodegroupsRequest) => any;
1373
+
1374
+ export declare const ListNodegroupsResponseFilterSensitiveLog: (obj: ListNodegroupsResponse) => any;
1375
+
1376
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1377
+
1378
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1379
+
1380
+ export declare const ListUpdatesRequestFilterSensitiveLog: (obj: ListUpdatesRequest) => any;
1381
+
1382
+ export declare const ListUpdatesResponseFilterSensitiveLog: (obj: ListUpdatesResponse) => any;
1383
+
1384
+ export declare const ConnectorConfigRequestFilterSensitiveLog: (obj: ConnectorConfigRequest) => any;
1385
+
1386
+ export declare const RegisterClusterRequestFilterSensitiveLog: (obj: RegisterClusterRequest) => any;
1387
+
1388
+ export declare const RegisterClusterResponseFilterSensitiveLog: (obj: RegisterClusterResponse) => any;
1389
+
1390
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1391
+
1392
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1393
+
1394
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1395
+
1396
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1397
+
1398
+ export declare const UpdateAddonRequestFilterSensitiveLog: (obj: UpdateAddonRequest) => any;
1399
+
1400
+ export declare const UpdateAddonResponseFilterSensitiveLog: (obj: UpdateAddonResponse) => any;
1401
+
1402
+ export declare const UpdateClusterConfigRequestFilterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
1403
+
1404
+ export declare const UpdateClusterConfigResponseFilterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
1405
+
1406
+ export declare const UpdateClusterVersionRequestFilterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
1407
+
1408
+ export declare const UpdateClusterVersionResponseFilterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
1409
+
1410
+ export declare const UpdateLabelsPayloadFilterSensitiveLog: (obj: UpdateLabelsPayload) => any;
1411
+
1412
+ export declare const UpdateTaintsPayloadFilterSensitiveLog: (obj: UpdateTaintsPayload) => any;
1413
+
1414
+ export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
1415
+
1416
+ export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
1417
+
1418
+ export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
1419
+
1420
+ export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;