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