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