@aws-sdk/client-eks 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EKS.d.ts +622 -175
  3. package/dist-types/ts3.4/EKSClient.d.ts +332 -107
  4. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/EKSServiceException.d.ts +8 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1609 -1472
  44. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  46. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  58. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  59. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +13 -7
  60. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +13 -7
  61. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +13 -7
  62. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +13 -7
  63. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +13 -7
  64. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +13 -7
  65. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,17 +1,37 @@
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
+
22
+ export declare class CreateClusterCommand extends $Command<
23
+ CreateClusterCommandInput,
24
+ CreateClusterCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateClusterCommandInput;
28
+ constructor(input: CreateClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0";
5
- export interface CreateFargateProfileCommandInput extends CreateFargateProfileRequest {
6
- }
7
- export interface CreateFargateProfileCommandOutput extends CreateFargateProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFargateProfileCommand extends $Command<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: CreateFargateProfileCommandInput;
12
- constructor(input: CreateFargateProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput>;
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
+ CreateFargateProfileRequest,
15
+ CreateFargateProfileResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateFargateProfileCommandInput
18
+ extends CreateFargateProfileRequest {}
19
+ export interface CreateFargateProfileCommandOutput
20
+ extends CreateFargateProfileResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateFargateProfileCommand extends $Command<
24
+ CreateFargateProfileCommandInput,
25
+ CreateFargateProfileCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: CreateFargateProfileCommandInput;
29
+ constructor(input: CreateFargateProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateFargateProfileCommandInput,
37
+ CreateFargateProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0";
5
- export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {
6
- }
7
- export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateNodegroupCommand extends $Command<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: CreateNodegroupCommandInput;
12
- constructor(input: CreateNodegroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNodegroupCommandInput, CreateNodegroupCommandOutput>;
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
+ CreateNodegroupRequest,
15
+ CreateNodegroupResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {}
18
+ export interface CreateNodegroupCommandOutput
19
+ extends CreateNodegroupResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateNodegroupCommand extends $Command<
23
+ CreateNodegroupCommandInput,
24
+ CreateNodegroupCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateNodegroupCommandInput;
28
+ constructor(input: CreateNodegroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateNodegroupCommandInput, CreateNodegroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
5
- export interface DeleteAddonCommandInput extends DeleteAddonRequest {
6
- }
7
- export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAddonCommand extends $Command<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DeleteAddonCommandInput;
12
- constructor(input: DeleteAddonCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAddonCommandInput, DeleteAddonCommandOutput>;
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 { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
14
+ export interface DeleteAddonCommandInput extends DeleteAddonRequest {}
15
+ export interface DeleteAddonCommandOutput
16
+ extends DeleteAddonResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteAddonCommand extends $Command<
20
+ DeleteAddonCommandInput,
21
+ DeleteAddonCommandOutput,
22
+ EKSClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteAddonCommandInput;
25
+ constructor(input: DeleteAddonCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: EKSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteAddonCommandInput, DeleteAddonCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
5
- export interface DeleteClusterCommandInput extends DeleteClusterRequest {
6
- }
7
- export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DeleteClusterCommandInput;
12
- constructor(input: DeleteClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
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
+ DeleteClusterRequest,
15
+ DeleteClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
18
+ export interface DeleteClusterCommandOutput
19
+ extends DeleteClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteClusterCommand extends $Command<
23
+ DeleteClusterCommandInput,
24
+ DeleteClusterCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteClusterCommandInput;
28
+ constructor(input: DeleteClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0";
5
- export interface DeleteFargateProfileCommandInput extends DeleteFargateProfileRequest {
6
- }
7
- export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFargateProfileCommand extends $Command<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DeleteFargateProfileCommandInput;
12
- constructor(input: DeleteFargateProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput>;
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
+ DeleteFargateProfileRequest,
15
+ DeleteFargateProfileResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteFargateProfileCommandInput
18
+ extends DeleteFargateProfileRequest {}
19
+ export interface DeleteFargateProfileCommandOutput
20
+ extends DeleteFargateProfileResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteFargateProfileCommand extends $Command<
24
+ DeleteFargateProfileCommandInput,
25
+ DeleteFargateProfileCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteFargateProfileCommandInput;
29
+ constructor(input: DeleteFargateProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteFargateProfileCommandInput,
37
+ DeleteFargateProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteNodegroupRequest, DeleteNodegroupResponse } from "../models/models_0";
5
- export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {
6
- }
7
- export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteNodegroupCommand extends $Command<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DeleteNodegroupCommandInput;
12
- constructor(input: DeleteNodegroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput>;
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
+ DeleteNodegroupRequest,
15
+ DeleteNodegroupResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {}
18
+ export interface DeleteNodegroupCommandOutput
19
+ extends DeleteNodegroupResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteNodegroupCommand extends $Command<
23
+ DeleteNodegroupCommandInput,
24
+ DeleteNodegroupCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteNodegroupCommandInput;
28
+ constructor(input: DeleteNodegroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0";
5
- export interface DeregisterClusterCommandInput extends DeregisterClusterRequest {
6
- }
7
- export interface DeregisterClusterCommandOutput extends DeregisterClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterClusterCommand extends $Command<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DeregisterClusterCommandInput;
12
- constructor(input: DeregisterClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterClusterCommandInput, DeregisterClusterCommandOutput>;
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
+ DeregisterClusterRequest,
15
+ DeregisterClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface DeregisterClusterCommandInput
18
+ extends DeregisterClusterRequest {}
19
+ export interface DeregisterClusterCommandOutput
20
+ extends DeregisterClusterResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeregisterClusterCommand extends $Command<
24
+ DeregisterClusterCommandInput,
25
+ DeregisterClusterCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: DeregisterClusterCommandInput;
29
+ constructor(input: DeregisterClusterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeregisterClusterCommandInput, DeregisterClusterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0";
5
- export interface DescribeAddonCommandInput extends DescribeAddonRequest {
6
- }
7
- export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAddonCommand extends $Command<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DescribeAddonCommandInput;
12
- constructor(input: DescribeAddonCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonCommandInput, DescribeAddonCommandOutput>;
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
+ DescribeAddonRequest,
15
+ DescribeAddonResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAddonCommandInput extends DescribeAddonRequest {}
18
+ export interface DescribeAddonCommandOutput
19
+ extends DescribeAddonResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeAddonCommand extends $Command<
23
+ DescribeAddonCommandInput,
24
+ DescribeAddonCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAddonCommandInput;
28
+ constructor(input: DescribeAddonCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeAddonCommandInput, DescribeAddonCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0";
5
- export interface DescribeAddonVersionsCommandInput extends DescribeAddonVersionsRequest {
6
- }
7
- export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAddonVersionsCommand extends $Command<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DescribeAddonVersionsCommandInput;
12
- constructor(input: DescribeAddonVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput>;
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
+ DescribeAddonVersionsRequest,
15
+ DescribeAddonVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAddonVersionsCommandInput
18
+ extends DescribeAddonVersionsRequest {}
19
+ export interface DescribeAddonVersionsCommandOutput
20
+ extends DescribeAddonVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAddonVersionsCommand extends $Command<
24
+ DescribeAddonVersionsCommandInput,
25
+ DescribeAddonVersionsCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAddonVersionsCommandInput;
29
+ constructor(input: DescribeAddonVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAddonVersionsCommandInput,
37
+ DescribeAddonVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
5
- export interface DescribeClusterCommandInput extends DescribeClusterRequest {
6
- }
7
- export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: DescribeClusterCommandInput;
12
- constructor(input: DescribeClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
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
+ DescribeClusterRequest,
15
+ DescribeClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
18
+ export interface DescribeClusterCommandOutput
19
+ extends DescribeClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeClusterCommand extends $Command<
23
+ DescribeClusterCommandInput,
24
+ DescribeClusterCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeClusterCommandInput;
28
+ constructor(input: DescribeClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }