@aws-sdk/client-eks 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EKS.d.ts +622 -175
  3. package/dist-types/ts3.4/EKSClient.d.ts +332 -107
  4. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/EKSServiceException.d.ts +8 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1609 -1472
  44. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  46. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  58. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  59. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +13 -7
  60. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +13 -7
  61. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +13 -7
  62. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +13 -7
  63. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +13 -7
  64. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +13 -7
  65. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,175 +1,622 @@
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
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateEncryptionConfigCommandInput,
4
+ AssociateEncryptionConfigCommandOutput,
5
+ } from "./commands/AssociateEncryptionConfigCommand";
6
+ import {
7
+ AssociateIdentityProviderConfigCommandInput,
8
+ AssociateIdentityProviderConfigCommandOutput,
9
+ } from "./commands/AssociateIdentityProviderConfigCommand";
10
+ import {
11
+ CreateAddonCommandInput,
12
+ CreateAddonCommandOutput,
13
+ } from "./commands/CreateAddonCommand";
14
+ import {
15
+ CreateClusterCommandInput,
16
+ CreateClusterCommandOutput,
17
+ } from "./commands/CreateClusterCommand";
18
+ import {
19
+ CreateFargateProfileCommandInput,
20
+ CreateFargateProfileCommandOutput,
21
+ } from "./commands/CreateFargateProfileCommand";
22
+ import {
23
+ CreateNodegroupCommandInput,
24
+ CreateNodegroupCommandOutput,
25
+ } from "./commands/CreateNodegroupCommand";
26
+ import {
27
+ DeleteAddonCommandInput,
28
+ DeleteAddonCommandOutput,
29
+ } from "./commands/DeleteAddonCommand";
30
+ import {
31
+ DeleteClusterCommandInput,
32
+ DeleteClusterCommandOutput,
33
+ } from "./commands/DeleteClusterCommand";
34
+ import {
35
+ DeleteFargateProfileCommandInput,
36
+ DeleteFargateProfileCommandOutput,
37
+ } from "./commands/DeleteFargateProfileCommand";
38
+ import {
39
+ DeleteNodegroupCommandInput,
40
+ DeleteNodegroupCommandOutput,
41
+ } from "./commands/DeleteNodegroupCommand";
42
+ import {
43
+ DeregisterClusterCommandInput,
44
+ DeregisterClusterCommandOutput,
45
+ } from "./commands/DeregisterClusterCommand";
46
+ import {
47
+ DescribeAddonCommandInput,
48
+ DescribeAddonCommandOutput,
49
+ } from "./commands/DescribeAddonCommand";
50
+ import {
51
+ DescribeAddonVersionsCommandInput,
52
+ DescribeAddonVersionsCommandOutput,
53
+ } from "./commands/DescribeAddonVersionsCommand";
54
+ import {
55
+ DescribeClusterCommandInput,
56
+ DescribeClusterCommandOutput,
57
+ } from "./commands/DescribeClusterCommand";
58
+ import {
59
+ DescribeFargateProfileCommandInput,
60
+ DescribeFargateProfileCommandOutput,
61
+ } from "./commands/DescribeFargateProfileCommand";
62
+ import {
63
+ DescribeIdentityProviderConfigCommandInput,
64
+ DescribeIdentityProviderConfigCommandOutput,
65
+ } from "./commands/DescribeIdentityProviderConfigCommand";
66
+ import {
67
+ DescribeNodegroupCommandInput,
68
+ DescribeNodegroupCommandOutput,
69
+ } from "./commands/DescribeNodegroupCommand";
70
+ import {
71
+ DescribeUpdateCommandInput,
72
+ DescribeUpdateCommandOutput,
73
+ } from "./commands/DescribeUpdateCommand";
74
+ import {
75
+ DisassociateIdentityProviderConfigCommandInput,
76
+ DisassociateIdentityProviderConfigCommandOutput,
77
+ } from "./commands/DisassociateIdentityProviderConfigCommand";
78
+ import {
79
+ ListAddonsCommandInput,
80
+ ListAddonsCommandOutput,
81
+ } from "./commands/ListAddonsCommand";
82
+ import {
83
+ ListClustersCommandInput,
84
+ ListClustersCommandOutput,
85
+ } from "./commands/ListClustersCommand";
86
+ import {
87
+ ListFargateProfilesCommandInput,
88
+ ListFargateProfilesCommandOutput,
89
+ } from "./commands/ListFargateProfilesCommand";
90
+ import {
91
+ ListIdentityProviderConfigsCommandInput,
92
+ ListIdentityProviderConfigsCommandOutput,
93
+ } from "./commands/ListIdentityProviderConfigsCommand";
94
+ import {
95
+ ListNodegroupsCommandInput,
96
+ ListNodegroupsCommandOutput,
97
+ } from "./commands/ListNodegroupsCommand";
98
+ import {
99
+ ListTagsForResourceCommandInput,
100
+ ListTagsForResourceCommandOutput,
101
+ } from "./commands/ListTagsForResourceCommand";
102
+ import {
103
+ ListUpdatesCommandInput,
104
+ ListUpdatesCommandOutput,
105
+ } from "./commands/ListUpdatesCommand";
106
+ import {
107
+ RegisterClusterCommandInput,
108
+ RegisterClusterCommandOutput,
109
+ } from "./commands/RegisterClusterCommand";
110
+ import {
111
+ TagResourceCommandInput,
112
+ TagResourceCommandOutput,
113
+ } from "./commands/TagResourceCommand";
114
+ import {
115
+ UntagResourceCommandInput,
116
+ UntagResourceCommandOutput,
117
+ } from "./commands/UntagResourceCommand";
118
+ import {
119
+ UpdateAddonCommandInput,
120
+ UpdateAddonCommandOutput,
121
+ } from "./commands/UpdateAddonCommand";
122
+ import {
123
+ UpdateClusterConfigCommandInput,
124
+ UpdateClusterConfigCommandOutput,
125
+ } from "./commands/UpdateClusterConfigCommand";
126
+ import {
127
+ UpdateClusterVersionCommandInput,
128
+ UpdateClusterVersionCommandOutput,
129
+ } from "./commands/UpdateClusterVersionCommand";
130
+ import {
131
+ UpdateNodegroupConfigCommandInput,
132
+ UpdateNodegroupConfigCommandOutput,
133
+ } from "./commands/UpdateNodegroupConfigCommand";
134
+ import {
135
+ UpdateNodegroupVersionCommandInput,
136
+ UpdateNodegroupVersionCommandOutput,
137
+ } from "./commands/UpdateNodegroupVersionCommand";
138
+ import { EKSClient } from "./EKSClient";
139
+
140
+ export declare class EKS extends EKSClient {
141
+ associateEncryptionConfig(
142
+ args: AssociateEncryptionConfigCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<AssociateEncryptionConfigCommandOutput>;
145
+ associateEncryptionConfig(
146
+ args: AssociateEncryptionConfigCommandInput,
147
+ cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
148
+ ): void;
149
+ associateEncryptionConfig(
150
+ args: AssociateEncryptionConfigCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
153
+ ): void;
154
+
155
+ associateIdentityProviderConfig(
156
+ args: AssociateIdentityProviderConfigCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<AssociateIdentityProviderConfigCommandOutput>;
159
+ associateIdentityProviderConfig(
160
+ args: AssociateIdentityProviderConfigCommandInput,
161
+ cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
162
+ ): void;
163
+ associateIdentityProviderConfig(
164
+ args: AssociateIdentityProviderConfigCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
167
+ ): void;
168
+
169
+ createAddon(
170
+ args: CreateAddonCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<CreateAddonCommandOutput>;
173
+ createAddon(
174
+ args: CreateAddonCommandInput,
175
+ cb: (err: any, data?: CreateAddonCommandOutput) => void
176
+ ): void;
177
+ createAddon(
178
+ args: CreateAddonCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: CreateAddonCommandOutput) => void
181
+ ): void;
182
+
183
+ createCluster(
184
+ args: CreateClusterCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<CreateClusterCommandOutput>;
187
+ createCluster(
188
+ args: CreateClusterCommandInput,
189
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
190
+ ): void;
191
+ createCluster(
192
+ args: CreateClusterCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: CreateClusterCommandOutput) => void
195
+ ): void;
196
+
197
+ createFargateProfile(
198
+ args: CreateFargateProfileCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<CreateFargateProfileCommandOutput>;
201
+ createFargateProfile(
202
+ args: CreateFargateProfileCommandInput,
203
+ cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
204
+ ): void;
205
+ createFargateProfile(
206
+ args: CreateFargateProfileCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
209
+ ): void;
210
+
211
+ createNodegroup(
212
+ args: CreateNodegroupCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CreateNodegroupCommandOutput>;
215
+ createNodegroup(
216
+ args: CreateNodegroupCommandInput,
217
+ cb: (err: any, data?: CreateNodegroupCommandOutput) => void
218
+ ): void;
219
+ createNodegroup(
220
+ args: CreateNodegroupCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CreateNodegroupCommandOutput) => void
223
+ ): void;
224
+
225
+ deleteAddon(
226
+ args: DeleteAddonCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<DeleteAddonCommandOutput>;
229
+ deleteAddon(
230
+ args: DeleteAddonCommandInput,
231
+ cb: (err: any, data?: DeleteAddonCommandOutput) => void
232
+ ): void;
233
+ deleteAddon(
234
+ args: DeleteAddonCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: DeleteAddonCommandOutput) => void
237
+ ): void;
238
+
239
+ deleteCluster(
240
+ args: DeleteClusterCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<DeleteClusterCommandOutput>;
243
+ deleteCluster(
244
+ args: DeleteClusterCommandInput,
245
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void
246
+ ): void;
247
+ deleteCluster(
248
+ args: DeleteClusterCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: DeleteClusterCommandOutput) => void
251
+ ): void;
252
+
253
+ deleteFargateProfile(
254
+ args: DeleteFargateProfileCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<DeleteFargateProfileCommandOutput>;
257
+ deleteFargateProfile(
258
+ args: DeleteFargateProfileCommandInput,
259
+ cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
260
+ ): void;
261
+ deleteFargateProfile(
262
+ args: DeleteFargateProfileCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
265
+ ): void;
266
+
267
+ deleteNodegroup(
268
+ args: DeleteNodegroupCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<DeleteNodegroupCommandOutput>;
271
+ deleteNodegroup(
272
+ args: DeleteNodegroupCommandInput,
273
+ cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
274
+ ): void;
275
+ deleteNodegroup(
276
+ args: DeleteNodegroupCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
279
+ ): void;
280
+
281
+ deregisterCluster(
282
+ args: DeregisterClusterCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<DeregisterClusterCommandOutput>;
285
+ deregisterCluster(
286
+ args: DeregisterClusterCommandInput,
287
+ cb: (err: any, data?: DeregisterClusterCommandOutput) => void
288
+ ): void;
289
+ deregisterCluster(
290
+ args: DeregisterClusterCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: DeregisterClusterCommandOutput) => void
293
+ ): void;
294
+
295
+ describeAddon(
296
+ args: DescribeAddonCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<DescribeAddonCommandOutput>;
299
+ describeAddon(
300
+ args: DescribeAddonCommandInput,
301
+ cb: (err: any, data?: DescribeAddonCommandOutput) => void
302
+ ): void;
303
+ describeAddon(
304
+ args: DescribeAddonCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: DescribeAddonCommandOutput) => void
307
+ ): void;
308
+
309
+ describeAddonVersions(
310
+ args: DescribeAddonVersionsCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DescribeAddonVersionsCommandOutput>;
313
+ describeAddonVersions(
314
+ args: DescribeAddonVersionsCommandInput,
315
+ cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
316
+ ): void;
317
+ describeAddonVersions(
318
+ args: DescribeAddonVersionsCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
321
+ ): void;
322
+
323
+ describeCluster(
324
+ args: DescribeClusterCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<DescribeClusterCommandOutput>;
327
+ describeCluster(
328
+ args: DescribeClusterCommandInput,
329
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void
330
+ ): void;
331
+ describeCluster(
332
+ args: DescribeClusterCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: DescribeClusterCommandOutput) => void
335
+ ): void;
336
+
337
+ describeFargateProfile(
338
+ args: DescribeFargateProfileCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<DescribeFargateProfileCommandOutput>;
341
+ describeFargateProfile(
342
+ args: DescribeFargateProfileCommandInput,
343
+ cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
344
+ ): void;
345
+ describeFargateProfile(
346
+ args: DescribeFargateProfileCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
349
+ ): void;
350
+
351
+ describeIdentityProviderConfig(
352
+ args: DescribeIdentityProviderConfigCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<DescribeIdentityProviderConfigCommandOutput>;
355
+ describeIdentityProviderConfig(
356
+ args: DescribeIdentityProviderConfigCommandInput,
357
+ cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
358
+ ): void;
359
+ describeIdentityProviderConfig(
360
+ args: DescribeIdentityProviderConfigCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
363
+ ): void;
364
+
365
+ describeNodegroup(
366
+ args: DescribeNodegroupCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<DescribeNodegroupCommandOutput>;
369
+ describeNodegroup(
370
+ args: DescribeNodegroupCommandInput,
371
+ cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
372
+ ): void;
373
+ describeNodegroup(
374
+ args: DescribeNodegroupCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
377
+ ): void;
378
+
379
+ describeUpdate(
380
+ args: DescribeUpdateCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<DescribeUpdateCommandOutput>;
383
+ describeUpdate(
384
+ args: DescribeUpdateCommandInput,
385
+ cb: (err: any, data?: DescribeUpdateCommandOutput) => void
386
+ ): void;
387
+ describeUpdate(
388
+ args: DescribeUpdateCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: DescribeUpdateCommandOutput) => void
391
+ ): void;
392
+
393
+ disassociateIdentityProviderConfig(
394
+ args: DisassociateIdentityProviderConfigCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<DisassociateIdentityProviderConfigCommandOutput>;
397
+ disassociateIdentityProviderConfig(
398
+ args: DisassociateIdentityProviderConfigCommandInput,
399
+ cb: (
400
+ err: any,
401
+ data?: DisassociateIdentityProviderConfigCommandOutput
402
+ ) => void
403
+ ): void;
404
+ disassociateIdentityProviderConfig(
405
+ args: DisassociateIdentityProviderConfigCommandInput,
406
+ options: __HttpHandlerOptions,
407
+ cb: (
408
+ err: any,
409
+ data?: DisassociateIdentityProviderConfigCommandOutput
410
+ ) => void
411
+ ): void;
412
+
413
+ listAddons(
414
+ args: ListAddonsCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<ListAddonsCommandOutput>;
417
+ listAddons(
418
+ args: ListAddonsCommandInput,
419
+ cb: (err: any, data?: ListAddonsCommandOutput) => void
420
+ ): void;
421
+ listAddons(
422
+ args: ListAddonsCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: ListAddonsCommandOutput) => void
425
+ ): void;
426
+
427
+ listClusters(
428
+ args: ListClustersCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<ListClustersCommandOutput>;
431
+ listClusters(
432
+ args: ListClustersCommandInput,
433
+ cb: (err: any, data?: ListClustersCommandOutput) => void
434
+ ): void;
435
+ listClusters(
436
+ args: ListClustersCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: ListClustersCommandOutput) => void
439
+ ): void;
440
+
441
+ listFargateProfiles(
442
+ args: ListFargateProfilesCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<ListFargateProfilesCommandOutput>;
445
+ listFargateProfiles(
446
+ args: ListFargateProfilesCommandInput,
447
+ cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
448
+ ): void;
449
+ listFargateProfiles(
450
+ args: ListFargateProfilesCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
453
+ ): void;
454
+
455
+ listIdentityProviderConfigs(
456
+ args: ListIdentityProviderConfigsCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<ListIdentityProviderConfigsCommandOutput>;
459
+ listIdentityProviderConfigs(
460
+ args: ListIdentityProviderConfigsCommandInput,
461
+ cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
462
+ ): void;
463
+ listIdentityProviderConfigs(
464
+ args: ListIdentityProviderConfigsCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
467
+ ): void;
468
+
469
+ listNodegroups(
470
+ args: ListNodegroupsCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<ListNodegroupsCommandOutput>;
473
+ listNodegroups(
474
+ args: ListNodegroupsCommandInput,
475
+ cb: (err: any, data?: ListNodegroupsCommandOutput) => void
476
+ ): void;
477
+ listNodegroups(
478
+ args: ListNodegroupsCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: ListNodegroupsCommandOutput) => void
481
+ ): void;
482
+
483
+ listTagsForResource(
484
+ args: ListTagsForResourceCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<ListTagsForResourceCommandOutput>;
487
+ listTagsForResource(
488
+ args: ListTagsForResourceCommandInput,
489
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
490
+ ): void;
491
+ listTagsForResource(
492
+ args: ListTagsForResourceCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
495
+ ): void;
496
+
497
+ listUpdates(
498
+ args: ListUpdatesCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<ListUpdatesCommandOutput>;
501
+ listUpdates(
502
+ args: ListUpdatesCommandInput,
503
+ cb: (err: any, data?: ListUpdatesCommandOutput) => void
504
+ ): void;
505
+ listUpdates(
506
+ args: ListUpdatesCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: ListUpdatesCommandOutput) => void
509
+ ): void;
510
+
511
+ registerCluster(
512
+ args: RegisterClusterCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<RegisterClusterCommandOutput>;
515
+ registerCluster(
516
+ args: RegisterClusterCommandInput,
517
+ cb: (err: any, data?: RegisterClusterCommandOutput) => void
518
+ ): void;
519
+ registerCluster(
520
+ args: RegisterClusterCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: RegisterClusterCommandOutput) => void
523
+ ): void;
524
+
525
+ tagResource(
526
+ args: TagResourceCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<TagResourceCommandOutput>;
529
+ tagResource(
530
+ args: TagResourceCommandInput,
531
+ cb: (err: any, data?: TagResourceCommandOutput) => void
532
+ ): void;
533
+ tagResource(
534
+ args: TagResourceCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: TagResourceCommandOutput) => void
537
+ ): void;
538
+
539
+ untagResource(
540
+ args: UntagResourceCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<UntagResourceCommandOutput>;
543
+ untagResource(
544
+ args: UntagResourceCommandInput,
545
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
546
+ ): void;
547
+ untagResource(
548
+ args: UntagResourceCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
551
+ ): void;
552
+
553
+ updateAddon(
554
+ args: UpdateAddonCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<UpdateAddonCommandOutput>;
557
+ updateAddon(
558
+ args: UpdateAddonCommandInput,
559
+ cb: (err: any, data?: UpdateAddonCommandOutput) => void
560
+ ): void;
561
+ updateAddon(
562
+ args: UpdateAddonCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: UpdateAddonCommandOutput) => void
565
+ ): void;
566
+
567
+ updateClusterConfig(
568
+ args: UpdateClusterConfigCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<UpdateClusterConfigCommandOutput>;
571
+ updateClusterConfig(
572
+ args: UpdateClusterConfigCommandInput,
573
+ cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
574
+ ): void;
575
+ updateClusterConfig(
576
+ args: UpdateClusterConfigCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
579
+ ): void;
580
+
581
+ updateClusterVersion(
582
+ args: UpdateClusterVersionCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<UpdateClusterVersionCommandOutput>;
585
+ updateClusterVersion(
586
+ args: UpdateClusterVersionCommandInput,
587
+ cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
588
+ ): void;
589
+ updateClusterVersion(
590
+ args: UpdateClusterVersionCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
593
+ ): void;
594
+
595
+ updateNodegroupConfig(
596
+ args: UpdateNodegroupConfigCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<UpdateNodegroupConfigCommandOutput>;
599
+ updateNodegroupConfig(
600
+ args: UpdateNodegroupConfigCommandInput,
601
+ cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
602
+ ): void;
603
+ updateNodegroupConfig(
604
+ args: UpdateNodegroupConfigCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
607
+ ): void;
608
+
609
+ updateNodegroupVersion(
610
+ args: UpdateNodegroupVersionCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<UpdateNodegroupVersionCommandOutput>;
613
+ updateNodegroupVersion(
614
+ args: UpdateNodegroupVersionCommandInput,
615
+ cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
616
+ ): void;
617
+ updateNodegroupVersion(
618
+ args: UpdateNodegroupVersionCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
621
+ ): void;
622
+ }