@aws-sdk/client-eks 3.169.0 → 3.171.0

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