@aws-sdk/client-eks 3.50.0 → 3.53.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 (78) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/EKSServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +198 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +417 -1497
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/EKSServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +183 -1
  9. package/dist-es/protocols/Aws_restJson1.js +835 -1647
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/EKSServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +93 -53
  13. package/dist-types/ts3.4/EKS.d.ts +175 -0
  14. package/dist-types/ts3.4/EKSClient.d.ts +107 -0
  15. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  51. package/dist-types/ts3.4/index.d.ts +7 -0
  52. package/dist-types/ts3.4/models/EKSServiceException.d.ts +6 -0
  53. package/dist-types/ts3.4/models/index.d.ts +1 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +1677 -0
  55. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  57. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +104 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  69. package/dist-types/ts3.4/waiters/index.d.ts +8 -0
  70. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +7 -0
  71. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +7 -0
  72. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +7 -0
  73. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
  74. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +7 -0
  75. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +7 -0
  76. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +7 -0
  77. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +7 -0
  78. package/package.json +34 -34
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { EKSServiceException } from "./models/EKSServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from EKS service.
4
+ */
5
+ export declare class EKSServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,14 +1,18 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { EKSServiceException as __BaseException } from "./EKSServiceException";
2
3
  /**
3
4
  * <p>You don't have permissions to perform the requested operation. The user or role that
4
5
  * is making the request must have at least one IAM permissions policy
5
6
  * attached that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
6
7
  * Management</a> in the <i>IAM User Guide</i>. </p>
7
8
  */
8
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
9
- name: "AccessDeniedException";
10
- $fault: "client";
11
- message?: string;
9
+ export declare class AccessDeniedException extends __BaseException {
10
+ readonly name: "AccessDeniedException";
11
+ readonly $fault: "client";
12
+ /**
13
+ * @internal
14
+ */
15
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
16
  }
