@aws-sdk/client-eks 3.934.0 → 3.936.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.
@@ -0,0 +1,581 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AuthenticationMode: {
6
+ readonly API: "API";
7
+ readonly API_AND_CONFIG_MAP: "API_AND_CONFIG_MAP";
8
+ readonly CONFIG_MAP: "CONFIG_MAP";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type AuthenticationMode = (typeof AuthenticationMode)[keyof typeof AuthenticationMode];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const AccessScopeType: {
19
+ readonly cluster: "cluster";
20
+ readonly namespace: "namespace";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type AccessScopeType = (typeof AccessScopeType)[keyof typeof AccessScopeType];
26
+ /**
27
+ * @public
28
+ * @enum
29
+ */
30
+ export declare const AddonIssueCode: {
31
+ readonly ACCESS_DENIED: "AccessDenied";
32
+ readonly ADDON_PERMISSION_FAILURE: "AddonPermissionFailure";
33
+ readonly ADDON_SUBSCRIPTION_NEEDED: "AddonSubscriptionNeeded";
34
+ readonly ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied";
35
+ readonly CLUSTER_UNREACHABLE: "ClusterUnreachable";
36
+ readonly CONFIGURATION_CONFLICT: "ConfigurationConflict";
37
+ readonly INSUFFICIENT_NUMBER_OF_REPLICAS: "InsufficientNumberOfReplicas";
38
+ readonly INTERNAL_FAILURE: "InternalFailure";
39
+ readonly K8S_RESOURCE_NOT_FOUND: "K8sResourceNotFound";
40
+ readonly UNSUPPORTED_ADDON_MODIFICATION: "UnsupportedAddonModification";
41
+ };
42
+ /**
43
+ * @public
44
+ */
45
+ export type AddonIssueCode = (typeof AddonIssueCode)[keyof typeof AddonIssueCode];
46
+ /**
47
+ * @public
48
+ * @enum
49
+ */
50
+ export declare const AddonStatus: {
51
+ readonly ACTIVE: "ACTIVE";
52
+ readonly CREATE_FAILED: "CREATE_FAILED";
53
+ readonly CREATING: "CREATING";
54
+ readonly DEGRADED: "DEGRADED";
55
+ readonly DELETE_FAILED: "DELETE_FAILED";
56
+ readonly DELETING: "DELETING";
57
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
58
+ readonly UPDATING: "UPDATING";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type AddonStatus = (typeof AddonStatus)[keyof typeof AddonStatus];
64
+ /**
65
+ * @public
66
+ * @enum
67
+ */
68
+ export declare const AMITypes: {
69
+ readonly AL2023_ARM_64_NVIDIA: "AL2023_ARM_64_NVIDIA";
70
+ readonly AL2023_ARM_64_STANDARD: "AL2023_ARM_64_STANDARD";
71
+ readonly AL2023_x86_64_NEURON: "AL2023_x86_64_NEURON";
72
+ readonly AL2023_x86_64_NVIDIA: "AL2023_x86_64_NVIDIA";
73
+ readonly AL2023_x86_64_STANDARD: "AL2023_x86_64_STANDARD";
74
+ readonly AL2_ARM_64: "AL2_ARM_64";
75
+ readonly AL2_x86_64: "AL2_x86_64";
76
+ readonly AL2_x86_64_GPU: "AL2_x86_64_GPU";
77
+ readonly BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64";
78
+ readonly BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS";
79
+ readonly BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA";
80
+ readonly BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64";
81
+ readonly BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS";
82
+ readonly BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA";
83
+ readonly CUSTOM: "CUSTOM";
84
+ readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
85
+ readonly WINDOWS_CORE_2022_x86_64: "WINDOWS_CORE_2022_x86_64";
86
+ readonly WINDOWS_FULL_2019_x86_64: "WINDOWS_FULL_2019_x86_64";
87
+ readonly WINDOWS_FULL_2022_x86_64: "WINDOWS_FULL_2022_x86_64";
88
+ };
89
+ /**
90
+ * @public
91
+ */
92
+ export type AMITypes = (typeof AMITypes)[keyof typeof AMITypes];
93
+ /**
94
+ * @public
95
+ * @enum
96
+ */
97
+ export declare const ErrorCode: {
98
+ readonly ACCESS_DENIED: "AccessDenied";
99
+ readonly ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied";
100
+ readonly CLUSTER_UNREACHABLE: "ClusterUnreachable";
101
+ readonly CONFIGURATION_CONFLICT: "ConfigurationConflict";
102
+ readonly ENI_LIMIT_REACHED: "EniLimitReached";
103
+ readonly INSUFFICIENT_FREE_ADDRESSES: "InsufficientFreeAddresses";
104
+ readonly INSUFFICIENT_NUMBER_OF_REPLICAS: "InsufficientNumberOfReplicas";
105
+ readonly IP_NOT_AVAILABLE: "IpNotAvailable";
106
+ readonly K8S_RESOURCE_NOT_FOUND: "K8sResourceNotFound";
107
+ readonly NODE_CREATION_FAILURE: "NodeCreationFailure";
108
+ readonly OPERATION_NOT_PERMITTED: "OperationNotPermitted";
109
+ readonly POD_EVICTION_FAILURE: "PodEvictionFailure";
110
+ readonly SECURITY_GROUP_NOT_FOUND: "SecurityGroupNotFound";
111
+ readonly SUBNET_NOT_FOUND: "SubnetNotFound";
112
+ readonly UNKNOWN: "Unknown";
113
+ readonly UNSUPPORTED_ADDON_MODIFICATION: "UnsupportedAddonModification";
114
+ readonly VPC_ID_NOT_FOUND: "VpcIdNotFound";
115
+ };
116
+ /**
117
+ * @public
118
+ */
119
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
120
+ /**
121
+ * @public
122
+ * @enum
123
+ */
124
+ export declare const UpdateParamType: {
125
+ readonly ADDON_VERSION: "AddonVersion";
126
+ readonly AUTHENTICATION_MODE: "AuthenticationMode";
127
+ readonly CLUSTER_LOGGING: "ClusterLogging";
128
+ readonly COMPUTE_CONFIG: "ComputeConfig";
129
+ readonly CONFIGURATION_VALUES: "ConfigurationValues";
130
+ readonly DELETION_PROTECTION: "DeletionProtection";
131
+ readonly DESIRED_SIZE: "DesiredSize";
132
+ readonly ENCRYPTION_CONFIG: "EncryptionConfig";
133
+ readonly ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess";
134
+ readonly ENDPOINT_PUBLIC_ACCESS: "EndpointPublicAccess";
135
+ readonly IDENTITY_PROVIDER_CONFIG: "IdentityProviderConfig";
136
+ readonly KUBERNETES_NETWORK_CONFIG: "KubernetesNetworkConfig";
137
+ readonly LABELS_TO_ADD: "LabelsToAdd";
138
+ readonly LABELS_TO_REMOVE: "LabelsToRemove";
139
+ readonly LAUNCH_TEMPLATE_NAME: "LaunchTemplateName";
140
+ readonly LAUNCH_TEMPLATE_VERSION: "LaunchTemplateVersion";
141
+ readonly MAX_SIZE: "MaxSize";
142
+ readonly MAX_UNAVAILABLE: "MaxUnavailable";
143
+ readonly MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage";
144
+ readonly MIN_SIZE: "MinSize";
145
+ readonly NODE_REPAIR_CONFIG: "NodeRepairConfig";
146
+ readonly NODE_REPAIR_ENABLED: "NodeRepairEnabled";
147
+ readonly PLATFORM_VERSION: "PlatformVersion";
148
+ readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
149
+ readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
150
+ readonly RELEASE_VERSION: "ReleaseVersion";
151
+ readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
152
+ readonly RESOLVE_CONFLICTS: "ResolveConflicts";
153
+ readonly SECURITY_GROUPS: "SecurityGroups";
154
+ readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
155
+ readonly STORAGE_CONFIG: "StorageConfig";
156
+ readonly SUBNETS: "Subnets";
157
+ readonly TAINTS_TO_ADD: "TaintsToAdd";
158
+ readonly TAINTS_TO_REMOVE: "TaintsToRemove";
159
+ readonly UPDATE_STRATEGY: "UpdateStrategy";
160
+ readonly UPGRADE_POLICY: "UpgradePolicy";
161
+ readonly VERSION: "Version";
162
+ readonly ZONAL_SHIFT_CONFIG: "ZonalShiftConfig";
163
+ };
164
+ /**
165
+ * @public
166
+ */
167
+ export type UpdateParamType = (typeof UpdateParamType)[keyof typeof UpdateParamType];
168
+ /**
169
+ * @public
170
+ * @enum
171
+ */
172
+ export declare const UpdateStatus: {
173
+ readonly CANCELLED: "Cancelled";
174
+ readonly FAILED: "Failed";
175
+ readonly IN_PROGRESS: "InProgress";
176
+ readonly SUCCESSFUL: "Successful";
177
+ };
178
+ /**
179
+ * @public
180
+ */
181
+ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
182
+ /**
183
+ * @public
184
+ * @enum
185
+ */
186
+ export declare const UpdateType: {
187
+ readonly ACCESS_CONFIG_UPDATE: "AccessConfigUpdate";
188
+ readonly ADDON_UPDATE: "AddonUpdate";
189
+ readonly ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig";
190
+ readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
191
+ readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
192
+ readonly CONFIG_UPDATE: "ConfigUpdate";
193
+ readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
194
+ readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
195
+ readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
196
+ readonly LOGGING_UPDATE: "LoggingUpdate";
197
+ readonly REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate";
198
+ readonly UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate";
199
+ readonly VERSION_UPDATE: "VersionUpdate";
200
+ readonly VPC_CONFIG_UPDATE: "VpcConfigUpdate";
201
+ readonly ZONAL_SHIFT_CONFIG_UPDATE: "ZonalShiftConfigUpdate";
202
+ };
203
+ /**
204
+ * @public
205
+ */
206
+ export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
207
+ /**
208
+ * @public
209
+ * @enum
210
+ */
211
+ export declare const ResolveConflicts: {
212
+ readonly NONE: "NONE";
213
+ readonly OVERWRITE: "OVERWRITE";
214
+ readonly PRESERVE: "PRESERVE";
215
+ };
216
+ /**
217
+ * @public
218
+ */
219
+ export type ResolveConflicts = (typeof ResolveConflicts)[keyof typeof ResolveConflicts];
220
+ /**
221
+ * @public
222
+ * @enum
223
+ */
224
+ export declare const IpFamily: {
225
+ readonly IPV4: "ipv4";
226
+ readonly IPV6: "ipv6";
227
+ };
228
+ /**
229
+ * @public
230
+ */
231
+ export type IpFamily = (typeof IpFamily)[keyof typeof IpFamily];
232
+ /**
233
+ * @public
234
+ * @enum
235
+ */
236
+ export declare const LogType: {
237
+ readonly API: "api";
238
+ readonly AUDIT: "audit";
239
+ readonly AUTHENTICATOR: "authenticator";
240
+ readonly CONTROLLER_MANAGER: "controllerManager";
241
+ readonly SCHEDULER: "scheduler";
242
+ };
243
+ /**
244
+ * @public
245
+ */
246
+ export type LogType = (typeof LogType)[keyof typeof LogType];
247
+ /**
248
+ * @public
249
+ * @enum
250
+ */
251
+ export declare const SupportType: {
252
+ readonly EXTENDED: "EXTENDED";
253
+ readonly STANDARD: "STANDARD";
254
+ };
255
+ /**
256
+ * @public
257
+ */
258
+ export type SupportType = (typeof SupportType)[keyof typeof SupportType];
259
+ /**
260
+ * @public
261
+ * @enum
262
+ */
263
+ export declare const ClusterIssueCode: {
264
+ readonly ACCESS_DENIED: "AccessDenied";
265
+ readonly CLUSTER_UNREACHABLE: "ClusterUnreachable";
266
+ readonly CONFIGURATION_CONFLICT: "ConfigurationConflict";
267
+ readonly EC2_SECURITY_GROUP_NOT_FOUND: "Ec2SecurityGroupNotFound";
268
+ readonly EC2_SERVICE_NOT_SUBSCRIBED: "Ec2ServiceNotSubscribed";
269
+ readonly EC2_SUBNET_NOT_FOUND: "Ec2SubnetNotFound";
270
+ readonly IAM_ROLE_NOT_FOUND: "IamRoleNotFound";
271
+ readonly INSUFFICIENT_FREE_ADDRESSES: "InsufficientFreeAddresses";
272
+ readonly INTERNAL_FAILURE: "InternalFailure";
273
+ readonly KMS_GRANT_REVOKED: "KmsGrantRevoked";
274
+ readonly KMS_KEY_DISABLED: "KmsKeyDisabled";
275
+ readonly KMS_KEY_MARKED_FOR_DELETION: "KmsKeyMarkedForDeletion";
276
+ readonly KMS_KEY_NOT_FOUND: "KmsKeyNotFound";
277
+ readonly OTHER: "Other";
278
+ readonly RESOURCE_LIMIT_EXCEEDED: "ResourceLimitExceeded";
279
+ readonly RESOURCE_NOT_FOUND: "ResourceNotFound";
280
+ readonly STS_REGIONAL_ENDPOINT_DISABLED: "StsRegionalEndpointDisabled";
281
+ readonly UNSUPPORTED_VERSION: "UnsupportedVersion";
282
+ readonly VPC_NOT_FOUND: "VpcNotFound";
283
+ };
284
+ /**
285
+ * @public
286
+ */
287
+ export type ClusterIssueCode = (typeof ClusterIssueCode)[keyof typeof ClusterIssueCode];
288
+ /**
289
+ * @public
290
+ * @enum
291
+ */
292
+ export declare const ClusterStatus: {
293
+ readonly ACTIVE: "ACTIVE";
294
+ readonly CREATING: "CREATING";
295
+ readonly DELETING: "DELETING";
296
+ readonly FAILED: "FAILED";
297
+ readonly PENDING: "PENDING";
298
+ readonly UPDATING: "UPDATING";
299
+ };
300
+ /**
301
+ * @public
302
+ */
303
+ export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
304
+ /**
305
+ * @public
306
+ * @enum
307
+ */
308
+ export declare const EksAnywhereSubscriptionLicenseType: {
309
+ readonly Cluster: "Cluster";
310
+ };
311
+ /**
312
+ * @public
313
+ */
314
+ export type EksAnywhereSubscriptionLicenseType = (typeof EksAnywhereSubscriptionLicenseType)[keyof typeof EksAnywhereSubscriptionLicenseType];
315
+ /**
316
+ * @public
317
+ * @enum
318
+ */
319
+ export declare const EksAnywhereSubscriptionTermUnit: {
320
+ readonly MONTHS: "MONTHS";
321
+ };
322
+ /**
323
+ * @public
324
+ */
325
+ export type EksAnywhereSubscriptionTermUnit = (typeof EksAnywhereSubscriptionTermUnit)[keyof typeof EksAnywhereSubscriptionTermUnit];
326
+ /**
327
+ * @public
328
+ * @enum
329
+ */
330
+ export declare const FargateProfileIssueCode: {
331
+ readonly ACCESS_DENIED: "AccessDenied";
332
+ readonly CLUSTER_UNREACHABLE: "ClusterUnreachable";
333
+ readonly INTERNAL_FAILURE: "InternalFailure";
334
+ readonly POD_EXECUTION_ROLE_ALREADY_IN_USE: "PodExecutionRoleAlreadyInUse";
335
+ };
336
+ /**
337
+ * @public
338
+ */
339
+ export type FargateProfileIssueCode = (typeof FargateProfileIssueCode)[keyof typeof FargateProfileIssueCode];
340
+ /**
341
+ * @public
342
+ * @enum
343
+ */
344
+ export declare const FargateProfileStatus: {
345
+ readonly ACTIVE: "ACTIVE";
346
+ readonly CREATE_FAILED: "CREATE_FAILED";
347
+ readonly CREATING: "CREATING";
348
+ readonly DELETE_FAILED: "DELETE_FAILED";
349
+ readonly DELETING: "DELETING";
350
+ };
351
+ /**
352
+ * @public
353
+ */
354
+ export type FargateProfileStatus = (typeof FargateProfileStatus)[keyof typeof FargateProfileStatus];
355
+ /**
356
+ * @public
357
+ * @enum
358
+ */
359
+ export declare const CapacityTypes: {
360
+ readonly CAPACITY_BLOCK: "CAPACITY_BLOCK";
361
+ readonly ON_DEMAND: "ON_DEMAND";
362
+ readonly SPOT: "SPOT";
363
+ };
364
+ /**
365
+ * @public
366
+ */
367
+ export type CapacityTypes = (typeof CapacityTypes)[keyof typeof CapacityTypes];
368
+ /**
369
+ * @public
370
+ * @enum
371
+ */
372
+ export declare const RepairAction: {
373
+ readonly NoAction: "NoAction";
374
+ readonly Reboot: "Reboot";
375
+ readonly Replace: "Replace";
376
+ };
377
+ /**
378
+ * @public
379
+ */
380
+ export type RepairAction = (typeof RepairAction)[keyof typeof RepairAction];
381
+ /**
382
+ * @public
383
+ * @enum
384
+ */
385
+ export declare const TaintEffect: {
386
+ readonly NO_EXECUTE: "NO_EXECUTE";
387
+ readonly NO_SCHEDULE: "NO_SCHEDULE";
388
+ readonly PREFER_NO_SCHEDULE: "PREFER_NO_SCHEDULE";
389
+ };
390
+ /**
391
+ * @public
392
+ */
393
+ export type TaintEffect = (typeof TaintEffect)[keyof typeof TaintEffect];
394
+ /**
395
+ * @public
396
+ * @enum
397
+ */
398
+ export declare const NodegroupUpdateStrategies: {
399
+ readonly DEFAULT: "DEFAULT";
400
+ readonly MINIMAL: "MINIMAL";
401
+ };
402
+ /**
403
+ * @public
404
+ */
405
+ export type NodegroupUpdateStrategies = (typeof NodegroupUpdateStrategies)[keyof typeof NodegroupUpdateStrategies];
406
+ /**
407
+ * @public
408
+ * @enum
409
+ */
410
+ export declare const NodegroupIssueCode: {
411
+ readonly ACCESS_DENIED: "AccessDenied";
412
+ readonly AMI_ID_NOT_FOUND: "AmiIdNotFound";
413
+ readonly ASG_INSTANCE_LAUNCH_FAILURES: "AsgInstanceLaunchFailures";
414
+ readonly AUTO_SCALING_GROUP_INSTANCE_REFRESH_ACTIVE: "AutoScalingGroupInstanceRefreshActive";
415
+ readonly AUTO_SCALING_GROUP_INVALID_CONFIGURATION: "AutoScalingGroupInvalidConfiguration";
416
+ readonly AUTO_SCALING_GROUP_NOT_FOUND: "AutoScalingGroupNotFound";
417
+ readonly AUTO_SCALING_GROUP_OPT_IN_REQUIRED: "AutoScalingGroupOptInRequired";
418
+ readonly AUTO_SCALING_GROUP_RATE_LIMIT_EXCEEDED: "AutoScalingGroupRateLimitExceeded";
419
+ readonly CLUSTER_UNREACHABLE: "ClusterUnreachable";
420
+ readonly EC2_INSTANCE_TYPE_DOES_NOT_EXIST: "Ec2InstanceTypeDoesNotExist";
421
+ readonly EC2_LAUNCH_TEMPLATE_DELETION_FAILURE: "Ec2LaunchTemplateDeletionFailure";
422
+ readonly EC2_LAUNCH_TEMPLATE_INVALID_CONFIGURATION: "Ec2LaunchTemplateInvalidConfiguration";
423
+ readonly EC2_LAUNCH_TEMPLATE_MAX_LIMIT_EXCEEDED: "Ec2LaunchTemplateMaxLimitExceeded";
424
+ readonly EC2_LAUNCH_TEMPLATE_NOT_FOUND: "Ec2LaunchTemplateNotFound";
425
+ readonly EC2_LAUNCH_TEMPLATE_VERSION_MAX_LIMIT_EXCEEDED: "Ec2LaunchTemplateVersionMaxLimitExceeded";
426
+ readonly EC2_LAUNCH_TEMPLATE_VERSION_MISMATCH: "Ec2LaunchTemplateVersionMismatch";
427
+ readonly EC2_SECURITY_GROUP_DELETION_FAILURE: "Ec2SecurityGroupDeletionFailure";
428
+ readonly EC2_SECURITY_GROUP_NOT_FOUND: "Ec2SecurityGroupNotFound";
429
+ readonly EC2_SUBNET_INVALID_CONFIGURATION: "Ec2SubnetInvalidConfiguration";
430
+ readonly EC2_SUBNET_LIST_TOO_LONG: "Ec2SubnetListTooLong";
431
+ readonly EC2_SUBNET_MISSING_IPV6_ASSIGNMENT: "Ec2SubnetMissingIpv6Assignment";
432
+ readonly EC2_SUBNET_NOT_FOUND: "Ec2SubnetNotFound";
433
+ readonly IAM_INSTANCE_PROFILE_NOT_FOUND: "IamInstanceProfileNotFound";
434
+ readonly IAM_LIMIT_EXCEEDED: "IamLimitExceeded";
435
+ readonly IAM_NODE_ROLE_NOT_FOUND: "IamNodeRoleNotFound";
436
+ readonly IAM_THROTTLING: "IamThrottling";
437
+ readonly INSTANCE_LIMIT_EXCEEDED: "InstanceLimitExceeded";
438
+ readonly INSUFFICIENT_FREE_ADDRESSES: "InsufficientFreeAddresses";
439
+ readonly INTERNAL_FAILURE: "InternalFailure";
440
+ readonly KUBERNETES_LABEL_INVALID: "KubernetesLabelInvalid";
441
+ readonly LIMIT_EXCEEDED: "LimitExceeded";
442
+ readonly NODE_CREATION_FAILURE: "NodeCreationFailure";
443
+ readonly NODE_TERMINATION_FAILURE: "NodeTerminationFailure";
444
+ readonly POD_EVICTION_FAILURE: "PodEvictionFailure";
445
+ readonly SOURCE_EC2_LAUNCH_TEMPLATE_NOT_FOUND: "SourceEc2LaunchTemplateNotFound";
446
+ readonly UNKNOWN: "Unknown";
447
+ };
448
+ /**
449
+ * @public
450
+ */
451
+ export type NodegroupIssueCode = (typeof NodegroupIssueCode)[keyof typeof NodegroupIssueCode];
452
+ /**
453
+ * @public
454
+ * @enum
455
+ */
456
+ export declare const NodegroupStatus: {
457
+ readonly ACTIVE: "ACTIVE";
458
+ readonly CREATE_FAILED: "CREATE_FAILED";
459
+ readonly CREATING: "CREATING";
460
+ readonly DEGRADED: "DEGRADED";
461
+ readonly DELETE_FAILED: "DELETE_FAILED";
462
+ readonly DELETING: "DELETING";
463
+ readonly UPDATING: "UPDATING";
464
+ };
465
+ /**
466
+ * @public
467
+ */
468
+ export type NodegroupStatus = (typeof NodegroupStatus)[keyof typeof NodegroupStatus];
469
+ /**
470
+ * @public
471
+ * @enum
472
+ */
473
+ export declare const ClusterVersionStatus: {
474
+ readonly extended_support: "extended-support";
475
+ readonly standard_support: "standard-support";
476
+ readonly unsupported: "unsupported";
477
+ };
478
+ /**
479
+ * @public
480
+ */
481
+ export type ClusterVersionStatus = (typeof ClusterVersionStatus)[keyof typeof ClusterVersionStatus];
482
+ /**
483
+ * @public
484
+ * @enum
485
+ */
486
+ export declare const VersionStatus: {
487
+ readonly EXTENDED_SUPPORT: "EXTENDED_SUPPORT";
488
+ readonly STANDARD_SUPPORT: "STANDARD_SUPPORT";
489
+ readonly UNSUPPORTED: "UNSUPPORTED";
490
+ };
491
+ /**
492
+ * @public
493
+ */
494
+ export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus];
495
+ /**
496
+ * @public
497
+ * @enum
498
+ */
499
+ export declare const ConfigStatus: {
500
+ readonly ACTIVE: "ACTIVE";
501
+ readonly CREATING: "CREATING";
502
+ readonly DELETING: "DELETING";
503
+ };
504
+ /**
505
+ * @public
506
+ */
507
+ export type ConfigStatus = (typeof ConfigStatus)[keyof typeof ConfigStatus];
508
+ /**
509
+ * @public
510
+ * @enum
511
+ */
512
+ export declare const Category: {
513
+ readonly MISCONFIGURATION: "MISCONFIGURATION";
514
+ readonly UPGRADE_READINESS: "UPGRADE_READINESS";
515
+ };
516
+ /**
517
+ * @public
518
+ */
519
+ export type Category = (typeof Category)[keyof typeof Category];
520
+ /**
521
+ * @public
522
+ * @enum
523
+ */
524
+ export declare const InsightStatusValue: {
525
+ readonly ERROR: "ERROR";
526
+ readonly PASSING: "PASSING";
527
+ readonly UNKNOWN: "UNKNOWN";
528
+ readonly WARNING: "WARNING";
529
+ };
530
+ /**
531
+ * @public
532
+ */
533
+ export type InsightStatusValue = (typeof InsightStatusValue)[keyof typeof InsightStatusValue];
534
+ /**
535
+ * @public
536
+ * @enum
537
+ */
538
+ export declare const InsightsRefreshStatus: {
539
+ readonly COMPLETED: "COMPLETED";
540
+ readonly FAILED: "FAILED";
541
+ readonly IN_PROGRESS: "IN_PROGRESS";
542
+ };
543
+ /**
544
+ * @public
545
+ */
546
+ export type InsightsRefreshStatus = (typeof InsightsRefreshStatus)[keyof typeof InsightsRefreshStatus];
547
+ /**
548
+ * @public
549
+ * @enum
550
+ */
551
+ export declare const EksAnywhereSubscriptionStatus: {
552
+ readonly ACTIVE: "ACTIVE";
553
+ readonly CREATING: "CREATING";
554
+ readonly DELETING: "DELETING";
555
+ readonly EXPIRED: "EXPIRED";
556
+ readonly EXPIRING: "EXPIRING";
557
+ readonly UPDATING: "UPDATING";
558
+ };
559
+ /**
560
+ * @public
561
+ */
562
+ export type EksAnywhereSubscriptionStatus = (typeof EksAnywhereSubscriptionStatus)[keyof typeof EksAnywhereSubscriptionStatus];
563
+ /**
564
+ * @public
565
+ * @enum
566
+ */
567
+ export declare const ConnectorConfigProvider: {
568
+ readonly AKS: "AKS";
569
+ readonly ANTHOS: "ANTHOS";
570
+ readonly EC2: "EC2";
571
+ readonly EKS_ANYWHERE: "EKS_ANYWHERE";
572
+ readonly GKE: "GKE";
573
+ readonly OPENSHIFT: "OPENSHIFT";
574
+ readonly OTHER: "OTHER";
575
+ readonly RANCHER: "RANCHER";
576
+ readonly TANZU: "TANZU";
577
+ };
578
+ /**
579
+ * @public
580
+ */
581
+ export type ConnectorConfigProvider = (typeof ConnectorConfigProvider)[keyof typeof ConnectorConfigProvider];