@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.
- package/README.md +75 -3
- package/dist-cjs/EKS.js +18 -0
- package/dist-cjs/commands/AssociateAccessPolicyCommand.js +51 -0
- package/dist-cjs/commands/CreateAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DeleteAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DescribeAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +51 -0
- package/dist-cjs/commands/ListAccessEntriesCommand.js +51 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +51 -0
- package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +51 -0
- package/dist-cjs/commands/UpdateAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +87 -76
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +828 -554
- package/dist-es/EKS.js +18 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +47 -0
- package/dist-es/commands/CreateAccessEntryCommand.js +47 -0
- package/dist-es/commands/DeleteAccessEntryCommand.js +47 -0
- package/dist-es/commands/DescribeAccessEntryCommand.js +47 -0
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +47 -0
- package/dist-es/commands/ListAccessEntriesCommand.js +47 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js +47 -0
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +47 -0
- package/dist-es/commands/UpdateAccessEntryCommand.js +47 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +81 -70
- package/dist-es/pagination/ListAccessEntriesPaginator.js +25 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -0
- package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +803 -548
- package/dist-types/EKS.d.ts +66 -3
- package/dist-types/EKSClient.d.ts +14 -5
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +111 -0
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -10
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +131 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +2 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodegroupCommand.d.ts +8 -5
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -4
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +87 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +5 -6
- package/dist-types/commands/DeleteClusterCommand.d.ts +10 -6
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +8 -7
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -4
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -3
- package/dist-types/commands/DeregisterClusterCommand.d.ts +8 -3
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +100 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeClusterCommand.d.ts +10 -6
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -4
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -4
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -4
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -3
- package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -7
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +85 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +95 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +83 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +2 -3
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +103 -0
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -4
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -4
- package/dist-types/commands/ListNodegroupsCommand.d.ts +4 -6
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -5
- package/dist-types/commands/RegisterClusterCommand.d.ts +8 -3
- package/dist-types/commands/TagResourceCommand.d.ts +6 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +109 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +4 -5
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +9 -8
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -5
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +1256 -556
- package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/EKS.d.ts +153 -0
- package/dist-types/ts3.4/EKSClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +189 -54
- package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +5 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput } from "../commands/ListAccessEntriesCommand";
|
|
3
|
+
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAccessEntries(config: EKSPaginationConfiguration, input: ListAccessEntriesCommandInput, ...additionalArguments: any): Paginator<ListAccessEntriesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "../commands/ListAccessPoliciesCommand";
|
|
3
|
+
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAccessPolicies(config: EKSPaginationConfiguration, input: ListAccessPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAccessPoliciesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput } from "../commands/ListAssociatedAccessPoliciesCommand";
|
|
3
|
+
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAssociatedAccessPolicies(config: EKSPaginationConfiguration, input: ListAssociatedAccessPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAssociatedAccessPoliciesCommandOutput>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./DescribeAddonVersionsPaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListAccessEntriesPaginator";
|
|
4
|
+
export * from "./ListAccessPoliciesPaginator";
|
|
3
5
|
export * from "./ListAddonsPaginator";
|
|
6
|
+
export * from "./ListAssociatedAccessPoliciesPaginator";
|
|
4
7
|
export * from "./ListClustersPaginator";
|
|
5
8
|
export * from "./ListEksAnywhereSubscriptionsPaginator";
|
|
6
9
|
export * from "./ListFargateProfilesPaginator";
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput } from "../commands/AssociateAccessPolicyCommand";
|
|
3
4
|
import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "../commands/AssociateEncryptionConfigCommand";
|
|
4
5
|
import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "../commands/AssociateIdentityProviderConfigCommand";
|
|
6
|
+
import { CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput } from "../commands/CreateAccessEntryCommand";
|
|
5
7
|
import { CreateAddonCommandInput, CreateAddonCommandOutput } from "../commands/CreateAddonCommand";
|
|
6
8
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
|
|
7
9
|
import { CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput } from "../commands/CreateEksAnywhereSubscriptionCommand";
|
|
8
10
|
import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "../commands/CreateFargateProfileCommand";
|
|
9
11
|
import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "../commands/CreateNodegroupCommand";
|
|
10
12
|
import { CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput } from "../commands/CreatePodIdentityAssociationCommand";
|
|
13
|
+
import { DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput } from "../commands/DeleteAccessEntryCommand";
|
|
11
14
|
import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "../commands/DeleteAddonCommand";
|
|
12
15
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
|
|
13
16
|
import { DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput } from "../commands/DeleteEksAnywhereSubscriptionCommand";
|
|
@@ -15,6 +18,7 @@ import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } f
|
|
|
15
18
|
import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "../commands/DeleteNodegroupCommand";
|
|
16
19
|
import { DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput } from "../commands/DeletePodIdentityAssociationCommand";
|
|
17
20
|
import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "../commands/DeregisterClusterCommand";
|
|
21
|
+
import { DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput } from "../commands/DescribeAccessEntryCommand";
|
|
18
22
|
import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "../commands/DescribeAddonCommand";
|
|
19
23
|
import { DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput } from "../commands/DescribeAddonConfigurationCommand";
|
|
20
24
|
import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "../commands/DescribeAddonVersionsCommand";
|
|
@@ -25,8 +29,12 @@ import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderCon
|
|
|
25
29
|
import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand";
|
|
26
30
|
import { DescribePodIdentityAssociationCommandInput, DescribePodIdentityAssociationCommandOutput } from "../commands/DescribePodIdentityAssociationCommand";
|
|
27
31
|
import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "../commands/DescribeUpdateCommand";
|
|
32
|
+
import { DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput } from "../commands/DisassociateAccessPolicyCommand";
|
|
28
33
|
import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "../commands/DisassociateIdentityProviderConfigCommand";
|
|
34
|
+
import { ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput } from "../commands/ListAccessEntriesCommand";
|
|
35
|
+
import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "../commands/ListAccessPoliciesCommand";
|
|
29
36
|
import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand";
|
|
37
|
+
import { ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput } from "../commands/ListAssociatedAccessPoliciesCommand";
|
|
30
38
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
31
39
|
import { ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput } from "../commands/ListEksAnywhereSubscriptionsCommand";
|
|
32
40
|
import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "../commands/ListFargateProfilesCommand";
|
|
@@ -38,6 +46,7 @@ import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/L
|
|
|
38
46
|
import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "../commands/RegisterClusterCommand";
|
|
39
47
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
40
48
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
49
|
+
import { UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput } from "../commands/UpdateAccessEntryCommand";
|
|
41
50
|
import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "../commands/UpdateAddonCommand";
|
|
42
51
|
import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "../commands/UpdateClusterConfigCommand";
|
|
43
52
|
import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "../commands/UpdateClusterVersionCommand";
|
|
@@ -45,6 +54,10 @@ import { UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptio
|
|
|
45
54
|
import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "../commands/UpdateNodegroupConfigCommand";
|
|
46
55
|
import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "../commands/UpdateNodegroupVersionCommand";
|
|
47
56
|
import { UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput } from "../commands/UpdatePodIdentityAssociationCommand";
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_restJson1AssociateAccessPolicyCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_AssociateAccessPolicyCommand: (input: AssociateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
61
|
/**
|
|
49
62
|
* serializeAws_restJson1AssociateEncryptionConfigCommand
|
|
50
63
|
*/
|
|
@@ -53,6 +66,10 @@ export declare const se_AssociateEncryptionConfigCommand: (input: AssociateEncry
|
|
|
53
66
|
* serializeAws_restJson1AssociateIdentityProviderConfigCommand
|
|
54
67
|
*/
|
|
55
68
|
export declare const se_AssociateIdentityProviderConfigCommand: (input: AssociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_restJson1CreateAccessEntryCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_CreateAccessEntryCommand: (input: CreateAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
73
|
/**
|
|
57
74
|
* serializeAws_restJson1CreateAddonCommand
|
|
58
75
|
*/
|
|
@@ -77,6 +94,10 @@ export declare const se_CreateNodegroupCommand: (input: CreateNodegroupCommandIn
|
|
|
77
94
|
* serializeAws_restJson1CreatePodIdentityAssociationCommand
|
|
78
95
|
*/
|
|
79
96
|
export declare const se_CreatePodIdentityAssociationCommand: (input: CreatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1DeleteAccessEntryCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_DeleteAccessEntryCommand: (input: DeleteAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
101
|
/**
|
|
81
102
|
* serializeAws_restJson1DeleteAddonCommand
|
|
82
103
|
*/
|
|
@@ -105,6 +126,10 @@ export declare const se_DeletePodIdentityAssociationCommand: (input: DeletePodId
|
|
|
105
126
|
* serializeAws_restJson1DeregisterClusterCommand
|
|
106
127
|
*/
|
|
107
128
|
export declare const se_DeregisterClusterCommand: (input: DeregisterClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_restJson1DescribeAccessEntryCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_DescribeAccessEntryCommand: (input: DescribeAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
133
|
/**
|
|
109
134
|
* serializeAws_restJson1DescribeAddonCommand
|
|
110
135
|
*/
|
|
@@ -145,14 +170,30 @@ export declare const se_DescribePodIdentityAssociationCommand: (input: DescribeP
|
|
|
145
170
|
* serializeAws_restJson1DescribeUpdateCommand
|
|
146
171
|
*/
|
|
147
172
|
export declare const se_DescribeUpdateCommand: (input: DescribeUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_restJson1DisassociateAccessPolicyCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_DisassociateAccessPolicyCommand: (input: DisassociateAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
177
|
/**
|
|
149
178
|
* serializeAws_restJson1DisassociateIdentityProviderConfigCommand
|
|
150
179
|
*/
|
|
151
180
|
export declare const se_DisassociateIdentityProviderConfigCommand: (input: DisassociateIdentityProviderConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1ListAccessEntriesCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_ListAccessEntriesCommand: (input: ListAccessEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* serializeAws_restJson1ListAccessPoliciesCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const se_ListAccessPoliciesCommand: (input: ListAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
189
|
/**
|
|
153
190
|
* serializeAws_restJson1ListAddonsCommand
|
|
154
191
|
*/
|
|
155
192
|
export declare const se_ListAddonsCommand: (input: ListAddonsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
/**
|
|
194
|
+
* serializeAws_restJson1ListAssociatedAccessPoliciesCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const se_ListAssociatedAccessPoliciesCommand: (input: ListAssociatedAccessPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
197
|
/**
|
|
157
198
|
* serializeAws_restJson1ListClustersCommand
|
|
158
199
|
*/
|
|
@@ -197,6 +238,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
197
238
|
* serializeAws_restJson1UntagResourceCommand
|
|
198
239
|
*/
|
|
199
240
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
/**
|
|
242
|
+
* serializeAws_restJson1UpdateAccessEntryCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const se_UpdateAccessEntryCommand: (input: UpdateAccessEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
245
|
/**
|
|
201
246
|
* serializeAws_restJson1UpdateAddonCommand
|
|
202
247
|
*/
|
|
@@ -225,6 +270,10 @@ export declare const se_UpdateNodegroupVersionCommand: (input: UpdateNodegroupVe
|
|
|
225
270
|
* serializeAws_restJson1UpdatePodIdentityAssociationCommand
|
|
226
271
|
*/
|
|
227
272
|
export declare const se_UpdatePodIdentityAssociationCommand: (input: UpdatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* deserializeAws_restJson1AssociateAccessPolicyCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const de_AssociateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAccessPolicyCommandOutput>;
|
|
228
277
|
/**
|
|
229
278
|
* deserializeAws_restJson1AssociateEncryptionConfigCommand
|
|
230
279
|
*/
|
|
@@ -233,6 +282,10 @@ export declare const de_AssociateEncryptionConfigCommand: (output: __HttpRespons
|
|
|
233
282
|
* deserializeAws_restJson1AssociateIdentityProviderConfigCommand
|
|
234
283
|
*/
|
|
235
284
|
export declare const de_AssociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIdentityProviderConfigCommandOutput>;
|
|
285
|
+
/**
|
|
286
|
+
* deserializeAws_restJson1CreateAccessEntryCommand
|
|
287
|
+
*/
|
|
288
|
+
export declare const de_CreateAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessEntryCommandOutput>;
|
|
236
289
|
/**
|
|
237
290
|
* deserializeAws_restJson1CreateAddonCommand
|
|
238
291
|
*/
|
|
@@ -257,6 +310,10 @@ export declare const de_CreateNodegroupCommand: (output: __HttpResponse, context
|
|
|
257
310
|
* deserializeAws_restJson1CreatePodIdentityAssociationCommand
|
|
258
311
|
*/
|
|
259
312
|
export declare const de_CreatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePodIdentityAssociationCommandOutput>;
|
|
313
|
+
/**
|
|
314
|
+
* deserializeAws_restJson1DeleteAccessEntryCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const de_DeleteAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessEntryCommandOutput>;
|
|
260
317
|
/**
|
|
261
318
|
* deserializeAws_restJson1DeleteAddonCommand
|
|
262
319
|
*/
|
|
@@ -285,6 +342,10 @@ export declare const de_DeletePodIdentityAssociationCommand: (output: __HttpResp
|
|
|
285
342
|
* deserializeAws_restJson1DeregisterClusterCommand
|
|
286
343
|
*/
|
|
287
344
|
export declare const de_DeregisterClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterClusterCommandOutput>;
|
|
345
|
+
/**
|
|
346
|
+
* deserializeAws_restJson1DescribeAccessEntryCommand
|
|
347
|
+
*/
|
|
348
|
+
export declare const de_DescribeAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessEntryCommandOutput>;
|
|
288
349
|
/**
|
|
289
350
|
* deserializeAws_restJson1DescribeAddonCommand
|
|
290
351
|
*/
|
|
@@ -325,14 +386,30 @@ export declare const de_DescribePodIdentityAssociationCommand: (output: __HttpRe
|
|
|
325
386
|
* deserializeAws_restJson1DescribeUpdateCommand
|
|
326
387
|
*/
|
|
327
388
|
export declare const de_DescribeUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateCommandOutput>;
|
|
389
|
+
/**
|
|
390
|
+
* deserializeAws_restJson1DisassociateAccessPolicyCommand
|
|
391
|
+
*/
|
|
392
|
+
export declare const de_DisassociateAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAccessPolicyCommandOutput>;
|
|
328
393
|
/**
|
|
329
394
|
* deserializeAws_restJson1DisassociateIdentityProviderConfigCommand
|
|
330
395
|
*/
|
|
331
396
|
export declare const de_DisassociateIdentityProviderConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIdentityProviderConfigCommandOutput>;
|
|
397
|
+
/**
|
|
398
|
+
* deserializeAws_restJson1ListAccessEntriesCommand
|
|
399
|
+
*/
|
|
400
|
+
export declare const de_ListAccessEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessEntriesCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* deserializeAws_restJson1ListAccessPoliciesCommand
|
|
403
|
+
*/
|
|
404
|
+
export declare const de_ListAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessPoliciesCommandOutput>;
|
|
332
405
|
/**
|
|
333
406
|
* deserializeAws_restJson1ListAddonsCommand
|
|
334
407
|
*/
|
|
335
408
|
export declare const de_ListAddonsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonsCommandOutput>;
|
|
409
|
+
/**
|
|
410
|
+
* deserializeAws_restJson1ListAssociatedAccessPoliciesCommand
|
|
411
|
+
*/
|
|
412
|
+
export declare const de_ListAssociatedAccessPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedAccessPoliciesCommandOutput>;
|
|
336
413
|
/**
|
|
337
414
|
* deserializeAws_restJson1ListClustersCommand
|
|
338
415
|
*/
|
|
@@ -377,6 +454,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
377
454
|
* deserializeAws_restJson1UntagResourceCommand
|
|
378
455
|
*/
|
|
379
456
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
457
|
+
/**
|
|
458
|
+
* deserializeAws_restJson1UpdateAccessEntryCommand
|
|
459
|
+
*/
|
|
460
|
+
export declare const de_UpdateAccessEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessEntryCommandOutput>;
|
|
380
461
|
/**
|
|
381
462
|
* deserializeAws_restJson1UpdateAddonCommand
|
|
382
463
|
*/
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateAccessPolicyCommandInput,
|
|
4
|
+
AssociateAccessPolicyCommandOutput,
|
|
5
|
+
} from "./commands/AssociateAccessPolicyCommand";
|
|
2
6
|
import {
|
|
3
7
|
AssociateEncryptionConfigCommandInput,
|
|
4
8
|
AssociateEncryptionConfigCommandOutput,
|
|
@@ -7,6 +11,10 @@ import {
|
|
|
7
11
|
AssociateIdentityProviderConfigCommandInput,
|
|
8
12
|
AssociateIdentityProviderConfigCommandOutput,
|
|
9
13
|
} from "./commands/AssociateIdentityProviderConfigCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAccessEntryCommandInput,
|
|
16
|
+
CreateAccessEntryCommandOutput,
|
|
17
|
+
} from "./commands/CreateAccessEntryCommand";
|
|
10
18
|
import {
|
|
11
19
|
CreateAddonCommandInput,
|
|
12
20
|
CreateAddonCommandOutput,
|
|
@@ -31,6 +39,10 @@ import {
|
|
|
31
39
|
CreatePodIdentityAssociationCommandInput,
|
|
32
40
|
CreatePodIdentityAssociationCommandOutput,
|
|
33
41
|
} from "./commands/CreatePodIdentityAssociationCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteAccessEntryCommandInput,
|
|
44
|
+
DeleteAccessEntryCommandOutput,
|
|
45
|
+
} from "./commands/DeleteAccessEntryCommand";
|
|
34
46
|
import {
|
|
35
47
|
DeleteAddonCommandInput,
|
|
36
48
|
DeleteAddonCommandOutput,
|
|
@@ -59,6 +71,10 @@ import {
|
|
|
59
71
|
DeregisterClusterCommandInput,
|
|
60
72
|
DeregisterClusterCommandOutput,
|
|
61
73
|
} from "./commands/DeregisterClusterCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeAccessEntryCommandInput,
|
|
76
|
+
DescribeAccessEntryCommandOutput,
|
|
77
|
+
} from "./commands/DescribeAccessEntryCommand";
|
|
62
78
|
import {
|
|
63
79
|
DescribeAddonCommandInput,
|
|
64
80
|
DescribeAddonCommandOutput,
|
|
@@ -99,14 +115,30 @@ import {
|
|
|
99
115
|
DescribeUpdateCommandInput,
|
|
100
116
|
DescribeUpdateCommandOutput,
|
|
101
117
|
} from "./commands/DescribeUpdateCommand";
|
|
118
|
+
import {
|
|
119
|
+
DisassociateAccessPolicyCommandInput,
|
|
120
|
+
DisassociateAccessPolicyCommandOutput,
|
|
121
|
+
} from "./commands/DisassociateAccessPolicyCommand";
|
|
102
122
|
import {
|
|
103
123
|
DisassociateIdentityProviderConfigCommandInput,
|
|
104
124
|
DisassociateIdentityProviderConfigCommandOutput,
|
|
105
125
|
} from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListAccessEntriesCommandInput,
|
|
128
|
+
ListAccessEntriesCommandOutput,
|
|
129
|
+
} from "./commands/ListAccessEntriesCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListAccessPoliciesCommandInput,
|
|
132
|
+
ListAccessPoliciesCommandOutput,
|
|
133
|
+
} from "./commands/ListAccessPoliciesCommand";
|
|
106
134
|
import {
|
|
107
135
|
ListAddonsCommandInput,
|
|
108
136
|
ListAddonsCommandOutput,
|
|
109
137
|
} from "./commands/ListAddonsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListAssociatedAccessPoliciesCommandInput,
|
|
140
|
+
ListAssociatedAccessPoliciesCommandOutput,
|
|
141
|
+
} from "./commands/ListAssociatedAccessPoliciesCommand";
|
|
110
142
|
import {
|
|
111
143
|
ListClustersCommandInput,
|
|
112
144
|
ListClustersCommandOutput,
|
|
@@ -151,6 +183,10 @@ import {
|
|
|
151
183
|
UntagResourceCommandInput,
|
|
152
184
|
UntagResourceCommandOutput,
|
|
153
185
|
} from "./commands/UntagResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateAccessEntryCommandInput,
|
|
188
|
+
UpdateAccessEntryCommandOutput,
|
|
189
|
+
} from "./commands/UpdateAccessEntryCommand";
|
|
154
190
|
import {
|
|
155
191
|
UpdateAddonCommandInput,
|
|
156
192
|
UpdateAddonCommandOutput,
|
|
@@ -181,6 +217,19 @@ import {
|
|
|
181
217
|
} from "./commands/UpdatePodIdentityAssociationCommand";
|
|
182
218
|
import { EKSClient } from "./EKSClient";
|
|
183
219
|
export interface EKS {
|
|
220
|
+
associateAccessPolicy(
|
|
221
|
+
args: AssociateAccessPolicyCommandInput,
|
|
222
|
+
options?: __HttpHandlerOptions
|
|
223
|
+
): Promise<AssociateAccessPolicyCommandOutput>;
|
|
224
|
+
associateAccessPolicy(
|
|
225
|
+
args: AssociateAccessPolicyCommandInput,
|
|
226
|
+
cb: (err: any, data?: AssociateAccessPolicyCommandOutput) => void
|
|
227
|
+
): void;
|
|
228
|
+
associateAccessPolicy(
|
|
229
|
+
args: AssociateAccessPolicyCommandInput,
|
|
230
|
+
options: __HttpHandlerOptions,
|
|
231
|
+
cb: (err: any, data?: AssociateAccessPolicyCommandOutput) => void
|
|
232
|
+
): void;
|
|
184
233
|
associateEncryptionConfig(
|
|
185
234
|
args: AssociateEncryptionConfigCommandInput,
|
|
186
235
|
options?: __HttpHandlerOptions
|
|
@@ -207,6 +256,19 @@ export interface EKS {
|
|
|
207
256
|
options: __HttpHandlerOptions,
|
|
208
257
|
cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void
|
|
209
258
|
): void;
|
|
259
|
+
createAccessEntry(
|
|
260
|
+
args: CreateAccessEntryCommandInput,
|
|
261
|
+
options?: __HttpHandlerOptions
|
|
262
|
+
): Promise<CreateAccessEntryCommandOutput>;
|
|
263
|
+
createAccessEntry(
|
|
264
|
+
args: CreateAccessEntryCommandInput,
|
|
265
|
+
cb: (err: any, data?: CreateAccessEntryCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
createAccessEntry(
|
|
268
|
+
args: CreateAccessEntryCommandInput,
|
|
269
|
+
options: __HttpHandlerOptions,
|
|
270
|
+
cb: (err: any, data?: CreateAccessEntryCommandOutput) => void
|
|
271
|
+
): void;
|
|
210
272
|
createAddon(
|
|
211
273
|
args: CreateAddonCommandInput,
|
|
212
274
|
options?: __HttpHandlerOptions
|
|
@@ -285,6 +347,19 @@ export interface EKS {
|
|
|
285
347
|
options: __HttpHandlerOptions,
|
|
286
348
|
cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void
|
|
287
349
|
): void;
|
|
350
|
+
deleteAccessEntry(
|
|
351
|
+
args: DeleteAccessEntryCommandInput,
|
|
352
|
+
options?: __HttpHandlerOptions
|
|
353
|
+
): Promise<DeleteAccessEntryCommandOutput>;
|
|
354
|
+
deleteAccessEntry(
|
|
355
|
+
args: DeleteAccessEntryCommandInput,
|
|
356
|
+
cb: (err: any, data?: DeleteAccessEntryCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
deleteAccessEntry(
|
|
359
|
+
args: DeleteAccessEntryCommandInput,
|
|
360
|
+
options: __HttpHandlerOptions,
|
|
361
|
+
cb: (err: any, data?: DeleteAccessEntryCommandOutput) => void
|
|
362
|
+
): void;
|
|
288
363
|
deleteAddon(
|
|
289
364
|
args: DeleteAddonCommandInput,
|
|
290
365
|
options?: __HttpHandlerOptions
|
|
@@ -376,6 +451,19 @@ export interface EKS {
|
|
|
376
451
|
options: __HttpHandlerOptions,
|
|
377
452
|
cb: (err: any, data?: DeregisterClusterCommandOutput) => void
|
|
378
453
|
): void;
|
|
454
|
+
describeAccessEntry(
|
|
455
|
+
args: DescribeAccessEntryCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions
|
|
457
|
+
): Promise<DescribeAccessEntryCommandOutput>;
|
|
458
|
+
describeAccessEntry(
|
|
459
|
+
args: DescribeAccessEntryCommandInput,
|
|
460
|
+
cb: (err: any, data?: DescribeAccessEntryCommandOutput) => void
|
|
461
|
+
): void;
|
|
462
|
+
describeAccessEntry(
|
|
463
|
+
args: DescribeAccessEntryCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: DescribeAccessEntryCommandOutput) => void
|
|
466
|
+
): void;
|
|
379
467
|
describeAddon(
|
|
380
468
|
args: DescribeAddonCommandInput,
|
|
381
469
|
options?: __HttpHandlerOptions
|
|
@@ -506,6 +594,19 @@ export interface EKS {
|
|
|
506
594
|
options: __HttpHandlerOptions,
|
|
507
595
|
cb: (err: any, data?: DescribeUpdateCommandOutput) => void
|
|
508
596
|
): void;
|
|
597
|
+
disassociateAccessPolicy(
|
|
598
|
+
args: DisassociateAccessPolicyCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<DisassociateAccessPolicyCommandOutput>;
|
|
601
|
+
disassociateAccessPolicy(
|
|
602
|
+
args: DisassociateAccessPolicyCommandInput,
|
|
603
|
+
cb: (err: any, data?: DisassociateAccessPolicyCommandOutput) => void
|
|
604
|
+
): void;
|
|
605
|
+
disassociateAccessPolicy(
|
|
606
|
+
args: DisassociateAccessPolicyCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (err: any, data?: DisassociateAccessPolicyCommandOutput) => void
|
|
609
|
+
): void;
|
|
509
610
|
disassociateIdentityProviderConfig(
|
|
510
611
|
args: DisassociateIdentityProviderConfigCommandInput,
|
|
511
612
|
options?: __HttpHandlerOptions
|
|
@@ -525,6 +626,32 @@ export interface EKS {
|
|
|
525
626
|
data?: DisassociateIdentityProviderConfigCommandOutput
|
|
526
627
|
) => void
|
|
527
628
|
): void;
|
|
629
|
+
listAccessEntries(
|
|
630
|
+
args: ListAccessEntriesCommandInput,
|
|
631
|
+
options?: __HttpHandlerOptions
|
|
632
|
+
): Promise<ListAccessEntriesCommandOutput>;
|
|
633
|
+
listAccessEntries(
|
|
634
|
+
args: ListAccessEntriesCommandInput,
|
|
635
|
+
cb: (err: any, data?: ListAccessEntriesCommandOutput) => void
|
|
636
|
+
): void;
|
|
637
|
+
listAccessEntries(
|
|
638
|
+
args: ListAccessEntriesCommandInput,
|
|
639
|
+
options: __HttpHandlerOptions,
|
|
640
|
+
cb: (err: any, data?: ListAccessEntriesCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
listAccessPolicies(
|
|
643
|
+
args: ListAccessPoliciesCommandInput,
|
|
644
|
+
options?: __HttpHandlerOptions
|
|
645
|
+
): Promise<ListAccessPoliciesCommandOutput>;
|
|
646
|
+
listAccessPolicies(
|
|
647
|
+
args: ListAccessPoliciesCommandInput,
|
|
648
|
+
cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
|
|
649
|
+
): void;
|
|
650
|
+
listAccessPolicies(
|
|
651
|
+
args: ListAccessPoliciesCommandInput,
|
|
652
|
+
options: __HttpHandlerOptions,
|
|
653
|
+
cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
|
|
654
|
+
): void;
|
|
528
655
|
listAddons(
|
|
529
656
|
args: ListAddonsCommandInput,
|
|
530
657
|
options?: __HttpHandlerOptions
|
|
@@ -538,6 +665,19 @@ export interface EKS {
|
|
|
538
665
|
options: __HttpHandlerOptions,
|
|
539
666
|
cb: (err: any, data?: ListAddonsCommandOutput) => void
|
|
540
667
|
): void;
|
|
668
|
+
listAssociatedAccessPolicies(
|
|
669
|
+
args: ListAssociatedAccessPoliciesCommandInput,
|
|
670
|
+
options?: __HttpHandlerOptions
|
|
671
|
+
): Promise<ListAssociatedAccessPoliciesCommandOutput>;
|
|
672
|
+
listAssociatedAccessPolicies(
|
|
673
|
+
args: ListAssociatedAccessPoliciesCommandInput,
|
|
674
|
+
cb: (err: any, data?: ListAssociatedAccessPoliciesCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
listAssociatedAccessPolicies(
|
|
677
|
+
args: ListAssociatedAccessPoliciesCommandInput,
|
|
678
|
+
options: __HttpHandlerOptions,
|
|
679
|
+
cb: (err: any, data?: ListAssociatedAccessPoliciesCommandOutput) => void
|
|
680
|
+
): void;
|
|
541
681
|
listClusters(
|
|
542
682
|
args: ListClustersCommandInput,
|
|
543
683
|
options?: __HttpHandlerOptions
|
|
@@ -681,6 +821,19 @@ export interface EKS {
|
|
|
681
821
|
options: __HttpHandlerOptions,
|
|
682
822
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
683
823
|
): void;
|
|
824
|
+
updateAccessEntry(
|
|
825
|
+
args: UpdateAccessEntryCommandInput,
|
|
826
|
+
options?: __HttpHandlerOptions
|
|
827
|
+
): Promise<UpdateAccessEntryCommandOutput>;
|
|
828
|
+
updateAccessEntry(
|
|
829
|
+
args: UpdateAccessEntryCommandInput,
|
|
830
|
+
cb: (err: any, data?: UpdateAccessEntryCommandOutput) => void
|
|
831
|
+
): void;
|
|
832
|
+
updateAccessEntry(
|
|
833
|
+
args: UpdateAccessEntryCommandInput,
|
|
834
|
+
options: __HttpHandlerOptions,
|
|
835
|
+
cb: (err: any, data?: UpdateAccessEntryCommandOutput) => void
|
|
836
|
+
): void;
|
|
684
837
|
updateAddon(
|
|
685
838
|
args: UpdateAddonCommandInput,
|
|
686
839
|
options?: __HttpHandlerOptions
|
|
@@ -45,6 +45,10 @@ import {
|
|
|
45
45
|
UrlParser as __UrlParser,
|
|
46
46
|
UserAgent as __UserAgent,
|
|
47
47
|
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
AssociateAccessPolicyCommandInput,
|
|
50
|
+
AssociateAccessPolicyCommandOutput,
|
|
51
|
+
} from "./commands/AssociateAccessPolicyCommand";
|
|
48
52
|
import {
|
|
49
53
|
AssociateEncryptionConfigCommandInput,
|
|
50
54
|
AssociateEncryptionConfigCommandOutput,
|
|
@@ -53,6 +57,10 @@ import {
|
|
|
53
57
|
AssociateIdentityProviderConfigCommandInput,
|
|
54
58
|
AssociateIdentityProviderConfigCommandOutput,
|
|
55
59
|
} from "./commands/AssociateIdentityProviderConfigCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateAccessEntryCommandInput,
|
|
62
|
+
CreateAccessEntryCommandOutput,
|
|
63
|
+
} from "./commands/CreateAccessEntryCommand";
|
|
56
64
|
import {
|
|
57
65
|
CreateAddonCommandInput,
|
|
58
66
|
CreateAddonCommandOutput,
|
|
@@ -77,6 +85,10 @@ import {
|
|
|
77
85
|
CreatePodIdentityAssociationCommandInput,
|
|
78
86
|
CreatePodIdentityAssociationCommandOutput,
|
|
79
87
|
} from "./commands/CreatePodIdentityAssociationCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeleteAccessEntryCommandInput,
|
|
90
|
+
DeleteAccessEntryCommandOutput,
|
|
91
|
+
} from "./commands/DeleteAccessEntryCommand";
|
|
80
92
|
import {
|
|
81
93
|
DeleteAddonCommandInput,
|
|
82
94
|
DeleteAddonCommandOutput,
|
|
@@ -105,6 +117,10 @@ import {
|
|
|
105
117
|
DeregisterClusterCommandInput,
|
|
106
118
|
DeregisterClusterCommandOutput,
|
|
107
119
|
} from "./commands/DeregisterClusterCommand";
|
|
120
|
+
import {
|
|
121
|
+
DescribeAccessEntryCommandInput,
|
|
122
|
+
DescribeAccessEntryCommandOutput,
|
|
123
|
+
} from "./commands/DescribeAccessEntryCommand";
|
|
108
124
|
import {
|
|
109
125
|
DescribeAddonCommandInput,
|
|
110
126
|
DescribeAddonCommandOutput,
|
|
@@ -145,14 +161,30 @@ import {
|
|
|
145
161
|
DescribeUpdateCommandInput,
|
|
146
162
|
DescribeUpdateCommandOutput,
|
|
147
163
|
} from "./commands/DescribeUpdateCommand";
|
|
164
|
+
import {
|
|
165
|
+
DisassociateAccessPolicyCommandInput,
|
|
166
|
+
DisassociateAccessPolicyCommandOutput,
|
|
167
|
+
} from "./commands/DisassociateAccessPolicyCommand";
|
|
148
168
|
import {
|
|
149
169
|
DisassociateIdentityProviderConfigCommandInput,
|
|
150
170
|
DisassociateIdentityProviderConfigCommandOutput,
|
|
151
171
|
} from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
172
|
+
import {
|
|
173
|
+
ListAccessEntriesCommandInput,
|
|
174
|
+
ListAccessEntriesCommandOutput,
|
|
175
|
+
} from "./commands/ListAccessEntriesCommand";
|
|
176
|
+
import {
|
|
177
|
+
ListAccessPoliciesCommandInput,
|
|
178
|
+
ListAccessPoliciesCommandOutput,
|
|
179
|
+
} from "./commands/ListAccessPoliciesCommand";
|
|
152
180
|
import {
|
|
153
181
|
ListAddonsCommandInput,
|
|
154
182
|
ListAddonsCommandOutput,
|
|
155
183
|
} from "./commands/ListAddonsCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListAssociatedAccessPoliciesCommandInput,
|
|
186
|
+
ListAssociatedAccessPoliciesCommandOutput,
|
|
187
|
+
} from "./commands/ListAssociatedAccessPoliciesCommand";
|
|
156
188
|
import {
|
|
157
189
|
ListClustersCommandInput,
|
|
158
190
|
ListClustersCommandOutput,
|
|
@@ -197,6 +229,10 @@ import {
|
|
|
197
229
|
UntagResourceCommandInput,
|
|
198
230
|
UntagResourceCommandOutput,
|
|
199
231
|
} from "./commands/UntagResourceCommand";
|
|
232
|
+
import {
|
|
233
|
+
UpdateAccessEntryCommandInput,
|
|
234
|
+
UpdateAccessEntryCommandOutput,
|
|
235
|
+
} from "./commands/UpdateAccessEntryCommand";
|
|
200
236
|
import {
|
|
201
237
|
UpdateAddonCommandInput,
|
|
202
238
|
UpdateAddonCommandOutput,
|
|
@@ -233,14 +269,17 @@ import {
|
|
|
233
269
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
234
270
|
export { __Client };
|
|
235
271
|
export type ServiceInputTypes =
|
|
272
|
+
| AssociateAccessPolicyCommandInput
|
|
236
273
|
| AssociateEncryptionConfigCommandInput
|
|
237
274
|
| AssociateIdentityProviderConfigCommandInput
|
|
275
|
+
| CreateAccessEntryCommandInput
|
|
238
276
|
| CreateAddonCommandInput
|
|
239
277
|
| CreateClusterCommandInput
|
|
240
278
|
| CreateEksAnywhereSubscriptionCommandInput
|
|
241
279
|
| CreateFargateProfileCommandInput
|
|
242
280
|
| CreateNodegroupCommandInput
|
|
243
281
|
| CreatePodIdentityAssociationCommandInput
|
|
282
|
+
| DeleteAccessEntryCommandInput
|
|
244
283
|
| DeleteAddonCommandInput
|
|
245
284
|
| DeleteClusterCommandInput
|
|
246
285
|
| DeleteEksAnywhereSubscriptionCommandInput
|
|
@@ -248,6 +287,7 @@ export type ServiceInputTypes =
|
|
|
248
287
|
| DeleteNodegroupCommandInput
|
|
249
288
|
| DeletePodIdentityAssociationCommandInput
|
|
250
289
|
| DeregisterClusterCommandInput
|
|
290
|
+
| DescribeAccessEntryCommandInput
|
|
251
291
|
| DescribeAddonCommandInput
|
|
252
292
|
| DescribeAddonConfigurationCommandInput
|
|
253
293
|
| DescribeAddonVersionsCommandInput
|
|
@@ -258,8 +298,12 @@ export type ServiceInputTypes =
|
|
|
258
298
|
| DescribeNodegroupCommandInput
|
|
259
299
|
| DescribePodIdentityAssociationCommandInput
|
|
260
300
|
| DescribeUpdateCommandInput
|
|
301
|
+
| DisassociateAccessPolicyCommandInput
|
|
261
302
|
| DisassociateIdentityProviderConfigCommandInput
|
|
303
|
+
| ListAccessEntriesCommandInput
|
|
304
|
+
| ListAccessPoliciesCommandInput
|
|
262
305
|
| ListAddonsCommandInput
|
|
306
|
+
| ListAssociatedAccessPoliciesCommandInput
|
|
263
307
|
| ListClustersCommandInput
|
|
264
308
|
| ListEksAnywhereSubscriptionsCommandInput
|
|
265
309
|
| ListFargateProfilesCommandInput
|
|
@@ -271,6 +315,7 @@ export type ServiceInputTypes =
|
|
|
271
315
|
| RegisterClusterCommandInput
|
|
272
316
|
| TagResourceCommandInput
|
|
273
317
|
| UntagResourceCommandInput
|
|
318
|
+
| UpdateAccessEntryCommandInput
|
|
274
319
|
| UpdateAddonCommandInput
|
|
275
320
|
| UpdateClusterConfigCommandInput
|
|
276
321
|
| UpdateClusterVersionCommandInput
|
|
@@ -279,14 +324,17 @@ export type ServiceInputTypes =
|
|
|
279
324
|
| UpdateNodegroupVersionCommandInput
|
|
280
325
|
| UpdatePodIdentityAssociationCommandInput;
|
|
281
326
|
export type ServiceOutputTypes =
|
|
327
|
+
| AssociateAccessPolicyCommandOutput
|
|
282
328
|
| AssociateEncryptionConfigCommandOutput
|
|
283
329
|
| AssociateIdentityProviderConfigCommandOutput
|
|
330
|
+
| CreateAccessEntryCommandOutput
|
|
284
331
|
| CreateAddonCommandOutput
|
|
285
332
|
| CreateClusterCommandOutput
|
|
286
333
|
| CreateEksAnywhereSubscriptionCommandOutput
|
|
287
334
|
| CreateFargateProfileCommandOutput
|
|
288
335
|
| CreateNodegroupCommandOutput
|
|
289
336
|
| CreatePodIdentityAssociationCommandOutput
|
|
337
|
+
| DeleteAccessEntryCommandOutput
|
|
290
338
|
| DeleteAddonCommandOutput
|
|
291
339
|
| DeleteClusterCommandOutput
|
|
292
340
|
| DeleteEksAnywhereSubscriptionCommandOutput
|
|
@@ -294,6 +342,7 @@ export type ServiceOutputTypes =
|
|
|
294
342
|
| DeleteNodegroupCommandOutput
|
|
295
343
|
| DeletePodIdentityAssociationCommandOutput
|
|
296
344
|
| DeregisterClusterCommandOutput
|
|
345
|
+
| DescribeAccessEntryCommandOutput
|
|
297
346
|
| DescribeAddonCommandOutput
|
|
298
347
|
| DescribeAddonConfigurationCommandOutput
|
|
299
348
|
| DescribeAddonVersionsCommandOutput
|
|
@@ -304,8 +353,12 @@ export type ServiceOutputTypes =
|
|
|
304
353
|
| DescribeNodegroupCommandOutput
|
|
305
354
|
| DescribePodIdentityAssociationCommandOutput
|
|
306
355
|
| DescribeUpdateCommandOutput
|
|
356
|
+
| DisassociateAccessPolicyCommandOutput
|
|
307
357
|
| DisassociateIdentityProviderConfigCommandOutput
|
|
358
|
+
| ListAccessEntriesCommandOutput
|
|
359
|
+
| ListAccessPoliciesCommandOutput
|
|
308
360
|
| ListAddonsCommandOutput
|
|
361
|
+
| ListAssociatedAccessPoliciesCommandOutput
|
|
309
362
|
| ListClustersCommandOutput
|
|
310
363
|
| ListEksAnywhereSubscriptionsCommandOutput
|
|
311
364
|
| ListFargateProfilesCommandOutput
|
|
@@ -317,6 +370,7 @@ export type ServiceOutputTypes =
|
|
|
317
370
|
| RegisterClusterCommandOutput
|
|
318
371
|
| TagResourceCommandOutput
|
|
319
372
|
| UntagResourceCommandOutput
|
|
373
|
+
| UpdateAccessEntryCommandOutput
|
|
320
374
|
| UpdateAddonCommandOutput
|
|
321
375
|
| UpdateClusterConfigCommandOutput
|
|
322
376
|
| UpdateClusterVersionCommandOutput
|