@aws-sdk/client-eks 3.474.0 → 3.477.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 (115) hide show
  1. package/README.md +75 -3
  2. package/dist-cjs/EKS.js +18 -0
  3. package/dist-cjs/commands/AssociateAccessPolicyCommand.js +51 -0
  4. package/dist-cjs/commands/CreateAccessEntryCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteAccessEntryCommand.js +51 -0
  6. package/dist-cjs/commands/DescribeAccessEntryCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +51 -0
  8. package/dist-cjs/commands/ListAccessEntriesCommand.js +51 -0
  9. package/dist-cjs/commands/ListAccessPoliciesCommand.js +51 -0
  10. package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +51 -0
  11. package/dist-cjs/commands/UpdateAccessEntryCommand.js +51 -0
  12. package/dist-cjs/commands/index.js +9 -0
  13. package/dist-cjs/models/models_0.js +87 -76
  14. package/dist-cjs/pagination/ListAccessEntriesPaginator.js +29 -0
  15. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +29 -0
  17. package/dist-cjs/pagination/index.js +3 -0
  18. package/dist-cjs/protocols/Aws_restJson1.js +828 -554
  19. package/dist-es/EKS.js +18 -0
  20. package/dist-es/commands/AssociateAccessPolicyCommand.js +47 -0
  21. package/dist-es/commands/CreateAccessEntryCommand.js +47 -0
  22. package/dist-es/commands/DeleteAccessEntryCommand.js +47 -0
  23. package/dist-es/commands/DescribeAccessEntryCommand.js +47 -0
  24. package/dist-es/commands/DisassociateAccessPolicyCommand.js +47 -0
  25. package/dist-es/commands/ListAccessEntriesCommand.js +47 -0
  26. package/dist-es/commands/ListAccessPoliciesCommand.js +47 -0
  27. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +47 -0
  28. package/dist-es/commands/UpdateAccessEntryCommand.js +47 -0
  29. package/dist-es/commands/index.js +9 -0
  30. package/dist-es/models/models_0.js +81 -70
  31. package/dist-es/pagination/ListAccessEntriesPaginator.js +25 -0
  32. package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -0
  33. package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +25 -0
  34. package/dist-es/pagination/index.js +3 -0
  35. package/dist-es/protocols/Aws_restJson1.js +803 -548
  36. package/dist-types/EKS.d.ts +66 -3
  37. package/dist-types/EKSClient.d.ts +14 -5
  38. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +111 -0
  39. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
  40. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -10
  41. package/dist-types/commands/CreateAccessEntryCommand.d.ts +131 -0
  42. package/dist-types/commands/CreateAddonCommand.d.ts +2 -3
  43. package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
  44. package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateNodegroupCommand.d.ts +8 -5
  46. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -4
  47. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +87 -0
  48. package/dist-types/commands/DeleteAddonCommand.d.ts +5 -6
  49. package/dist-types/commands/DeleteClusterCommand.d.ts +10 -6
  50. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -3
  51. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +8 -7
  52. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -4
  53. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -3
  54. package/dist-types/commands/DeregisterClusterCommand.d.ts +8 -3
  55. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +100 -0
  56. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -3
  57. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -3
  58. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -6
  59. package/dist-types/commands/DescribeClusterCommand.d.ts +10 -6
  60. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -3
  61. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -4
  62. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -4
  63. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -4
  64. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -3
  65. package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -7
  66. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +85 -0
  67. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
  68. package/dist-types/commands/ListAccessEntriesCommand.d.ts +95 -0
  69. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +83 -0
  70. package/dist-types/commands/ListAddonsCommand.d.ts +2 -3
  71. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +103 -0
  72. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  73. package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -4
  74. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -4
  75. package/dist-types/commands/ListNodegroupsCommand.d.ts +4 -6
  76. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -3
  77. package/dist-types/commands/ListUpdatesCommand.d.ts +3 -5
  78. package/dist-types/commands/RegisterClusterCommand.d.ts +8 -3
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -5
  80. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +109 -0
  82. package/dist-types/commands/UpdateAddonCommand.d.ts +4 -5
  83. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +9 -8
  84. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
  85. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -3
  86. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -5
  87. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
  88. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -4
  89. package/dist-types/commands/index.d.ts +9 -0
  90. package/dist-types/index.d.ts +3 -3
  91. package/dist-types/models/models_0.d.ts +1256 -556
  92. package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +7 -0
  93. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +7 -0
  94. package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +7 -0
  95. package/dist-types/pagination/index.d.ts +3 -0
  96. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  97. package/dist-types/ts3.4/EKS.d.ts +153 -0
  98. package/dist-types/ts3.4/EKSClient.d.ts +54 -0
  99. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +39 -0
  101. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +39 -0
  102. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +39 -0
  105. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +39 -0
  106. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +39 -0
  108. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  109. package/dist-types/ts3.4/models/models_0.d.ts +189 -54
  110. package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +11 -0
  111. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  114. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  115. package/package.json +5 -4
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ AssociateAccessPolicyRequest,
16
+ AssociateAccessPolicyResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface AssociateAccessPolicyCommandInput
20
+ extends AssociateAccessPolicyRequest {}
21
+ export interface AssociateAccessPolicyCommandOutput
22
+ extends AssociateAccessPolicyResponse,
23
+ __MetadataBearer {}
24
+ export declare class AssociateAccessPolicyCommand extends $Command<
25
+ AssociateAccessPolicyCommandInput,
26
+ AssociateAccessPolicyCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: AssociateAccessPolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: AssociateAccessPolicyCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ AssociateAccessPolicyCommandInput,
38
+ AssociateAccessPolicyCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ CreateAccessEntryRequest,
16
+ CreateAccessEntryResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateAccessEntryCommandInput
20
+ extends CreateAccessEntryRequest {}
21
+ export interface CreateAccessEntryCommandOutput
22
+ extends CreateAccessEntryResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateAccessEntryCommand extends $Command<
25
+ CreateAccessEntryCommandInput,
26
+ CreateAccessEntryCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: CreateAccessEntryCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateAccessEntryCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ DeleteAccessEntryRequest,
16
+ DeleteAccessEntryResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteAccessEntryCommandInput
20
+ extends DeleteAccessEntryRequest {}
21
+ export interface DeleteAccessEntryCommandOutput
22
+ extends DeleteAccessEntryResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteAccessEntryCommand extends $Command<
25
+ DeleteAccessEntryCommandInput,
26
+ DeleteAccessEntryCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteAccessEntryCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteAccessEntryCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ DescribeAccessEntryRequest,
16
+ DescribeAccessEntryResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeAccessEntryCommandInput
20
+ extends DescribeAccessEntryRequest {}
21
+ export interface DescribeAccessEntryCommandOutput
22
+ extends DescribeAccessEntryResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeAccessEntryCommand extends $Command<
25
+ DescribeAccessEntryCommandInput,
26
+ DescribeAccessEntryCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeAccessEntryCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeAccessEntryCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ DisassociateAccessPolicyRequest,
16
+ DisassociateAccessPolicyResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DisassociateAccessPolicyCommandInput
20
+ extends DisassociateAccessPolicyRequest {}
21
+ export interface DisassociateAccessPolicyCommandOutput
22
+ extends DisassociateAccessPolicyResponse,
23
+ __MetadataBearer {}
24
+ export declare class DisassociateAccessPolicyCommand extends $Command<
25
+ DisassociateAccessPolicyCommandInput,
26
+ DisassociateAccessPolicyCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: DisassociateAccessPolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DisassociateAccessPolicyCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DisassociateAccessPolicyCommandInput,
38
+ DisassociateAccessPolicyCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ ListAccessEntriesRequest,
16
+ ListAccessEntriesResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAccessEntriesCommandInput
20
+ extends ListAccessEntriesRequest {}
21
+ export interface ListAccessEntriesCommandOutput
22
+ extends ListAccessEntriesResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAccessEntriesCommand extends $Command<
25
+ ListAccessEntriesCommandInput,
26
+ ListAccessEntriesCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: ListAccessEntriesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAccessEntriesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ ListAccessPoliciesRequest,
16
+ ListAccessPoliciesResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAccessPoliciesCommandInput
20
+ extends ListAccessPoliciesRequest {}
21
+ export interface ListAccessPoliciesCommandOutput
22
+ extends ListAccessPoliciesResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAccessPoliciesCommand extends $Command<
25
+ ListAccessPoliciesCommandInput,
26
+ ListAccessPoliciesCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: ListAccessPoliciesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAccessPoliciesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ ListAssociatedAccessPoliciesRequest,
16
+ ListAssociatedAccessPoliciesResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAssociatedAccessPoliciesCommandInput
20
+ extends ListAssociatedAccessPoliciesRequest {}
21
+ export interface ListAssociatedAccessPoliciesCommandOutput
22
+ extends ListAssociatedAccessPoliciesResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAssociatedAccessPoliciesCommand extends $Command<
25
+ ListAssociatedAccessPoliciesCommandInput,
26
+ ListAssociatedAccessPoliciesCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: ListAssociatedAccessPoliciesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAssociatedAccessPoliciesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListAssociatedAccessPoliciesCommandInput,
38
+ ListAssociatedAccessPoliciesCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ EKSClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../EKSClient";
14
+ import {
15
+ UpdateAccessEntryRequest,
16
+ UpdateAccessEntryResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateAccessEntryCommandInput
20
+ extends UpdateAccessEntryRequest {}
21
+ export interface UpdateAccessEntryCommandOutput
22
+ extends UpdateAccessEntryResponse,
23
+ __MetadataBearer {}
24
+ export declare class UpdateAccessEntryCommand extends $Command<
25
+ UpdateAccessEntryCommandInput,
26
+ UpdateAccessEntryCommandOutput,
27
+ EKSClientResolvedConfig
28
+ > {
29
+ readonly input: UpdateAccessEntryCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: UpdateAccessEntryCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: EKSClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,11 +1,14 @@
1
+ export * from "./AssociateAccessPolicyCommand";
1
2
  export * from "./AssociateEncryptionConfigCommand";
2
3
  export * from "./AssociateIdentityProviderConfigCommand";
4
+ export * from "./CreateAccessEntryCommand";
3
5
  export * from "./CreateAddonCommand";
4
6
  export * from "./CreateClusterCommand";
5
7
  export * from "./CreateEksAnywhereSubscriptionCommand";
6
8
  export * from "./CreateFargateProfileCommand";
7
9
  export * from "./CreateNodegroupCommand";
8
10
  export * from "./CreatePodIdentityAssociationCommand";
11
+ export * from "./DeleteAccessEntryCommand";
9
12
  export * from "./DeleteAddonCommand";
10
13
  export * from "./DeleteClusterCommand";
11
14
  export * from "./DeleteEksAnywhereSubscriptionCommand";
@@ -13,6 +16,7 @@ export * from "./DeleteFargateProfileCommand";
13
16
  export * from "./DeleteNodegroupCommand";
14
17
  export * from "./DeletePodIdentityAssociationCommand";
15
18
  export * from "./DeregisterClusterCommand";
19
+ export * from "./DescribeAccessEntryCommand";
16
20
  export * from "./DescribeAddonCommand";
17
21
  export * from "./DescribeAddonConfigurationCommand";
18
22
  export * from "./DescribeAddonVersionsCommand";
@@ -23,8 +27,12 @@ export * from "./DescribeIdentityProviderConfigCommand";
23
27
  export * from "./DescribeNodegroupCommand";
24
28
  export * from "./DescribePodIdentityAssociationCommand";
25
29
  export * from "./DescribeUpdateCommand";
30
+ export * from "./DisassociateAccessPolicyCommand";
26
31
  export * from "./DisassociateIdentityProviderConfigCommand";
32
+ export * from "./ListAccessEntriesCommand";
33
+ export * from "./ListAccessPoliciesCommand";
27
34
  export * from "./ListAddonsCommand";
35
+ export * from "./ListAssociatedAccessPoliciesCommand";
28
36
  export * from "./ListClustersCommand";
29
37
  export * from "./ListEksAnywhereSubscriptionsCommand";
30
38
  export * from "./ListFargateProfilesCommand";
@@ -36,6 +44,7 @@ export * from "./ListUpdatesCommand";
36
44
  export * from "./RegisterClusterCommand";
37
45
  export * from "./TagResourceCommand";
38
46
  export * from "./UntagResourceCommand";
47
+ export * from "./UpdateAccessEntryCommand";
39
48
  export * from "./UpdateAddonCommand";
40
49
  export * from "./UpdateClusterConfigCommand";
41
50
  export * from "./UpdateClusterVersionCommand";