@aws-sdk/client-eks 3.169.0 → 3.171.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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/EKS.d.ts +588 -175
  3. package/dist-types/ts3.4/EKSClient.d.ts +307 -107
  4. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/EKSServiceException.d.ts +7 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1167 -1472
  44. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  46. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  58. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  59. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +11 -7
  60. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +11 -7
  61. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +11 -7
  62. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -7
  63. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +11 -7
  64. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +11 -7
  65. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +11 -7
  66. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +11 -7
  67. package/package.json +35 -35
@@ -1,1472 +1,1167 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { EKSServiceException as __BaseException } from "./EKSServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
- }
10
- export declare enum AddonIssueCode {
11
- ACCESS_DENIED = "AccessDenied",
12
- ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
13
- CLUSTER_UNREACHABLE = "ClusterUnreachable",
14
- CONFIGURATION_CONFLICT = "ConfigurationConflict",
15
- INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
16
- INTERNAL_FAILURE = "InternalFailure",
17
- K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
18
- UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification"
19
- }
20
-
21
- export interface AddonIssue {
22
-
23
- code?: AddonIssueCode | string;
24
-
25
- message?: string;
26
-
27
- resourceIds?: string[];
28
- }
29
-
30
- export interface AddonHealth {
31
-
32
- issues?: AddonIssue[];
33
- }
34
- export declare type AddonStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATE_FAILED" | "UPDATING";
35
-
36
- export interface Addon {
37
-
38
- addonName?: string;
39
-
40
- clusterName?: string;
41
-
42
- status?: AddonStatus | string;
43
-
44
- addonVersion?: string;
45
-
46
- health?: AddonHealth;
47
-
48
- addonArn?: string;
49
-
50
- createdAt?: Date;
51
-
52
- modifiedAt?: Date;
53
-
54
- serviceAccountRoleArn?: string;
55
-
56
- tags?: Record<string, string>;
57
- }
58
-
59
- export interface Compatibility {
60
-
61
- clusterVersion?: string;
62
-
63
- platformVersions?: string[];
64
-
65
- defaultVersion?: boolean;
66
- }
67
-
68
- export interface AddonVersionInfo {
69
-
70
- addonVersion?: string;
71
-
72
- architecture?: string[];
73
-
74
- compatibilities?: Compatibility[];
75
- }
76
-
77
- export interface AddonInfo {
78
-
79
- addonName?: string;
80
-
81
- type?: string;
82
-
83
- addonVersions?: AddonVersionInfo[];
84
- }
85
- export declare type AMITypes = "AL2_ARM_64" | "AL2_x86_64" | "AL2_x86_64_GPU" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_x86_64_NVIDIA" | "CUSTOM";
86
-
87
- export interface Provider {
88
-
89
- keyArn?: string;
90
- }
91
-
92
- export interface EncryptionConfig {
93
-
94
- resources?: string[];
95
-
96
- provider?: Provider;
97
- }
98
- export interface AssociateEncryptionConfigRequest {
99
-
100
- clusterName: string | undefined;
101
-
102
- encryptionConfig: EncryptionConfig[] | undefined;
103
-
104
- clientRequestToken?: string;
105
- }
106
- export declare enum ErrorCode {
107
- ACCESS_DENIED = "AccessDenied",
108
- ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
109
- CLUSTER_UNREACHABLE = "ClusterUnreachable",
110
- CONFIGURATION_CONFLICT = "ConfigurationConflict",
111
- ENI_LIMIT_REACHED = "EniLimitReached",
112
- INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
113
- INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
114
- IP_NOT_AVAILABLE = "IpNotAvailable",
115
- K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
116
- NODE_CREATION_FAILURE = "NodeCreationFailure",
117
- OPERATION_NOT_PERMITTED = "OperationNotPermitted",
118
- POD_EVICTION_FAILURE = "PodEvictionFailure",
119
- SECURITY_GROUP_NOT_FOUND = "SecurityGroupNotFound",
120
- SUBNET_NOT_FOUND = "SubnetNotFound",
121
- UNKNOWN = "Unknown",
122
- UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
123
- VPC_ID_NOT_FOUND = "VpcIdNotFound"
124
- }
125
-
126
- export interface ErrorDetail {
127
-
128
- errorCode?: ErrorCode | string;
129
-
130
- errorMessage?: string;
131
-
132
- resourceIds?: string[];
133
- }
134
- export declare enum UpdateParamType {
135
- ADDON_VERSION = "AddonVersion",
136
- CLUSTER_LOGGING = "ClusterLogging",
137
- DESIRED_SIZE = "DesiredSize",
138
- ENCRYPTION_CONFIG = "EncryptionConfig",
139
- ENDPOINT_PRIVATE_ACCESS = "EndpointPrivateAccess",
140
- ENDPOINT_PUBLIC_ACCESS = "EndpointPublicAccess",
141
- IDENTITY_PROVIDER_CONFIG = "IdentityProviderConfig",
142
- LABELS_TO_ADD = "LabelsToAdd",
143
- LABELS_TO_REMOVE = "LabelsToRemove",
144
- LAUNCH_TEMPLATE_NAME = "LaunchTemplateName",
145
- LAUNCH_TEMPLATE_VERSION = "LaunchTemplateVersion",
146
- MAX_SIZE = "MaxSize",
147
- MAX_UNAVAILABLE = "MaxUnavailable",
148
- MAX_UNAVAILABLE_PERCENTAGE = "MaxUnavailablePercentage",
149
- MIN_SIZE = "MinSize",
150
- PLATFORM_VERSION = "PlatformVersion",
151
- PUBLIC_ACCESS_CIDRS = "PublicAccessCidrs",
152
- RELEASE_VERSION = "ReleaseVersion",
153
- RESOLVE_CONFLICTS = "ResolveConflicts",
154
- SERVICE_ACCOUNT_ROLE_ARN = "ServiceAccountRoleArn",
155
- TAINTS_TO_ADD = "TaintsToAdd",
156
- TAINTS_TO_REMOVE = "TaintsToRemove",
157
- VERSION = "Version"
158
- }
159
-
160
- export interface UpdateParam {
161
-
162
- type?: UpdateParamType | string;
163
-
164
- value?: string;
165
- }
166
- export declare enum UpdateStatus {
167
- CANCELLED = "Cancelled",
168
- FAILED = "Failed",
169
- IN_PROGRESS = "InProgress",
170
- SUCCESSFUL = "Successful"
171
- }
172
- export declare enum UpdateType {
173
- ADDON_UPDATE = "AddonUpdate",
174
- ASSOCIATE_ENCRYPTION_CONFIG = "AssociateEncryptionConfig",
175
- ASSOCIATE_IDENTITY_PROVIDER_CONFIG = "AssociateIdentityProviderConfig",
176
- CONFIG_UPDATE = "ConfigUpdate",
177
- DISASSOCIATE_IDENTITY_PROVIDER_CONFIG = "DisassociateIdentityProviderConfig",
178
- ENDPOINT_ACCESS_UPDATE = "EndpointAccessUpdate",
179
- LOGGING_UPDATE = "LoggingUpdate",
180
- VERSION_UPDATE = "VersionUpdate"
181
- }
182
-
183
- export interface Update {
184
-
185
- id?: string;
186
-
187
- status?: UpdateStatus | string;
188
-
189
- type?: UpdateType | string;
190
-
191
- params?: UpdateParam[];
192
-
193
- createdAt?: Date;
194
-
195
- errors?: ErrorDetail[];
196
- }
197
- export interface AssociateEncryptionConfigResponse {
198
-
199
- update?: Update;
200
- }
201
-
202
- export declare class ClientException extends __BaseException {
203
- readonly name: "ClientException";
204
- readonly $fault: "client";
205
-
206
- clusterName?: string;
207
-
208
- nodegroupName?: string;
209
- addonName?: string;
210
-
211
- constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
212
- }
213
-
214
- export declare class InvalidParameterException extends __BaseException {
215
- readonly name: "InvalidParameterException";
216
- readonly $fault: "client";
217
-
218
- clusterName?: string;
219
-
220
- nodegroupName?: string;
221
-
222
- fargateProfileName?: string;
223
- addonName?: string;
224
-
225
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
226
- }
227
-
228
- export declare class InvalidRequestException extends __BaseException {
229
- readonly name: "InvalidRequestException";
230
- readonly $fault: "client";
231
-
232
- clusterName?: string;
233
-
234
- nodegroupName?: string;
235
- addonName?: string;
236
-
237
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
238
- }
239
-
240
- export declare class ResourceInUseException extends __BaseException {
241
- readonly name: "ResourceInUseException";
242
- readonly $fault: "client";
243
-
244
- clusterName?: string;
245
-
246
- nodegroupName?: string;
247
- addonName?: string;
248
-
249
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
250
- }
251
-
252
- export declare class ResourceNotFoundException extends __BaseException {
253
- readonly name: "ResourceNotFoundException";
254
- readonly $fault: "client";
255
-
256
- clusterName?: string;
257
-
258
- nodegroupName?: string;
259
-
260
- fargateProfileName?: string;
261
- addonName?: string;
262
-
263
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
264
- }
265
-
266
- export declare class ServerException extends __BaseException {
267
- readonly name: "ServerException";
268
- readonly $fault: "server";
269
-
270
- clusterName?: string;
271
-
272
- nodegroupName?: string;
273
- addonName?: string;
274
-
275
- constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
276
- }
277
-
278
- export interface OidcIdentityProviderConfigRequest {
279
-
280
- identityProviderConfigName: string | undefined;
281
-
282
- issuerUrl: string | undefined;
283
-
284
- clientId: string | undefined;
285
-
286
- usernameClaim?: string;
287
-
288
- usernamePrefix?: string;
289
-
290
- groupsClaim?: string;
291
-
292
- groupsPrefix?: string;
293
-
294
- requiredClaims?: Record<string, string>;
295
- }
296
- export interface AssociateIdentityProviderConfigRequest {
297
-
298
- clusterName: string | undefined;
299
-
300
- oidc: OidcIdentityProviderConfigRequest | undefined;
301
-
302
- tags?: Record<string, string>;
303
-
304
- clientRequestToken?: string;
305
- }
306
- export interface AssociateIdentityProviderConfigResponse {
307
-
308
- update?: Update;
309
-
310
- tags?: Record<string, string>;
311
- }
312
-
313
- export interface AutoScalingGroup {
314
-
315
- name?: string;
316
- }
317
- export declare type ResolveConflicts = "NONE" | "OVERWRITE" | "PRESERVE";
318
- export interface CreateAddonRequest {
319
-
320
- clusterName: string | undefined;
321
-
322
- addonName: string | undefined;
323
-
324
- addonVersion?: string;
325
-
326
- serviceAccountRoleArn?: string;
327
-
328
- resolveConflicts?: ResolveConflicts | string;
329
-
330
- clientRequestToken?: string;
331
-
332
- tags?: Record<string, string>;
333
- }
334
- export interface CreateAddonResponse {
335
-
336
- addon?: Addon;
337
- }
338
- export declare enum IpFamily {
339
- IPV4 = "ipv4",
340
- IPV6 = "ipv6"
341
- }
342
-
343
- export interface KubernetesNetworkConfigRequest {
344
-
345
- serviceIpv4Cidr?: string;
346
-
347
- ipFamily?: IpFamily | string;
348
- }
349
- export declare enum LogType {
350
- API = "api",
351
- AUDIT = "audit",
352
- AUTHENTICATOR = "authenticator",
353
- CONTROLLER_MANAGER = "controllerManager",
354
- SCHEDULER = "scheduler"
355
- }
356
-
357
- export interface LogSetup {
358
-
359
- types?: (LogType | string)[];
360
-
361
- enabled?: boolean;
362
- }
363
-
364
- export interface Logging {
365
-
366
- clusterLogging?: LogSetup[];
367
- }
368
-
369
- export interface OutpostConfigRequest {
370
-
371
- outpostArns: string[] | undefined;
372
-
373
- controlPlaneInstanceType: string | undefined;
374
- }
375
-
376
- export interface VpcConfigRequest {
377
-
378
- subnetIds?: string[];
379
-
380
- securityGroupIds?: string[];
381
-
382
- endpointPublicAccess?: boolean;
383
-
384
- endpointPrivateAccess?: boolean;
385
-
386
- publicAccessCidrs?: string[];
387
- }
388
- export interface CreateClusterRequest {
389
-
390
- name: string | undefined;
391
-
392
- version?: string;
393
-
394
- roleArn: string | undefined;
395
-
396
- resourcesVpcConfig: VpcConfigRequest | undefined;
397
-
398
- kubernetesNetworkConfig?: KubernetesNetworkConfigRequest;
399
-
400
- logging?: Logging;
401
-
402
- clientRequestToken?: string;
403
-
404
- tags?: Record<string, string>;
405
-
406
- encryptionConfig?: EncryptionConfig[];
407
-
408
- outpostConfig?: OutpostConfigRequest;
409
- }
410
-
411
- export interface Certificate {
412
-
413
- data?: string;
414
- }
415
-
416
- export interface ConnectorConfigResponse {
417
-
418
- activationId?: string;
419
-
420
- activationCode?: string;
421
-
422
- activationExpiry?: Date;
423
-
424
- provider?: string;
425
-
426
- roleArn?: string;
427
- }
428
- export declare enum ClusterIssueCode {
429
- ACCESS_DENIED = "AccessDenied",
430
- CLUSTER_UNREACHABLE = "ClusterUnreachable",
431
- CONFIGURATION_CONFLICT = "ConfigurationConflict",
432
- INTERNAL_FAILURE = "InternalFailure",
433
- RESOURCE_LIMIT_EXCEEDED = "ResourceLimitExceeded",
434
- RESOURCE_NOT_FOUND = "ResourceNotFound"
435
- }
436
-
437
- export interface ClusterIssue {
438
-
439
- code?: ClusterIssueCode | string;
440
-
441
- message?: string;
442
-
443
- resourceIds?: string[];
444
- }
445
-
446
- export interface ClusterHealth {
447
-
448
- issues?: ClusterIssue[];
449
- }
450
-
451
- export interface OIDC {
452
-
453
- issuer?: string;
454
- }
455
-
456
- export interface Identity {
457
-
458
- oidc?: OIDC;
459
- }
460
-
461
- export interface KubernetesNetworkConfigResponse {
462
-
463
- serviceIpv4Cidr?: string;
464
-
465
- serviceIpv6Cidr?: string;
466
-
467
- ipFamily?: IpFamily | string;
468
- }
469
-
470
- export interface OutpostConfigResponse {
471
-
472
- outpostArns: string[] | undefined;
473
-
474
- controlPlaneInstanceType: string | undefined;
475
- }
476
-
477
- export interface VpcConfigResponse {
478
-
479
- subnetIds?: string[];
480
-
481
- securityGroupIds?: string[];
482
-
483
- clusterSecurityGroupId?: string;
484
-
485
- vpcId?: string;
486
-
487
- endpointPublicAccess?: boolean;
488
-
489
- endpointPrivateAccess?: boolean;
490
-
491
- publicAccessCidrs?: string[];
492
- }
493
- export declare type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "PENDING" | "UPDATING";
494
-
495
- export interface Cluster {
496
-
497
- name?: string;
498
-
499
- arn?: string;
500
-
501
- createdAt?: Date;
502
-
503
- version?: string;
504
-
505
- endpoint?: string;
506
-
507
- roleArn?: string;
508
-
509
- resourcesVpcConfig?: VpcConfigResponse;
510
-
511
- kubernetesNetworkConfig?: KubernetesNetworkConfigResponse;
512
-
513
- logging?: Logging;
514
-
515
- identity?: Identity;
516
-
517
- status?: ClusterStatus | string;
518
-
519
- certificateAuthority?: Certificate;
520
-
521
- clientRequestToken?: string;
522
-
523
- platformVersion?: string;
524
-
525
- tags?: Record<string, string>;
526
-
527
- encryptionConfig?: EncryptionConfig[];
528
-
529
- connectorConfig?: ConnectorConfigResponse;
530
-
531
- id?: string;
532
-
533
- health?: ClusterHealth;
534
-
535
- outpostConfig?: OutpostConfigResponse;
536
- }
537
- export interface CreateClusterResponse {
538
-
539
- cluster?: Cluster;
540
- }
541
-
542
- export declare class ResourceLimitExceededException extends __BaseException {
543
- readonly name: "ResourceLimitExceededException";
544
- readonly $fault: "client";
545
-
546
- clusterName?: string;
547
-
548
- nodegroupName?: string;
549
-
550
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
551
- }
552
-
553
- export declare class ServiceUnavailableException extends __BaseException {
554
- readonly name: "ServiceUnavailableException";
555
- readonly $fault: "server";
556
-
557
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
558
- }
559
-
560
- export declare class UnsupportedAvailabilityZoneException extends __BaseException {
561
- readonly name: "UnsupportedAvailabilityZoneException";
562
- readonly $fault: "client";
563
-
564
- clusterName?: string;
565
-
566
- nodegroupName?: string;
567
-
568
- validZones?: string[];
569
-
570
- constructor(opts: __ExceptionOptionType<UnsupportedAvailabilityZoneException, __BaseException>);
571
- }
572
-
573
- export interface FargateProfileSelector {
574
-
575
- namespace?: string;
576
-
577
- labels?: Record<string, string>;
578
- }
579
- export interface CreateFargateProfileRequest {
580
-
581
- fargateProfileName: string | undefined;
582
-
583
- clusterName: string | undefined;
584
-
585
- podExecutionRoleArn: string | undefined;
586
-
587
- subnets?: string[];
588
-
589
- selectors?: FargateProfileSelector[];
590
-
591
- clientRequestToken?: string;
592
-
593
- tags?: Record<string, string>;
594
- }
595
- export declare type FargateProfileStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING";
596
-
597
- export interface FargateProfile {
598
-
599
- fargateProfileName?: string;
600
-
601
- fargateProfileArn?: string;
602
-
603
- clusterName?: string;
604
-
605
- createdAt?: Date;
606
-
607
- podExecutionRoleArn?: string;
608
-
609
- subnets?: string[];
610
-
611
- selectors?: FargateProfileSelector[];
612
-
613
- status?: FargateProfileStatus | string;
614
-
615
- tags?: Record<string, string>;
616
- }
617
- export interface CreateFargateProfileResponse {
618
-
619
- fargateProfile?: FargateProfile;
620
- }
621
- export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
622
-
623
- export interface LaunchTemplateSpecification {
624
-
625
- name?: string;
626
-
627
- version?: string;
628
-
629
- id?: string;
630
- }
631
-
632
- export interface RemoteAccessConfig {
633
-
634
- ec2SshKey?: string;
635
-
636
- sourceSecurityGroups?: string[];
637
- }
638
-
639
- export interface NodegroupScalingConfig {
640
-
641
- minSize?: number;
642
-
643
- maxSize?: number;
644
-
645
- desiredSize?: number;
646
- }
647
- export declare enum TaintEffect {
648
- NO_EXECUTE = "NO_EXECUTE",
649
- NO_SCHEDULE = "NO_SCHEDULE",
650
- PREFER_NO_SCHEDULE = "PREFER_NO_SCHEDULE"
651
- }
652
-
653
- export interface Taint {
654
-
655
- key?: string;
656
-
657
- value?: string;
658
-
659
- effect?: TaintEffect | string;
660
- }
661
-
662
- export interface NodegroupUpdateConfig {
663
-
664
- maxUnavailable?: number;
665
-
666
- maxUnavailablePercentage?: number;
667
- }
668
- export interface CreateNodegroupRequest {
669
-
670
- clusterName: string | undefined;
671
-
672
- nodegroupName: string | undefined;
673
-
674
- scalingConfig?: NodegroupScalingConfig;
675
-
676
- diskSize?: number;
677
-
678
- subnets: string[] | undefined;
679
-
680
- instanceTypes?: string[];
681
-
682
- amiType?: AMITypes | string;
683
-
684
- remoteAccess?: RemoteAccessConfig;
685
-
686
- nodeRole: string | undefined;
687
-
688
- labels?: Record<string, string>;
689
-
690
- taints?: Taint[];
691
-
692
- tags?: Record<string, string>;
693
-
694
- clientRequestToken?: string;
695
-
696
- launchTemplate?: LaunchTemplateSpecification;
697
-
698
- updateConfig?: NodegroupUpdateConfig;
699
-
700
- capacityType?: CapacityTypes | string;
701
-
702
- version?: string;
703
-
704
- releaseVersion?: string;
705
- }
706
- export declare enum NodegroupIssueCode {
707
- ACCESS_DENIED = "AccessDenied",
708
- ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
709
- AUTO_SCALING_GROUP_INVALID_CONFIGURATION = "AutoScalingGroupInvalidConfiguration",
710
- AUTO_SCALING_GROUP_NOT_FOUND = "AutoScalingGroupNotFound",
711
- CLUSTER_UNREACHABLE = "ClusterUnreachable",
712
- EC2_LAUNCH_TEMPLATE_NOT_FOUND = "Ec2LaunchTemplateNotFound",
713
- EC2_LAUNCH_TEMPLATE_VERSION_MISMATCH = "Ec2LaunchTemplateVersionMismatch",
714
- EC2_SECURITY_GROUP_DELETION_FAILURE = "Ec2SecurityGroupDeletionFailure",
715
- EC2_SECURITY_GROUP_NOT_FOUND = "Ec2SecurityGroupNotFound",
716
- EC2_SUBNET_INVALID_CONFIGURATION = "Ec2SubnetInvalidConfiguration",
717
- EC2_SUBNET_MISSING_IPV6_ASSIGNMENT = "Ec2SubnetMissingIpv6Assignment",
718
- EC2_SUBNET_NOT_FOUND = "Ec2SubnetNotFound",
719
- IAM_INSTANCE_PROFILE_NOT_FOUND = "IamInstanceProfileNotFound",
720
- IAM_LIMIT_EXCEEDED = "IamLimitExceeded",
721
- IAM_NODE_ROLE_NOT_FOUND = "IamNodeRoleNotFound",
722
- INSTANCE_LIMIT_EXCEEDED = "InstanceLimitExceeded",
723
- INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
724
- INTERNAL_FAILURE = "InternalFailure",
725
- NODE_CREATION_FAILURE = "NodeCreationFailure"
726
- }
727
-
728
- export interface Issue {
729
-
730
- code?: NodegroupIssueCode | string;
731
-
732
- message?: string;
733
-
734
- resourceIds?: string[];
735
- }
736
-
737
- export interface NodegroupHealth {
738
-
739
- issues?: Issue[];
740
- }
741
-
742
- export interface NodegroupResources {
743
-
744
- autoScalingGroups?: AutoScalingGroup[];
745
-
746
- remoteAccessSecurityGroup?: string;
747
- }
748
- export declare type NodegroupStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
749
-
750
- export interface Nodegroup {
751
-
752
- nodegroupName?: string;
753
-
754
- nodegroupArn?: string;
755
-
756
- clusterName?: string;
757
-
758
- version?: string;
759
-
760
- releaseVersion?: string;
761
-
762
- createdAt?: Date;
763
-
764
- modifiedAt?: Date;
765
-
766
- status?: NodegroupStatus | string;
767
-
768
- capacityType?: CapacityTypes | string;
769
-
770
- scalingConfig?: NodegroupScalingConfig;
771
-
772
- instanceTypes?: string[];
773
-
774
- subnets?: string[];
775
-
776
- remoteAccess?: RemoteAccessConfig;
777
-
778
- amiType?: AMITypes | string;
779
-
780
- nodeRole?: string;
781
-
782
- labels?: Record<string, string>;
783
-
784
- taints?: Taint[];
785
-
786
- resources?: NodegroupResources;
787
-
788
- diskSize?: number;
789
-
790
- health?: NodegroupHealth;
791
-
792
- updateConfig?: NodegroupUpdateConfig;
793
-
794
- launchTemplate?: LaunchTemplateSpecification;
795
-
796
- tags?: Record<string, string>;
797
- }
798
- export interface CreateNodegroupResponse {
799
-
800
- nodegroup?: Nodegroup;
801
- }
802
- export interface DeleteAddonRequest {
803
-
804
- clusterName: string | undefined;
805
-
806
- addonName: string | undefined;
807
-
808
- preserve?: boolean;
809
- }
810
- export interface DeleteAddonResponse {
811
-
812
- addon?: Addon;
813
- }
814
- export interface DeleteClusterRequest {
815
-
816
- name: string | undefined;
817
- }
818
- export interface DeleteClusterResponse {
819
-
820
- cluster?: Cluster;
821
- }
822
- export interface DeleteFargateProfileRequest {
823
-
824
- clusterName: string | undefined;
825
-
826
- fargateProfileName: string | undefined;
827
- }
828
- export interface DeleteFargateProfileResponse {
829
-
830
- fargateProfile?: FargateProfile;
831
- }
832
- export interface DeleteNodegroupRequest {
833
-
834
- clusterName: string | undefined;
835
-
836
- nodegroupName: string | undefined;
837
- }
838
- export interface DeleteNodegroupResponse {
839
-
840
- nodegroup?: Nodegroup;
841
- }
842
- export interface DeregisterClusterRequest {
843
-
844
- name: string | undefined;
845
- }
846
- export interface DeregisterClusterResponse {
847
-
848
- cluster?: Cluster;
849
- }
850
- export interface DescribeAddonRequest {
851
-
852
- clusterName: string | undefined;
853
-
854
- addonName: string | undefined;
855
- }
856
- export interface DescribeAddonResponse {
857
-
858
- addon?: Addon;
859
- }
860
- export interface DescribeAddonVersionsRequest {
861
-
862
- kubernetesVersion?: string;
863
-
864
- maxResults?: number;
865
-
866
- nextToken?: string;
867
-
868
- addonName?: string;
869
- }
870
- export interface DescribeAddonVersionsResponse {
871
-
872
- addons?: AddonInfo[];
873
-
874
- nextToken?: string;
875
- }
876
- export interface DescribeClusterRequest {
877
-
878
- name: string | undefined;
879
- }
880
- export interface DescribeClusterResponse {
881
-
882
- cluster?: Cluster;
883
- }
884
- export interface DescribeFargateProfileRequest {
885
-
886
- clusterName: string | undefined;
887
-
888
- fargateProfileName: string | undefined;
889
- }
890
- export interface DescribeFargateProfileResponse {
891
-
892
- fargateProfile?: FargateProfile;
893
- }
894
-
895
- export interface IdentityProviderConfig {
896
-
897
- type: string | undefined;
898
-
899
- name: string | undefined;
900
- }
901
- export interface DescribeIdentityProviderConfigRequest {
902
-
903
- clusterName: string | undefined;
904
-
905
- identityProviderConfig: IdentityProviderConfig | undefined;
906
- }
907
- export declare enum ConfigStatus {
908
- ACTIVE = "ACTIVE",
909
- CREATING = "CREATING",
910
- DELETING = "DELETING"
911
- }
912
-
913
- export interface OidcIdentityProviderConfig {
914
-
915
- identityProviderConfigName?: string;
916
-
917
- identityProviderConfigArn?: string;
918
-
919
- clusterName?: string;
920
-
921
- issuerUrl?: string;
922
-
923
- clientId?: string;
924
-
925
- usernameClaim?: string;
926
-
927
- usernamePrefix?: string;
928
-
929
- groupsClaim?: string;
930
-
931
- groupsPrefix?: string;
932
-
933
- requiredClaims?: Record<string, string>;
934
-
935
- tags?: Record<string, string>;
936
-
937
- status?: ConfigStatus | string;
938
- }
939
-
940
- export interface IdentityProviderConfigResponse {
941
-
942
- oidc?: OidcIdentityProviderConfig;
943
- }
944
- export interface DescribeIdentityProviderConfigResponse {
945
-
946
- identityProviderConfig?: IdentityProviderConfigResponse;
947
- }
948
- export interface DescribeNodegroupRequest {
949
-
950
- clusterName: string | undefined;
951
-
952
- nodegroupName: string | undefined;
953
- }
954
- export interface DescribeNodegroupResponse {
955
-
956
- nodegroup?: Nodegroup;
957
- }
958
- export interface DescribeUpdateRequest {
959
-
960
- name: string | undefined;
961
-
962
- updateId: string | undefined;
963
-
964
- nodegroupName?: string;
965
-
966
- addonName?: string;
967
- }
968
- export interface DescribeUpdateResponse {
969
-
970
- update?: Update;
971
- }
972
- export interface DisassociateIdentityProviderConfigRequest {
973
-
974
- clusterName: string | undefined;
975
-
976
- identityProviderConfig: IdentityProviderConfig | undefined;
977
-
978
- clientRequestToken?: string;
979
- }
980
- export interface DisassociateIdentityProviderConfigResponse {
981
-
982
- update?: Update;
983
- }
984
- export interface ListAddonsRequest {
985
-
986
- clusterName: string | undefined;
987
-
988
- maxResults?: number;
989
-
990
- nextToken?: string;
991
- }
992
- export interface ListAddonsResponse {
993
-
994
- addons?: string[];
995
-
996
- nextToken?: string;
997
- }
998
- export interface ListClustersRequest {
999
-
1000
- maxResults?: number;
1001
-
1002
- nextToken?: string;
1003
-
1004
- include?: string[];
1005
- }
1006
- export interface ListClustersResponse {
1007
-
1008
- clusters?: string[];
1009
-
1010
- nextToken?: string;
1011
- }
1012
- export interface ListFargateProfilesRequest {
1013
-
1014
- clusterName: string | undefined;
1015
-
1016
- maxResults?: number;
1017
-
1018
- nextToken?: string;
1019
- }
1020
- export interface ListFargateProfilesResponse {
1021
-
1022
- fargateProfileNames?: string[];
1023
-
1024
- nextToken?: string;
1025
- }
1026
- export interface ListIdentityProviderConfigsRequest {
1027
-
1028
- clusterName: string | undefined;
1029
-
1030
- maxResults?: number;
1031
-
1032
- nextToken?: string;
1033
- }
1034
- export interface ListIdentityProviderConfigsResponse {
1035
-
1036
- identityProviderConfigs?: IdentityProviderConfig[];
1037
-
1038
- nextToken?: string;
1039
- }
1040
- export interface ListNodegroupsRequest {
1041
-
1042
- clusterName: string | undefined;
1043
-
1044
- maxResults?: number;
1045
-
1046
- nextToken?: string;
1047
- }
1048
- export interface ListNodegroupsResponse {
1049
-
1050
- nodegroups?: string[];
1051
-
1052
- nextToken?: string;
1053
- }
1054
-
1055
- export declare class BadRequestException extends __BaseException {
1056
- readonly name: "BadRequestException";
1057
- readonly $fault: "client";
1058
-
1059
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
1060
- }
1061
- export interface ListTagsForResourceRequest {
1062
-
1063
- resourceArn: string | undefined;
1064
- }
1065
- export interface ListTagsForResourceResponse {
1066
-
1067
- tags?: Record<string, string>;
1068
- }
1069
-
1070
- export declare class NotFoundException extends __BaseException {
1071
- readonly name: "NotFoundException";
1072
- readonly $fault: "client";
1073
-
1074
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
1075
- }
1076
- export interface ListUpdatesRequest {
1077
-
1078
- name: string | undefined;
1079
-
1080
- nodegroupName?: string;
1081
-
1082
- addonName?: string;
1083
-
1084
- nextToken?: string;
1085
-
1086
- maxResults?: number;
1087
- }
1088
- export interface ListUpdatesResponse {
1089
-
1090
- updateIds?: string[];
1091
-
1092
- nextToken?: string;
1093
- }
1094
- export declare enum ConnectorConfigProvider {
1095
- AKS = "AKS",
1096
- ANTHOS = "ANTHOS",
1097
- EC2 = "EC2",
1098
- EKS_ANYWHERE = "EKS_ANYWHERE",
1099
- GKE = "GKE",
1100
- OPENSHIFT = "OPENSHIFT",
1101
- OTHER = "OTHER",
1102
- RANCHER = "RANCHER",
1103
- TANZU = "TANZU"
1104
- }
1105
-
1106
- export interface ConnectorConfigRequest {
1107
-
1108
- roleArn: string | undefined;
1109
-
1110
- provider: ConnectorConfigProvider | string | undefined;
1111
- }
1112
- export interface RegisterClusterRequest {
1113
-
1114
- name: string | undefined;
1115
-
1116
- connectorConfig: ConnectorConfigRequest | undefined;
1117
-
1118
- clientRequestToken?: string;
1119
-
1120
- tags?: Record<string, string>;
1121
- }
1122
- export interface RegisterClusterResponse {
1123
-
1124
- cluster?: Cluster;
1125
- }
1126
-
1127
- export declare class ResourcePropagationDelayException extends __BaseException {
1128
- readonly name: "ResourcePropagationDelayException";
1129
- readonly $fault: "client";
1130
-
1131
- constructor(opts: __ExceptionOptionType<ResourcePropagationDelayException, __BaseException>);
1132
- }
1133
- export interface TagResourceRequest {
1134
-
1135
- resourceArn: string | undefined;
1136
-
1137
- tags: Record<string, string> | undefined;
1138
- }
1139
- export interface TagResourceResponse {
1140
- }
1141
- export interface UntagResourceRequest {
1142
-
1143
- resourceArn: string | undefined;
1144
-
1145
- tagKeys: string[] | undefined;
1146
- }
1147
- export interface UntagResourceResponse {
1148
- }
1149
- export interface UpdateAddonRequest {
1150
-
1151
- clusterName: string | undefined;
1152
-
1153
- addonName: string | undefined;
1154
-
1155
- addonVersion?: string;
1156
-
1157
- serviceAccountRoleArn?: string;
1158
-
1159
- resolveConflicts?: ResolveConflicts | string;
1160
-
1161
- clientRequestToken?: string;
1162
- }
1163
- export interface UpdateAddonResponse {
1164
-
1165
- update?: Update;
1166
- }
1167
- export interface UpdateClusterConfigRequest {
1168
-
1169
- name: string | undefined;
1170
-
1171
- resourcesVpcConfig?: VpcConfigRequest;
1172
-
1173
- logging?: Logging;
1174
-
1175
- clientRequestToken?: string;
1176
- }
1177
- export interface UpdateClusterConfigResponse {
1178
-
1179
- update?: Update;
1180
- }
1181
- export interface UpdateClusterVersionRequest {
1182
-
1183
- name: string | undefined;
1184
-
1185
- version: string | undefined;
1186
-
1187
- clientRequestToken?: string;
1188
- }
1189
- export interface UpdateClusterVersionResponse {
1190
-
1191
- update?: Update;
1192
- }
1193
-
1194
- export interface UpdateLabelsPayload {
1195
-
1196
- addOrUpdateLabels?: Record<string, string>;
1197
-
1198
- removeLabels?: string[];
1199
- }
1200
-
1201
- export interface UpdateTaintsPayload {
1202
-
1203
- addOrUpdateTaints?: Taint[];
1204
-
1205
- removeTaints?: Taint[];
1206
- }
1207
- export interface UpdateNodegroupConfigRequest {
1208
-
1209
- clusterName: string | undefined;
1210
-
1211
- nodegroupName: string | undefined;
1212
-
1213
- labels?: UpdateLabelsPayload;
1214
-
1215
- taints?: UpdateTaintsPayload;
1216
-
1217
- scalingConfig?: NodegroupScalingConfig;
1218
-
1219
- updateConfig?: NodegroupUpdateConfig;
1220
-
1221
- clientRequestToken?: string;
1222
- }
1223
- export interface UpdateNodegroupConfigResponse {
1224
-
1225
- update?: Update;
1226
- }
1227
- export interface UpdateNodegroupVersionRequest {
1228
-
1229
- clusterName: string | undefined;
1230
-
1231
- nodegroupName: string | undefined;
1232
-
1233
- version?: string;
1234
-
1235
- releaseVersion?: string;
1236
-
1237
- launchTemplate?: LaunchTemplateSpecification;
1238
-
1239
- force?: boolean;
1240
-
1241
- clientRequestToken?: string;
1242
- }
1243
- export interface UpdateNodegroupVersionResponse {
1244
-
1245
- update?: Update;
1246
- }
1247
-
1248
- export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
1249
-
1250
- export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
1251
-
1252
- export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
1253
-
1254
- export declare const CompatibilityFilterSensitiveLog: (obj: Compatibility) => any;
1255
-
1256
- export declare const AddonVersionInfoFilterSensitiveLog: (obj: AddonVersionInfo) => any;
1257
-
1258
- export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
1259
-
1260
- export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
1261
-
1262
- export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
1263
-
1264
- export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
1265
-
1266
- export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
1267
-
1268
- export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
1269
-
1270
- export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
1271
-
1272
- export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
1273
-
1274
- export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
1275
-
1276
- export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
1277
-
1278
- export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
1279
-
1280
- export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
1281
-
1282
- export declare const CreateAddonRequestFilterSensitiveLog: (obj: CreateAddonRequest) => any;
1283
-
1284
- export declare const CreateAddonResponseFilterSensitiveLog: (obj: CreateAddonResponse) => any;
1285
-
1286
- export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
1287
-
1288
- export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
1289
-
1290
- export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
1291
-
1292
- export declare const OutpostConfigRequestFilterSensitiveLog: (obj: OutpostConfigRequest) => any;
1293
-
1294
- export declare const VpcConfigRequestFilterSensitiveLog: (obj: VpcConfigRequest) => any;
1295
-
1296
- export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
1297
-
1298
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1299
-
1300
- export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
1301
-
1302
- export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
1303
-
1304
- export declare const ClusterHealthFilterSensitiveLog: (obj: ClusterHealth) => any;
1305
-
1306
- export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
1307
-
1308
- export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
1309
-
1310
- export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
1311
-
1312
- export declare const OutpostConfigResponseFilterSensitiveLog: (obj: OutpostConfigResponse) => any;
1313
-
1314
- export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
1315
-
1316
- export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
1317
-
1318
- export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
1319
-
1320
- export declare const FargateProfileSelectorFilterSensitiveLog: (obj: FargateProfileSelector) => any;
1321
-
1322
- export declare const CreateFargateProfileRequestFilterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
1323
-
1324
- export declare const FargateProfileFilterSensitiveLog: (obj: FargateProfile) => any;
1325
-
1326
- export declare const CreateFargateProfileResponseFilterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
1327
-
1328
- export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
1329
-
1330
- export declare const RemoteAccessConfigFilterSensitiveLog: (obj: RemoteAccessConfig) => any;
1331
-
1332
- export declare const NodegroupScalingConfigFilterSensitiveLog: (obj: NodegroupScalingConfig) => any;
1333
-
1334
- export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
1335
-
1336
- export declare const NodegroupUpdateConfigFilterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
1337
-
1338
- export declare const CreateNodegroupRequestFilterSensitiveLog: (obj: CreateNodegroupRequest) => any;
1339
-
1340
- export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
1341
-
1342
- export declare const NodegroupHealthFilterSensitiveLog: (obj: NodegroupHealth) => any;
1343
-
1344
- export declare const NodegroupResourcesFilterSensitiveLog: (obj: NodegroupResources) => any;
1345
-
1346
- export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
1347
-
1348
- export declare const CreateNodegroupResponseFilterSensitiveLog: (obj: CreateNodegroupResponse) => any;
1349
-
1350
- export declare const DeleteAddonRequestFilterSensitiveLog: (obj: DeleteAddonRequest) => any;
1351
-
1352
- export declare const DeleteAddonResponseFilterSensitiveLog: (obj: DeleteAddonResponse) => any;
1353
-
1354
- export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
1355
-
1356
- export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
1357
-
1358
- export declare const DeleteFargateProfileRequestFilterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
1359
-
1360
- export declare const DeleteFargateProfileResponseFilterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
1361
-
1362
- export declare const DeleteNodegroupRequestFilterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
1363
-
1364
- export declare const DeleteNodegroupResponseFilterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
1365
-
1366
- export declare const DeregisterClusterRequestFilterSensitiveLog: (obj: DeregisterClusterRequest) => any;
1367
-
1368
- export declare const DeregisterClusterResponseFilterSensitiveLog: (obj: DeregisterClusterResponse) => any;
1369
-
1370
- export declare const DescribeAddonRequestFilterSensitiveLog: (obj: DescribeAddonRequest) => any;
1371
-
1372
- export declare const DescribeAddonResponseFilterSensitiveLog: (obj: DescribeAddonResponse) => any;
1373
-
1374
- export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
1375
-
1376
- export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
1377
-
1378
- export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
1379
-
1380
- export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
1381
-
1382
- export declare const DescribeFargateProfileRequestFilterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
1383
-
1384
- export declare const DescribeFargateProfileResponseFilterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
1385
-
1386
- export declare const IdentityProviderConfigFilterSensitiveLog: (obj: IdentityProviderConfig) => any;
1387
-
1388
- export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
1389
-
1390
- export declare const OidcIdentityProviderConfigFilterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
1391
-
1392
- export declare const IdentityProviderConfigResponseFilterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
1393
-
1394
- export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
1395
-
1396
- export declare const DescribeNodegroupRequestFilterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
1397
-
1398
- export declare const DescribeNodegroupResponseFilterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
1399
-
1400
- export declare const DescribeUpdateRequestFilterSensitiveLog: (obj: DescribeUpdateRequest) => any;
1401
-
1402
- export declare const DescribeUpdateResponseFilterSensitiveLog: (obj: DescribeUpdateResponse) => any;
1403
-
1404
- export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
1405
-
1406
- export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
1407
-
1408
- export declare const ListAddonsRequestFilterSensitiveLog: (obj: ListAddonsRequest) => any;
1409
-
1410
- export declare const ListAddonsResponseFilterSensitiveLog: (obj: ListAddonsResponse) => any;
1411
-
1412
- export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
1413
-
1414
- export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
1415
-
1416
- export declare const ListFargateProfilesRequestFilterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
1417
-
1418
- export declare const ListFargateProfilesResponseFilterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
1419
-
1420
- export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
1421
-
1422
- export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
1423
-
1424
- export declare const ListNodegroupsRequestFilterSensitiveLog: (obj: ListNodegroupsRequest) => any;
1425
-
1426
- export declare const ListNodegroupsResponseFilterSensitiveLog: (obj: ListNodegroupsResponse) => any;
1427
-
1428
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1429
-
1430
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1431
-
1432
- export declare const ListUpdatesRequestFilterSensitiveLog: (obj: ListUpdatesRequest) => any;
1433
-
1434
- export declare const ListUpdatesResponseFilterSensitiveLog: (obj: ListUpdatesResponse) => any;
1435
-
1436
- export declare const ConnectorConfigRequestFilterSensitiveLog: (obj: ConnectorConfigRequest) => any;
1437
-
1438
- export declare const RegisterClusterRequestFilterSensitiveLog: (obj: RegisterClusterRequest) => any;
1439
-
1440
- export declare const RegisterClusterResponseFilterSensitiveLog: (obj: RegisterClusterResponse) => any;
1441
-
1442
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1443
-
1444
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1445
-
1446
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1447
-
1448
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1449
-
1450
- export declare const UpdateAddonRequestFilterSensitiveLog: (obj: UpdateAddonRequest) => any;
1451
-
1452
- export declare const UpdateAddonResponseFilterSensitiveLog: (obj: UpdateAddonResponse) => any;
1453
-
1454
- export declare const UpdateClusterConfigRequestFilterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
1455
-
1456
- export declare const UpdateClusterConfigResponseFilterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
1457
-
1458
- export declare const UpdateClusterVersionRequestFilterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
1459
-
1460
- export declare const UpdateClusterVersionResponseFilterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
1461
-
1462
- export declare const UpdateLabelsPayloadFilterSensitiveLog: (obj: UpdateLabelsPayload) => any;
1463
-
1464
- export declare const UpdateTaintsPayloadFilterSensitiveLog: (obj: UpdateTaintsPayload) => any;
1465
-
1466
- export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
1467
-
1468
- export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
1469
-
1470
- export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
1471
-
1472
- export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { EKSServiceException as __BaseException } from "./EKSServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare enum AddonIssueCode {
11
+ ACCESS_DENIED = "AccessDenied",
12
+ ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
13
+ CLUSTER_UNREACHABLE = "ClusterUnreachable",
14
+ CONFIGURATION_CONFLICT = "ConfigurationConflict",
15
+ INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
16
+ INTERNAL_FAILURE = "InternalFailure",
17
+ K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
18
+ UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
19
+ }
20
+ export interface AddonIssue {
21
+ code?: AddonIssueCode | string;
22
+ message?: string;
23
+ resourceIds?: string[];
24
+ }
25
+ export interface AddonHealth {
26
+ issues?: AddonIssue[];
27
+ }
28
+ export declare type AddonStatus =
29
+ | "ACTIVE"
30
+ | "CREATE_FAILED"
31
+ | "CREATING"
32
+ | "DEGRADED"
33
+ | "DELETE_FAILED"
34
+ | "DELETING"
35
+ | "UPDATE_FAILED"
36
+ | "UPDATING";
37
+ export interface Addon {
38
+ addonName?: string;
39
+ clusterName?: string;
40
+ status?: AddonStatus | string;
41
+ addonVersion?: string;
42
+ health?: AddonHealth;
43
+ addonArn?: string;
44
+ createdAt?: Date;
45
+ modifiedAt?: Date;
46
+ serviceAccountRoleArn?: string;
47
+ tags?: Record<string, string>;
48
+ }
49
+ export interface Compatibility {
50
+ clusterVersion?: string;
51
+ platformVersions?: string[];
52
+ defaultVersion?: boolean;
53
+ }
54
+ export interface AddonVersionInfo {
55
+ addonVersion?: string;
56
+ architecture?: string[];
57
+ compatibilities?: Compatibility[];
58
+ }
59
+ export interface AddonInfo {
60
+ addonName?: string;
61
+ type?: string;
62
+ addonVersions?: AddonVersionInfo[];
63
+ }
64
+ export declare type AMITypes =
65
+ | "AL2_ARM_64"
66
+ | "AL2_x86_64"
67
+ | "AL2_x86_64_GPU"
68
+ | "BOTTLEROCKET_ARM_64"
69
+ | "BOTTLEROCKET_ARM_64_NVIDIA"
70
+ | "BOTTLEROCKET_x86_64"
71
+ | "BOTTLEROCKET_x86_64_NVIDIA"
72
+ | "CUSTOM";
73
+ export interface Provider {
74
+ keyArn?: string;
75
+ }
76
+ export interface EncryptionConfig {
77
+ resources?: string[];
78
+ provider?: Provider;
79
+ }
80
+ export interface AssociateEncryptionConfigRequest {
81
+ clusterName: string | undefined;
82
+ encryptionConfig: EncryptionConfig[] | undefined;
83
+ clientRequestToken?: string;
84
+ }
85
+ export declare enum ErrorCode {
86
+ ACCESS_DENIED = "AccessDenied",
87
+ ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
88
+ CLUSTER_UNREACHABLE = "ClusterUnreachable",
89
+ CONFIGURATION_CONFLICT = "ConfigurationConflict",
90
+ ENI_LIMIT_REACHED = "EniLimitReached",
91
+ INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
92
+ INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
93
+ IP_NOT_AVAILABLE = "IpNotAvailable",
94
+ K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
95
+ NODE_CREATION_FAILURE = "NodeCreationFailure",
96
+ OPERATION_NOT_PERMITTED = "OperationNotPermitted",
97
+ POD_EVICTION_FAILURE = "PodEvictionFailure",
98
+ SECURITY_GROUP_NOT_FOUND = "SecurityGroupNotFound",
99
+ SUBNET_NOT_FOUND = "SubnetNotFound",
100
+ UNKNOWN = "Unknown",
101
+ UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
102
+ VPC_ID_NOT_FOUND = "VpcIdNotFound",
103
+ }
104
+ export interface ErrorDetail {
105
+ errorCode?: ErrorCode | string;
106
+ errorMessage?: string;
107
+ resourceIds?: string[];
108
+ }
109
+ export declare enum UpdateParamType {
110
+ ADDON_VERSION = "AddonVersion",
111
+ CLUSTER_LOGGING = "ClusterLogging",
112
+ DESIRED_SIZE = "DesiredSize",
113
+ ENCRYPTION_CONFIG = "EncryptionConfig",
114
+ ENDPOINT_PRIVATE_ACCESS = "EndpointPrivateAccess",
115
+ ENDPOINT_PUBLIC_ACCESS = "EndpointPublicAccess",
116
+ IDENTITY_PROVIDER_CONFIG = "IdentityProviderConfig",
117
+ LABELS_TO_ADD = "LabelsToAdd",
118
+ LABELS_TO_REMOVE = "LabelsToRemove",
119
+ LAUNCH_TEMPLATE_NAME = "LaunchTemplateName",
120
+ LAUNCH_TEMPLATE_VERSION = "LaunchTemplateVersion",
121
+ MAX_SIZE = "MaxSize",
122
+ MAX_UNAVAILABLE = "MaxUnavailable",
123
+ MAX_UNAVAILABLE_PERCENTAGE = "MaxUnavailablePercentage",
124
+ MIN_SIZE = "MinSize",
125
+ PLATFORM_VERSION = "PlatformVersion",
126
+ PUBLIC_ACCESS_CIDRS = "PublicAccessCidrs",
127
+ RELEASE_VERSION = "ReleaseVersion",
128
+ RESOLVE_CONFLICTS = "ResolveConflicts",
129
+ SERVICE_ACCOUNT_ROLE_ARN = "ServiceAccountRoleArn",
130
+ TAINTS_TO_ADD = "TaintsToAdd",
131
+ TAINTS_TO_REMOVE = "TaintsToRemove",
132
+ VERSION = "Version",
133
+ }
134
+ export interface UpdateParam {
135
+ type?: UpdateParamType | string;
136
+ value?: string;
137
+ }
138
+ export declare enum UpdateStatus {
139
+ CANCELLED = "Cancelled",
140
+ FAILED = "Failed",
141
+ IN_PROGRESS = "InProgress",
142
+ SUCCESSFUL = "Successful",
143
+ }
144
+ export declare enum UpdateType {
145
+ ADDON_UPDATE = "AddonUpdate",
146
+ ASSOCIATE_ENCRYPTION_CONFIG = "AssociateEncryptionConfig",
147
+ ASSOCIATE_IDENTITY_PROVIDER_CONFIG = "AssociateIdentityProviderConfig",
148
+ CONFIG_UPDATE = "ConfigUpdate",
149
+ DISASSOCIATE_IDENTITY_PROVIDER_CONFIG = "DisassociateIdentityProviderConfig",
150
+ ENDPOINT_ACCESS_UPDATE = "EndpointAccessUpdate",
151
+ LOGGING_UPDATE = "LoggingUpdate",
152
+ VERSION_UPDATE = "VersionUpdate",
153
+ }
154
+ export interface Update {
155
+ id?: string;
156
+ status?: UpdateStatus | string;
157
+ type?: UpdateType | string;
158
+ params?: UpdateParam[];
159
+ createdAt?: Date;
160
+ errors?: ErrorDetail[];
161
+ }
162
+ export interface AssociateEncryptionConfigResponse {
163
+ update?: Update;
164
+ }
165
+ export declare class ClientException extends __BaseException {
166
+ readonly name: "ClientException";
167
+ readonly $fault: "client";
168
+ clusterName?: string;
169
+ nodegroupName?: string;
170
+ addonName?: string;
171
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
172
+ }
173
+ export declare class InvalidParameterException extends __BaseException {
174
+ readonly name: "InvalidParameterException";
175
+ readonly $fault: "client";
176
+ clusterName?: string;
177
+ nodegroupName?: string;
178
+ fargateProfileName?: string;
179
+ addonName?: string;
180
+ constructor(
181
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
182
+ );
183
+ }
184
+ export declare class InvalidRequestException extends __BaseException {
185
+ readonly name: "InvalidRequestException";
186
+ readonly $fault: "client";
187
+ clusterName?: string;
188
+ nodegroupName?: string;
189
+ addonName?: string;
190
+ constructor(
191
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
192
+ );
193
+ }
194
+ export declare class ResourceInUseException extends __BaseException {
195
+ readonly name: "ResourceInUseException";
196
+ readonly $fault: "client";
197
+ clusterName?: string;
198
+ nodegroupName?: string;
199
+ addonName?: string;
200
+ constructor(
201
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
202
+ );
203
+ }
204
+ export declare class ResourceNotFoundException extends __BaseException {
205
+ readonly name: "ResourceNotFoundException";
206
+ readonly $fault: "client";
207
+ clusterName?: string;
208
+ nodegroupName?: string;
209
+ fargateProfileName?: string;
210
+ addonName?: string;
211
+ constructor(
212
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
213
+ );
214
+ }
215
+ export declare class ServerException extends __BaseException {
216
+ readonly name: "ServerException";
217
+ readonly $fault: "server";
218
+ clusterName?: string;
219
+ nodegroupName?: string;
220
+ addonName?: string;
221
+ constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
222
+ }
223
+ export interface OidcIdentityProviderConfigRequest {
224
+ identityProviderConfigName: string | undefined;
225
+ issuerUrl: string | undefined;
226
+ clientId: string | undefined;
227
+ usernameClaim?: string;
228
+ usernamePrefix?: string;
229
+ groupsClaim?: string;
230
+ groupsPrefix?: string;
231
+ requiredClaims?: Record<string, string>;
232
+ }
233
+ export interface AssociateIdentityProviderConfigRequest {
234
+ clusterName: string | undefined;
235
+ oidc: OidcIdentityProviderConfigRequest | undefined;
236
+ tags?: Record<string, string>;
237
+ clientRequestToken?: string;
238
+ }
239
+ export interface AssociateIdentityProviderConfigResponse {
240
+ update?: Update;
241
+ tags?: Record<string, string>;
242
+ }
243
+ export interface AutoScalingGroup {
244
+ name?: string;
245
+ }
246
+ export declare type ResolveConflicts = "NONE" | "OVERWRITE" | "PRESERVE";
247
+ export interface CreateAddonRequest {
248
+ clusterName: string | undefined;
249
+ addonName: string | undefined;
250
+ addonVersion?: string;
251
+ serviceAccountRoleArn?: string;
252
+ resolveConflicts?: ResolveConflicts | string;
253
+ clientRequestToken?: string;
254
+ tags?: Record<string, string>;
255
+ }
256
+ export interface CreateAddonResponse {
257
+ addon?: Addon;
258
+ }
259
+ export declare enum IpFamily {
260
+ IPV4 = "ipv4",
261
+ IPV6 = "ipv6",
262
+ }
263
+ export interface KubernetesNetworkConfigRequest {
264
+ serviceIpv4Cidr?: string;
265
+ ipFamily?: IpFamily | string;
266
+ }
267
+ export declare enum LogType {
268
+ API = "api",
269
+ AUDIT = "audit",
270
+ AUTHENTICATOR = "authenticator",
271
+ CONTROLLER_MANAGER = "controllerManager",
272
+ SCHEDULER = "scheduler",
273
+ }
274
+ export interface LogSetup {
275
+ types?: (LogType | string)[];
276
+ enabled?: boolean;
277
+ }
278
+ export interface Logging {
279
+ clusterLogging?: LogSetup[];
280
+ }
281
+ export interface OutpostConfigRequest {
282
+ outpostArns: string[] | undefined;
283
+ controlPlaneInstanceType: string | undefined;
284
+ }
285
+ export interface VpcConfigRequest {
286
+ subnetIds?: string[];
287
+ securityGroupIds?: string[];
288
+ endpointPublicAccess?: boolean;
289
+ endpointPrivateAccess?: boolean;
290
+ publicAccessCidrs?: string[];
291
+ }
292
+ export interface CreateClusterRequest {
293
+ name: string | undefined;
294
+ version?: string;
295
+ roleArn: string | undefined;
296
+ resourcesVpcConfig: VpcConfigRequest | undefined;
297
+ kubernetesNetworkConfig?: KubernetesNetworkConfigRequest;
298
+ logging?: Logging;
299
+ clientRequestToken?: string;
300
+ tags?: Record<string, string>;
301
+ encryptionConfig?: EncryptionConfig[];
302
+ outpostConfig?: OutpostConfigRequest;
303
+ }
304
+ export interface Certificate {
305
+ data?: string;
306
+ }
307
+ export interface ConnectorConfigResponse {
308
+ activationId?: string;
309
+ activationCode?: string;
310
+ activationExpiry?: Date;
311
+ provider?: string;
312
+ roleArn?: string;
313
+ }
314
+ export declare enum ClusterIssueCode {
315
+ ACCESS_DENIED = "AccessDenied",
316
+ CLUSTER_UNREACHABLE = "ClusterUnreachable",
317
+ CONFIGURATION_CONFLICT = "ConfigurationConflict",
318
+ INTERNAL_FAILURE = "InternalFailure",
319
+ RESOURCE_LIMIT_EXCEEDED = "ResourceLimitExceeded",
320
+ RESOURCE_NOT_FOUND = "ResourceNotFound",
321
+ }
322
+ export interface ClusterIssue {
323
+ code?: ClusterIssueCode | string;
324
+ message?: string;
325
+ resourceIds?: string[];
326
+ }
327
+ export interface ClusterHealth {
328
+ issues?: ClusterIssue[];
329
+ }
330
+ export interface OIDC {
331
+ issuer?: string;
332
+ }
333
+ export interface Identity {
334
+ oidc?: OIDC;
335
+ }
336
+ export interface KubernetesNetworkConfigResponse {
337
+ serviceIpv4Cidr?: string;
338
+ serviceIpv6Cidr?: string;
339
+ ipFamily?: IpFamily | string;
340
+ }
341
+ export interface OutpostConfigResponse {
342
+ outpostArns: string[] | undefined;
343
+ controlPlaneInstanceType: string | undefined;
344
+ }
345
+ export interface VpcConfigResponse {
346
+ subnetIds?: string[];
347
+ securityGroupIds?: string[];
348
+ clusterSecurityGroupId?: string;
349
+ vpcId?: string;
350
+ endpointPublicAccess?: boolean;
351
+ endpointPrivateAccess?: boolean;
352
+ publicAccessCidrs?: string[];
353
+ }
354
+ export declare type ClusterStatus =
355
+ | "ACTIVE"
356
+ | "CREATING"
357
+ | "DELETING"
358
+ | "FAILED"
359
+ | "PENDING"
360
+ | "UPDATING";
361
+ export interface Cluster {
362
+ name?: string;
363
+ arn?: string;
364
+ createdAt?: Date;
365
+ version?: string;
366
+ endpoint?: string;
367
+ roleArn?: string;
368
+ resourcesVpcConfig?: VpcConfigResponse;
369
+ kubernetesNetworkConfig?: KubernetesNetworkConfigResponse;
370
+ logging?: Logging;
371
+ identity?: Identity;
372
+ status?: ClusterStatus | string;
373
+ certificateAuthority?: Certificate;
374
+ clientRequestToken?: string;
375
+ platformVersion?: string;
376
+ tags?: Record<string, string>;
377
+ encryptionConfig?: EncryptionConfig[];
378
+ connectorConfig?: ConnectorConfigResponse;
379
+ id?: string;
380
+ health?: ClusterHealth;
381
+ outpostConfig?: OutpostConfigResponse;
382
+ }
383
+ export interface CreateClusterResponse {
384
+ cluster?: Cluster;
385
+ }
386
+ export declare class ResourceLimitExceededException extends __BaseException {
387
+ readonly name: "ResourceLimitExceededException";
388
+ readonly $fault: "client";
389
+ clusterName?: string;
390
+ nodegroupName?: string;
391
+ constructor(
392
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
393
+ );
394
+ }
395
+ export declare class ServiceUnavailableException extends __BaseException {
396
+ readonly name: "ServiceUnavailableException";
397
+ readonly $fault: "server";
398
+ constructor(
399
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
400
+ );
401
+ }
402
+ export declare class UnsupportedAvailabilityZoneException extends __BaseException {
403
+ readonly name: "UnsupportedAvailabilityZoneException";
404
+ readonly $fault: "client";
405
+ clusterName?: string;
406
+ nodegroupName?: string;
407
+ validZones?: string[];
408
+ constructor(
409
+ opts: __ExceptionOptionType<
410
+ UnsupportedAvailabilityZoneException,
411
+ __BaseException
412
+ >
413
+ );
414
+ }
415
+ export interface FargateProfileSelector {
416
+ namespace?: string;
417
+ labels?: Record<string, string>;
418
+ }
419
+ export interface CreateFargateProfileRequest {
420
+ fargateProfileName: string | undefined;
421
+ clusterName: string | undefined;
422
+ podExecutionRoleArn: string | undefined;
423
+ subnets?: string[];
424
+ selectors?: FargateProfileSelector[];
425
+ clientRequestToken?: string;
426
+ tags?: Record<string, string>;
427
+ }
428
+ export declare type FargateProfileStatus =
429
+ | "ACTIVE"
430
+ | "CREATE_FAILED"
431
+ | "CREATING"
432
+ | "DELETE_FAILED"
433
+ | "DELETING";
434
+ export interface FargateProfile {
435
+ fargateProfileName?: string;
436
+ fargateProfileArn?: string;
437
+ clusterName?: string;
438
+ createdAt?: Date;
439
+ podExecutionRoleArn?: string;
440
+ subnets?: string[];
441
+ selectors?: FargateProfileSelector[];
442
+ status?: FargateProfileStatus | string;
443
+ tags?: Record<string, string>;
444
+ }
445
+ export interface CreateFargateProfileResponse {
446
+ fargateProfile?: FargateProfile;
447
+ }
448
+ export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
449
+ export interface LaunchTemplateSpecification {
450
+ name?: string;
451
+ version?: string;
452
+ id?: string;
453
+ }
454
+ export interface RemoteAccessConfig {
455
+ ec2SshKey?: string;
456
+ sourceSecurityGroups?: string[];
457
+ }
458
+ export interface NodegroupScalingConfig {
459
+ minSize?: number;
460
+ maxSize?: number;
461
+ desiredSize?: number;
462
+ }
463
+ export declare enum TaintEffect {
464
+ NO_EXECUTE = "NO_EXECUTE",
465
+ NO_SCHEDULE = "NO_SCHEDULE",
466
+ PREFER_NO_SCHEDULE = "PREFER_NO_SCHEDULE",
467
+ }
468
+ export interface Taint {
469
+ key?: string;
470
+ value?: string;
471
+ effect?: TaintEffect | string;
472
+ }
473
+ export interface NodegroupUpdateConfig {
474
+ maxUnavailable?: number;
475
+ maxUnavailablePercentage?: number;
476
+ }
477
+ export interface CreateNodegroupRequest {
478
+ clusterName: string | undefined;
479
+ nodegroupName: string | undefined;
480
+ scalingConfig?: NodegroupScalingConfig;
481
+ diskSize?: number;
482
+ subnets: string[] | undefined;
483
+ instanceTypes?: string[];
484
+ amiType?: AMITypes | string;
485
+ remoteAccess?: RemoteAccessConfig;
486
+ nodeRole: string | undefined;
487
+ labels?: Record<string, string>;
488
+ taints?: Taint[];
489
+ tags?: Record<string, string>;
490
+ clientRequestToken?: string;
491
+ launchTemplate?: LaunchTemplateSpecification;
492
+ updateConfig?: NodegroupUpdateConfig;
493
+ capacityType?: CapacityTypes | string;
494
+ version?: string;
495
+ releaseVersion?: string;
496
+ }
497
+ export declare enum NodegroupIssueCode {
498
+ ACCESS_DENIED = "AccessDenied",
499
+ ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
500
+ AUTO_SCALING_GROUP_INVALID_CONFIGURATION = "AutoScalingGroupInvalidConfiguration",
501
+ AUTO_SCALING_GROUP_NOT_FOUND = "AutoScalingGroupNotFound",
502
+ CLUSTER_UNREACHABLE = "ClusterUnreachable",
503
+ EC2_LAUNCH_TEMPLATE_NOT_FOUND = "Ec2LaunchTemplateNotFound",
504
+ EC2_LAUNCH_TEMPLATE_VERSION_MISMATCH = "Ec2LaunchTemplateVersionMismatch",
505
+ EC2_SECURITY_GROUP_DELETION_FAILURE = "Ec2SecurityGroupDeletionFailure",
506
+ EC2_SECURITY_GROUP_NOT_FOUND = "Ec2SecurityGroupNotFound",
507
+ EC2_SUBNET_INVALID_CONFIGURATION = "Ec2SubnetInvalidConfiguration",
508
+ EC2_SUBNET_MISSING_IPV6_ASSIGNMENT = "Ec2SubnetMissingIpv6Assignment",
509
+ EC2_SUBNET_NOT_FOUND = "Ec2SubnetNotFound",
510
+ IAM_INSTANCE_PROFILE_NOT_FOUND = "IamInstanceProfileNotFound",
511
+ IAM_LIMIT_EXCEEDED = "IamLimitExceeded",
512
+ IAM_NODE_ROLE_NOT_FOUND = "IamNodeRoleNotFound",
513
+ INSTANCE_LIMIT_EXCEEDED = "InstanceLimitExceeded",
514
+ INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
515
+ INTERNAL_FAILURE = "InternalFailure",
516
+ NODE_CREATION_FAILURE = "NodeCreationFailure",
517
+ }
518
+ export interface Issue {
519
+ code?: NodegroupIssueCode | string;
520
+ message?: string;
521
+ resourceIds?: string[];
522
+ }
523
+ export interface NodegroupHealth {
524
+ issues?: Issue[];
525
+ }
526
+ export interface NodegroupResources {
527
+ autoScalingGroups?: AutoScalingGroup[];
528
+ remoteAccessSecurityGroup?: string;
529
+ }
530
+ export declare type NodegroupStatus =
531
+ | "ACTIVE"
532
+ | "CREATE_FAILED"
533
+ | "CREATING"
534
+ | "DEGRADED"
535
+ | "DELETE_FAILED"
536
+ | "DELETING"
537
+ | "UPDATING";
538
+ export interface Nodegroup {
539
+ nodegroupName?: string;
540
+ nodegroupArn?: string;
541
+ clusterName?: string;
542
+ version?: string;
543
+ releaseVersion?: string;
544
+ createdAt?: Date;
545
+ modifiedAt?: Date;
546
+ status?: NodegroupStatus | string;
547
+ capacityType?: CapacityTypes | string;
548
+ scalingConfig?: NodegroupScalingConfig;
549
+ instanceTypes?: string[];
550
+ subnets?: string[];
551
+ remoteAccess?: RemoteAccessConfig;
552
+ amiType?: AMITypes | string;
553
+ nodeRole?: string;
554
+ labels?: Record<string, string>;
555
+ taints?: Taint[];
556
+ resources?: NodegroupResources;
557
+ diskSize?: number;
558
+ health?: NodegroupHealth;
559
+ updateConfig?: NodegroupUpdateConfig;
560
+ launchTemplate?: LaunchTemplateSpecification;
561
+ tags?: Record<string, string>;
562
+ }
563
+ export interface CreateNodegroupResponse {
564
+ nodegroup?: Nodegroup;
565
+ }
566
+ export interface DeleteAddonRequest {
567
+ clusterName: string | undefined;
568
+ addonName: string | undefined;
569
+ preserve?: boolean;
570
+ }
571
+ export interface DeleteAddonResponse {
572
+ addon?: Addon;
573
+ }
574
+ export interface DeleteClusterRequest {
575
+ name: string | undefined;
576
+ }
577
+ export interface DeleteClusterResponse {
578
+ cluster?: Cluster;
579
+ }
580
+ export interface DeleteFargateProfileRequest {
581
+ clusterName: string | undefined;
582
+ fargateProfileName: string | undefined;
583
+ }
584
+ export interface DeleteFargateProfileResponse {
585
+ fargateProfile?: FargateProfile;
586
+ }
587
+ export interface DeleteNodegroupRequest {
588
+ clusterName: string | undefined;
589
+ nodegroupName: string | undefined;
590
+ }
591
+ export interface DeleteNodegroupResponse {
592
+ nodegroup?: Nodegroup;
593
+ }
594
+ export interface DeregisterClusterRequest {
595
+ name: string | undefined;
596
+ }
597
+ export interface DeregisterClusterResponse {
598
+ cluster?: Cluster;
599
+ }
600
+ export interface DescribeAddonRequest {
601
+ clusterName: string | undefined;
602
+ addonName: string | undefined;
603
+ }
604
+ export interface DescribeAddonResponse {
605
+ addon?: Addon;
606
+ }
607
+ export interface DescribeAddonVersionsRequest {
608
+ kubernetesVersion?: string;
609
+ maxResults?: number;
610
+ nextToken?: string;
611
+ addonName?: string;
612
+ }
613
+ export interface DescribeAddonVersionsResponse {
614
+ addons?: AddonInfo[];
615
+ nextToken?: string;
616
+ }
617
+ export interface DescribeClusterRequest {
618
+ name: string | undefined;
619
+ }
620
+ export interface DescribeClusterResponse {
621
+ cluster?: Cluster;
622
+ }
623
+ export interface DescribeFargateProfileRequest {
624
+ clusterName: string | undefined;
625
+ fargateProfileName: string | undefined;
626
+ }
627
+ export interface DescribeFargateProfileResponse {
628
+ fargateProfile?: FargateProfile;
629
+ }
630
+ export interface IdentityProviderConfig {
631
+ type: string | undefined;
632
+ name: string | undefined;
633
+ }
634
+ export interface DescribeIdentityProviderConfigRequest {
635
+ clusterName: string | undefined;
636
+ identityProviderConfig: IdentityProviderConfig | undefined;
637
+ }
638
+ export declare enum ConfigStatus {
639
+ ACTIVE = "ACTIVE",
640
+ CREATING = "CREATING",
641
+ DELETING = "DELETING",
642
+ }
643
+ export interface OidcIdentityProviderConfig {
644
+ identityProviderConfigName?: string;
645
+ identityProviderConfigArn?: string;
646
+ clusterName?: string;
647
+ issuerUrl?: string;
648
+ clientId?: string;
649
+ usernameClaim?: string;
650
+ usernamePrefix?: string;
651
+ groupsClaim?: string;
652
+ groupsPrefix?: string;
653
+ requiredClaims?: Record<string, string>;
654
+ tags?: Record<string, string>;
655
+ status?: ConfigStatus | string;
656
+ }
657
+ export interface IdentityProviderConfigResponse {
658
+ oidc?: OidcIdentityProviderConfig;
659
+ }
660
+ export interface DescribeIdentityProviderConfigResponse {
661
+ identityProviderConfig?: IdentityProviderConfigResponse;
662
+ }
663
+ export interface DescribeNodegroupRequest {
664
+ clusterName: string | undefined;
665
+ nodegroupName: string | undefined;
666
+ }
667
+ export interface DescribeNodegroupResponse {
668
+ nodegroup?: Nodegroup;
669
+ }
670
+ export interface DescribeUpdateRequest {
671
+ name: string | undefined;
672
+ updateId: string | undefined;
673
+ nodegroupName?: string;
674
+ addonName?: string;
675
+ }
676
+ export interface DescribeUpdateResponse {
677
+ update?: Update;
678
+ }
679
+ export interface DisassociateIdentityProviderConfigRequest {
680
+ clusterName: string | undefined;
681
+ identityProviderConfig: IdentityProviderConfig | undefined;
682
+ clientRequestToken?: string;
683
+ }
684
+ export interface DisassociateIdentityProviderConfigResponse {
685
+ update?: Update;
686
+ }
687
+ export interface ListAddonsRequest {
688
+ clusterName: string | undefined;
689
+ maxResults?: number;
690
+ nextToken?: string;
691
+ }
692
+ export interface ListAddonsResponse {
693
+ addons?: string[];
694
+ nextToken?: string;
695
+ }
696
+ export interface ListClustersRequest {
697
+ maxResults?: number;
698
+ nextToken?: string;
699
+ include?: string[];
700
+ }
701
+ export interface ListClustersResponse {
702
+ clusters?: string[];
703
+ nextToken?: string;
704
+ }
705
+ export interface ListFargateProfilesRequest {
706
+ clusterName: string | undefined;
707
+ maxResults?: number;
708
+ nextToken?: string;
709
+ }
710
+ export interface ListFargateProfilesResponse {
711
+ fargateProfileNames?: string[];
712
+ nextToken?: string;
713
+ }
714
+ export interface ListIdentityProviderConfigsRequest {
715
+ clusterName: string | undefined;
716
+ maxResults?: number;
717
+ nextToken?: string;
718
+ }
719
+ export interface ListIdentityProviderConfigsResponse {
720
+ identityProviderConfigs?: IdentityProviderConfig[];
721
+ nextToken?: string;
722
+ }
723
+ export interface ListNodegroupsRequest {
724
+ clusterName: string | undefined;
725
+ maxResults?: number;
726
+ nextToken?: string;
727
+ }
728
+ export interface ListNodegroupsResponse {
729
+ nodegroups?: string[];
730
+ nextToken?: string;
731
+ }
732
+ export declare class BadRequestException extends __BaseException {
733
+ readonly name: "BadRequestException";
734
+ readonly $fault: "client";
735
+ constructor(
736
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
737
+ );
738
+ }
739
+ export interface ListTagsForResourceRequest {
740
+ resourceArn: string | undefined;
741
+ }
742
+ export interface ListTagsForResourceResponse {
743
+ tags?: Record<string, string>;
744
+ }
745
+ export declare class NotFoundException extends __BaseException {
746
+ readonly name: "NotFoundException";
747
+ readonly $fault: "client";
748
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
749
+ }
750
+ export interface ListUpdatesRequest {
751
+ name: string | undefined;
752
+ nodegroupName?: string;
753
+ addonName?: string;
754
+ nextToken?: string;
755
+ maxResults?: number;
756
+ }
757
+ export interface ListUpdatesResponse {
758
+ updateIds?: string[];
759
+ nextToken?: string;
760
+ }
761
+ export declare enum ConnectorConfigProvider {
762
+ AKS = "AKS",
763
+ ANTHOS = "ANTHOS",
764
+ EC2 = "EC2",
765
+ EKS_ANYWHERE = "EKS_ANYWHERE",
766
+ GKE = "GKE",
767
+ OPENSHIFT = "OPENSHIFT",
768
+ OTHER = "OTHER",
769
+ RANCHER = "RANCHER",
770
+ TANZU = "TANZU",
771
+ }
772
+ export interface ConnectorConfigRequest {
773
+ roleArn: string | undefined;
774
+ provider: ConnectorConfigProvider | string | undefined;
775
+ }
776
+ export interface RegisterClusterRequest {
777
+ name: string | undefined;
778
+ connectorConfig: ConnectorConfigRequest | undefined;
779
+ clientRequestToken?: string;
780
+ tags?: Record<string, string>;
781
+ }
782
+ export interface RegisterClusterResponse {
783
+ cluster?: Cluster;
784
+ }
785
+ export declare class ResourcePropagationDelayException extends __BaseException {
786
+ readonly name: "ResourcePropagationDelayException";
787
+ readonly $fault: "client";
788
+ constructor(
789
+ opts: __ExceptionOptionType<
790
+ ResourcePropagationDelayException,
791
+ __BaseException
792
+ >
793
+ );
794
+ }
795
+ export interface TagResourceRequest {
796
+ resourceArn: string | undefined;
797
+ tags: Record<string, string> | undefined;
798
+ }
799
+ export interface TagResourceResponse {}
800
+ export interface UntagResourceRequest {
801
+ resourceArn: string | undefined;
802
+ tagKeys: string[] | undefined;
803
+ }
804
+ export interface UntagResourceResponse {}
805
+ export interface UpdateAddonRequest {
806
+ clusterName: string | undefined;
807
+ addonName: string | undefined;
808
+ addonVersion?: string;
809
+ serviceAccountRoleArn?: string;
810
+ resolveConflicts?: ResolveConflicts | string;
811
+ clientRequestToken?: string;
812
+ }
813
+ export interface UpdateAddonResponse {
814
+ update?: Update;
815
+ }
816
+ export interface UpdateClusterConfigRequest {
817
+ name: string | undefined;
818
+ resourcesVpcConfig?: VpcConfigRequest;
819
+ logging?: Logging;
820
+ clientRequestToken?: string;
821
+ }
822
+ export interface UpdateClusterConfigResponse {
823
+ update?: Update;
824
+ }
825
+ export interface UpdateClusterVersionRequest {
826
+ name: string | undefined;
827
+ version: string | undefined;
828
+ clientRequestToken?: string;
829
+ }
830
+ export interface UpdateClusterVersionResponse {
831
+ update?: Update;
832
+ }
833
+ export interface UpdateLabelsPayload {
834
+ addOrUpdateLabels?: Record<string, string>;
835
+ removeLabels?: string[];
836
+ }
837
+ export interface UpdateTaintsPayload {
838
+ addOrUpdateTaints?: Taint[];
839
+ removeTaints?: Taint[];
840
+ }
841
+ export interface UpdateNodegroupConfigRequest {
842
+ clusterName: string | undefined;
843
+ nodegroupName: string | undefined;
844
+ labels?: UpdateLabelsPayload;
845
+ taints?: UpdateTaintsPayload;
846
+ scalingConfig?: NodegroupScalingConfig;
847
+ updateConfig?: NodegroupUpdateConfig;
848
+ clientRequestToken?: string;
849
+ }
850
+ export interface UpdateNodegroupConfigResponse {
851
+ update?: Update;
852
+ }
853
+ export interface UpdateNodegroupVersionRequest {
854
+ clusterName: string | undefined;
855
+ nodegroupName: string | undefined;
856
+ version?: string;
857
+ releaseVersion?: string;
858
+ launchTemplate?: LaunchTemplateSpecification;
859
+ force?: boolean;
860
+ clientRequestToken?: string;
861
+ }
862
+ export interface UpdateNodegroupVersionResponse {
863
+ update?: Update;
864
+ }
865
+ export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
866
+ export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
867
+ export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
868
+ export declare const CompatibilityFilterSensitiveLog: (
869
+ obj: Compatibility
870
+ ) => any;
871
+ export declare const AddonVersionInfoFilterSensitiveLog: (
872
+ obj: AddonVersionInfo
873
+ ) => any;
874
+ export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
875
+ export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
876
+ export declare const EncryptionConfigFilterSensitiveLog: (
877
+ obj: EncryptionConfig
878
+ ) => any;
879
+ export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (
880
+ obj: AssociateEncryptionConfigRequest
881
+ ) => any;
882
+ export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
883
+ export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
884
+ export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
885
+ export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (
886
+ obj: AssociateEncryptionConfigResponse
887
+ ) => any;
888
+ export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (
889
+ obj: OidcIdentityProviderConfigRequest
890
+ ) => any;
891
+ export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (
892
+ obj: AssociateIdentityProviderConfigRequest
893
+ ) => any;
894
+ export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (
895
+ obj: AssociateIdentityProviderConfigResponse
896
+ ) => any;
897
+ export declare const AutoScalingGroupFilterSensitiveLog: (
898
+ obj: AutoScalingGroup
899
+ ) => any;
900
+ export declare const CreateAddonRequestFilterSensitiveLog: (
901
+ obj: CreateAddonRequest
902
+ ) => any;
903
+ export declare const CreateAddonResponseFilterSensitiveLog: (
904
+ obj: CreateAddonResponse
905
+ ) => any;
906
+ export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (
907
+ obj: KubernetesNetworkConfigRequest
908
+ ) => any;
909
+ export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
910
+ export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
911
+ export declare const OutpostConfigRequestFilterSensitiveLog: (
912
+ obj: OutpostConfigRequest
913
+ ) => any;
914
+ export declare const VpcConfigRequestFilterSensitiveLog: (
915
+ obj: VpcConfigRequest
916
+ ) => any;
917
+ export declare const CreateClusterRequestFilterSensitiveLog: (
918
+ obj: CreateClusterRequest
919
+ ) => any;
920
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
921
+ export declare const ConnectorConfigResponseFilterSensitiveLog: (
922
+ obj: ConnectorConfigResponse
923
+ ) => any;
924
+ export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
925
+ export declare const ClusterHealthFilterSensitiveLog: (
926
+ obj: ClusterHealth
927
+ ) => any;
928
+ export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
929
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
930
+ export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (
931
+ obj: KubernetesNetworkConfigResponse
932
+ ) => any;
933
+ export declare const OutpostConfigResponseFilterSensitiveLog: (
934
+ obj: OutpostConfigResponse
935
+ ) => any;
936
+ export declare const VpcConfigResponseFilterSensitiveLog: (
937
+ obj: VpcConfigResponse
938
+ ) => any;
939
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
940
+ export declare const CreateClusterResponseFilterSensitiveLog: (
941
+ obj: CreateClusterResponse
942
+ ) => any;
943
+ export declare const FargateProfileSelectorFilterSensitiveLog: (
944
+ obj: FargateProfileSelector
945
+ ) => any;
946
+ export declare const CreateFargateProfileRequestFilterSensitiveLog: (
947
+ obj: CreateFargateProfileRequest
948
+ ) => any;
949
+ export declare const FargateProfileFilterSensitiveLog: (
950
+ obj: FargateProfile
951
+ ) => any;
952
+ export declare const CreateFargateProfileResponseFilterSensitiveLog: (
953
+ obj: CreateFargateProfileResponse
954
+ ) => any;
955
+ export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
956
+ obj: LaunchTemplateSpecification
957
+ ) => any;
958
+ export declare const RemoteAccessConfigFilterSensitiveLog: (
959
+ obj: RemoteAccessConfig
960
+ ) => any;
961
+ export declare const NodegroupScalingConfigFilterSensitiveLog: (
962
+ obj: NodegroupScalingConfig
963
+ ) => any;
964
+ export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
965
+ export declare const NodegroupUpdateConfigFilterSensitiveLog: (
966
+ obj: NodegroupUpdateConfig
967
+ ) => any;
968
+ export declare const CreateNodegroupRequestFilterSensitiveLog: (
969
+ obj: CreateNodegroupRequest
970
+ ) => any;
971
+ export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
972
+ export declare const NodegroupHealthFilterSensitiveLog: (
973
+ obj: NodegroupHealth
974
+ ) => any;
975
+ export declare const NodegroupResourcesFilterSensitiveLog: (
976
+ obj: NodegroupResources
977
+ ) => any;
978
+ export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
979
+ export declare const CreateNodegroupResponseFilterSensitiveLog: (
980
+ obj: CreateNodegroupResponse
981
+ ) => any;
982
+ export declare const DeleteAddonRequestFilterSensitiveLog: (
983
+ obj: DeleteAddonRequest
984
+ ) => any;
985
+ export declare const DeleteAddonResponseFilterSensitiveLog: (
986
+ obj: DeleteAddonResponse
987
+ ) => any;
988
+ export declare const DeleteClusterRequestFilterSensitiveLog: (
989
+ obj: DeleteClusterRequest
990
+ ) => any;
991
+ export declare const DeleteClusterResponseFilterSensitiveLog: (
992
+ obj: DeleteClusterResponse
993
+ ) => any;
994
+ export declare const DeleteFargateProfileRequestFilterSensitiveLog: (
995
+ obj: DeleteFargateProfileRequest
996
+ ) => any;
997
+ export declare const DeleteFargateProfileResponseFilterSensitiveLog: (
998
+ obj: DeleteFargateProfileResponse
999
+ ) => any;
1000
+ export declare const DeleteNodegroupRequestFilterSensitiveLog: (
1001
+ obj: DeleteNodegroupRequest
1002
+ ) => any;
1003
+ export declare const DeleteNodegroupResponseFilterSensitiveLog: (
1004
+ obj: DeleteNodegroupResponse
1005
+ ) => any;
1006
+ export declare const DeregisterClusterRequestFilterSensitiveLog: (
1007
+ obj: DeregisterClusterRequest
1008
+ ) => any;
1009
+ export declare const DeregisterClusterResponseFilterSensitiveLog: (
1010
+ obj: DeregisterClusterResponse
1011
+ ) => any;
1012
+ export declare const DescribeAddonRequestFilterSensitiveLog: (
1013
+ obj: DescribeAddonRequest
1014
+ ) => any;
1015
+ export declare const DescribeAddonResponseFilterSensitiveLog: (
1016
+ obj: DescribeAddonResponse
1017
+ ) => any;
1018
+ export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (
1019
+ obj: DescribeAddonVersionsRequest
1020
+ ) => any;
1021
+ export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (
1022
+ obj: DescribeAddonVersionsResponse
1023
+ ) => any;
1024
+ export declare const DescribeClusterRequestFilterSensitiveLog: (
1025
+ obj: DescribeClusterRequest
1026
+ ) => any;
1027
+ export declare const DescribeClusterResponseFilterSensitiveLog: (
1028
+ obj: DescribeClusterResponse
1029
+ ) => any;
1030
+ export declare const DescribeFargateProfileRequestFilterSensitiveLog: (
1031
+ obj: DescribeFargateProfileRequest
1032
+ ) => any;
1033
+ export declare const DescribeFargateProfileResponseFilterSensitiveLog: (
1034
+ obj: DescribeFargateProfileResponse
1035
+ ) => any;
1036
+ export declare const IdentityProviderConfigFilterSensitiveLog: (
1037
+ obj: IdentityProviderConfig
1038
+ ) => any;
1039
+ export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (
1040
+ obj: DescribeIdentityProviderConfigRequest
1041
+ ) => any;
1042
+ export declare const OidcIdentityProviderConfigFilterSensitiveLog: (
1043
+ obj: OidcIdentityProviderConfig
1044
+ ) => any;
1045
+ export declare const IdentityProviderConfigResponseFilterSensitiveLog: (
1046
+ obj: IdentityProviderConfigResponse
1047
+ ) => any;
1048
+ export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (
1049
+ obj: DescribeIdentityProviderConfigResponse
1050
+ ) => any;
1051
+ export declare const DescribeNodegroupRequestFilterSensitiveLog: (
1052
+ obj: DescribeNodegroupRequest
1053
+ ) => any;
1054
+ export declare const DescribeNodegroupResponseFilterSensitiveLog: (
1055
+ obj: DescribeNodegroupResponse
1056
+ ) => any;
1057
+ export declare const DescribeUpdateRequestFilterSensitiveLog: (
1058
+ obj: DescribeUpdateRequest
1059
+ ) => any;
1060
+ export declare const DescribeUpdateResponseFilterSensitiveLog: (
1061
+ obj: DescribeUpdateResponse
1062
+ ) => any;
1063
+ export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (
1064
+ obj: DisassociateIdentityProviderConfigRequest
1065
+ ) => any;
1066
+ export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (
1067
+ obj: DisassociateIdentityProviderConfigResponse
1068
+ ) => any;
1069
+ export declare const ListAddonsRequestFilterSensitiveLog: (
1070
+ obj: ListAddonsRequest
1071
+ ) => any;
1072
+ export declare const ListAddonsResponseFilterSensitiveLog: (
1073
+ obj: ListAddonsResponse
1074
+ ) => any;
1075
+ export declare const ListClustersRequestFilterSensitiveLog: (
1076
+ obj: ListClustersRequest
1077
+ ) => any;
1078
+ export declare const ListClustersResponseFilterSensitiveLog: (
1079
+ obj: ListClustersResponse
1080
+ ) => any;
1081
+ export declare const ListFargateProfilesRequestFilterSensitiveLog: (
1082
+ obj: ListFargateProfilesRequest
1083
+ ) => any;
1084
+ export declare const ListFargateProfilesResponseFilterSensitiveLog: (
1085
+ obj: ListFargateProfilesResponse
1086
+ ) => any;
1087
+ export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (
1088
+ obj: ListIdentityProviderConfigsRequest
1089
+ ) => any;
1090
+ export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (
1091
+ obj: ListIdentityProviderConfigsResponse
1092
+ ) => any;
1093
+ export declare const ListNodegroupsRequestFilterSensitiveLog: (
1094
+ obj: ListNodegroupsRequest
1095
+ ) => any;
1096
+ export declare const ListNodegroupsResponseFilterSensitiveLog: (
1097
+ obj: ListNodegroupsResponse
1098
+ ) => any;
1099
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1100
+ obj: ListTagsForResourceRequest
1101
+ ) => any;
1102
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1103
+ obj: ListTagsForResourceResponse
1104
+ ) => any;
1105
+ export declare const ListUpdatesRequestFilterSensitiveLog: (
1106
+ obj: ListUpdatesRequest
1107
+ ) => any;
1108
+ export declare const ListUpdatesResponseFilterSensitiveLog: (
1109
+ obj: ListUpdatesResponse
1110
+ ) => any;
1111
+ export declare const ConnectorConfigRequestFilterSensitiveLog: (
1112
+ obj: ConnectorConfigRequest
1113
+ ) => any;
1114
+ export declare const RegisterClusterRequestFilterSensitiveLog: (
1115
+ obj: RegisterClusterRequest
1116
+ ) => any;
1117
+ export declare const RegisterClusterResponseFilterSensitiveLog: (
1118
+ obj: RegisterClusterResponse
1119
+ ) => any;
1120
+ export declare const TagResourceRequestFilterSensitiveLog: (
1121
+ obj: TagResourceRequest
1122
+ ) => any;
1123
+ export declare const TagResourceResponseFilterSensitiveLog: (
1124
+ obj: TagResourceResponse
1125
+ ) => any;
1126
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1127
+ obj: UntagResourceRequest
1128
+ ) => any;
1129
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1130
+ obj: UntagResourceResponse
1131
+ ) => any;
1132
+ export declare const UpdateAddonRequestFilterSensitiveLog: (
1133
+ obj: UpdateAddonRequest
1134
+ ) => any;
1135
+ export declare const UpdateAddonResponseFilterSensitiveLog: (
1136
+ obj: UpdateAddonResponse
1137
+ ) => any;
1138
+ export declare const UpdateClusterConfigRequestFilterSensitiveLog: (
1139
+ obj: UpdateClusterConfigRequest
1140
+ ) => any;
1141
+ export declare const UpdateClusterConfigResponseFilterSensitiveLog: (
1142
+ obj: UpdateClusterConfigResponse
1143
+ ) => any;
1144
+ export declare const UpdateClusterVersionRequestFilterSensitiveLog: (
1145
+ obj: UpdateClusterVersionRequest
1146
+ ) => any;
1147
+ export declare const UpdateClusterVersionResponseFilterSensitiveLog: (
1148
+ obj: UpdateClusterVersionResponse
1149
+ ) => any;
1150
+ export declare const UpdateLabelsPayloadFilterSensitiveLog: (
1151
+ obj: UpdateLabelsPayload
1152
+ ) => any;
1153
+ export declare const UpdateTaintsPayloadFilterSensitiveLog: (
1154
+ obj: UpdateTaintsPayload
1155
+ ) => any;
1156
+ export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (
1157
+ obj: UpdateNodegroupConfigRequest
1158
+ ) => any;
1159
+ export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (
1160
+ obj: UpdateNodegroupConfigResponse
1161
+ ) => any;
1162
+ export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (
1163
+ obj: UpdateNodegroupVersionRequest
1164
+ ) => any;
1165
+ export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (
1166
+ obj: UpdateNodegroupVersionResponse
1167
+ ) => any;