@aws-sdk/client-eks 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/EKS.d.ts +588 -175
  3. package/dist-types/ts3.4/EKSClient.d.ts +307 -107
  4. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/EKSServiceException.d.ts +7 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1167 -1472
  44. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  46. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  58. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  59. package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +11 -7
  60. package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +11 -7
  61. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +11 -7
  62. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -7
  63. package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +11 -7
  64. package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +11 -7
  65. package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +11 -7
  66. package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +11 -7
  67. package/package.json +35 -35
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class RegisterClusterCommand extends $Command<
22
+ RegisterClusterCommandInput,
23
+ RegisterClusterCommandOutput,
24
+ EKSClientResolvedConfig
25
+ > {
26
+ readonly input: RegisterClusterCommandInput;
27
+ constructor(input: RegisterClusterCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EKSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<RegisterClusterCommandInput, RegisterClusterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ EKSClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: EKSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ EKSClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EKSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class UpdateAddonCommand extends $Command<
19
+ UpdateAddonCommandInput,
20
+ UpdateAddonCommandOutput,
21
+ EKSClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateAddonCommandInput;
24
+ constructor(input: UpdateAddonCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: EKSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateAddonCommandInput, UpdateAddonCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
+ export declare class UpdateClusterConfigCommand extends $Command<
23
+ UpdateClusterConfigCommandInput,
24
+ UpdateClusterConfigCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateClusterConfigCommandInput;
28
+ constructor(input: UpdateClusterConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EKSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class UpdateClusterVersionCommand extends $Command<
23
+ UpdateClusterVersionCommandInput,
24
+ UpdateClusterVersionCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateClusterVersionCommandInput;
28
+ constructor(input: UpdateClusterVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EKSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateClusterVersionCommandInput,
35
+ UpdateClusterVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class UpdateNodegroupConfigCommand extends $Command<
23
+ UpdateNodegroupConfigCommandInput,
24
+ UpdateNodegroupConfigCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateNodegroupConfigCommandInput;
28
+ constructor(input: UpdateNodegroupConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EKSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateNodegroupConfigCommandInput,
35
+ UpdateNodegroupConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
- import { 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
+ export declare class UpdateNodegroupVersionCommand extends $Command<
23
+ UpdateNodegroupVersionCommandInput,
24
+ UpdateNodegroupVersionCommandOutput,
25
+ EKSClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateNodegroupVersionCommandInput;
28
+ constructor(input: UpdateNodegroupVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EKSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateNodegroupVersionCommandInput,
35
+ UpdateNodegroupVersionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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,7 @@
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
+ export declare class EKSServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";