@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,107 +1,307 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
10
- import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
11
- import { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
12
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
13
- import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "./commands/CreateFargateProfileCommand";
14
- import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "./commands/CreateNodegroupCommand";
15
- import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "./commands/DeleteAddonCommand";
16
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
17
- import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "./commands/DeleteFargateProfileCommand";
18
- import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "./commands/DeleteNodegroupCommand";
19
- import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "./commands/DeregisterClusterCommand";
20
- import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "./commands/DescribeAddonCommand";
21
- import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "./commands/DescribeAddonVersionsCommand";
22
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
23
- import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "./commands/DescribeFargateProfileCommand";
24
- import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "./commands/DescribeIdentityProviderConfigCommand";
25
- import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "./commands/DescribeNodegroupCommand";
26
- import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "./commands/DescribeUpdateCommand";
27
- import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "./commands/DisassociateIdentityProviderConfigCommand";
28
- import { ListAddonsCommandInput, ListAddonsCommandOutput } from "./commands/ListAddonsCommand";
29
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
30
- import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "./commands/ListFargateProfilesCommand";
31
- import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "./commands/ListIdentityProviderConfigsCommand";
32
- import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "./commands/ListNodegroupsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
- import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "./commands/ListUpdatesCommand";
35
- import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "./commands/RegisterClusterCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "./commands/UpdateAddonCommand";
39
- import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "./commands/UpdateClusterConfigCommand";
40
- import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "./commands/UpdateClusterVersionCommand";
41
- import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "./commands/UpdateNodegroupConfigCommand";
42
- import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
43
- export declare type ServiceInputTypes = AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAddonCommandInput | CreateClusterCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | DeleteAddonCommandInput | DeleteClusterCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeregisterClusterCommandInput | DescribeAddonCommandInput | DescribeAddonVersionsCommandInput | DescribeClusterCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeNodegroupCommandInput | DescribeUpdateCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAddonsCommandInput | ListClustersCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListNodegroupsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAddonCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput;
44
- export declare type ServiceOutputTypes = AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAddonCommandOutput | CreateClusterCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | DeleteAddonCommandOutput | DeleteClusterCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeregisterClusterCommandOutput | DescribeAddonCommandOutput | DescribeAddonVersionsCommandOutput | DescribeClusterCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeNodegroupCommandOutput | DescribeUpdateCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAddonsCommandOutput | ListClustersCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListNodegroupsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAddonCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput;
45
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
-
47
- requestHandler?: __HttpHandler;
48
-
49
- sha256?: __HashConstructor;
50
-
51
- urlParser?: __UrlParser;
52
-
53
- bodyLengthChecker?: __BodyLengthCalculator;
54
-
55
- streamCollector?: __StreamCollector;
56
-
57
- base64Decoder?: __Decoder;
58
-
59
- base64Encoder?: __Encoder;
60
-
61
- utf8Decoder?: __Decoder;
62
-
63
- utf8Encoder?: __Encoder;
64
-
65
- runtime?: string;
66
-
67
- disableHostPrefix?: boolean;
68
-
69
- maxAttempts?: number | __Provider<number>;
70
-
71
- retryMode?: string | __Provider<string>;
72
-
73
- logger?: __Logger;
74
-
75
- useDualstackEndpoint?: boolean | __Provider<boolean>;
76
-
77
- useFipsEndpoint?: boolean | __Provider<boolean>;
78
-
79
- serviceId?: string;
80
-
81
- region?: string | __Provider<string>;
82
-
83
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
84
-
85
- regionInfoProvider?: RegionInfoProvider;
86
-
87
- defaultUserAgentProvider?: Provider<__UserAgent>;
88
-
89
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
90
- }
91
- declare type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
92
-
93
- export interface EKSClientConfig extends EKSClientConfigType {
94
- }
95
- declare type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
96
-
97
- export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
98
- }
99
-
100
- export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
101
-
102
- readonly config: EKSClientResolvedConfig;
103
- constructor(configuration: EKSClientConfig);
104
-
105
- destroy(): void;
106
- }
107
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateEncryptionConfigCommandInput,
47
+ AssociateEncryptionConfigCommandOutput,
48
+ } from "./commands/AssociateEncryptionConfigCommand";
49
+ import {
50
+ AssociateIdentityProviderConfigCommandInput,
51
+ AssociateIdentityProviderConfigCommandOutput,
52
+ } from "./commands/AssociateIdentityProviderConfigCommand";
53
+ import {
54
+ CreateAddonCommandInput,
55
+ CreateAddonCommandOutput,
56
+ } from "./commands/CreateAddonCommand";
57
+ import {
58
+ CreateClusterCommandInput,
59
+ CreateClusterCommandOutput,
60
+ } from "./commands/CreateClusterCommand";
61
+ import {
62
+ CreateFargateProfileCommandInput,
63
+ CreateFargateProfileCommandOutput,
64
+ } from "./commands/CreateFargateProfileCommand";
65
+ import {
66
+ CreateNodegroupCommandInput,
67
+ CreateNodegroupCommandOutput,
68
+ } from "./commands/CreateNodegroupCommand";
69
+ import {
70
+ DeleteAddonCommandInput,
71
+ DeleteAddonCommandOutput,
72
+ } from "./commands/DeleteAddonCommand";
73
+ import {
74
+ DeleteClusterCommandInput,
75
+ DeleteClusterCommandOutput,
76
+ } from "./commands/DeleteClusterCommand";
77
+ import {
78
+ DeleteFargateProfileCommandInput,
79
+ DeleteFargateProfileCommandOutput,
80
+ } from "./commands/DeleteFargateProfileCommand";
81
+ import {
82
+ DeleteNodegroupCommandInput,
83
+ DeleteNodegroupCommandOutput,
84
+ } from "./commands/DeleteNodegroupCommand";
85
+ import {
86
+ DeregisterClusterCommandInput,
87
+ DeregisterClusterCommandOutput,
88
+ } from "./commands/DeregisterClusterCommand";
89
+ import {
90
+ DescribeAddonCommandInput,
91
+ DescribeAddonCommandOutput,
92
+ } from "./commands/DescribeAddonCommand";
93
+ import {
94
+ DescribeAddonVersionsCommandInput,
95
+ DescribeAddonVersionsCommandOutput,
96
+ } from "./commands/DescribeAddonVersionsCommand";
97
+ import {
98
+ DescribeClusterCommandInput,
99
+ DescribeClusterCommandOutput,
100
+ } from "./commands/DescribeClusterCommand";
101
+ import {
102
+ DescribeFargateProfileCommandInput,
103
+ DescribeFargateProfileCommandOutput,
104
+ } from "./commands/DescribeFargateProfileCommand";
105
+ import {
106
+ DescribeIdentityProviderConfigCommandInput,
107
+ DescribeIdentityProviderConfigCommandOutput,
108
+ } from "./commands/DescribeIdentityProviderConfigCommand";
109
+ import {
110
+ DescribeNodegroupCommandInput,
111
+ DescribeNodegroupCommandOutput,
112
+ } from "./commands/DescribeNodegroupCommand";
113
+ import {
114
+ DescribeUpdateCommandInput,
115
+ DescribeUpdateCommandOutput,
116
+ } from "./commands/DescribeUpdateCommand";
117
+ import {
118
+ DisassociateIdentityProviderConfigCommandInput,
119
+ DisassociateIdentityProviderConfigCommandOutput,
120
+ } from "./commands/DisassociateIdentityProviderConfigCommand";
121
+ import {
122
+ ListAddonsCommandInput,
123
+ ListAddonsCommandOutput,
124
+ } from "./commands/ListAddonsCommand";
125
+ import {
126
+ ListClustersCommandInput,
127
+ ListClustersCommandOutput,
128
+ } from "./commands/ListClustersCommand";
129
+ import {
130
+ ListFargateProfilesCommandInput,
131
+ ListFargateProfilesCommandOutput,
132
+ } from "./commands/ListFargateProfilesCommand";
133
+ import {
134
+ ListIdentityProviderConfigsCommandInput,
135
+ ListIdentityProviderConfigsCommandOutput,
136
+ } from "./commands/ListIdentityProviderConfigsCommand";
137
+ import {
138
+ ListNodegroupsCommandInput,
139
+ ListNodegroupsCommandOutput,
140
+ } from "./commands/ListNodegroupsCommand";
141
+ import {
142
+ ListTagsForResourceCommandInput,
143
+ ListTagsForResourceCommandOutput,
144
+ } from "./commands/ListTagsForResourceCommand";
145
+ import {
146
+ ListUpdatesCommandInput,
147
+ ListUpdatesCommandOutput,
148
+ } from "./commands/ListUpdatesCommand";
149
+ import {
150
+ RegisterClusterCommandInput,
151
+ RegisterClusterCommandOutput,
152
+ } from "./commands/RegisterClusterCommand";
153
+ import {
154
+ TagResourceCommandInput,
155
+ TagResourceCommandOutput,
156
+ } from "./commands/TagResourceCommand";
157
+ import {
158
+ UntagResourceCommandInput,
159
+ UntagResourceCommandOutput,
160
+ } from "./commands/UntagResourceCommand";
161
+ import {
162
+ UpdateAddonCommandInput,
163
+ UpdateAddonCommandOutput,
164
+ } from "./commands/UpdateAddonCommand";
165
+ import {
166
+ UpdateClusterConfigCommandInput,
167
+ UpdateClusterConfigCommandOutput,
168
+ } from "./commands/UpdateClusterConfigCommand";
169
+ import {
170
+ UpdateClusterVersionCommandInput,
171
+ UpdateClusterVersionCommandOutput,
172
+ } from "./commands/UpdateClusterVersionCommand";
173
+ import {
174
+ UpdateNodegroupConfigCommandInput,
175
+ UpdateNodegroupConfigCommandOutput,
176
+ } from "./commands/UpdateNodegroupConfigCommand";
177
+ import {
178
+ UpdateNodegroupVersionCommandInput,
179
+ UpdateNodegroupVersionCommandOutput,
180
+ } from "./commands/UpdateNodegroupVersionCommand";
181
+ export declare type ServiceInputTypes =
182
+ | AssociateEncryptionConfigCommandInput
183
+ | AssociateIdentityProviderConfigCommandInput
184
+ | CreateAddonCommandInput
185
+ | CreateClusterCommandInput
186
+ | CreateFargateProfileCommandInput
187
+ | CreateNodegroupCommandInput
188
+ | DeleteAddonCommandInput
189
+ | DeleteClusterCommandInput
190
+ | DeleteFargateProfileCommandInput
191
+ | DeleteNodegroupCommandInput
192
+ | DeregisterClusterCommandInput
193
+ | DescribeAddonCommandInput
194
+ | DescribeAddonVersionsCommandInput
195
+ | DescribeClusterCommandInput
196
+ | DescribeFargateProfileCommandInput
197
+ | DescribeIdentityProviderConfigCommandInput
198
+ | DescribeNodegroupCommandInput
199
+ | DescribeUpdateCommandInput
200
+ | DisassociateIdentityProviderConfigCommandInput
201
+ | ListAddonsCommandInput
202
+ | ListClustersCommandInput
203
+ | ListFargateProfilesCommandInput
204
+ | ListIdentityProviderConfigsCommandInput
205
+ | ListNodegroupsCommandInput
206
+ | ListTagsForResourceCommandInput
207
+ | ListUpdatesCommandInput
208
+ | RegisterClusterCommandInput
209
+ | TagResourceCommandInput
210
+ | UntagResourceCommandInput
211
+ | UpdateAddonCommandInput
212
+ | UpdateClusterConfigCommandInput
213
+ | UpdateClusterVersionCommandInput
214
+ | UpdateNodegroupConfigCommandInput
215
+ | UpdateNodegroupVersionCommandInput;
216
+ export declare type ServiceOutputTypes =
217
+ | AssociateEncryptionConfigCommandOutput
218
+ | AssociateIdentityProviderConfigCommandOutput
219
+ | CreateAddonCommandOutput
220
+ | CreateClusterCommandOutput
221
+ | CreateFargateProfileCommandOutput
222
+ | CreateNodegroupCommandOutput
223
+ | DeleteAddonCommandOutput
224
+ | DeleteClusterCommandOutput
225
+ | DeleteFargateProfileCommandOutput
226
+ | DeleteNodegroupCommandOutput
227
+ | DeregisterClusterCommandOutput
228
+ | DescribeAddonCommandOutput
229
+ | DescribeAddonVersionsCommandOutput
230
+ | DescribeClusterCommandOutput
231
+ | DescribeFargateProfileCommandOutput
232
+ | DescribeIdentityProviderConfigCommandOutput
233
+ | DescribeNodegroupCommandOutput
234
+ | DescribeUpdateCommandOutput
235
+ | DisassociateIdentityProviderConfigCommandOutput
236
+ | ListAddonsCommandOutput
237
+ | ListClustersCommandOutput
238
+ | ListFargateProfilesCommandOutput
239
+ | ListIdentityProviderConfigsCommandOutput
240
+ | ListNodegroupsCommandOutput
241
+ | ListTagsForResourceCommandOutput
242
+ | ListUpdatesCommandOutput
243
+ | RegisterClusterCommandOutput
244
+ | TagResourceCommandOutput
245
+ | UntagResourceCommandOutput
246
+ | UpdateAddonCommandOutput
247
+ | UpdateClusterConfigCommandOutput
248
+ | UpdateClusterVersionCommandOutput
249
+ | UpdateNodegroupConfigCommandOutput
250
+ | UpdateNodegroupVersionCommandOutput;
251
+ export interface ClientDefaults
252
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
253
+ requestHandler?: __HttpHandler;
254
+ sha256?: __HashConstructor;
255
+ urlParser?: __UrlParser;
256
+ bodyLengthChecker?: __BodyLengthCalculator;
257
+ streamCollector?: __StreamCollector;
258
+ base64Decoder?: __Decoder;
259
+ base64Encoder?: __Encoder;
260
+ utf8Decoder?: __Decoder;
261
+ utf8Encoder?: __Encoder;
262
+ runtime?: string;
263
+ disableHostPrefix?: boolean;
264
+ maxAttempts?: number | __Provider<number>;
265
+ retryMode?: string | __Provider<string>;
266
+ logger?: __Logger;
267
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
268
+ useFipsEndpoint?: boolean | __Provider<boolean>;
269
+ serviceId?: string;
270
+ region?: string | __Provider<string>;
271
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
272
+ regionInfoProvider?: RegionInfoProvider;
273
+ defaultUserAgentProvider?: Provider<__UserAgent>;
274
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
275
+ }
276
+ declare type EKSClientConfigType = Partial<
277
+ __SmithyConfiguration<__HttpHandlerOptions>
278
+ > &
279
+ ClientDefaults &
280
+ RegionInputConfig &
281
+ EndpointsInputConfig &
282
+ RetryInputConfig &
283
+ HostHeaderInputConfig &
284
+ AwsAuthInputConfig &
285
+ UserAgentInputConfig;
286
+ export interface EKSClientConfig extends EKSClientConfigType {}
287
+ declare type EKSClientResolvedConfigType =
288
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
289
+ Required<ClientDefaults> &
290
+ RegionResolvedConfig &
291
+ EndpointsResolvedConfig &
292
+ RetryResolvedConfig &
293
+ HostHeaderResolvedConfig &
294
+ AwsAuthResolvedConfig &
295
+ UserAgentResolvedConfig;
296
+ export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {}
297
+ export declare class EKSClient extends __Client<
298
+ __HttpHandlerOptions,
299
+ ServiceInputTypes,
300
+ ServiceOutputTypes,
301
+ EKSClientResolvedConfig
302
+ > {
303
+ readonly config: EKSClientResolvedConfig;
304
+ constructor(configuration: EKSClientConfig);
305
+ destroy(): void;
306
+ }
307
+ export {};
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0";
5
- export interface AssociateEncryptionConfigCommandInput extends AssociateEncryptionConfigRequest {
6
- }
7
- export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateEncryptionConfigCommand extends $Command<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: AssociateEncryptionConfigCommandInput;
12
- constructor(input: AssociateEncryptionConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EKSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EKSClient";
13
+ import {
14
+ AssociateEncryptionConfigRequest,
15
+ AssociateEncryptionConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateEncryptionConfigCommandInput
18
+ extends AssociateEncryptionConfigRequest {}
19
+ export interface AssociateEncryptionConfigCommandOutput
20
+ extends AssociateEncryptionConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociateEncryptionConfigCommand extends $Command<
23
+ AssociateEncryptionConfigCommandInput,
24
+ AssociateEncryptionConfigCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateEncryptionConfigCommandInput;
28
+ constructor(input: AssociateEncryptionConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EKSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociateEncryptionConfigCommandInput,
35
+ AssociateEncryptionConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0";
5
- export interface AssociateIdentityProviderConfigCommandInput extends AssociateIdentityProviderConfigRequest {
6
- }
7
- export interface AssociateIdentityProviderConfigCommandOutput extends AssociateIdentityProviderConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateIdentityProviderConfigCommand extends $Command<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: AssociateIdentityProviderConfigCommandInput;
12
- constructor(input: AssociateIdentityProviderConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EKSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EKSClient";
13
+ import {
14
+ AssociateIdentityProviderConfigRequest,
15
+ AssociateIdentityProviderConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateIdentityProviderConfigCommandInput
18
+ extends AssociateIdentityProviderConfigRequest {}
19
+ export interface AssociateIdentityProviderConfigCommandOutput
20
+ extends AssociateIdentityProviderConfigResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociateIdentityProviderConfigCommand extends $Command<
23
+ AssociateIdentityProviderConfigCommandInput,
24
+ AssociateIdentityProviderConfigCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateIdentityProviderConfigCommandInput;
28
+ constructor(input: AssociateIdentityProviderConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EKSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociateIdentityProviderConfigCommandInput,
35
+ AssociateIdentityProviderConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
5
- export interface CreateAddonCommandInput extends CreateAddonRequest {
6
- }
7
- export interface CreateAddonCommandOutput extends CreateAddonResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAddonCommand extends $Command<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: CreateAddonCommandInput;
12
- constructor(input: CreateAddonCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAddonCommandInput, CreateAddonCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EKSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EKSClient";
13
+ import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
14
+ export interface CreateAddonCommandInput extends CreateAddonRequest {}
15
+ export interface CreateAddonCommandOutput
16
+ extends CreateAddonResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateAddonCommand extends $Command<
19
+ CreateAddonCommandInput,
20
+ CreateAddonCommandOutput,
21
+ EKSClientResolvedConfig
22
+ > {
23
+ readonly input: CreateAddonCommandInput;
24
+ constructor(input: CreateAddonCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: EKSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateAddonCommandInput, CreateAddonCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
5
- export interface CreateClusterCommandInput extends CreateClusterRequest {
6
- }
7
- export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: CreateClusterCommandInput;
12
- constructor(input: CreateClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EKSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EKSClient";
13
+ import {
14
+ CreateClusterRequest,
15
+ CreateClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateClusterCommandInput extends CreateClusterRequest {}
18
+ export interface CreateClusterCommandOutput
19
+ extends CreateClusterResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateClusterCommand extends $Command<
22
+ CreateClusterCommandInput,
23
+ CreateClusterCommandOutput,
24
+ EKSClientResolvedConfig
25
+ > {
26
+ readonly input: CreateClusterCommandInput;
27
+ constructor(input: CreateClusterCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EKSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }