@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,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 { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
5
- export interface ListUpdatesCommandInput extends ListUpdatesRequest {
6
- }
7
- export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListUpdatesCommand extends $Command<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: ListUpdatesCommandInput;
12
- constructor(input: ListUpdatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUpdatesCommandInput, ListUpdatesCommandOutput>;
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 { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
14
+ export interface ListUpdatesCommandInput extends ListUpdatesRequest {}
15
+ export interface ListUpdatesCommandOutput
16
+ extends ListUpdatesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListUpdatesCommand extends $Command<
20
+ ListUpdatesCommandInput,
21
+ ListUpdatesCommandOutput,
22
+ EKSClientResolvedConfig
23
+ > {
24
+ readonly input: ListUpdatesCommandInput;
25
+ constructor(input: ListUpdatesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: EKSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListUpdatesCommandInput, ListUpdatesCommandOutput>;
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 { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0";
5
- export interface RegisterClusterCommandInput extends RegisterClusterRequest {
6
- }
7
- export interface RegisterClusterCommandOutput extends RegisterClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RegisterClusterCommand extends $Command<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: RegisterClusterCommandInput;
12
- constructor(input: RegisterClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterClusterCommandInput, RegisterClusterCommandOutput>;
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
+ RegisterClusterRequest,
15
+ RegisterClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface RegisterClusterCommandInput extends RegisterClusterRequest {}
18
+ export interface RegisterClusterCommandOutput
19
+ extends RegisterClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class RegisterClusterCommand extends $Command<
23
+ RegisterClusterCommandInput,
24
+ RegisterClusterCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: RegisterClusterCommandInput;
28
+ constructor(input: RegisterClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<RegisterClusterCommandInput, RegisterClusterCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ EKSClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: EKSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EKSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
5
- export interface UpdateAddonCommandInput extends UpdateAddonRequest {
6
- }
7
- export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAddonCommand extends $Command<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: UpdateAddonCommandInput;
12
- constructor(input: UpdateAddonCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAddonCommandInput, UpdateAddonCommandOutput>;
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 { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
14
+ export interface UpdateAddonCommandInput extends UpdateAddonRequest {}
15
+ export interface UpdateAddonCommandOutput
16
+ extends UpdateAddonResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateAddonCommand extends $Command<
20
+ UpdateAddonCommandInput,
21
+ UpdateAddonCommandOutput,
22
+ EKSClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateAddonCommandInput;
25
+ constructor(input: UpdateAddonCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: EKSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateAddonCommandInput, UpdateAddonCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0";
5
- export interface UpdateClusterConfigCommandInput extends UpdateClusterConfigRequest {
6
- }
7
- export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateClusterConfigCommand extends $Command<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: UpdateClusterConfigCommandInput;
12
- constructor(input: UpdateClusterConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput>;
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
+ UpdateClusterConfigRequest,
15
+ UpdateClusterConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateClusterConfigCommandInput
18
+ extends UpdateClusterConfigRequest {}
19
+ export interface UpdateClusterConfigCommandOutput
20
+ extends UpdateClusterConfigResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateClusterConfigCommand extends $Command<
24
+ UpdateClusterConfigCommandInput,
25
+ UpdateClusterConfigCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateClusterConfigCommandInput;
29
+ constructor(input: UpdateClusterConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0";
5
- export interface UpdateClusterVersionCommandInput extends UpdateClusterVersionRequest {
6
- }
7
- export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateClusterVersionCommand extends $Command<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: UpdateClusterVersionCommandInput;
12
- constructor(input: UpdateClusterVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput>;
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
+ UpdateClusterVersionRequest,
15
+ UpdateClusterVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateClusterVersionCommandInput
18
+ extends UpdateClusterVersionRequest {}
19
+ export interface UpdateClusterVersionCommandOutput
20
+ extends UpdateClusterVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateClusterVersionCommand extends $Command<
24
+ UpdateClusterVersionCommandInput,
25
+ UpdateClusterVersionCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateClusterVersionCommandInput;
29
+ constructor(input: UpdateClusterVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateClusterVersionCommandInput,
37
+ UpdateClusterVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0";
5
- export interface UpdateNodegroupConfigCommandInput extends UpdateNodegroupConfigRequest {
6
- }
7
- export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateNodegroupConfigCommand extends $Command<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: UpdateNodegroupConfigCommandInput;
12
- constructor(input: UpdateNodegroupConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput>;
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
+ UpdateNodegroupConfigRequest,
15
+ UpdateNodegroupConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateNodegroupConfigCommandInput
18
+ extends UpdateNodegroupConfigRequest {}
19
+ export interface UpdateNodegroupConfigCommandOutput
20
+ extends UpdateNodegroupConfigResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateNodegroupConfigCommand extends $Command<
24
+ UpdateNodegroupConfigCommandInput,
25
+ UpdateNodegroupConfigCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateNodegroupConfigCommandInput;
29
+ constructor(input: UpdateNodegroupConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateNodegroupConfigCommandInput,
37
+ UpdateNodegroupConfigCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0";
5
- export interface UpdateNodegroupVersionCommandInput extends UpdateNodegroupVersionRequest {
6
- }
7
- export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateNodegroupVersionCommand extends $Command<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig> {
11
- readonly input: UpdateNodegroupVersionCommandInput;
12
- constructor(input: UpdateNodegroupVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput>;
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
+ UpdateNodegroupVersionRequest,
15
+ UpdateNodegroupVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateNodegroupVersionCommandInput
18
+ extends UpdateNodegroupVersionRequest {}
19
+ export interface UpdateNodegroupVersionCommandOutput
20
+ extends UpdateNodegroupVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateNodegroupVersionCommand extends $Command<
24
+ UpdateNodegroupVersionCommandInput,
25
+ UpdateNodegroupVersionCommandOutput,
26
+ EKSClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateNodegroupVersionCommandInput;
29
+ constructor(input: UpdateNodegroupVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EKSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateNodegroupVersionCommandInput,
37
+ UpdateNodegroupVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,34 +1,34 @@
1
- export * from "./AssociateEncryptionConfigCommand";
2
- export * from "./AssociateIdentityProviderConfigCommand";
3
- export * from "./CreateAddonCommand";
4
- export * from "./CreateClusterCommand";
5
- export * from "./CreateFargateProfileCommand";
6
- export * from "./CreateNodegroupCommand";
7
- export * from "./DeleteAddonCommand";
8
- export * from "./DeleteClusterCommand";
9
- export * from "./DeleteFargateProfileCommand";
10
- export * from "./DeleteNodegroupCommand";
11
- export * from "./DeregisterClusterCommand";
12
- export * from "./DescribeAddonCommand";
13
- export * from "./DescribeAddonVersionsCommand";
14
- export * from "./DescribeClusterCommand";
15
- export * from "./DescribeFargateProfileCommand";
16
- export * from "./DescribeIdentityProviderConfigCommand";
17
- export * from "./DescribeNodegroupCommand";
18
- export * from "./DescribeUpdateCommand";
19
- export * from "./DisassociateIdentityProviderConfigCommand";
20
- export * from "./ListAddonsCommand";
21
- export * from "./ListClustersCommand";
22
- export * from "./ListFargateProfilesCommand";
23
- export * from "./ListIdentityProviderConfigsCommand";
24
- export * from "./ListNodegroupsCommand";
25
- export * from "./ListTagsForResourceCommand";
26
- export * from "./ListUpdatesCommand";
27
- export * from "./RegisterClusterCommand";
28
- export * from "./TagResourceCommand";
29
- export * from "./UntagResourceCommand";
30
- export * from "./UpdateAddonCommand";
31
- export * from "./UpdateClusterConfigCommand";
32
- export * from "./UpdateClusterVersionCommand";
33
- export * from "./UpdateNodegroupConfigCommand";
34
- export * from "./UpdateNodegroupVersionCommand";
1
+ export * from "./AssociateEncryptionConfigCommand";
2
+ export * from "./AssociateIdentityProviderConfigCommand";
3
+ export * from "./CreateAddonCommand";
4
+ export * from "./CreateClusterCommand";
5
+ export * from "./CreateFargateProfileCommand";
6
+ export * from "./CreateNodegroupCommand";
7
+ export * from "./DeleteAddonCommand";
8
+ export * from "./DeleteClusterCommand";
9
+ export * from "./DeleteFargateProfileCommand";
10
+ export * from "./DeleteNodegroupCommand";
11
+ export * from "./DeregisterClusterCommand";
12
+ export * from "./DescribeAddonCommand";
13
+ export * from "./DescribeAddonVersionsCommand";
14
+ export * from "./DescribeClusterCommand";
15
+ export * from "./DescribeFargateProfileCommand";
16
+ export * from "./DescribeIdentityProviderConfigCommand";
17
+ export * from "./DescribeNodegroupCommand";
18
+ export * from "./DescribeUpdateCommand";
19
+ export * from "./DisassociateIdentityProviderConfigCommand";
20
+ export * from "./ListAddonsCommand";
21
+ export * from "./ListClustersCommand";
22
+ export * from "./ListFargateProfilesCommand";
23
+ export * from "./ListIdentityProviderConfigsCommand";
24
+ export * from "./ListNodegroupsCommand";
25
+ export * from "./ListTagsForResourceCommand";
26
+ export * from "./ListUpdatesCommand";
27
+ export * from "./RegisterClusterCommand";
28
+ export * from "./TagResourceCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateAddonCommand";
31
+ export * from "./UpdateClusterConfigCommand";
32
+ export * from "./UpdateClusterVersionCommand";
33
+ export * from "./UpdateNodegroupConfigCommand";
34
+ export * from "./UpdateNodegroupVersionCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./EKS";
2
- export * from "./EKSClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { EKSServiceException } from "./models/EKSServiceException";
1
+ export * from "./EKS";
2
+ export * from "./EKSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { EKSServiceException } from "./models/EKSServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class EKSServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class EKSServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";