@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.
Files changed (121) 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/EKS.d.ts +36 -0
  74. package/dist-types/EKSClient.d.ts +24 -4
  75. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +16 -0
  76. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +16 -0
  77. package/dist-types/commands/CreateAddonCommand.d.ts +16 -0
  78. package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
  79. package/dist-types/commands/CreateFargateProfileCommand.d.ts +16 -0
  80. package/dist-types/commands/CreateNodegroupCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteAddonCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteNodegroupCommand.d.ts +16 -0
  85. package/dist-types/commands/DeregisterClusterCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeAddonCommand.d.ts +16 -0
  87. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +16 -0
  88. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +16 -0
  89. package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
  90. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +16 -0
  91. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +16 -0
  92. package/dist-types/commands/DescribeNodegroupCommand.d.ts +16 -0
  93. package/dist-types/commands/DescribeUpdateCommand.d.ts +16 -0
  94. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +16 -0
  95. package/dist-types/commands/ListAddonsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListClustersCommand.d.ts +16 -0
  97. package/dist-types/commands/ListFargateProfilesCommand.d.ts +16 -0
  98. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +16 -0
  99. package/dist-types/commands/ListNodegroupsCommand.d.ts +16 -0
  100. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  101. package/dist-types/commands/ListUpdatesCommand.d.ts +16 -0
  102. package/dist-types/commands/RegisterClusterCommand.d.ts +16 -0
  103. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateAddonCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +16 -0
  110. package/dist-types/models/EKSServiceException.d.ts +2 -0
  111. package/dist-types/models/models_0.d.ts +328 -472
  112. package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/Interfaces.d.ts +3 -0
  114. package/dist-types/pagination/ListAddonsPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListNodegroupsPaginator.d.ts +3 -0
  119. package/dist-types/pagination/ListUpdatesPaginator.d.ts +3 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +0 -318
  121. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { EKSServiceException as __BaseException } from "./EKSServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>You don't have permissions to perform the requested operation. The user or role that
5
6
  * is making the request must have at least one IAM permissions policy
6
7
  * attached that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
@@ -14,6 +15,9 @@ export declare class AccessDeniedException extends __BaseException {
14
15
  */
15
16
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
16
17
  }
18
+ /**
19
+ * @public
20
+ */
17
21
  export declare enum AddonIssueCode {
18
22
  ACCESS_DENIED = "AccessDenied",
19
23
  ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
@@ -25,6 +29,7 @@ export declare enum AddonIssueCode {
25
29
  UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification"
26
30
  }
27
31
  /**
32
+ * @public
28
33
  * <p>An issue related to an add-on.</p>
29
34
  */
30
35
  export interface AddonIssue {
@@ -42,6 +47,7 @@ export interface AddonIssue {
42
47
  resourceIds?: string[];
43
48
  }
44
49
  /**
50
+ * @public
45
51
  * <p>The health of the add-on.</p>
46
52
  */
47
53
  export interface AddonHealth {
@@ -51,6 +57,7 @@ export interface AddonHealth {
51
57
  issues?: AddonIssue[];
52
58
  }
53
59
  /**
60
+ * @public
54
61
  * <p>Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.</p>
55
62
  */
56
63
  export interface MarketplaceInformation {
@@ -63,6 +70,9 @@ export interface MarketplaceInformation {
63
70
  */
64
71
  productUrl?: string;
65
72
  }
73
+ /**
74
+ * @public
75
+ */
66
76
  export declare enum AddonStatus {
67
77
  ACTIVE = "ACTIVE",
68
78
  CREATE_FAILED = "CREATE_FAILED",
@@ -74,6 +84,7 @@ export declare enum AddonStatus {
74
84
  UPDATING = "UPDATING"
75
85
  }
76
86
  /**
87
+ * @public
77
88
  * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
78
89
  * the <i>Amazon EKS User Guide</i>.</p>
79
90
  */
@@ -139,6 +150,7 @@ export interface Addon {
139
150
  configurationValues?: string;
140
151
  }
141
152
  /**
153
+ * @public
142
154
  * <p>Compatibility information.</p>
143
155
  */
144
156
  export interface Compatibility {
@@ -156,6 +168,7 @@ export interface Compatibility {
156
168
  defaultVersion?: boolean;
157
169
  }
158
170
  /**
171
+ * @public
159
172
  * <p>Information about an add-on version.</p>
160
173
  */
161
174
  export interface AddonVersionInfo {
@@ -177,6 +190,7 @@ export interface AddonVersionInfo {
177
190
  requiresConfiguration?: boolean;
178
191
  }
179
192
  /**
193
+ * @public
180
194
  * <p>Information about an add-on.</p>
181
195
  */
182
196
  export interface AddonInfo {
@@ -206,6 +220,9 @@ export interface AddonInfo {
206
220
  */
207
221
  marketplaceInformation?: MarketplaceInformation;
208
222
  }
223
+ /**
224
+ * @public
225
+ */
209
226
  export declare enum AMITypes {
210
227
  AL2_ARM_64 = "AL2_ARM_64",
211
228
  AL2_x86_64 = "AL2_x86_64",
@@ -221,6 +238,7 @@ export declare enum AMITypes {
221
238
  WINDOWS_FULL_2022_x86_64 = "WINDOWS_FULL_2022_x86_64"
222
239
  }
223
240
  /**
241
+ * @public
224
242
  * <p>Identifies the Key Management Service (KMS) key used to encrypt the
225
243
  * secrets.</p>
226
244
  */
@@ -234,6 +252,7 @@ export interface Provider {
234
252
  keyArn?: string;
235
253
  }
236
254
  /**
255
+ * @public
237
256
  * <p>The encryption configuration for the cluster.</p>
238
257
  */
239
258
  export interface EncryptionConfig {
@@ -247,6 +266,9 @@ export interface EncryptionConfig {
247
266
  */
248
267
  provider?: Provider;
249
268
  }
269
+ /**
270
+ * @public
271
+ */
250
272
  export interface AssociateEncryptionConfigRequest {
251
273
  /**
252
274
  * <p>The name of the cluster that you are associating with encryption configuration.</p>
@@ -261,6 +283,9 @@ export interface AssociateEncryptionConfigRequest {
261
283
  */
262
284
  clientRequestToken?: string;
263
285
  }
286
+ /**
287
+ * @public
288
+ */
264
289
  export declare enum ErrorCode {
265
290
  ACCESS_DENIED = "AccessDenied",
266
291
  ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
@@ -281,6 +306,7 @@ export declare enum ErrorCode {
281
306
  VPC_ID_NOT_FOUND = "VpcIdNotFound"
282
307
  }
283
308
  /**
309
+ * @public
284
310
  * <p>An object representing an error when an asynchronous operation fails.</p>
285
311
  */
286
312
  export interface ErrorDetail {
@@ -335,6 +361,9 @@ export interface ErrorDetail {
335
361
  */
336
362
  resourceIds?: string[];
337
363
  }
364
+ /**
365
+ * @public
366
+ */
338
367
  export declare enum UpdateParamType {
339
368
  ADDON_VERSION = "AddonVersion",
340
369
  CLUSTER_LOGGING = "ClusterLogging",
@@ -361,6 +390,7 @@ export declare enum UpdateParamType {
361
390
  VERSION = "Version"
362
391
  }
363
392
  /**
393
+ * @public
364
394
  * <p>An object representing the details of an update request.</p>
365
395
  */
366
396
  export interface UpdateParam {
@@ -373,12 +403,18 @@ export interface UpdateParam {
373
403
  */
374
404
  value?: string;
375
405
  }
406
+ /**
407
+ * @public
408
+ */
376
409
  export declare enum UpdateStatus {
377
410
  CANCELLED = "Cancelled",
378
411
  FAILED = "Failed",
379
412
  IN_PROGRESS = "InProgress",
380
413
  SUCCESSFUL = "Successful"
381
414
  }
415
+ /**
416
+ * @public
417
+ */
382
418
  export declare enum UpdateType {
383
419
  ADDON_UPDATE = "AddonUpdate",
384
420
  ASSOCIATE_ENCRYPTION_CONFIG = "AssociateEncryptionConfig",
@@ -390,6 +426,7 @@ export declare enum UpdateType {
390
426
  VERSION_UPDATE = "VersionUpdate"
391
427
  }
392
428
  /**
429
+ * @public
393
430
  * <p>An object representing an asynchronous update.</p>
394
431
  */
395
432
  export interface Update {
@@ -418,6 +455,9 @@ export interface Update {
418
455
  */
419
456
  errors?: ErrorDetail[];
420
457
  }
458
+ /**
459
+ * @public
460
+ */
421
461
  export interface AssociateEncryptionConfigResponse {
422
462
  /**
423
463
  * <p>An object representing an asynchronous update.</p>
@@ -425,6 +465,7 @@ export interface AssociateEncryptionConfigResponse {
425
465
  update?: Update;
426
466
  }
427
467
  /**
468
+ * @public
428
469
  * <p>These errors are usually caused by a client action. Actions can include using an
429
470
  * action or resource on behalf of a user that doesn't have permissions to use the action
430
471
  * or resource or specifying an identifier that is not valid.</p>
@@ -447,6 +488,7 @@ export declare class ClientException extends __BaseException {
447
488
  constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
448
489
  }
449
490
  /**
491
+ * @public
450
492
  * <p>The specified parameter is invalid. Review the available parameters for the API
451
493
  * request.</p>
452
494
  */
@@ -472,6 +514,7 @@ export declare class InvalidParameterException extends __BaseException {
472
514
  constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
473
515
  }
474
516
  /**
517
+ * @public
475
518
  * <p>The request is invalid given the state of the cluster. Check the state of the cluster
476
519
  * and the associated operations.</p>
477
520
  */
@@ -493,6 +536,7 @@ export declare class InvalidRequestException extends __BaseException {
493
536
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
494
537
  }
495
538
  /**
539
+ * @public
496
540
  * <p>The specified resource is in use.</p>
497
541
  */
498
542
  export declare class ResourceInUseException extends __BaseException {
@@ -513,6 +557,7 @@ export declare class ResourceInUseException extends __BaseException {
513
557
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
514
558
  }
515
559
  /**
560
+ * @public
516
561
  * <p>The specified resource could not be found. You can view your available clusters with
517
562
  * <a>ListClusters</a>. You can view your available managed node groups with
518
563
  * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
@@ -540,6 +585,7 @@ export declare class ResourceNotFoundException extends __BaseException {
540
585
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
541
586
  }
542
587
  /**
588
+ * @public
543
589
  * <p>These errors are usually caused by a server-side issue.</p>
544
590
  */
545
591
  export declare class ServerException extends __BaseException {
@@ -560,6 +606,7 @@ export declare class ServerException extends __BaseException {
560
606
  constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
561
607
  }
562
608
  /**
609
+ * @public
563
610
  * <p>An object representing an OpenID Connect (OIDC) configuration. Before associating an
564
611
  * OIDC identity provider to your cluster, review the considerations in <a href="https://docs.aws.amazon.com/eks/latest/userguide/authenticate-oidc-identity-provider.html">Authenticating
565
612
  * users for your cluster from an OpenID Connect identity provider</a> in the
@@ -620,6 +667,9 @@ export interface OidcIdentityProviderConfigRequest {
620
667
  */
621
668
  requiredClaims?: Record<string, string>;
622
669
  }
670
+ /**
671
+ * @public
672
+ */
623
673
  export interface AssociateIdentityProviderConfigRequest {
624
674
  /**
625
675
  * <p>The name of the cluster to associate the configuration to.</p>
@@ -641,6 +691,9 @@ export interface AssociateIdentityProviderConfigRequest {
641
691
  */
642
692
  clientRequestToken?: string;
643
693
  }
694
+ /**
695
+ * @public
696
+ */
644
697
  export interface AssociateIdentityProviderConfigResponse {
645
698
  /**
646
699
  * <p>An object representing an asynchronous update.</p>
@@ -652,6 +705,7 @@ export interface AssociateIdentityProviderConfigResponse {
652
705
  tags?: Record<string, string>;
653
706
  }
654
707
  /**
708
+ * @public
655
709
  * <p>An Auto Scaling group that is associated with an Amazon EKS managed node
656
710
  * group.</p>
657
711
  */
@@ -662,11 +716,17 @@ export interface AutoScalingGroup {
662
716
  */
663
717
  name?: string;
664
718
  }
719
+ /**
720
+ * @public
721
+ */
665
722
  export declare enum ResolveConflicts {
666
723
  NONE = "NONE",
667
724
  OVERWRITE = "OVERWRITE",
668
725
  PRESERVE = "PRESERVE"
669
726
  }
727
+ /**
728
+ * @public
729
+ */
670
730
  export interface CreateAddonRequest {
671
731
  /**
672
732
  * <p>The name of the cluster to create the add-on for.</p>
@@ -741,6 +801,9 @@ export interface CreateAddonRequest {
741
801
  */
742
802
  configurationValues?: string;
743
803
  }
804
+ /**
805
+ * @public
806
+ */
744
807
  export interface CreateAddonResponse {
745
808
  /**
746
809
  * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
@@ -748,11 +811,15 @@ export interface CreateAddonResponse {
748
811
  */
749
812
  addon?: Addon;
750
813
  }
814
+ /**
815
+ * @public
816
+ */
751
817
  export declare enum IpFamily {
752
818
  IPV4 = "ipv4",
753
819
  IPV6 = "ipv6"
754
820
  }
755
821
  /**
822
+ * @public
756
823
  * <p>The Kubernetes network configuration for the cluster.</p>
757
824
  */
758
825
  export interface KubernetesNetworkConfigRequest {
@@ -798,6 +865,9 @@ export interface KubernetesNetworkConfigRequest {
798
865
  */
799
866
  ipFamily?: IpFamily | string;
800
867
  }
868
+ /**
869
+ * @public
870
+ */
801
871
  export declare enum LogType {
802
872
  API = "api",
803
873
  AUDIT = "audit",
@@ -806,6 +876,7 @@ export declare enum LogType {
806
876
  SCHEDULER = "scheduler"
807
877
  }
808
878
  /**
879
+ * @public
809
880
  * <p>An object representing the enabled or disabled Kubernetes control plane logs for your
810
881
  * cluster.</p>
811
882
  */
@@ -821,6 +892,7 @@ export interface LogSetup {
821
892
  enabled?: boolean;
822
893
  }
823
894
  /**
895
+ * @public
824
896
  * <p>An object representing the logging configuration for resources in your cluster.</p>
825
897
  */
826
898
  export interface Logging {
@@ -830,6 +902,7 @@ export interface Logging {
830
902
  clusterLogging?: LogSetup[];
831
903
  }
832
904
  /**
905
+ * @public
833
906
  * <p>The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see
834
907
  * <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
835
908
  * considerations</a> in the <i>Amazon EKS User Guide</i>
@@ -843,6 +916,7 @@ export interface ControlPlanePlacementRequest {
843
916
  groupName?: string;
844
917
  }
845
918
  /**
919
+ * @public
846
920
  * <p>The configuration of your local Amazon EKS cluster on an Amazon Web Services
847
921
  * Outpost. Before creating a cluster on an Outpost, review <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-local-cluster-create.html">Creating a local
848
922
  * cluster on an Outpost</a> in the <i>Amazon EKS User Guide</i>. This API isn't available for
@@ -872,6 +946,7 @@ export interface OutpostConfigRequest {
872
946
  controlPlanePlacement?: ControlPlanePlacementRequest;
873
947
  }
874
948
  /**
949
+ * @public
875
950
  * <p>An object representing the VPC configuration to use for an Amazon EKS
876
951
  * cluster.</p>
877
952
  */
@@ -931,6 +1006,9 @@ export interface VpcConfigRequest {
931
1006
  */
932
1007
  publicAccessCidrs?: string[];
933
1008
  }
1009
+ /**
1010
+ * @public
1011
+ */
934
1012
  export interface CreateClusterRequest {
935
1013
  /**
936
1014
  * <p>The unique name to give to your cluster.</p>
@@ -1004,6 +1082,7 @@ export interface CreateClusterRequest {
1004
1082
  outpostConfig?: OutpostConfigRequest;
1005
1083
  }
1006
1084
  /**
1085
+ * @public
1007
1086
  * <p>An object representing the <code>certificate-authority-data</code> for your
1008
1087
  * cluster.</p>
1009
1088
  */
@@ -1016,6 +1095,7 @@ export interface Certificate {
1016
1095
  data?: string;
1017
1096
  }
1018
1097
  /**
1098
+ * @public
1019
1099
  * <p>The full description of your connected cluster.</p>
1020
1100
  */
1021
1101
  export interface ConnectorConfigResponse {
@@ -1042,6 +1122,9 @@ export interface ConnectorConfigResponse {
1042
1122
  */
1043
1123
  roleArn?: string;
1044
1124
  }
1125
+ /**
1126
+ * @public
1127
+ */
1045
1128
  export declare enum ClusterIssueCode {
1046
1129
  ACCESS_DENIED = "AccessDenied",
1047
1130
  CLUSTER_UNREACHABLE = "ClusterUnreachable",
@@ -1051,6 +1134,7 @@ export declare enum ClusterIssueCode {
1051
1134
  RESOURCE_NOT_FOUND = "ResourceNotFound"
1052
1135
  }
1053
1136
  /**
1137
+ * @public
1054
1138
  * <p>An issue with your local Amazon EKS cluster on an Amazon Web Services Outpost.
1055
1139
  * You can't use this API with an Amazon EKS cluster on the Amazon Web Services
1056
1140
  * cloud.</p>
@@ -1070,6 +1154,7 @@ export interface ClusterIssue {
1070
1154
  resourceIds?: string[];
1071
1155
  }
1072
1156
  /**
1157
+ * @public
1073
1158
  * <p>An object representing the health of your local Amazon EKS cluster on an
1074
1159
  * Amazon Web Services Outpost. You can't use this API with an Amazon EKS
1075
1160
  * cluster on the Amazon Web Services cloud. </p>
@@ -1082,6 +1167,7 @@ export interface ClusterHealth {
1082
1167
  issues?: ClusterIssue[];
1083
1168
  }
1084
1169
  /**
1170
+ * @public
1085
1171
  * <p>An object representing the <a href="https://openid.net/connect/">OpenID
1086
1172
  * Connect</a> (OIDC) identity provider information for the cluster.</p>
1087
1173
  */
@@ -1092,6 +1178,7 @@ export interface OIDC {
1092
1178
  issuer?: string;
1093
1179
  }
1094
1180
  /**
1181
+ * @public
1095
1182
  * <p>An object representing an identity provider.</p>
1096
1183
  */
1097
1184
  export interface Identity {
@@ -1102,6 +1189,7 @@ export interface Identity {
1102
1189
  oidc?: OIDC;
1103
1190
  }
1104
1191
  /**
1192
+ * @public
1105
1193
  * <p>The Kubernetes network configuration for the cluster. The response contains a value
1106
1194
  * for <b>serviceIpv6Cidr</b> or <b>serviceIpv4Cidr</b>, but not both. </p>
1107
1195
  */
@@ -1133,6 +1221,7 @@ export interface KubernetesNetworkConfigResponse {
1133
1221
  ipFamily?: IpFamily | string;
1134
1222
  }
1135
1223
  /**
1224
+ * @public
1136
1225
  * <p>The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see
1137
1226
  * <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
1138
1227
  */
@@ -1143,6 +1232,7 @@ export interface ControlPlanePlacementResponse {
1143
1232
  groupName?: string;
1144
1233
  }
1145
1234
  /**
1235
+ * @public
1146
1236
  * <p>An object representing the configuration of your local Amazon EKS cluster on
1147
1237
  * an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters
1148
1238
  * on the Amazon Web Services cloud.</p>
@@ -1167,6 +1257,7 @@ export interface OutpostConfigResponse {
1167
1257
  controlPlanePlacement?: ControlPlanePlacementResponse;
1168
1258
  }
1169
1259
  /**
1260
+ * @public
1170
1261
  * <p>An object representing an Amazon EKS cluster VPC configuration
1171
1262
  * response.</p>
1172
1263
  */
@@ -1223,6 +1314,9 @@ export interface VpcConfigResponse {
1223
1314
  */
1224
1315
  publicAccessCidrs?: string[];
1225
1316
  }
1317
+ /**
1318
+ * @public
1319
+ */
1226
1320
  export declare enum ClusterStatus {
1227
1321
  ACTIVE = "ACTIVE",
1228
1322
  CREATING = "CREATING",
@@ -1232,6 +1326,7 @@ export declare enum ClusterStatus {
1232
1326
  UPDATING = "UPDATING"
1233
1327
  }
1234
1328
  /**
1329
+ * @public
1235
1330
  * <p>An object representing an Amazon EKS cluster.</p>
1236
1331
  */
1237
1332
  export interface Cluster {
@@ -1331,6 +1426,9 @@ export interface Cluster {
1331
1426
  */
1332
1427
  outpostConfig?: OutpostConfigResponse;
1333
1428
  }
1429
+ /**
1430
+ * @public
1431
+ */
1334
1432
  export interface CreateClusterResponse {
1335
1433
  /**
1336
1434
  * <p>The full description of your new cluster.</p>
@@ -1338,6 +1436,7 @@ export interface CreateClusterResponse {
1338
1436
  cluster?: Cluster;
1339
1437
  }
1340
1438
  /**
1439
+ * @public
1341
1440
  * <p>You have encountered a service limit on the specified resource.</p>
1342
1441
  */
1343
1442
  export declare class ResourceLimitExceededException extends __BaseException {
@@ -1357,6 +1456,7 @@ export declare class ResourceLimitExceededException extends __BaseException {
1357
1456
  constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
1358
1457
  }
1359
1458
  /**
1459
+ * @public
1360
1460
  * <p>The service is unavailable. Back off and retry the operation.</p>
1361
1461
  */
1362
1462
  export declare class ServiceUnavailableException extends __BaseException {
@@ -1368,6 +1468,7 @@ export declare class ServiceUnavailableException extends __BaseException {
1368
1468
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
1369
1469
  }
1370
1470
  /**
1471
+ * @public
1371
1472
  * <p>At least one of your specified cluster subnets is in an Availability Zone that does
1372
1473
  * not support Amazon EKS. The exception output specifies the supported
1373
1474
  * Availability Zones for your account, from which you can choose subnets for your
@@ -1395,6 +1496,7 @@ export declare class UnsupportedAvailabilityZoneException extends __BaseExceptio
1395
1496
  constructor(opts: __ExceptionOptionType<UnsupportedAvailabilityZoneException, __BaseException>);
1396
1497
  }
1397
1498
  /**
1499
+ * @public
1398
1500
  * <p>An object representing an Fargate profile selector.</p>
1399
1501
  */
1400
1502
  export interface FargateProfileSelector {
@@ -1408,6 +1510,9 @@ export interface FargateProfileSelector {
1408
1510
  */
1409
1511
  labels?: Record<string, string>;
1410
1512
  }
1513
+ /**
1514
+ * @public
1515
+ */
1411
1516
  export interface CreateFargateProfileRequest {
1412
1517
  /**
1413
1518
  * <p>The name of the Fargate profile.</p>
@@ -1452,6 +1557,9 @@ export interface CreateFargateProfileRequest {
1452
1557
  */
1453
1558
  tags?: Record<string, string>;
1454
1559
  }
1560
+ /**
1561
+ * @public
1562
+ */
1455
1563
  export declare enum FargateProfileStatus {
1456
1564
  ACTIVE = "ACTIVE",
1457
1565
  CREATE_FAILED = "CREATE_FAILED",
@@ -1460,6 +1568,7 @@ export declare enum FargateProfileStatus {
1460
1568
  DELETING = "DELETING"
1461
1569
  }
1462
1570
  /**
1571
+ * @public
1463
1572
  * <p>An object representing an Fargate profile.</p>
1464
1573
  */
1465
1574
  export interface FargateProfile {
@@ -1508,17 +1617,24 @@ export interface FargateProfile {
1508
1617
  */
1509
1618
  tags?: Record<string, string>;
1510
1619
  }
1620
+ /**
1621
+ * @public
1622
+ */
1511
1623
  export interface CreateFargateProfileResponse {
1512
1624
  /**
1513
1625
  * <p>The full description of your new Fargate profile.</p>
1514
1626
  */
1515
1627
  fargateProfile?: FargateProfile;
1516
1628
  }
1629
+ /**
1630
+ * @public
1631
+ */
1517
1632
  export declare enum CapacityTypes {
1518
1633
  ON_DEMAND = "ON_DEMAND",
1519
1634
  SPOT = "SPOT"
1520
1635
  }
1521
1636
  /**
1637
+ * @public
1522
1638
  * <p>An object representing a node group launch template specification. The launch template
1523
1639
  * can't include <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html">
1524
1640
  * <code>SubnetId</code>
@@ -1558,6 +1674,7 @@ export interface LaunchTemplateSpecification {
1558
1674
  id?: string;
1559
1675
  }
1560
1676
  /**
1677
+ * @public
1561
1678
  * <p>An object representing the remote access configuration for the managed node
1562
1679
  * group.</p>
1563
1680
  */
@@ -1580,6 +1697,7 @@ export interface RemoteAccessConfig {
1580
1697
  sourceSecurityGroups?: string[];
1581
1698
  }
1582
1699
  /**
1700
+ * @public
1583
1701
  * <p>An object representing the scaling configuration details for the Auto Scaling group
1584
1702
  * that is associated with your node group. When creating a node group, you must specify
1585
1703
  * all or none of the properties. When updating a node group, you can specify any or none
@@ -1619,12 +1737,16 @@ export interface NodegroupScalingConfig {
1619
1737
  */
1620
1738
  desiredSize?: number;
1621
1739
  }
1740
+ /**
1741
+ * @public
1742
+ */
1622
1743
  export declare enum TaintEffect {
1623
1744
  NO_EXECUTE = "NO_EXECUTE",
1624
1745
  NO_SCHEDULE = "NO_SCHEDULE",
1625
1746
  PREFER_NO_SCHEDULE = "PREFER_NO_SCHEDULE"
1626
1747
  }
1627
1748
  /**
1749
+ * @public
1628
1750
  * <p>A property that allows a node to repel a set of pods. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on managed node groups</a>.</p>
1629
1751
  */
1630
1752
  export interface Taint {
@@ -1642,6 +1764,7 @@ export interface Taint {
1642
1764
  effect?: TaintEffect | string;
1643
1765
  }
1644
1766
  /**
1767
+ * @public
1645
1768
  * <p>The node group update configuration.</p>
1646
1769
  */
1647
1770
  export interface NodegroupUpdateConfig {
@@ -1658,6 +1781,9 @@ export interface NodegroupUpdateConfig {
1658
1781
  */
1659
1782
  maxUnavailablePercentage?: number;
1660
1783
  }
1784
+ /**
1785
+ * @public
1786
+ */
1661
1787
  export interface CreateNodegroupRequest {
1662
1788
  /**
1663
1789
  * <p>The name of the cluster to create the node group in.</p>
@@ -1790,6 +1916,9 @@ export interface CreateNodegroupRequest {
1790
1916
  */
1791
1917
  releaseVersion?: string;
1792
1918
  }
1919
+ /**
1920
+ * @public
1921
+ */
1793
1922
  export declare enum NodegroupIssueCode {
1794
1923
  ACCESS_DENIED = "AccessDenied",
1795
1924
  ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
@@ -1812,6 +1941,7 @@ export declare enum NodegroupIssueCode {
1812
1941
  NODE_CREATION_FAILURE = "NodeCreationFailure"
1813
1942
  }
1814
1943
  /**
1944
+ * @public
1815
1945
  * <p>An object representing an issue with an Amazon EKS resource.</p>
1816
1946
  */
1817
1947
  export interface Issue {
@@ -1928,6 +2058,7 @@ export interface Issue {
1928
2058
  resourceIds?: string[];
1929
2059
  }
1930
2060
  /**
2061
+ * @public
1931
2062
  * <p>An object representing the health status of the node group.</p>
1932
2063
  */
1933
2064
  export interface NodegroupHealth {
@@ -1937,6 +2068,7 @@ export interface NodegroupHealth {
1937
2068
  issues?: Issue[];
1938
2069
  }
1939
2070
  /**
2071
+ * @public
1940
2072
  * <p>An object representing the resources associated with the node group, such as Auto
1941
2073
  * Scaling groups and security groups for remote access.</p>
1942
2074
  */
@@ -1951,6 +2083,9 @@ export interface NodegroupResources {
1951
2083
  */
1952
2084
  remoteAccessSecurityGroup?: string;
1953
2085
  }
2086
+ /**
2087
+ * @public
2088
+ */
1954
2089
  export declare enum NodegroupStatus {
1955
2090
  ACTIVE = "ACTIVE",
1956
2091
  CREATE_FAILED = "CREATE_FAILED",
@@ -1961,6 +2096,7 @@ export declare enum NodegroupStatus {
1961
2096
  UPDATING = "UPDATING"
1962
2097
  }
1963
2098
  /**
2099
+ * @public
1964
2100
  * <p>An object representing an Amazon EKS managed node group.</p>
1965
2101
  */
1966
2102
  export interface Nodegroup {
@@ -2087,12 +2223,18 @@ export interface Nodegroup {
2087
2223
  */
2088
2224
  tags?: Record<string, string>;
2089
2225
  }
2226
+ /**
2227
+ * @public
2228
+ */
2090
2229
  export interface CreateNodegroupResponse {
2091
2230
  /**
2092
2231
  * <p>The full description of your new node group.</p>
2093
2232
  */
2094
2233
  nodegroup?: Nodegroup;
2095
2234
  }
2235
+ /**
2236
+ * @public
2237
+ */
2096
2238
  export interface DeleteAddonRequest {
2097
2239
  /**
2098
2240
  * <p>The name of the cluster to delete the add-on from.</p>
@@ -2110,6 +2252,9 @@ export interface DeleteAddonRequest {
2110
2252
  */
2111
2253
  preserve?: boolean;
2112
2254
  }
2255
+ /**
2256
+ * @public
2257
+ */
2113
2258
  export interface DeleteAddonResponse {
2114
2259
  /**
2115
2260
  * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
@@ -2117,18 +2262,27 @@ export interface DeleteAddonResponse {
2117
2262
  */
2118
2263
  addon?: Addon;
2119
2264
  }
2265
+ /**
2266
+ * @public
2267
+ */
2120
2268
  export interface DeleteClusterRequest {
2121
2269
  /**
2122
2270
  * <p>The name of the cluster to delete.</p>
2123
2271
  */
2124
2272
  name: string | undefined;
2125
2273
  }
2274
+ /**
2275
+ * @public
2276
+ */
2126
2277
  export interface DeleteClusterResponse {
2127
2278
  /**
2128
2279
  * <p>The full description of the cluster to delete.</p>
2129
2280
  */
2130
2281
  cluster?: Cluster;
2131
2282
  }
2283
+ /**
2284
+ * @public
2285
+ */
2132
2286
  export interface DeleteFargateProfileRequest {
2133
2287
  /**
2134
2288
  * <p>The name of the Amazon EKS cluster associated with the Fargate
@@ -2140,12 +2294,18 @@ export interface DeleteFargateProfileRequest {
2140
2294
  */
2141
2295
  fargateProfileName: string | undefined;
2142
2296
  }
2297
+ /**
2298
+ * @public
2299
+ */
2143
2300
  export interface DeleteFargateProfileResponse {
2144
2301
  /**
2145
2302
  * <p>The deleted Fargate profile.</p>
2146
2303
  */
2147
2304
  fargateProfile?: FargateProfile;
2148
2305
  }
2306
+ /**
2307
+ * @public
2308
+ */
2149
2309
  export interface DeleteNodegroupRequest {
2150
2310
  /**
2151
2311
  * <p>The name of the Amazon EKS cluster that is associated with your node
@@ -2157,24 +2317,36 @@ export interface DeleteNodegroupRequest {
2157
2317
  */
2158
2318
  nodegroupName: string | undefined;
2159
2319
  }
2320
+ /**
2321
+ * @public
2322
+ */
2160
2323
  export interface DeleteNodegroupResponse {
2161
2324
  /**
2162
2325
  * <p>The full description of your deleted node group.</p>
2163
2326
  */
2164
2327
  nodegroup?: Nodegroup;
2165
2328
  }
2329
+ /**
2330
+ * @public
2331
+ */
2166
2332
  export interface DeregisterClusterRequest {
2167
2333
  /**
2168
2334
  * <p>The name of the connected cluster to deregister.</p>
2169
2335
  */
2170
2336
  name: string | undefined;
2171
2337
  }
2338
+ /**
2339
+ * @public
2340
+ */
2172
2341
  export interface DeregisterClusterResponse {
2173
2342
  /**
2174
2343
  * <p>An object representing an Amazon EKS cluster.</p>
2175
2344
  */
2176
2345
  cluster?: Cluster;
2177
2346
  }
2347
+ /**
2348
+ * @public
2349
+ */
2178
2350
  export interface DescribeAddonRequest {
2179
2351
  /**
2180
2352
  * <p>The name of the cluster.</p>
@@ -2187,6 +2359,9 @@ export interface DescribeAddonRequest {
2187
2359
  */
2188
2360
  addonName: string | undefined;
2189
2361
  }
2362
+ /**
2363
+ * @public
2364
+ */
2190
2365
  export interface DescribeAddonResponse {
2191
2366
  /**
2192
2367
  * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
@@ -2194,6 +2369,9 @@ export interface DescribeAddonResponse {
2194
2369
  */
2195
2370
  addon?: Addon;
2196
2371
  }
2372
+ /**
2373
+ * @public
2374
+ */
2197
2375
  export interface DescribeAddonConfigurationRequest {
2198
2376
  /**
2199
2377
  * <p>The name of the add-on. The name must match one of the names that <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html">
@@ -2208,6 +2386,9 @@ export interface DescribeAddonConfigurationRequest {
2208
2386
  */
2209
2387
  addonVersion: string | undefined;
2210
2388
  }
2389
+ /**
2390
+ * @public
2391
+ */
2211
2392
  export interface DescribeAddonConfigurationResponse {
2212
2393
  /**
2213
2394
  * <p>The name of the add-on.</p>
@@ -2225,6 +2406,9 @@ export interface DescribeAddonConfigurationResponse {
2225
2406
  */
2226
2407
  configurationSchema?: string;
2227
2408
  }
2409
+ /**
2410
+ * @public
2411
+ */
2228
2412
  export interface DescribeAddonVersionsRequest {
2229
2413
  /**
2230
2414
  * <p>The Kubernetes versions that you can use the add-on with.</p>
@@ -2267,6 +2451,9 @@ export interface DescribeAddonVersionsRequest {
2267
2451
  */
2268
2452
  owners?: string[];
2269
2453
  }
2454
+ /**
2455
+ * @public
2456
+ */
2270
2457
  export interface DescribeAddonVersionsResponse {
2271
2458
  /**
2272
2459
  * <p>The list of available versions with Kubernetes version compatibility and other
@@ -2285,18 +2472,27 @@ export interface DescribeAddonVersionsResponse {
2285
2472
  */
2286
2473
  nextToken?: string;
2287
2474
  }
2475
+ /**
2476
+ * @public
2477
+ */
2288
2478
  export interface DescribeClusterRequest {
2289
2479
  /**
2290
2480
  * <p>The name of the cluster to describe.</p>
2291
2481
  */
2292
2482
  name: string | undefined;
2293
2483
  }
2484
+ /**
2485
+ * @public
2486
+ */
2294
2487
  export interface DescribeClusterResponse {
2295
2488
  /**
2296
2489
  * <p>The full description of your specified cluster.</p>
2297
2490
  */
2298
2491
  cluster?: Cluster;
2299
2492
  }
2493
+ /**
2494
+ * @public
2495
+ */
2300
2496
  export interface DescribeFargateProfileRequest {
2301
2497
  /**
2302
2498
  * <p>The name of the Amazon EKS cluster associated with the Fargate
@@ -2308,6 +2504,9 @@ export interface DescribeFargateProfileRequest {
2308
2504
  */
2309
2505
  fargateProfileName: string | undefined;
2310
2506
  }
2507
+ /**
2508
+ * @public
2509
+ */
2311
2510
  export interface DescribeFargateProfileResponse {
2312
2511
  /**
2313
2512
  * <p>The full description of your Fargate profile.</p>
@@ -2315,6 +2514,7 @@ export interface DescribeFargateProfileResponse {
2315
2514
  fargateProfile?: FargateProfile;
2316
2515
  }
2317
2516
  /**
2517
+ * @public
2318
2518
  * <p>An object representing an identity provider configuration.</p>
2319
2519
  */
2320
2520
  export interface IdentityProviderConfig {
@@ -2328,6 +2528,9 @@ export interface IdentityProviderConfig {
2328
2528
  */
2329
2529
  name: string | undefined;
2330
2530
  }
2531
+ /**
2532
+ * @public
2533
+ */
2331
2534
  export interface DescribeIdentityProviderConfigRequest {
2332
2535
  /**
2333
2536
  * <p>The cluster name that the identity provider configuration is associated to.</p>
@@ -2338,12 +2541,16 @@ export interface DescribeIdentityProviderConfigRequest {
2338
2541
  */
2339
2542
  identityProviderConfig: IdentityProviderConfig | undefined;
2340
2543
  }
2544
+ /**
2545
+ * @public
2546
+ */
2341
2547
  export declare enum ConfigStatus {
2342
2548
  ACTIVE = "ACTIVE",
2343
2549
  CREATING = "CREATING",
2344
2550
  DELETING = "DELETING"
2345
2551
  }
2346
2552
  /**
2553
+ * @public
2347
2554
  * <p>An object representing the configuration for an OpenID Connect (OIDC) identity
2348
2555
  * provider. </p>
2349
2556
  */
@@ -2408,6 +2615,7 @@ export interface OidcIdentityProviderConfig {
2408
2615
  status?: ConfigStatus | string;
2409
2616
  }
2410
2617
  /**
2618
+ * @public
2411
2619
  * <p>The full description of your identity configuration.</p>
2412
2620
  */
2413
2621
  export interface IdentityProviderConfigResponse {
@@ -2417,6 +2625,9 @@ export interface IdentityProviderConfigResponse {
2417
2625
  */
2418
2626
  oidc?: OidcIdentityProviderConfig;
2419
2627
  }
2628
+ /**
2629
+ * @public
2630
+ */
2420
2631
  export interface DescribeIdentityProviderConfigResponse {
2421
2632
  /**
2422
2633
  * <p>The object that represents an OpenID Connect (OIDC) identity provider
@@ -2424,6 +2635,9 @@ export interface DescribeIdentityProviderConfigResponse {
2424
2635
  */
2425
2636
  identityProviderConfig?: IdentityProviderConfigResponse;
2426
2637
  }
2638
+ /**
2639
+ * @public
2640
+ */
2427
2641
  export interface DescribeNodegroupRequest {
2428
2642
  /**
2429
2643
  * <p>The name of the Amazon EKS cluster associated with the node group.</p>
@@ -2434,12 +2648,18 @@ export interface DescribeNodegroupRequest {
2434
2648
  */
2435
2649
  nodegroupName: string | undefined;
2436
2650
  }
2651
+ /**
2652
+ * @public
2653
+ */
2437
2654
  export interface DescribeNodegroupResponse {
2438
2655
  /**
2439
2656
  * <p>The full description of your node group.</p>
2440
2657
  */
2441
2658
  nodegroup?: Nodegroup;
2442
2659
  }
2660
+ /**
2661
+ * @public
2662
+ */
2443
2663
  export interface DescribeUpdateRequest {
2444
2664
  /**
2445
2665
  * <p>The name of the Amazon EKS cluster associated with the update.</p>
@@ -2461,12 +2681,18 @@ export interface DescribeUpdateRequest {
2461
2681
  */
2462
2682
  addonName?: string;
2463
2683
  }
2684
+ /**
2685
+ * @public
2686
+ */
2464
2687
  export interface DescribeUpdateResponse {
2465
2688
  /**
2466
2689
  * <p>The full description of the specified update.</p>
2467
2690
  */
2468
2691
  update?: Update;
2469
2692
  }
2693
+ /**
2694
+ * @public
2695
+ */
2470
2696
  export interface DisassociateIdentityProviderConfigRequest {
2471
2697
  /**
2472
2698
  * <p>The name of the cluster to disassociate an identity provider from.</p>
@@ -2482,12 +2708,18 @@ export interface DisassociateIdentityProviderConfigRequest {
2482
2708
  */
2483
2709
  clientRequestToken?: string;
2484
2710
  }
2711
+ /**
2712
+ * @public
2713
+ */
2485
2714
  export interface DisassociateIdentityProviderConfigResponse {
2486
2715
  /**
2487
2716
  * <p>An object representing an asynchronous update.</p>
2488
2717
  */
2489
2718
  update?: Update;
2490
2719
  }
2720
+ /**
2721
+ * @public
2722
+ */
2491
2723
  export interface ListAddonsRequest {
2492
2724
  /**
2493
2725
  * <p>The name of the cluster.</p>
@@ -2517,6 +2749,9 @@ export interface ListAddonsRequest {
2517
2749
  */
2518
2750
  nextToken?: string;
2519
2751
  }
2752
+ /**
2753
+ * @public
2754
+ */
2520
2755
  export interface ListAddonsResponse {
2521
2756
  /**
2522
2757
  * <p>A list of available add-ons.</p>
@@ -2534,6 +2769,9 @@ export interface ListAddonsResponse {
2534
2769
  */
2535
2770
  nextToken?: string;
2536
2771
  }
2772
+ /**
2773
+ * @public
2774
+ */
2537
2775
  export interface ListClustersRequest {
2538
2776
  /**
2539
2777
  * <p>The maximum number of cluster results returned by <code>ListClusters</code> in
@@ -2564,6 +2802,9 @@ export interface ListClustersRequest {
2564
2802
  */
2565
2803
  include?: string[];
2566
2804
  }
2805
+ /**
2806
+ * @public
2807
+ */
2567
2808
  export interface ListClustersResponse {
2568
2809
  /**
2569
2810
  * <p>A list of all of the clusters for your account in the specified Region.</p>
@@ -2578,6 +2819,9 @@ export interface ListClustersResponse {
2578
2819
  */
2579
2820
  nextToken?: string;
2580
2821
  }
2822
+ /**
2823
+ * @public
2824
+ */
2581
2825
  export interface ListFargateProfilesRequest {
2582
2826
  /**
2583
2827
  * <p>The name of the Amazon EKS cluster that you would like to list Fargate profiles in.</p>
@@ -2603,6 +2847,9 @@ export interface ListFargateProfilesRequest {
2603
2847
  */
2604
2848
  nextToken?: string;
2605
2849
  }
2850
+ /**
2851
+ * @public
2852
+ */
2606
2853
  export interface ListFargateProfilesResponse {
2607
2854
  /**
2608
2855
  * <p>A list of all of the Fargate profiles associated with the specified
@@ -2618,6 +2865,9 @@ export interface ListFargateProfilesResponse {
2618
2865
  */
2619
2866
  nextToken?: string;
2620
2867
  }
2868
+ /**
2869
+ * @public
2870
+ */
2621
2871
  export interface ListIdentityProviderConfigsRequest {
2622
2872
  /**
2623
2873
  * <p>The cluster name that you want to list identity provider configurations for.</p>
@@ -2644,6 +2894,9 @@ export interface ListIdentityProviderConfigsRequest {
2644
2894
  */
2645
2895
  nextToken?: string;
2646
2896
  }
2897
+ /**
2898
+ * @public
2899
+ */
2647
2900
  export interface ListIdentityProviderConfigsResponse {
2648
2901
  /**
2649
2902
  * <p>The identity provider configurations for the cluster.</p>
@@ -2657,6 +2910,9 @@ export interface ListIdentityProviderConfigsResponse {
2657
2910
  */
2658
2911
  nextToken?: string;
2659
2912
  }
2913
+ /**
2914
+ * @public
2915
+ */
2660
2916
  export interface ListNodegroupsRequest {
2661
2917
  /**
2662
2918
  * <p>The name of the Amazon EKS cluster that you would like to list node groups
@@ -2682,6 +2938,9 @@ export interface ListNodegroupsRequest {
2682
2938
  */
2683
2939
  nextToken?: string;
2684
2940
  }
2941
+ /**
2942
+ * @public
2943
+ */
2685
2944
  export interface ListNodegroupsResponse {
2686
2945
  /**
2687
2946
  * <p>A list of all of the node groups associated with the specified cluster.</p>
@@ -2697,6 +2956,7 @@ export interface ListNodegroupsResponse {
2697
2956
  nextToken?: string;
2698
2957
  }
2699
2958
  /**
2959
+ * @public
2700
2960
  * <p>This exception is thrown if the request contains a semantic error. The precise meaning
2701
2961
  * will depend on the API, and will be documented in the error message.</p>
2702
2962
  */
@@ -2708,6 +2968,9 @@ export declare class BadRequestException extends __BaseException {
2708
2968
  */
2709
2969
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
2710
2970
  }
2971
+ /**
2972
+ * @public
2973
+ */
2711
2974
  export interface ListTagsForResourceRequest {
2712
2975
  /**
2713
2976
  * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the
@@ -2715,6 +2978,9 @@ export interface ListTagsForResourceRequest {
2715
2978
  */
2716
2979
  resourceArn: string | undefined;
2717
2980
  }
2981
+ /**
2982
+ * @public
2983
+ */
2718
2984
  export interface ListTagsForResourceResponse {
2719
2985
  /**
2720
2986
  * <p>The tags for the resource.</p>
@@ -2722,6 +2988,7 @@ export interface ListTagsForResourceResponse {
2722
2988
  tags?: Record<string, string>;
2723
2989
  }
2724
2990
  /**
2991
+ * @public
2725
2992
  * <p>A service resource associated with the request could not be found. Clients should not
2726
2993
  * retry such requests.</p>
2727
2994
  */
@@ -2733,6 +3000,9 @@ export declare class NotFoundException extends __BaseException {
2733
3000
  */
2734
3001
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2735
3002
  }
3003
+ /**
3004
+ * @public
3005
+ */
2736
3006
  export interface ListUpdatesRequest {
2737
3007
  /**
2738
3008
  * <p>The name of the Amazon EKS cluster to list updates for.</p>
@@ -2765,6 +3035,9 @@ export interface ListUpdatesRequest {
2765
3035
  */
2766
3036
  maxResults?: number;
2767
3037
  }
3038
+ /**
3039
+ * @public
3040
+ */
2768
3041
  export interface ListUpdatesResponse {
2769
3042
  /**
2770
3043
  * <p>A list of all the updates for the specified cluster and Region.</p>
@@ -2779,6 +3052,9 @@ export interface ListUpdatesResponse {
2779
3052
  */
2780
3053
  nextToken?: string;
2781
3054
  }
3055
+ /**
3056
+ * @public
3057
+ */
2782
3058
  export declare enum ConnectorConfigProvider {
2783
3059
  AKS = "AKS",
2784
3060
  ANTHOS = "ANTHOS",
@@ -2791,6 +3067,7 @@ export declare enum ConnectorConfigProvider {
2791
3067
  TANZU = "TANZU"
2792
3068
  }
2793
3069
  /**
3070
+ * @public
2794
3071
  * <p>The configuration sent to a cluster for configuration.</p>
2795
3072
  */
2796
3073
  export interface ConnectorConfigRequest {
@@ -2804,6 +3081,9 @@ export interface ConnectorConfigRequest {
2804
3081
  */
2805
3082
  provider: ConnectorConfigProvider | string | undefined;
2806
3083
  }
3084
+ /**
3085
+ * @public
3086
+ */
2807
3087
  export interface RegisterClusterRequest {
2808
3088
  /**
2809
3089
  * <p>Define a unique name for this cluster for your Region.</p>
@@ -2826,6 +3106,9 @@ export interface RegisterClusterRequest {
2826
3106
  */
2827
3107
  tags?: Record<string, string>;
2828
3108
  }
3109
+ /**
3110
+ * @public
3111
+ */
2829
3112
  export interface RegisterClusterResponse {
2830
3113
  /**
2831
3114
  * <p>An object representing an Amazon EKS cluster.</p>
@@ -2833,6 +3116,7 @@ export interface RegisterClusterResponse {
2833
3116
  cluster?: Cluster;
2834
3117
  }
2835
3118
  /**
3119
+ * @public
2836
3120
  * <p>Required resources (such as service-linked roles) were created and are still
2837
3121
  * propagating. Retry later.</p>
2838
3122
  */
@@ -2844,6 +3128,9 @@ export declare class ResourcePropagationDelayException extends __BaseException {
2844
3128
  */
2845
3129
  constructor(opts: __ExceptionOptionType<ResourcePropagationDelayException, __BaseException>);
2846
3130
  }
3131
+ /**
3132
+ * @public
3133
+ */
2847
3134
  export interface TagResourceRequest {
2848
3135
  /**
2849
3136
  * <p>The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resources
@@ -2855,8 +3142,14 @@ export interface TagResourceRequest {
2855
3142
  */
2856
3143
  tags: Record<string, string> | undefined;
2857
3144
  }
3145
+ /**
3146
+ * @public
3147
+ */
2858
3148
  export interface TagResourceResponse {
2859
3149
  }
3150
+ /**
3151
+ * @public
3152
+ */
2860
3153
  export interface UntagResourceRequest {
2861
3154
  /**
2862
3155
  * <p>The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported
@@ -2868,8 +3161,14 @@ export interface UntagResourceRequest {
2868
3161
  */
2869
3162
  tagKeys: string[] | undefined;
2870
3163
  }
3164
+ /**
3165
+ * @public
3166
+ */
2871
3167
  export interface UntagResourceResponse {
2872
3168
  }
3169
+ /**
3170
+ * @public
3171
+ */
2873
3172
  export interface UpdateAddonRequest {
2874
3173
  /**
2875
3174
  * <p>The name of the cluster.</p>
@@ -2935,12 +3234,18 @@ export interface UpdateAddonRequest {
2935
3234
  */
2936
3235
  configurationValues?: string;
2937
3236
  }
3237
+ /**
3238
+ * @public
3239
+ */
2938
3240
  export interface UpdateAddonResponse {
2939
3241
  /**
2940
3242
  * <p>An object representing an asynchronous update.</p>
2941
3243
  */
2942
3244
  update?: Update;
2943
3245
  }
3246
+ /**
3247
+ * @public
3248
+ */
2944
3249
  export interface UpdateClusterConfigRequest {
2945
3250
  /**
2946
3251
  * <p>The name of the Amazon EKS cluster to update.</p>
@@ -2971,12 +3276,18 @@ export interface UpdateClusterConfigRequest {
2971
3276
  */
2972
3277
  clientRequestToken?: string;
2973
3278
  }
3279
+ /**
3280
+ * @public
3281
+ */
2974
3282
  export interface UpdateClusterConfigResponse {
2975
3283
  /**
2976
3284
  * <p>An object representing an asynchronous update.</p>
2977
3285
  */
2978
3286
  update?: Update;
2979
3287
  }
3288
+ /**
3289
+ * @public
3290
+ */
2980
3291
  export interface UpdateClusterVersionRequest {
2981
3292
  /**
2982
3293
  * <p>The name of the Amazon EKS cluster to update.</p>
@@ -2992,6 +3303,9 @@ export interface UpdateClusterVersionRequest {
2992
3303
  */
2993
3304
  clientRequestToken?: string;
2994
3305
  }
3306
+ /**
3307
+ * @public
3308
+ */
2995
3309
  export interface UpdateClusterVersionResponse {
2996
3310
  /**
2997
3311
  * <p>The full description of the specified update</p>
@@ -2999,6 +3313,7 @@ export interface UpdateClusterVersionResponse {
2999
3313
  update?: Update;
3000
3314
  }
3001
3315
  /**
3316
+ * @public
3002
3317
  * <p>An object representing a Kubernetes label change for a managed node group.</p>
3003
3318
  */
3004
3319
  export interface UpdateLabelsPayload {
@@ -3012,6 +3327,7 @@ export interface UpdateLabelsPayload {
3012
3327
  removeLabels?: string[];
3013
3328
  }
3014
3329
  /**
3330
+ * @public
3015
3331
  * <p>An object representing the details of an update to a taints payload. For more
3016
3332
  * information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on
3017
3333
  * managed node groups</a>.</p>
@@ -3026,6 +3342,9 @@ export interface UpdateTaintsPayload {
3026
3342
  */
3027
3343
  removeTaints?: Taint[];
3028
3344
  }
3345
+ /**
3346
+ * @public
3347
+ */
3029
3348
  export interface UpdateNodegroupConfigRequest {
3030
3349
  /**
3031
3350
  * <p>The name of the Amazon EKS cluster that the managed node group resides
@@ -3061,12 +3380,18 @@ export interface UpdateNodegroupConfigRequest {
3061
3380
  */
3062
3381
  clientRequestToken?: string;
3063
3382
  }
3383
+ /**
3384
+ * @public
3385
+ */
3064
3386
  export interface UpdateNodegroupConfigResponse {
3065
3387
  /**
3066
3388
  * <p>An object representing an asynchronous update.</p>
3067
3389
  */
3068
3390
  update?: Update;
3069
3391
  }
3392
+ /**
3393
+ * @public
3394
+ */
3070
3395
  export interface UpdateNodegroupVersionRequest {
3071
3396
  /**
3072
3397
  * <p>The name of the Amazon EKS cluster that is associated with the managed node
@@ -3116,481 +3441,12 @@ export interface UpdateNodegroupVersionRequest {
3116
3441
  */
3117
3442
  clientRequestToken?: string;
3118
3443
  }
3444
+ /**
3445
+ * @public
3446
+ */
3119
3447
  export interface UpdateNodegroupVersionResponse {
3120
3448
  /**
3121
3449
  * <p>An object representing an asynchronous update.</p>
3122
3450
  */
3123
3451
  update?: Update;
3124
3452
  }
3125
- /**
3126
- * @internal
3127
- */
3128
- export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
3129
- /**
3130
- * @internal
3131
- */
3132
- export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
3133
- /**
3134
- * @internal
3135
- */
3136
- export declare const MarketplaceInformationFilterSensitiveLog: (obj: MarketplaceInformation) => any;
3137
- /**
3138
- * @internal
3139
- */
3140
- export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
3141
- /**
3142
- * @internal
3143
- */
3144
- export declare const CompatibilityFilterSensitiveLog: (obj: Compatibility) => any;
3145
- /**
3146
- * @internal
3147
- */
3148
- export declare const AddonVersionInfoFilterSensitiveLog: (obj: AddonVersionInfo) => any;
3149
- /**
3150
- * @internal
3151
- */
3152
- export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
3153
- /**
3154
- * @internal
3155
- */
3156
- export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
3157
- /**
3158
- * @internal
3159
- */
3160
- export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
3161
- /**
3162
- * @internal
3163
- */
3164
- export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
3165
- /**
3166
- * @internal
3167
- */
3168
- export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
3169
- /**
3170
- * @internal
3171
- */
3172
- export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
3173
- /**
3174
- * @internal
3175
- */
3176
- export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
3177
- /**
3178
- * @internal
3179
- */
3180
- export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
3181
- /**
3182
- * @internal
3183
- */
3184
- export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
3185
- /**
3186
- * @internal
3187
- */
3188
- export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
3189
- /**
3190
- * @internal
3191
- */
3192
- export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
3193
- /**
3194
- * @internal
3195
- */
3196
- export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
3197
- /**
3198
- * @internal
3199
- */
3200
- export declare const CreateAddonRequestFilterSensitiveLog: (obj: CreateAddonRequest) => any;
3201
- /**
3202
- * @internal
3203
- */
3204
- export declare const CreateAddonResponseFilterSensitiveLog: (obj: CreateAddonResponse) => any;
3205
- /**
3206
- * @internal
3207
- */
3208
- export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
3209
- /**
3210
- * @internal
3211
- */
3212
- export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
3213
- /**
3214
- * @internal
3215
- */
3216
- export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
3217
- /**
3218
- * @internal
3219
- */
3220
- export declare const ControlPlanePlacementRequestFilterSensitiveLog: (obj: ControlPlanePlacementRequest) => any;
3221
- /**
3222
- * @internal
3223
- */
3224
- export declare const OutpostConfigRequestFilterSensitiveLog: (obj: OutpostConfigRequest) => any;
3225
- /**
3226
- * @internal
3227
- */
3228
- export declare const VpcConfigRequestFilterSensitiveLog: (obj: VpcConfigRequest) => any;
3229
- /**
3230
- * @internal
3231
- */
3232
- export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
3233
- /**
3234
- * @internal
3235
- */
3236
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
3237
- /**
3238
- * @internal
3239
- */
3240
- export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
3241
- /**
3242
- * @internal
3243
- */
3244
- export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
3245
- /**
3246
- * @internal
3247
- */
3248
- export declare const ClusterHealthFilterSensitiveLog: (obj: ClusterHealth) => any;
3249
- /**
3250
- * @internal
3251
- */
3252
- export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
3253
- /**
3254
- * @internal
3255
- */
3256
- export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
3257
- /**
3258
- * @internal
3259
- */
3260
- export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
3261
- /**
3262
- * @internal
3263
- */
3264
- export declare const ControlPlanePlacementResponseFilterSensitiveLog: (obj: ControlPlanePlacementResponse) => any;
3265
- /**
3266
- * @internal
3267
- */
3268
- export declare const OutpostConfigResponseFilterSensitiveLog: (obj: OutpostConfigResponse) => any;
3269
- /**
3270
- * @internal
3271
- */
3272
- export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
3273
- /**
3274
- * @internal
3275
- */
3276
- export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
3277
- /**
3278
- * @internal
3279
- */
3280
- export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
3281
- /**
3282
- * @internal
3283
- */
3284
- export declare const FargateProfileSelectorFilterSensitiveLog: (obj: FargateProfileSelector) => any;
3285
- /**
3286
- * @internal
3287
- */
3288
- export declare const CreateFargateProfileRequestFilterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
3289
- /**
3290
- * @internal
3291
- */
3292
- export declare const FargateProfileFilterSensitiveLog: (obj: FargateProfile) => any;
3293
- /**
3294
- * @internal
3295
- */
3296
- export declare const CreateFargateProfileResponseFilterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
3297
- /**
3298
- * @internal
3299
- */
3300
- export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
3301
- /**
3302
- * @internal
3303
- */
3304
- export declare const RemoteAccessConfigFilterSensitiveLog: (obj: RemoteAccessConfig) => any;
3305
- /**
3306
- * @internal
3307
- */
3308
- export declare const NodegroupScalingConfigFilterSensitiveLog: (obj: NodegroupScalingConfig) => any;
3309
- /**
3310
- * @internal
3311
- */
3312
- export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
3313
- /**
3314
- * @internal
3315
- */
3316
- export declare const NodegroupUpdateConfigFilterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
3317
- /**
3318
- * @internal
3319
- */
3320
- export declare const CreateNodegroupRequestFilterSensitiveLog: (obj: CreateNodegroupRequest) => any;
3321
- /**
3322
- * @internal
3323
- */
3324
- export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
3325
- /**
3326
- * @internal
3327
- */
3328
- export declare const NodegroupHealthFilterSensitiveLog: (obj: NodegroupHealth) => any;
3329
- /**
3330
- * @internal
3331
- */
3332
- export declare const NodegroupResourcesFilterSensitiveLog: (obj: NodegroupResources) => any;
3333
- /**
3334
- * @internal
3335
- */
3336
- export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
3337
- /**
3338
- * @internal
3339
- */
3340
- export declare const CreateNodegroupResponseFilterSensitiveLog: (obj: CreateNodegroupResponse) => any;
3341
- /**
3342
- * @internal
3343
- */
3344
- export declare const DeleteAddonRequestFilterSensitiveLog: (obj: DeleteAddonRequest) => any;
3345
- /**
3346
- * @internal
3347
- */
3348
- export declare const DeleteAddonResponseFilterSensitiveLog: (obj: DeleteAddonResponse) => any;
3349
- /**
3350
- * @internal
3351
- */
3352
- export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
3353
- /**
3354
- * @internal
3355
- */
3356
- export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
3357
- /**
3358
- * @internal
3359
- */
3360
- export declare const DeleteFargateProfileRequestFilterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
3361
- /**
3362
- * @internal
3363
- */
3364
- export declare const DeleteFargateProfileResponseFilterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
3365
- /**
3366
- * @internal
3367
- */
3368
- export declare const DeleteNodegroupRequestFilterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
3369
- /**
3370
- * @internal
3371
- */
3372
- export declare const DeleteNodegroupResponseFilterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
3373
- /**
3374
- * @internal
3375
- */
3376
- export declare const DeregisterClusterRequestFilterSensitiveLog: (obj: DeregisterClusterRequest) => any;
3377
- /**
3378
- * @internal
3379
- */
3380
- export declare const DeregisterClusterResponseFilterSensitiveLog: (obj: DeregisterClusterResponse) => any;
3381
- /**
3382
- * @internal
3383
- */
3384
- export declare const DescribeAddonRequestFilterSensitiveLog: (obj: DescribeAddonRequest) => any;
3385
- /**
3386
- * @internal
3387
- */
3388
- export declare const DescribeAddonResponseFilterSensitiveLog: (obj: DescribeAddonResponse) => any;
3389
- /**
3390
- * @internal
3391
- */
3392
- export declare const DescribeAddonConfigurationRequestFilterSensitiveLog: (obj: DescribeAddonConfigurationRequest) => any;
3393
- /**
3394
- * @internal
3395
- */
3396
- export declare const DescribeAddonConfigurationResponseFilterSensitiveLog: (obj: DescribeAddonConfigurationResponse) => any;
3397
- /**
3398
- * @internal
3399
- */
3400
- export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
3401
- /**
3402
- * @internal
3403
- */
3404
- export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
3405
- /**
3406
- * @internal
3407
- */
3408
- export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
3409
- /**
3410
- * @internal
3411
- */
3412
- export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
3413
- /**
3414
- * @internal
3415
- */
3416
- export declare const DescribeFargateProfileRequestFilterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
3417
- /**
3418
- * @internal
3419
- */
3420
- export declare const DescribeFargateProfileResponseFilterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
3421
- /**
3422
- * @internal
3423
- */
3424
- export declare const IdentityProviderConfigFilterSensitiveLog: (obj: IdentityProviderConfig) => any;
3425
- /**
3426
- * @internal
3427
- */
3428
- export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
3429
- /**
3430
- * @internal
3431
- */
3432
- export declare const OidcIdentityProviderConfigFilterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
3433
- /**
3434
- * @internal
3435
- */
3436
- export declare const IdentityProviderConfigResponseFilterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
3437
- /**
3438
- * @internal
3439
- */
3440
- export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
3441
- /**
3442
- * @internal
3443
- */
3444
- export declare const DescribeNodegroupRequestFilterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
3445
- /**
3446
- * @internal
3447
- */
3448
- export declare const DescribeNodegroupResponseFilterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
3449
- /**
3450
- * @internal
3451
- */
3452
- export declare const DescribeUpdateRequestFilterSensitiveLog: (obj: DescribeUpdateRequest) => any;
3453
- /**
3454
- * @internal
3455
- */
3456
- export declare const DescribeUpdateResponseFilterSensitiveLog: (obj: DescribeUpdateResponse) => any;
3457
- /**
3458
- * @internal
3459
- */
3460
- export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
3461
- /**
3462
- * @internal
3463
- */
3464
- export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
3465
- /**
3466
- * @internal
3467
- */
3468
- export declare const ListAddonsRequestFilterSensitiveLog: (obj: ListAddonsRequest) => any;
3469
- /**
3470
- * @internal
3471
- */
3472
- export declare const ListAddonsResponseFilterSensitiveLog: (obj: ListAddonsResponse) => any;
3473
- /**
3474
- * @internal
3475
- */
3476
- export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
3477
- /**
3478
- * @internal
3479
- */
3480
- export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
3481
- /**
3482
- * @internal
3483
- */
3484
- export declare const ListFargateProfilesRequestFilterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
3485
- /**
3486
- * @internal
3487
- */
3488
- export declare const ListFargateProfilesResponseFilterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
3489
- /**
3490
- * @internal
3491
- */
3492
- export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
3493
- /**
3494
- * @internal
3495
- */
3496
- export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
3497
- /**
3498
- * @internal
3499
- */
3500
- export declare const ListNodegroupsRequestFilterSensitiveLog: (obj: ListNodegroupsRequest) => any;
3501
- /**
3502
- * @internal
3503
- */
3504
- export declare const ListNodegroupsResponseFilterSensitiveLog: (obj: ListNodegroupsResponse) => any;
3505
- /**
3506
- * @internal
3507
- */
3508
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3509
- /**
3510
- * @internal
3511
- */
3512
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3513
- /**
3514
- * @internal
3515
- */
3516
- export declare const ListUpdatesRequestFilterSensitiveLog: (obj: ListUpdatesRequest) => any;
3517
- /**
3518
- * @internal
3519
- */
3520
- export declare const ListUpdatesResponseFilterSensitiveLog: (obj: ListUpdatesResponse) => any;
3521
- /**
3522
- * @internal
3523
- */
3524
- export declare const ConnectorConfigRequestFilterSensitiveLog: (obj: ConnectorConfigRequest) => any;
3525
- /**
3526
- * @internal
3527
- */
3528
- export declare const RegisterClusterRequestFilterSensitiveLog: (obj: RegisterClusterRequest) => any;
3529
- /**
3530
- * @internal
3531
- */
3532
- export declare const RegisterClusterResponseFilterSensitiveLog: (obj: RegisterClusterResponse) => any;
3533
- /**
3534
- * @internal
3535
- */
3536
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3537
- /**
3538
- * @internal
3539
- */
3540
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3541
- /**
3542
- * @internal
3543
- */
3544
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3545
- /**
3546
- * @internal
3547
- */
3548
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3549
- /**
3550
- * @internal
3551
- */
3552
- export declare const UpdateAddonRequestFilterSensitiveLog: (obj: UpdateAddonRequest) => any;
3553
- /**
3554
- * @internal
3555
- */
3556
- export declare const UpdateAddonResponseFilterSensitiveLog: (obj: UpdateAddonResponse) => any;
3557
- /**
3558
- * @internal
3559
- */
3560
- export declare const UpdateClusterConfigRequestFilterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
3561
- /**
3562
- * @internal
3563
- */
3564
- export declare const UpdateClusterConfigResponseFilterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
3565
- /**
3566
- * @internal
3567
- */
3568
- export declare const UpdateClusterVersionRequestFilterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
3569
- /**
3570
- * @internal
3571
- */
3572
- export declare const UpdateClusterVersionResponseFilterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
3573
- /**
3574
- * @internal
3575
- */
3576
- export declare const UpdateLabelsPayloadFilterSensitiveLog: (obj: UpdateLabelsPayload) => any;
3577
- /**
3578
- * @internal
3579
- */
3580
- export declare const UpdateTaintsPayloadFilterSensitiveLog: (obj: UpdateTaintsPayload) => any;
3581
- /**
3582
- * @internal
3583
- */
3584
- export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
3585
- /**
3586
- * @internal
3587
- */
3588
- export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
3589
- /**
3590
- * @internal
3591
- */
3592
- export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
3593
- /**
3594
- * @internal
3595
- */
3596
- export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;