13
17
  export declare enum AddonIssueCode {
14
18
  ACCESS_DENIED = "AccessDenied",
@@ -439,9 +443,9 @@ export declare namespace AssociateEncryptionConfigResponse {
439
443
  * action or resource on behalf of a user that doesn't have permissions to use the action
440
444
  * or resource or specifying an identifier that is not valid.</p>
441
445
  */
442
- export interface ClientException extends __SmithyException, $MetadataBearer {
443
- name: "ClientException";
444
- $fault: "client";
446
+ export declare class ClientException extends __BaseException {
447
+ readonly name: "ClientException";
448
+ readonly $fault: "client";
445
449
  /**
446
450
  * <p>The Amazon EKS cluster associated with the exception.</p>
447
451
  */
@@ -451,15 +455,18 @@ export interface ClientException extends __SmithyException, $MetadataBearer {
451
455
  */
452
456
  nodegroupName?: string;
453
457
  addonName?: string;
454
- message?: string;
458
+ /**
459
+ * @internal
460
+ */
461
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
455
462
  }
456
463
  /**
457
464
  * <p>The specified parameter is invalid. Review the available parameters for the API
458
465
  * request.</p>
459
466
  */
460
- export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
461
- name: "InvalidParameterException";
462
- $fault: "client";
467
+ export declare class InvalidParameterException extends __BaseException {
468
+ readonly name: "InvalidParameterException";
469
+ readonly $fault: "client";
463
470
  /**
464
471
  * <p>The Amazon EKS cluster associated with the exception.</p>
465
472
  */
@@ -473,15 +480,18 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
473
480
  */
474
481
  fargateProfileName?: string;
475
482
  addonName?: string;
476
- message?: string;
483
+ /**
484
+ * @internal
485
+ */
486
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
477
487
  }
478
488
  /**
479
489
  * <p>The request is invalid given the state of the cluster. Check the state of the cluster
480
490
  * and the associated operations.</p>
481
491
  */
482
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
483
- name: "InvalidRequestException";
484
- $fault: "client";
492
+ export declare class InvalidRequestException extends __BaseException {
493
+ readonly name: "InvalidRequestException";
494
+ readonly $fault: "client";
485
495
  /**
486
496
  * <p>The Amazon EKS cluster associated with the exception.</p>
487
497
  */
@@ -491,14 +501,17 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
491
501
  */
492
502
  nodegroupName?: string;
493
503
  addonName?: string;
494
- message?: string;
504
+ /**
505
+ * @internal
506
+ */
507
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
495
508
  }
496
509
  /**
497
510
  * <p>The specified resource is in use.</p>
498
511
  */
499
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
500
- name: "ResourceInUseException";
501
- $fault: "client";
512
+ export declare class ResourceInUseException extends __BaseException {
513
+ readonly name: "ResourceInUseException";
514
+ readonly $fault: "client";
502
515
  /**
503
516
  * <p>The Amazon EKS cluster associated with the exception.</p>
504
517
  */
@@ -508,7 +521,10 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
508
521
  */
509
522
  nodegroupName?: string;
510
523
  addonName?: string;
511
- message?: string;
524
+ /**
525
+ * @internal
526
+ */
527
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
512
528
  }
513
529
  /**
514
530
  * <p>The specified resource could not be found. You can view your available clusters with
@@ -516,9 +532,9 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
516
532
  * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
517
533
  * Region-specific.</p>
518
534
  */
519
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
520
- name: "ResourceNotFoundException";
521
- $fault: "client";
535
+ export declare class ResourceNotFoundException extends __BaseException {
536
+ readonly name: "ResourceNotFoundException";
537
+ readonly $fault: "client";
522
538
  /**
523
539
  * <p>The Amazon EKS cluster associated with the exception.</p>
524
540
  */
@@ -532,14 +548,17 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
532
548
  */
533
549
  fargateProfileName?: string;
534
550
  addonName?: string;
535
- message?: string;
551
+ /**
552
+ * @internal
553
+ */
554
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
536
555
  }
537
556
  /**
538
557
  * <p>These errors are usually caused by a server-side issue.</p>
539
558
  */
540
- export interface ServerException extends __SmithyException, $MetadataBearer {
541
- name: "ServerException";
542
- $fault: "server";
559
+ export declare class ServerException extends __BaseException {
560
+ readonly name: "ServerException";
561
+ readonly $fault: "server";
543
562
  /**
544
563
  * <p>The Amazon EKS cluster associated with the exception.</p>
545
564
  */
@@ -549,7 +568,10 @@ export interface ServerException extends __SmithyException, $MetadataBearer {
549
568
  */
550
569
  nodegroupName?: string;
551
570
  addonName?: string;
552
- message?: string;
571
+ /**
572
+ * @internal
573
+ */
574
+ constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
553
575
  }
554
576
  /**
555
577
  * <p>An object representing an OpenID Connect (OIDC) configuration. Before associating an
@@ -1283,9 +1305,9 @@ export declare namespace CreateClusterResponse {
1283
1305
  /**
1284
1306
  * <p>You have encountered a service limit on the specified resource.</p>
1285
1307
  */
1286
- export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
1287
- name: "ResourceLimitExceededException";
1288
- $fault: "client";
1308
+ export declare class ResourceLimitExceededException extends __BaseException {
1309
+ readonly name: "ResourceLimitExceededException";
1310
+ readonly $fault: "client";
1289
1311
  /**
1290
1312
  * <p>The Amazon EKS cluster associated with the exception.</p>
1291
1313
  */
@@ -1294,15 +1316,21 @@ export interface ResourceLimitExceededException extends __SmithyException, $Meta
1294
1316
  * <p>The Amazon EKS managed node group associated with the exception.</p>
1295
1317
  */
1296
1318
  nodegroupName?: string;
1297
- message?: string;
1319
+ /**
1320
+ * @internal
1321
+ */
1322
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
1298
1323
  }
1299
1324
  /**
1300
1325
  * <p>The service is unavailable. Back off and retry the operation.</p>
1301
1326
  */
1302
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
1303
- name: "ServiceUnavailableException";
1304
- $fault: "server";
1305
- message?: string;
1327
+ export declare class ServiceUnavailableException extends __BaseException {
1328
+ readonly name: "ServiceUnavailableException";
1329
+ readonly $fault: "server";
1330
+ /**
1331
+ * @internal
1332
+ */
1333
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
1306
1334
  }
1307
1335
  /**
1308
1336
  * <p>At least one of your specified cluster subnets is in an Availability Zone that does
@@ -1310,10 +1338,9 @@ export interface ServiceUnavailableException extends __SmithyException, $Metadat
1310
1338
  * Availability Zones for your account, from which you can choose subnets for your
1311
1339
  * cluster.</p>
1312
1340
  */
1313
- export interface UnsupportedAvailabilityZoneException extends __SmithyException, $MetadataBearer {
1314
- name: "UnsupportedAvailabilityZoneException";
1315
- $fault: "client";
1316
- message?: string;
1341
+ export declare class UnsupportedAvailabilityZoneException extends __BaseException {
1342
+ readonly name: "UnsupportedAvailabilityZoneException";
1343
+ readonly $fault: "client";
1317
1344
  /**
1318
1345
  * <p>The Amazon EKS cluster associated with the exception.</p>
1319
1346
  */
@@ -1327,6 +1354,10 @@ export interface UnsupportedAvailabilityZoneException extends __SmithyException,
1327
1354
  * Availability Zones for your cluster.</p>
1328
1355
  */
1329
1356
  validZones?: string[];
1357
+ /**
1358
+ * @internal
1359
+ */
1360
+ constructor(opts: __ExceptionOptionType<UnsupportedAvailabilityZoneException, __BaseException>);
1330
1361
  }
1331
1362
  /**
1332
1363
  * <p>An object representing an Fargate profile selector.</p>
@@ -2890,10 +2921,13 @@ export declare namespace ListNodegroupsResponse {
2890
2921
  * <p>This exception is thrown if the request contains a semantic error. The precise meaning
2891
2922
  * will depend on the API, and will be documented in the error message.</p>
2892
2923
  */
2893
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
2894
- name: "BadRequestException";
2895
- $fault: "client";
2896
- message?: string;
2924
+ export declare class BadRequestException extends __BaseException {
2925
+ readonly name: "BadRequestException";
2926
+ readonly $fault: "client";
2927
+ /**
2928
+ * @internal
2929
+ */
2930
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
2897
2931
  }
2898
2932
  export interface ListTagsForResourceRequest {
2899
2933
  /**
@@ -2926,10 +2960,13 @@ export declare namespace ListTagsForResourceResponse {
2926
2960
  * <p>A service resource associated with the request could not be found. Clients should not
2927
2961
  * retry such requests.</p>
2928
2962
  */
2929
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
2930
- name: "NotFoundException";
2931
- $fault: "client";
2932
- message?: string;
2963
+ export declare class NotFoundException extends __BaseException {
2964
+ readonly name: "NotFoundException";
2965
+ readonly $fault: "client";
2966
+ /**
2967
+ * @internal
2968
+ */
2969
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2933
2970
  }
2934
2971
  export interface ListUpdatesRequest {
2935
2972
  /**
@@ -3065,10 +3102,13 @@ export declare namespace RegisterClusterResponse {
3065
3102
  /**
3066
3103
  * <p>Required resources (such as Service Linked Roles) were created and are still propagating. Retry later.</p>
3067
3104
  */
3068
- export interface ResourcePropagationDelayException extends __SmithyException, $MetadataBearer {
3069
- name: "ResourcePropagationDelayException";
3070
- $fault: "client";
3071
- message?: string;
3105
+ export declare class ResourcePropagationDelayException extends __BaseException {
3106
+ readonly name: "ResourcePropagationDelayException";
3107
+ readonly $fault: "client";
3108
+ /**
3109
+ * @internal
3110
+ */
3111
+ constructor(opts: __ExceptionOptionType<ResourcePropagationDelayException, __BaseException>);
3072
3112
  }
3073
3113
  export interface TagResourceRequest {
3074
3114
  /**
@@ -0,0 +1,175 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
3
+ import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
4
+ import { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
5
+ import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
6
+ import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "./commands/CreateFargateProfileCommand";
7
+ import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "./commands/CreateNodegroupCommand";
8
+ import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "./commands/DeleteAddonCommand";
9
+ import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
10
+ import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "./commands/DeleteFargateProfileCommand";
11
+ import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "./commands/DeleteNodegroupCommand";
12
+ import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "./commands/DeregisterClusterCommand";
13
+ import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "./commands/DescribeAddonCommand";
14
+ import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "./commands/DescribeAddonVersionsCommand";
15
+ import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
16
+ import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "./commands/DescribeFargateProfileCommand";
17
+ import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "./commands/DescribeIdentityProviderConfigCommand";
18
+ import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "./commands/DescribeNodegroupCommand";
19
+ import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "./commands/DescribeUpdateCommand";
20
+ import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "./commands/DisassociateIdentityProviderConfigCommand";
21
+ import { ListAddonsCommandInput, ListAddonsCommandOutput } from "./commands/ListAddonsCommand";
22
+ import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
23
+ import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "./commands/ListFargateProfilesCommand";
24
+ import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "./commands/ListIdentityProviderConfigsCommand";
25
+ import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "./commands/ListNodegroupsCommand";
26
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
27
+ import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "./commands/ListUpdatesCommand";
28
+ import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "./commands/RegisterClusterCommand";
29
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
+ import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "./commands/UpdateAddonCommand";
32
+ import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "./commands/UpdateClusterConfigCommand";
33
+ import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "./commands/UpdateClusterVersionCommand";
34
+ import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "./commands/UpdateNodegroupConfigCommand";
35
+ import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
36
+ import { EKSClient } from "./EKSClient";
37
+
38
+ export declare class EKS extends EKSClient {
39
+
40
+ associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateEncryptionConfigCommandOutput>;
41
+ associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void): void;
42
+ associateEncryptionConfig(args: AssociateEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void): void;
43
+
44
+ associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateIdentityProviderConfigCommandOutput>;
45
+ associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
46
+ associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
47
+
48
+ createAddon(args: CreateAddonCommandInput, options?: __HttpHandlerOptions): Promise<CreateAddonCommandOutput>;
49
+ createAddon(args: CreateAddonCommandInput, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
50
+ createAddon(args: CreateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
51
+
52
+ createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
53
+ createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
54
+ createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
55
+
56
+ createFargateProfile(args: CreateFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateFargateProfileCommandOutput>;
57
+ createFargateProfile(args: CreateFargateProfileCommandInput, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
58
+ createFargateProfile(args: CreateFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
59
+
60
+ createNodegroup(args: CreateNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateNodegroupCommandOutput>;
61
+ createNodegroup(args: CreateNodegroupCommandInput, cb: (err: any, data?: CreateNodegroupCommandOutput) => void): void;
62
+ createNodegroup(args: CreateNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNodegroupCommandOutput) => void): void;
63
+
64
+ deleteAddon(args: DeleteAddonCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAddonCommandOutput>;
65
+ deleteAddon(args: DeleteAddonCommandInput, cb: (err: any, data?: DeleteAddonCommandOutput) => void): void;
66
+ deleteAddon(args: DeleteAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAddonCommandOutput) => void): void;
67
+
68
+ deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
69
+ deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
70
+ deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
71
+
72
+ deleteFargateProfile(args: DeleteFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFargateProfileCommandOutput>;
73
+ deleteFargateProfile(args: DeleteFargateProfileCommandInput, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
74
+ deleteFargateProfile(args: DeleteFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
75
+
76
+ deleteNodegroup(args: DeleteNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNodegroupCommandOutput>;
77
+ deleteNodegroup(args: DeleteNodegroupCommandInput, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
78
+ deleteNodegroup(args: DeleteNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
79
+
80
+ deregisterCluster(args: DeregisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterClusterCommandOutput>;
81
+ deregisterCluster(args: DeregisterClusterCommandInput, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
82
+ deregisterCluster(args: DeregisterClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
83
+
84
+ describeAddon(args: DescribeAddonCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonCommandOutput>;
85
+ describeAddon(args: DescribeAddonCommandInput, cb: (err: any, data?: DescribeAddonCommandOutput) => void): void;
86
+ describeAddon(args: DescribeAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonCommandOutput) => void): void;
87
+
88
+ describeAddonVersions(args: DescribeAddonVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonVersionsCommandOutput>;
89
+ describeAddonVersions(args: DescribeAddonVersionsCommandInput, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
90
+ describeAddonVersions(args: DescribeAddonVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
91
+
92
+ describeCluster(args: DescribeClusterCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClusterCommandOutput>;
93
+ describeCluster(args: DescribeClusterCommandInput, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
94
+ describeCluster(args: DescribeClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClusterCommandOutput) => void): void;
95
+
96
+ describeFargateProfile(args: DescribeFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFargateProfileCommandOutput>;
97
+ describeFargateProfile(args: DescribeFargateProfileCommandInput, cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void): void;
98
+ describeFargateProfile(args: DescribeFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void): void;
99
+
100
+ describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdentityProviderConfigCommandOutput>;
101
+ describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void): void;
102
+ describeIdentityProviderConfig(args: DescribeIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void): void;
103
+
104
+ describeNodegroup(args: DescribeNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNodegroupCommandOutput>;
105
+ describeNodegroup(args: DescribeNodegroupCommandInput, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
106
+ describeNodegroup(args: DescribeNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
107
+
108
+ describeUpdate(args: DescribeUpdateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUpdateCommandOutput>;
109
+ describeUpdate(args: DescribeUpdateCommandInput, cb: (err: any, data?: DescribeUpdateCommandOutput) => void): void;
110
+ describeUpdate(args: DescribeUpdateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUpdateCommandOutput) => void): void;
111
+
112
+ disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIdentityProviderConfigCommandOutput>;
113
+ disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
114
+ disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
115
+
116
+ listAddons(args: ListAddonsCommandInput, options?: __HttpHandlerOptions): Promise<ListAddonsCommandOutput>;
117
+ listAddons(args: ListAddonsCommandInput, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
118
+ listAddons(args: ListAddonsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
119
+
120
+ listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
121
+ listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
122
+ listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
123
+
124
+ listFargateProfiles(args: ListFargateProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListFargateProfilesCommandOutput>;
125
+ listFargateProfiles(args: ListFargateProfilesCommandInput, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
126
+ listFargateProfiles(args: ListFargateProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
127
+
128
+ listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdentityProviderConfigsCommandOutput>;
129
+ listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
130
+ listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
131
+
132
+ listNodegroups(args: ListNodegroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListNodegroupsCommandOutput>;
133
+ listNodegroups(args: ListNodegroupsCommandInput, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
134
+ listNodegroups(args: ListNodegroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
135
+
136
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
137
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
138
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
139
+
140
+ listUpdates(args: ListUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<ListUpdatesCommandOutput>;
141
+ listUpdates(args: ListUpdatesCommandInput, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
142
+ listUpdates(args: ListUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
143
+
144
+ registerCluster(args: RegisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<RegisterClusterCommandOutput>;
145
+ registerCluster(args: RegisterClusterCommandInput, cb: (err: any, data?: RegisterClusterCommandOutput) => void): void;
146
+ registerCluster(args: RegisterClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterClusterCommandOutput) => void): void;
147
+
148
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
149
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
150
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
151
+
152
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
153
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
154
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
155
+
156
+ updateAddon(args: UpdateAddonCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAddonCommandOutput>;
157
+ updateAddon(args: UpdateAddonCommandInput, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
158
+ updateAddon(args: UpdateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
159
+
160
+ updateClusterConfig(args: UpdateClusterConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterConfigCommandOutput>;
161
+ updateClusterConfig(args: UpdateClusterConfigCommandInput, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
162
+ updateClusterConfig(args: UpdateClusterConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
163
+
164
+ updateClusterVersion(args: UpdateClusterVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClusterVersionCommandOutput>;
165
+ updateClusterVersion(args: UpdateClusterVersionCommandInput, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
166
+ updateClusterVersion(args: UpdateClusterVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
167
+
168
+ updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodegroupConfigCommandOutput>;
169
+ updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
170
+ updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
171
+
172
+ updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodegroupVersionCommandOutput>;
173
+ updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void): void;
174
+ updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void): void;
175
+ }
@@ -0,0 +1,107 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
10
+ import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
11
+ import { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
12
+ import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
13
+ import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "./commands/CreateFargateProfileCommand";
14
+ import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "./commands/CreateNodegroupCommand";
15
+ import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "./commands/DeleteAddonCommand";
16
+ import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
17
+ import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "./commands/DeleteFargateProfileCommand";
18
+ import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "./commands/DeleteNodegroupCommand";
19
+ import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "./commands/DeregisterClusterCommand";
20
+ import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "./commands/DescribeAddonCommand";
21
+ import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "./commands/DescribeAddonVersionsCommand";
22
+ import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
23
+ import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "./commands/DescribeFargateProfileCommand";
24
+ import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "./commands/DescribeIdentityProviderConfigCommand";
25
+ import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "./commands/DescribeNodegroupCommand";
26
+ import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "./commands/DescribeUpdateCommand";
27
+ import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "./commands/DisassociateIdentityProviderConfigCommand";
28
+ import { ListAddonsCommandInput, ListAddonsCommandOutput } from "./commands/ListAddonsCommand";
29
+ import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
30
+ import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "./commands/ListFargateProfilesCommand";
31
+ import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "./commands/ListIdentityProviderConfigsCommand";
32
+ import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "./commands/ListNodegroupsCommand";
33
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
+ import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "./commands/ListUpdatesCommand";
35
+ import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "./commands/RegisterClusterCommand";
36
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
+ import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "./commands/UpdateAddonCommand";
39
+ import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "./commands/UpdateClusterConfigCommand";
40
+ import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "./commands/UpdateClusterVersionCommand";
41
+ import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "./commands/UpdateNodegroupConfigCommand";
42
+ import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
43
+ export declare type ServiceInputTypes = AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAddonCommandInput | CreateClusterCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | DeleteAddonCommandInput | DeleteClusterCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeregisterClusterCommandInput | DescribeAddonCommandInput | DescribeAddonVersionsCommandInput | DescribeClusterCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeNodegroupCommandInput | DescribeUpdateCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAddonsCommandInput | ListClustersCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListNodegroupsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAddonCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput;
44
+ export declare type ServiceOutputTypes = AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAddonCommandOutput | CreateClusterCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | DeleteAddonCommandOutput | DeleteClusterCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeregisterClusterCommandOutput | DescribeAddonCommandOutput | DescribeAddonVersionsCommandOutput | DescribeClusterCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeNodegroupCommandOutput | DescribeUpdateCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAddonsCommandOutput | ListClustersCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListNodegroupsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAddonCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput;
45
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
+
47
+ requestHandler?: __HttpHandler;
48
+
49
+ sha256?: __HashConstructor;
50
+
51
+ urlParser?: __UrlParser;
52
+
53
+ bodyLengthChecker?: (body: any) => number | undefined;
54
+
55
+ streamCollector?: __StreamCollector;
56
+
57
+ base64Decoder?: __Decoder;
58
+
59
+ base64Encoder?: __Encoder;
60
+
61
+ utf8Decoder?: __Decoder;
62
+
63
+ utf8Encoder?: __Encoder;
64
+
65
+ runtime?: string;
66
+
67
+ disableHostPrefix?: boolean;
68
+
69
+ maxAttempts?: number | __Provider<number>;
70
+
71
+ retryMode?: string | __Provider<string>;
72
+
73
+ logger?: __Logger;
74
+
75
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
76
+
77
+ useFipsEndpoint?: boolean | __Provider<boolean>;
78
+
79
+ serviceId?: string;
80
+
81
+ region?: string | __Provider<string>;
82
+
83
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
84
+
85
+ regionInfoProvider?: RegionInfoProvider;
86
+
87
+ defaultUserAgentProvider?: Provider<__UserAgent>;
88
+
89
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
90
+ }
91
+ declare type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
92
+
93
+ export interface EKSClientConfig extends EKSClientConfigType {
94
+ }
95
+ declare type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
96
+
97
+ export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
98
+ }
99
+
100
+ export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
101
+
102
+ readonly config: EKSClientResolvedConfig;
103
+ constructor(configuration: EKSClientConfig);
104
+
105
+ destroy(): void;
106
+ }
107
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
+ import { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0";
5
+ export interface AssociateEncryptionConfigCommandInput extends AssociateEncryptionConfigRequest {
6
+ }
7
+ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateEncryptionConfigCommand extends $Command<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig> {
11
+ readonly input: AssociateEncryptionConfigCommandInput;
12
+ constructor(input: AssociateEncryptionConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
+ import { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0";
5
+ export interface AssociateIdentityProviderConfigCommandInput extends AssociateIdentityProviderConfigRequest {
6
+ }
7
+ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateIdentityProviderConfigResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateIdentityProviderConfigCommand extends $Command<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
11
+ readonly input: AssociateIdentityProviderConfigCommandInput;
12
+ constructor(input: AssociateIdentityProviderConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }