@aws-sdk/client-eks 3.170.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 (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EKS.d.ts +0 -34
  3. package/dist-types/ts3.4/EKSClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/models/EKSServiceException.d.ts +0 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +0 -442
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  44. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +0 -2
  45. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +0 -2
  46. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +0 -2
  47. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +0 -2
  48. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +0 -2
  49. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +0 -2
  50. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +0 -2
  51. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +0 -2
  52. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-eks
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-eks
@@ -136,7 +136,6 @@ import {
136
136
  UpdateNodegroupVersionCommandOutput,
137
137
  } from "./commands/UpdateNodegroupVersionCommand";
138
138
  import { EKSClient } from "./EKSClient";
139
-
140
139
  export declare class EKS extends EKSClient {
141
140
  associateEncryptionConfig(
142
141
  args: AssociateEncryptionConfigCommandInput,
@@ -151,7 +150,6 @@ export declare class EKS extends EKSClient {
151
150
  options: __HttpHandlerOptions,
152
151
  cb: (err: any, data?: AssociateEncryptionConfigCommandOutput) => void
153
152
  ): void;
154
-
155
153
  associateIdentityProviderConfig(
156
154
  args: AssociateIdentityProviderConfigCommandInput,
157
155
  options?: __HttpHandlerOptions
@@ -165,7 +163,6 @@ export declare class EKS extends EKSClient {
165
163
  options: __HttpHandlerOptions,
166
164
  cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
167
165
  ): void;
168
-
169
166
  createAddon(
170
167
  args: CreateAddonCommandInput,
171
168
  options?: __HttpHandlerOptions
@@ -179,7 +176,6 @@ export declare class EKS extends EKSClient {
179
176
  options: __HttpHandlerOptions,
180
177
  cb: (err: any, data?: CreateAddonCommandOutput) => void
181
178
  ): void;
182
-
183
179
  createCluster(
184
180
  args: CreateClusterCommandInput,
185
181
  options?: __HttpHandlerOptions
@@ -193,7 +189,6 @@ export declare class EKS extends EKSClient {
193
189
  options: __HttpHandlerOptions,
194
190
  cb: (err: any, data?: CreateClusterCommandOutput) => void
195
191
  ): void;
196
-
197
192
  createFargateProfile(
198
193
  args: CreateFargateProfileCommandInput,
199
194
  options?: __HttpHandlerOptions
@@ -207,7 +202,6 @@ export declare class EKS extends EKSClient {
207
202
  options: __HttpHandlerOptions,
208
203
  cb: (err: any, data?: CreateFargateProfileCommandOutput) => void
209
204
  ): void;
210
-
211
205
  createNodegroup(
212
206
  args: CreateNodegroupCommandInput,
213
207
  options?: __HttpHandlerOptions
@@ -221,7 +215,6 @@ export declare class EKS extends EKSClient {
221
215
  options: __HttpHandlerOptions,
222
216
  cb: (err: any, data?: CreateNodegroupCommandOutput) => void
223
217
  ): void;
224
-
225
218
  deleteAddon(
226
219
  args: DeleteAddonCommandInput,
227
220
  options?: __HttpHandlerOptions
@@ -235,7 +228,6 @@ export declare class EKS extends EKSClient {
235
228
  options: __HttpHandlerOptions,
236
229
  cb: (err: any, data?: DeleteAddonCommandOutput) => void
237
230
  ): void;
238
-
239
231
  deleteCluster(
240
232
  args: DeleteClusterCommandInput,
241
233
  options?: __HttpHandlerOptions
@@ -249,7 +241,6 @@ export declare class EKS extends EKSClient {
249
241
  options: __HttpHandlerOptions,
250
242
  cb: (err: any, data?: DeleteClusterCommandOutput) => void
251
243
  ): void;
252
-
253
244
  deleteFargateProfile(
254
245
  args: DeleteFargateProfileCommandInput,
255
246
  options?: __HttpHandlerOptions
@@ -263,7 +254,6 @@ export declare class EKS extends EKSClient {
263
254
  options: __HttpHandlerOptions,
264
255
  cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void
265
256
  ): void;
266
-
267
257
  deleteNodegroup(
268
258
  args: DeleteNodegroupCommandInput,
269
259
  options?: __HttpHandlerOptions
@@ -277,7 +267,6 @@ export declare class EKS extends EKSClient {
277
267
  options: __HttpHandlerOptions,
278
268
  cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
279
269
  ): void;
280
-
281
270
  deregisterCluster(
282
271
  args: DeregisterClusterCommandInput,
283
272
  options?: __HttpHandlerOptions
@@ -291,7 +280,6 @@ export declare class EKS extends EKSClient {
291
280
  options: __HttpHandlerOptions,
292
281
  cb: (err: any, data?: DeregisterClusterCommandOutput) => void
293
282
  ): void;
294
-
295
283
  describeAddon(
296
284
  args: DescribeAddonCommandInput,
297
285
  options?: __HttpHandlerOptions
@@ -305,7 +293,6 @@ export declare class EKS extends EKSClient {
305
293
  options: __HttpHandlerOptions,
306
294
  cb: (err: any, data?: DescribeAddonCommandOutput) => void
307
295
  ): void;
308
-
309
296
  describeAddonVersions(
310
297
  args: DescribeAddonVersionsCommandInput,
311
298
  options?: __HttpHandlerOptions
@@ -319,7 +306,6 @@ export declare class EKS extends EKSClient {
319
306
  options: __HttpHandlerOptions,
320
307
  cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void
321
308
  ): void;
322
-
323
309
  describeCluster(
324
310
  args: DescribeClusterCommandInput,
325
311
  options?: __HttpHandlerOptions
@@ -333,7 +319,6 @@ export declare class EKS extends EKSClient {
333
319
  options: __HttpHandlerOptions,
334
320
  cb: (err: any, data?: DescribeClusterCommandOutput) => void
335
321
  ): void;
336
-
337
322
  describeFargateProfile(
338
323
  args: DescribeFargateProfileCommandInput,
339
324
  options?: __HttpHandlerOptions
@@ -347,7 +332,6 @@ export declare class EKS extends EKSClient {
347
332
  options: __HttpHandlerOptions,
348
333
  cb: (err: any, data?: DescribeFargateProfileCommandOutput) => void
349
334
  ): void;
350
-
351
335
  describeIdentityProviderConfig(
352
336
  args: DescribeIdentityProviderConfigCommandInput,
353
337
  options?: __HttpHandlerOptions
@@ -361,7 +345,6 @@ export declare class EKS extends EKSClient {
361
345
  options: __HttpHandlerOptions,
362
346
  cb: (err: any, data?: DescribeIdentityProviderConfigCommandOutput) => void
363
347
  ): void;
364
-
365
348
  describeNodegroup(
366
349
  args: DescribeNodegroupCommandInput,
367
350
  options?: __HttpHandlerOptions
@@ -375,7 +358,6 @@ export declare class EKS extends EKSClient {
375
358
  options: __HttpHandlerOptions,
376
359
  cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
377
360
  ): void;
378
-
379
361
  describeUpdate(
380
362
  args: DescribeUpdateCommandInput,
381
363
  options?: __HttpHandlerOptions
@@ -389,7 +371,6 @@ export declare class EKS extends EKSClient {
389
371
  options: __HttpHandlerOptions,
390
372
  cb: (err: any, data?: DescribeUpdateCommandOutput) => void
391
373
  ): void;
392
-
393
374
  disassociateIdentityProviderConfig(
394
375
  args: DisassociateIdentityProviderConfigCommandInput,
395
376
  options?: __HttpHandlerOptions
@@ -409,7 +390,6 @@ export declare class EKS extends EKSClient {
409
390
  data?: DisassociateIdentityProviderConfigCommandOutput
410
391
  ) => void
411
392
  ): void;
412
-
413
393
  listAddons(
414
394
  args: ListAddonsCommandInput,
415
395
  options?: __HttpHandlerOptions
@@ -423,7 +403,6 @@ export declare class EKS extends EKSClient {
423
403
  options: __HttpHandlerOptions,
424
404
  cb: (err: any, data?: ListAddonsCommandOutput) => void
425
405
  ): void;
426
-
427
406
  listClusters(
428
407
  args: ListClustersCommandInput,
429
408
  options?: __HttpHandlerOptions
@@ -437,7 +416,6 @@ export declare class EKS extends EKSClient {
437
416
  options: __HttpHandlerOptions,
438
417
  cb: (err: any, data?: ListClustersCommandOutput) => void
439
418
  ): void;
440
-
441
419
  listFargateProfiles(
442
420
  args: ListFargateProfilesCommandInput,
443
421
  options?: __HttpHandlerOptions
@@ -451,7 +429,6 @@ export declare class EKS extends EKSClient {
451
429
  options: __HttpHandlerOptions,
452
430
  cb: (err: any, data?: ListFargateProfilesCommandOutput) => void
453
431
  ): void;
454
-
455
432
  listIdentityProviderConfigs(
456
433
  args: ListIdentityProviderConfigsCommandInput,
457
434
  options?: __HttpHandlerOptions
@@ -465,7 +442,6 @@ export declare class EKS extends EKSClient {
465
442
  options: __HttpHandlerOptions,
466
443
  cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void
467
444
  ): void;
468
-
469
445
  listNodegroups(
470
446
  args: ListNodegroupsCommandInput,
471
447
  options?: __HttpHandlerOptions
@@ -479,7 +455,6 @@ export declare class EKS extends EKSClient {
479
455
  options: __HttpHandlerOptions,
480
456
  cb: (err: any, data?: ListNodegroupsCommandOutput) => void
481
457
  ): void;
482
-
483
458
  listTagsForResource(
484
459
  args: ListTagsForResourceCommandInput,
485
460
  options?: __HttpHandlerOptions
@@ -493,7 +468,6 @@ export declare class EKS extends EKSClient {
493
468
  options: __HttpHandlerOptions,
494
469
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
495
470
  ): void;
496
-
497
471
  listUpdates(
498
472
  args: ListUpdatesCommandInput,
499
473
  options?: __HttpHandlerOptions
@@ -507,7 +481,6 @@ export declare class EKS extends EKSClient {
507
481
  options: __HttpHandlerOptions,
508
482
  cb: (err: any, data?: ListUpdatesCommandOutput) => void
509
483
  ): void;
510
-
511
484
  registerCluster(
512
485
  args: RegisterClusterCommandInput,
513
486
  options?: __HttpHandlerOptions
@@ -521,7 +494,6 @@ export declare class EKS extends EKSClient {
521
494
  options: __HttpHandlerOptions,
522
495
  cb: (err: any, data?: RegisterClusterCommandOutput) => void
523
496
  ): void;
524
-
525
497
  tagResource(
526
498
  args: TagResourceCommandInput,
527
499
  options?: __HttpHandlerOptions
@@ -535,7 +507,6 @@ export declare class EKS extends EKSClient {
535
507
  options: __HttpHandlerOptions,
536
508
  cb: (err: any, data?: TagResourceCommandOutput) => void
537
509
  ): void;
538
-
539
510
  untagResource(
540
511
  args: UntagResourceCommandInput,
541
512
  options?: __HttpHandlerOptions
@@ -549,7 +520,6 @@ export declare class EKS extends EKSClient {
549
520
  options: __HttpHandlerOptions,
550
521
  cb: (err: any, data?: UntagResourceCommandOutput) => void
551
522
  ): void;
552
-
553
523
  updateAddon(
554
524
  args: UpdateAddonCommandInput,
555
525
  options?: __HttpHandlerOptions
@@ -563,7 +533,6 @@ export declare class EKS extends EKSClient {
563
533
  options: __HttpHandlerOptions,
564
534
  cb: (err: any, data?: UpdateAddonCommandOutput) => void
565
535
  ): void;
566
-
567
536
  updateClusterConfig(
568
537
  args: UpdateClusterConfigCommandInput,
569
538
  options?: __HttpHandlerOptions
@@ -577,7 +546,6 @@ export declare class EKS extends EKSClient {
577
546
  options: __HttpHandlerOptions,
578
547
  cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void
579
548
  ): void;
580
-
581
549
  updateClusterVersion(
582
550
  args: UpdateClusterVersionCommandInput,
583
551
  options?: __HttpHandlerOptions
@@ -591,7 +559,6 @@ export declare class EKS extends EKSClient {
591
559
  options: __HttpHandlerOptions,
592
560
  cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void
593
561
  ): void;
594
-
595
562
  updateNodegroupConfig(
596
563
  args: UpdateNodegroupConfigCommandInput,
597
564
  options?: __HttpHandlerOptions
@@ -605,7 +572,6 @@ export declare class EKS extends EKSClient {
605
572
  options: __HttpHandlerOptions,
606
573
  cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void
607
574
  ): void;
608
-
609
575
  updateNodegroupVersion(
610
576
  args: UpdateNodegroupVersionCommandInput,
611
577
  options?: __HttpHandlerOptions
@@ -251,47 +251,26 @@ export declare type ServiceOutputTypes =
251
251
  export interface ClientDefaults
252
252
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
253
253
  requestHandler?: __HttpHandler;
254
-
255
254
  sha256?: __HashConstructor;
256
-
257
255
  urlParser?: __UrlParser;
258
-
259
256
  bodyLengthChecker?: __BodyLengthCalculator;
260
-
261
257
  streamCollector?: __StreamCollector;
262
-
263
258
  base64Decoder?: __Decoder;
264
-
265
259
  base64Encoder?: __Encoder;
266
-
267
260
  utf8Decoder?: __Decoder;
268
-
269
261
  utf8Encoder?: __Encoder;
270
-
271
262
  runtime?: string;
272
-
273
263
  disableHostPrefix?: boolean;
274
-
275
264
  maxAttempts?: number | __Provider<number>;
276
-
277
265
  retryMode?: string | __Provider<string>;
278
-
279
266
  logger?: __Logger;
280
-
281
267
  useDualstackEndpoint?: boolean | __Provider<boolean>;
282
-
283
268
  useFipsEndpoint?: boolean | __Provider<boolean>;
284
-
285
269
  serviceId?: string;
286
-
287
270
  region?: string | __Provider<string>;
288
-
289
271
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
290
-
291
272
  regionInfoProvider?: RegionInfoProvider;
292
-
293
273
  defaultUserAgentProvider?: Provider<__UserAgent>;
294
-
295
274
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
296
275
  }
297
276
  declare type EKSClientConfigType = Partial<
@@ -304,7 +283,6 @@ declare type EKSClientConfigType = Partial<
304
283
  HostHeaderInputConfig &
305
284
  AwsAuthInputConfig &
306
285
  UserAgentInputConfig;
307
-
308
286
  export interface EKSClientConfig extends EKSClientConfigType {}
309
287
  declare type EKSClientResolvedConfigType =
310
288
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -315,9 +293,7 @@ declare type EKSClientResolvedConfigType =
315
293
  HostHeaderResolvedConfig &
316
294
  AwsAuthResolvedConfig &
317
295
  UserAgentResolvedConfig;
318
-
319
296
  export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {}
320
-
321
297
  export declare class EKSClient extends __Client<
322
298
  __HttpHandlerOptions,
323
299
  ServiceInputTypes,
@@ -326,7 +302,6 @@ export declare class EKSClient extends __Client<
326
302
  > {
327
303
  readonly config: EKSClientResolvedConfig;
328
304
  constructor(configuration: EKSClientConfig);
329
-
330
305
  destroy(): void;
331
306
  }
332
307
  export {};
@@ -19,7 +19,6 @@ export interface AssociateEncryptionConfigCommandInput
19
19
  export interface AssociateEncryptionConfigCommandOutput
20
20
  extends AssociateEncryptionConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateEncryptionConfigCommand extends $Command<
24
23
  AssociateEncryptionConfigCommandInput,
25
24
  AssociateEncryptionConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateEncryptionConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateEncryptionConfigCommandInput;
29
28
  constructor(input: AssociateEncryptionConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AssociateIdentityProviderConfigCommandInput
19
19
  export interface AssociateIdentityProviderConfigCommandOutput
20
20
  extends AssociateIdentityProviderConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateIdentityProviderConfigCommand extends $Command<
24
23
  AssociateIdentityProviderConfigCommandInput,
25
24
  AssociateIdentityProviderConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateIdentityProviderConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateIdentityProviderConfigCommandInput;
29
28
  constructor(input: AssociateIdentityProviderConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateAddonCommandInput extends CreateAddonRequest {}
15
15
  export interface CreateAddonCommandOutput
16
16
  extends CreateAddonResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateAddonCommand extends $Command<
20
19
  CreateAddonCommandInput,
21
20
  CreateAddonCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateAddonCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateAddonCommandInput;
25
24
  constructor(input: CreateAddonCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateClusterCommandInput extends CreateClusterRequest {}
18
18
  export interface CreateClusterCommandOutput
19
19
  extends CreateClusterResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateClusterCommand extends $Command<
23
22
  CreateClusterCommandInput,
24
23
  CreateClusterCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateClusterCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateClusterCommandInput;
28
27
  constructor(input: CreateClusterCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateFargateProfileCommandInput
19
19
  export interface CreateFargateProfileCommandOutput
20
20
  extends CreateFargateProfileResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateFargateProfileCommand extends $Command<
24
23
  CreateFargateProfileCommandInput,
25
24
  CreateFargateProfileCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateFargateProfileCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateFargateProfileCommandInput;
29
28
  constructor(input: CreateFargateProfileCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {}
18
18
  export interface CreateNodegroupCommandOutput
19
19
  extends CreateNodegroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateNodegroupCommand extends $Command<
23
22
  CreateNodegroupCommandInput,
24
23
  CreateNodegroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateNodegroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateNodegroupCommandInput;
28
27
  constructor(input: CreateNodegroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteAddonCommandInput extends DeleteAddonRequest {}
15
15
  export interface DeleteAddonCommandOutput
16
16
  extends DeleteAddonResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteAddonCommand extends $Command<
20
19
  DeleteAddonCommandInput,
21
20
  DeleteAddonCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteAddonCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteAddonCommandInput;
25
24
  constructor(input: DeleteAddonCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
18
18
  export interface DeleteClusterCommandOutput
19
19
  extends DeleteClusterResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteClusterCommand extends $Command<
23
22
  DeleteClusterCommandInput,
24
23
  DeleteClusterCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteClusterCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteClusterCommandInput;
28
27
  constructor(input: DeleteClusterCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteFargateProfileCommandInput
19
19
  export interface DeleteFargateProfileCommandOutput
20
20
  extends DeleteFargateProfileResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteFargateProfileCommand extends $Command<
24
23
  DeleteFargateProfileCommandInput,
25
24
  DeleteFargateProfileCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteFargateProfileCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteFargateProfileCommandInput;
29
28
  constructor(input: DeleteFargateProfileCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {}
18
18
  export interface DeleteNodegroupCommandOutput
19
19
  extends DeleteNodegroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteNodegroupCommand extends $Command<
23
22
  DeleteNodegroupCommandInput,
24
23
  DeleteNodegroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteNodegroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteNodegroupCommandInput;
28
27
  constructor(input: DeleteNodegroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeregisterClusterCommandInput
19
19
  export interface DeregisterClusterCommandOutput
20
20
  extends DeregisterClusterResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeregisterClusterCommand extends $Command<
24
23
  DeregisterClusterCommandInput,
25
24
  DeregisterClusterCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeregisterClusterCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeregisterClusterCommandInput;
29
28
  constructor(input: DeregisterClusterCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeAddonCommandInput extends DescribeAddonRequest {}
18
18
  export interface DescribeAddonCommandOutput
19
19
  extends DescribeAddonResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeAddonCommand extends $Command<
23
22
  DescribeAddonCommandInput,
24
23
  DescribeAddonCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeAddonCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeAddonCommandInput;
28
27
  constructor(input: DescribeAddonCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAddonVersionsCommandInput
19
19
  export interface DescribeAddonVersionsCommandOutput
20
20
  extends DescribeAddonVersionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAddonVersionsCommand extends $Command<
24
23
  DescribeAddonVersionsCommandInput,
25
24
  DescribeAddonVersionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAddonVersionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAddonVersionsCommandInput;
29
28
  constructor(input: DescribeAddonVersionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
18
18
  export interface DescribeClusterCommandOutput
19
19
  extends DescribeClusterResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeClusterCommand extends $Command<
23
22
  DescribeClusterCommandInput,
24
23
  DescribeClusterCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeClusterCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeClusterCommandInput;
28
27
  constructor(input: DescribeClusterCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFargateProfileCommandInput
19
19
  export interface DescribeFargateProfileCommandOutput
20
20
  extends DescribeFargateProfileResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFargateProfileCommand extends $Command<
24
23
  DescribeFargateProfileCommandInput,
25
24
  DescribeFargateProfileCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFargateProfileCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFargateProfileCommandInput;
29
28
  constructor(input: DescribeFargateProfileCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeIdentityProviderConfigCommandInput
19
19
  export interface DescribeIdentityProviderConfigCommandOutput
20
20
  extends DescribeIdentityProviderConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeIdentityProviderConfigCommand extends $Command<
24
23
  DescribeIdentityProviderConfigCommandInput,
25
24
  DescribeIdentityProviderConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeIdentityProviderConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeIdentityProviderConfigCommandInput;
29
28
  constructor(input: DescribeIdentityProviderConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeNodegroupCommandInput
19
19
  export interface DescribeNodegroupCommandOutput
20
20
  extends DescribeNodegroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeNodegroupCommand extends $Command<
24
23
  DescribeNodegroupCommandInput,
25
24
  DescribeNodegroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeNodegroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeNodegroupCommandInput;
29
28
  constructor(input: DescribeNodegroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {}
18
18
  export interface DescribeUpdateCommandOutput
19
19
  extends DescribeUpdateResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeUpdateCommand extends $Command<
23
22
  DescribeUpdateCommandInput,
24
23
  DescribeUpdateCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeUpdateCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeUpdateCommandInput;
28
27
  constructor(input: DescribeUpdateCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: EKSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateIdentityProviderConfigCommandInput
19
19
  export interface DisassociateIdentityProviderConfigCommandOutput
20
20
  extends DisassociateIdentityProviderConfigResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateIdentityProviderConfigCommand extends $Command<
24
23
  DisassociateIdentityProviderConfigCommandInput,
25
24
  DisassociateIdentityProviderConfigCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateIdentityProviderConfigCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateIdentityProviderConfigCommandInput;
29
28
  constructor(input: DisassociateIdentityProviderConfigCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: EKSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListAddonsCommandInput extends ListAddonsRequest {}
15
15
  export interface ListAddonsCommandOutput
16
16
  extends ListAddonsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListAddonsCommand extends $Command<
20
19
  ListAddonsCommandInput,
21
20
  ListAddonsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListAddonsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListAddonsCommandInput;
25
24
  constructor(input: ListAddonsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: EKSClientResolvedConfig,