@aws-sdk/client-eks 3.451.0 → 3.458.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 +80 -40
- package/dist-cjs/EKS.js +10 -0
- package/dist-cjs/commands/CreatePodIdentityAssociationCommand.js +51 -0
- package/dist-cjs/commands/DeletePodIdentityAssociationCommand.js +51 -0
- package/dist-cjs/commands/DescribePodIdentityAssociationCommand.js +51 -0
- package/dist-cjs/commands/ListPodIdentityAssociationsCommand.js +51 -0
- package/dist-cjs/commands/UpdatePodIdentityAssociationCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +352 -2
- package/dist-es/EKS.js +10 -0
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +47 -0
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +47 -0
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +47 -0
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +47 -0
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/pagination/ListEksAnywhereSubscriptionsPaginator.js +25 -0
- package/dist-es/pagination/ListPodIdentityAssociationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +340 -0
- package/dist-types/EKS.d.ts +35 -0
- package/dist-types/EKSClient.d.ts +7 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +19 -0
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +125 -0
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +104 -0
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +107 -0
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +104 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +8 -4
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +108 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +450 -22
- package/dist-types/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPodIdentityAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/EKS.d.ts +85 -0
- package/dist-types/ts3.4/EKSClient.d.ts +32 -2
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +63 -0
- package/dist-types/ts3.4/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPodIdentityAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +3 -3
|
@@ -7,11 +7,13 @@ import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../comman
|
|
|
7
7
|
import { CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput } from "../commands/CreateEksAnywhereSubscriptionCommand";
|
|
8
8
|
import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "../commands/CreateFargateProfileCommand";
|
|
9
9
|
import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "../commands/CreateNodegroupCommand";
|
|
10
|
+
import { CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput } from "../commands/CreatePodIdentityAssociationCommand";
|
|
10
11
|
import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "../commands/DeleteAddonCommand";
|
|
11
12
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
|
|
12
13
|
import { DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput } from "../commands/DeleteEksAnywhereSubscriptionCommand";
|
|
13
14
|
import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "../commands/DeleteFargateProfileCommand";
|
|
14
15
|
import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "../commands/DeleteNodegroupCommand";
|
|
16
|
+
import { DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput } from "../commands/DeletePodIdentityAssociationCommand";
|
|
15
17
|
import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "../commands/DeregisterClusterCommand";
|
|
16
18
|
import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "../commands/DescribeAddonCommand";
|
|
17
19
|
import { DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput } from "../commands/DescribeAddonConfigurationCommand";
|
|
@@ -21,6 +23,7 @@ import { DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscri
|
|
|
21
23
|
import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "../commands/DescribeFargateProfileCommand";
|
|
22
24
|
import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "../commands/DescribeIdentityProviderConfigCommand";
|
|
23
25
|
import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "../commands/DescribeNodegroupCommand";
|
|
26
|
+
import { DescribePodIdentityAssociationCommandInput, DescribePodIdentityAssociationCommandOutput } from "../commands/DescribePodIdentityAssociationCommand";
|
|
24
27
|
import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "../commands/DescribeUpdateCommand";
|
|
25
28
|
import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "../commands/DisassociateIdentityProviderConfigCommand";
|
|
26
29
|
import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand";
|
|
@@ -29,6 +32,7 @@ import { ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsC
|
|
|
29
32
|
import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "../commands/ListFargateProfilesCommand";
|
|
30
33
|
import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "../commands/ListIdentityProviderConfigsCommand";
|
|
31
34
|
import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "../commands/ListNodegroupsCommand";
|
|
35
|
+
import { ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput } from "../commands/ListPodIdentityAssociationsCommand";
|
|
32
36
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
33
37
|
import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand";
|
|
34
38
|
import { RegisterClusterCommandInput, RegisterClusterCommandOutput } from "../commands/RegisterClusterCommand";
|
|
@@ -40,6 +44,7 @@ import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } f
|
|
|
40
44
|
import { UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput } from "../commands/UpdateEksAnywhereSubscriptionCommand";
|
|
41
45
|
import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "../commands/UpdateNodegroupConfigCommand";
|
|
42
46
|
import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "../commands/UpdateNodegroupVersionCommand";
|
|
47
|
+
import { UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput } from "../commands/UpdatePodIdentityAssociationCommand";
|
|
43
48
|
/**
|
|
44
49
|
* serializeAws_restJson1AssociateEncryptionConfigCommand
|
|
45
50
|
*/
|
|
@@ -68,6 +73,10 @@ export declare const se_CreateFargateProfileCommand: (input: CreateFargateProfil
|
|
|
68
73
|
* serializeAws_restJson1CreateNodegroupCommand
|
|
69
74
|
*/
|
|
70
75
|
export declare const se_CreateNodegroupCommand: (input: CreateNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_restJson1CreatePodIdentityAssociationCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_CreatePodIdentityAssociationCommand: (input: CreatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
80
|
/**
|
|
72
81
|
* serializeAws_restJson1DeleteAddonCommand
|
|
73
82
|
*/
|
|
@@ -88,6 +97,10 @@ export declare const se_DeleteFargateProfileCommand: (input: DeleteFargateProfil
|
|
|
88
97
|
* serializeAws_restJson1DeleteNodegroupCommand
|
|
89
98
|
*/
|
|
90
99
|
export declare const se_DeleteNodegroupCommand: (input: DeleteNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_restJson1DeletePodIdentityAssociationCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_DeletePodIdentityAssociationCommand: (input: DeletePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
104
|
/**
|
|
92
105
|
* serializeAws_restJson1DeregisterClusterCommand
|
|
93
106
|
*/
|
|
@@ -124,6 +137,10 @@ export declare const se_DescribeIdentityProviderConfigCommand: (input: DescribeI
|
|
|
124
137
|
* serializeAws_restJson1DescribeNodegroupCommand
|
|
125
138
|
*/
|
|
126
139
|
export declare const se_DescribeNodegroupCommand: (input: DescribeNodegroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
/**
|
|
141
|
+
* serializeAws_restJson1DescribePodIdentityAssociationCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const se_DescribePodIdentityAssociationCommand: (input: DescribePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
144
|
/**
|
|
128
145
|
* serializeAws_restJson1DescribeUpdateCommand
|
|
129
146
|
*/
|
|
@@ -156,6 +173,10 @@ export declare const se_ListIdentityProviderConfigsCommand: (input: ListIdentity
|
|
|
156
173
|
* serializeAws_restJson1ListNodegroupsCommand
|
|
157
174
|
*/
|
|
158
175
|
export declare const se_ListNodegroupsCommand: (input: ListNodegroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_restJson1ListPodIdentityAssociationsCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_ListPodIdentityAssociationsCommand: (input: ListPodIdentityAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
180
|
/**
|
|
160
181
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
161
182
|
*/
|
|
@@ -200,6 +221,10 @@ export declare const se_UpdateNodegroupConfigCommand: (input: UpdateNodegroupCon
|
|
|
200
221
|
* serializeAws_restJson1UpdateNodegroupVersionCommand
|
|
201
222
|
*/
|
|
202
223
|
export declare const se_UpdateNodegroupVersionCommand: (input: UpdateNodegroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
+
/**
|
|
225
|
+
* serializeAws_restJson1UpdatePodIdentityAssociationCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const se_UpdatePodIdentityAssociationCommand: (input: UpdatePodIdentityAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
228
|
/**
|
|
204
229
|
* deserializeAws_restJson1AssociateEncryptionConfigCommand
|
|
205
230
|
*/
|
|
@@ -228,6 +253,10 @@ export declare const de_CreateFargateProfileCommand: (output: __HttpResponse, co
|
|
|
228
253
|
* deserializeAws_restJson1CreateNodegroupCommand
|
|
229
254
|
*/
|
|
230
255
|
export declare const de_CreateNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNodegroupCommandOutput>;
|
|
256
|
+
/**
|
|
257
|
+
* deserializeAws_restJson1CreatePodIdentityAssociationCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const de_CreatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePodIdentityAssociationCommandOutput>;
|
|
231
260
|
/**
|
|
232
261
|
* deserializeAws_restJson1DeleteAddonCommand
|
|
233
262
|
*/
|
|
@@ -248,6 +277,10 @@ export declare const de_DeleteFargateProfileCommand: (output: __HttpResponse, co
|
|
|
248
277
|
* deserializeAws_restJson1DeleteNodegroupCommand
|
|
249
278
|
*/
|
|
250
279
|
export declare const de_DeleteNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNodegroupCommandOutput>;
|
|
280
|
+
/**
|
|
281
|
+
* deserializeAws_restJson1DeletePodIdentityAssociationCommand
|
|
282
|
+
*/
|
|
283
|
+
export declare const de_DeletePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePodIdentityAssociationCommandOutput>;
|
|
251
284
|
/**
|
|
252
285
|
* deserializeAws_restJson1DeregisterClusterCommand
|
|
253
286
|
*/
|
|
@@ -284,6 +317,10 @@ export declare const de_DescribeIdentityProviderConfigCommand: (output: __HttpRe
|
|
|
284
317
|
* deserializeAws_restJson1DescribeNodegroupCommand
|
|
285
318
|
*/
|
|
286
319
|
export declare const de_DescribeNodegroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNodegroupCommandOutput>;
|
|
320
|
+
/**
|
|
321
|
+
* deserializeAws_restJson1DescribePodIdentityAssociationCommand
|
|
322
|
+
*/
|
|
323
|
+
export declare const de_DescribePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePodIdentityAssociationCommandOutput>;
|
|
287
324
|
/**
|
|
288
325
|
* deserializeAws_restJson1DescribeUpdateCommand
|
|
289
326
|
*/
|
|
@@ -316,6 +353,10 @@ export declare const de_ListIdentityProviderConfigsCommand: (output: __HttpRespo
|
|
|
316
353
|
* deserializeAws_restJson1ListNodegroupsCommand
|
|
317
354
|
*/
|
|
318
355
|
export declare const de_ListNodegroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodegroupsCommandOutput>;
|
|
356
|
+
/**
|
|
357
|
+
* deserializeAws_restJson1ListPodIdentityAssociationsCommand
|
|
358
|
+
*/
|
|
359
|
+
export declare const de_ListPodIdentityAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPodIdentityAssociationsCommandOutput>;
|
|
319
360
|
/**
|
|
320
361
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
321
362
|
*/
|
|
@@ -360,3 +401,7 @@ export declare const de_UpdateNodegroupConfigCommand: (output: __HttpResponse, c
|
|
|
360
401
|
* deserializeAws_restJson1UpdateNodegroupVersionCommand
|
|
361
402
|
*/
|
|
362
403
|
export declare const de_UpdateNodegroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNodegroupVersionCommandOutput>;
|
|
404
|
+
/**
|
|
405
|
+
* deserializeAws_restJson1UpdatePodIdentityAssociationCommand
|
|
406
|
+
*/
|
|
407
|
+
export declare const de_UpdatePodIdentityAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePodIdentityAssociationCommandOutput>;
|
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CreateNodegroupCommandInput,
|
|
28
28
|
CreateNodegroupCommandOutput,
|
|
29
29
|
} from "./commands/CreateNodegroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreatePodIdentityAssociationCommandInput,
|
|
32
|
+
CreatePodIdentityAssociationCommandOutput,
|
|
33
|
+
} from "./commands/CreatePodIdentityAssociationCommand";
|
|
30
34
|
import {
|
|
31
35
|
DeleteAddonCommandInput,
|
|
32
36
|
DeleteAddonCommandOutput,
|
|
@@ -47,6 +51,10 @@ import {
|
|
|
47
51
|
DeleteNodegroupCommandInput,
|
|
48
52
|
DeleteNodegroupCommandOutput,
|
|
49
53
|
} from "./commands/DeleteNodegroupCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeletePodIdentityAssociationCommandInput,
|
|
56
|
+
DeletePodIdentityAssociationCommandOutput,
|
|
57
|
+
} from "./commands/DeletePodIdentityAssociationCommand";
|
|
50
58
|
import {
|
|
51
59
|
DeregisterClusterCommandInput,
|
|
52
60
|
DeregisterClusterCommandOutput,
|
|
@@ -83,6 +91,10 @@ import {
|
|
|
83
91
|
DescribeNodegroupCommandInput,
|
|
84
92
|
DescribeNodegroupCommandOutput,
|
|
85
93
|
} from "./commands/DescribeNodegroupCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribePodIdentityAssociationCommandInput,
|
|
96
|
+
DescribePodIdentityAssociationCommandOutput,
|
|
97
|
+
} from "./commands/DescribePodIdentityAssociationCommand";
|
|
86
98
|
import {
|
|
87
99
|
DescribeUpdateCommandInput,
|
|
88
100
|
DescribeUpdateCommandOutput,
|
|
@@ -115,6 +127,10 @@ import {
|
|
|
115
127
|
ListNodegroupsCommandInput,
|
|
116
128
|
ListNodegroupsCommandOutput,
|
|
117
129
|
} from "./commands/ListNodegroupsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListPodIdentityAssociationsCommandInput,
|
|
132
|
+
ListPodIdentityAssociationsCommandOutput,
|
|
133
|
+
} from "./commands/ListPodIdentityAssociationsCommand";
|
|
118
134
|
import {
|
|
119
135
|
ListTagsForResourceCommandInput,
|
|
120
136
|
ListTagsForResourceCommandOutput,
|
|
@@ -159,6 +175,10 @@ import {
|
|
|
159
175
|
UpdateNodegroupVersionCommandInput,
|
|
160
176
|
UpdateNodegroupVersionCommandOutput,
|
|
161
177
|
} from "./commands/UpdateNodegroupVersionCommand";
|
|
178
|
+
import {
|
|
179
|
+
UpdatePodIdentityAssociationCommandInput,
|
|
180
|
+
UpdatePodIdentityAssociationCommandOutput,
|
|
181
|
+
} from "./commands/UpdatePodIdentityAssociationCommand";
|
|
162
182
|
import { EKSClient } from "./EKSClient";
|
|
163
183
|
export interface EKS {
|
|
164
184
|
associateEncryptionConfig(
|
|
@@ -252,6 +272,19 @@ export interface EKS {
|
|
|
252
272
|
options: __HttpHandlerOptions,
|
|
253
273
|
cb: (err: any, data?: CreateNodegroupCommandOutput) => void
|
|
254
274
|
): void;
|
|
275
|
+
createPodIdentityAssociation(
|
|
276
|
+
args: CreatePodIdentityAssociationCommandInput,
|
|
277
|
+
options?: __HttpHandlerOptions
|
|
278
|
+
): Promise<CreatePodIdentityAssociationCommandOutput>;
|
|
279
|
+
createPodIdentityAssociation(
|
|
280
|
+
args: CreatePodIdentityAssociationCommandInput,
|
|
281
|
+
cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
createPodIdentityAssociation(
|
|
284
|
+
args: CreatePodIdentityAssociationCommandInput,
|
|
285
|
+
options: __HttpHandlerOptions,
|
|
286
|
+
cb: (err: any, data?: CreatePodIdentityAssociationCommandOutput) => void
|
|
287
|
+
): void;
|
|
255
288
|
deleteAddon(
|
|
256
289
|
args: DeleteAddonCommandInput,
|
|
257
290
|
options?: __HttpHandlerOptions
|
|
@@ -317,6 +350,19 @@ export interface EKS {
|
|
|
317
350
|
options: __HttpHandlerOptions,
|
|
318
351
|
cb: (err: any, data?: DeleteNodegroupCommandOutput) => void
|
|
319
352
|
): void;
|
|
353
|
+
deletePodIdentityAssociation(
|
|
354
|
+
args: DeletePodIdentityAssociationCommandInput,
|
|
355
|
+
options?: __HttpHandlerOptions
|
|
356
|
+
): Promise<DeletePodIdentityAssociationCommandOutput>;
|
|
357
|
+
deletePodIdentityAssociation(
|
|
358
|
+
args: DeletePodIdentityAssociationCommandInput,
|
|
359
|
+
cb: (err: any, data?: DeletePodIdentityAssociationCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
deletePodIdentityAssociation(
|
|
362
|
+
args: DeletePodIdentityAssociationCommandInput,
|
|
363
|
+
options: __HttpHandlerOptions,
|
|
364
|
+
cb: (err: any, data?: DeletePodIdentityAssociationCommandOutput) => void
|
|
365
|
+
): void;
|
|
320
366
|
deregisterCluster(
|
|
321
367
|
args: DeregisterClusterCommandInput,
|
|
322
368
|
options?: __HttpHandlerOptions
|
|
@@ -434,6 +480,19 @@ export interface EKS {
|
|
|
434
480
|
options: __HttpHandlerOptions,
|
|
435
481
|
cb: (err: any, data?: DescribeNodegroupCommandOutput) => void
|
|
436
482
|
): void;
|
|
483
|
+
describePodIdentityAssociation(
|
|
484
|
+
args: DescribePodIdentityAssociationCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<DescribePodIdentityAssociationCommandOutput>;
|
|
487
|
+
describePodIdentityAssociation(
|
|
488
|
+
args: DescribePodIdentityAssociationCommandInput,
|
|
489
|
+
cb: (err: any, data?: DescribePodIdentityAssociationCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
describePodIdentityAssociation(
|
|
492
|
+
args: DescribePodIdentityAssociationCommandInput,
|
|
493
|
+
options: __HttpHandlerOptions,
|
|
494
|
+
cb: (err: any, data?: DescribePodIdentityAssociationCommandOutput) => void
|
|
495
|
+
): void;
|
|
437
496
|
describeUpdate(
|
|
438
497
|
args: DescribeUpdateCommandInput,
|
|
439
498
|
options?: __HttpHandlerOptions
|
|
@@ -544,6 +603,19 @@ export interface EKS {
|
|
|
544
603
|
options: __HttpHandlerOptions,
|
|
545
604
|
cb: (err: any, data?: ListNodegroupsCommandOutput) => void
|
|
546
605
|
): void;
|
|
606
|
+
listPodIdentityAssociations(
|
|
607
|
+
args: ListPodIdentityAssociationsCommandInput,
|
|
608
|
+
options?: __HttpHandlerOptions
|
|
609
|
+
): Promise<ListPodIdentityAssociationsCommandOutput>;
|
|
610
|
+
listPodIdentityAssociations(
|
|
611
|
+
args: ListPodIdentityAssociationsCommandInput,
|
|
612
|
+
cb: (err: any, data?: ListPodIdentityAssociationsCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
listPodIdentityAssociations(
|
|
615
|
+
args: ListPodIdentityAssociationsCommandInput,
|
|
616
|
+
options: __HttpHandlerOptions,
|
|
617
|
+
cb: (err: any, data?: ListPodIdentityAssociationsCommandOutput) => void
|
|
618
|
+
): void;
|
|
547
619
|
listTagsForResource(
|
|
548
620
|
args: ListTagsForResourceCommandInput,
|
|
549
621
|
options?: __HttpHandlerOptions
|
|
@@ -687,5 +759,18 @@ export interface EKS {
|
|
|
687
759
|
options: __HttpHandlerOptions,
|
|
688
760
|
cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void
|
|
689
761
|
): void;
|
|
762
|
+
updatePodIdentityAssociation(
|
|
763
|
+
args: UpdatePodIdentityAssociationCommandInput,
|
|
764
|
+
options?: __HttpHandlerOptions
|
|
765
|
+
): Promise<UpdatePodIdentityAssociationCommandOutput>;
|
|
766
|
+
updatePodIdentityAssociation(
|
|
767
|
+
args: UpdatePodIdentityAssociationCommandInput,
|
|
768
|
+
cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void
|
|
769
|
+
): void;
|
|
770
|
+
updatePodIdentityAssociation(
|
|
771
|
+
args: UpdatePodIdentityAssociationCommandInput,
|
|
772
|
+
options: __HttpHandlerOptions,
|
|
773
|
+
cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void
|
|
774
|
+
): void;
|
|
690
775
|
}
|
|
691
776
|
export declare class EKS extends EKSClient implements EKS {}
|
|
@@ -73,6 +73,10 @@ import {
|
|
|
73
73
|
CreateNodegroupCommandInput,
|
|
74
74
|
CreateNodegroupCommandOutput,
|
|
75
75
|
} from "./commands/CreateNodegroupCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreatePodIdentityAssociationCommandInput,
|
|
78
|
+
CreatePodIdentityAssociationCommandOutput,
|
|
79
|
+
} from "./commands/CreatePodIdentityAssociationCommand";
|
|
76
80
|
import {
|
|
77
81
|
DeleteAddonCommandInput,
|
|
78
82
|
DeleteAddonCommandOutput,
|
|
@@ -93,6 +97,10 @@ import {
|
|
|
93
97
|
DeleteNodegroupCommandInput,
|
|
94
98
|
DeleteNodegroupCommandOutput,
|
|
95
99
|
} from "./commands/DeleteNodegroupCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeletePodIdentityAssociationCommandInput,
|
|
102
|
+
DeletePodIdentityAssociationCommandOutput,
|
|
103
|
+
} from "./commands/DeletePodIdentityAssociationCommand";
|
|
96
104
|
import {
|
|
97
105
|
DeregisterClusterCommandInput,
|
|
98
106
|
DeregisterClusterCommandOutput,
|
|
@@ -129,6 +137,10 @@ import {
|
|
|
129
137
|
DescribeNodegroupCommandInput,
|
|
130
138
|
DescribeNodegroupCommandOutput,
|
|
131
139
|
} from "./commands/DescribeNodegroupCommand";
|
|
140
|
+
import {
|
|
141
|
+
DescribePodIdentityAssociationCommandInput,
|
|
142
|
+
DescribePodIdentityAssociationCommandOutput,
|
|
143
|
+
} from "./commands/DescribePodIdentityAssociationCommand";
|
|
132
144
|
import {
|
|
133
145
|
DescribeUpdateCommandInput,
|
|
134
146
|
DescribeUpdateCommandOutput,
|
|
@@ -161,6 +173,10 @@ import {
|
|
|
161
173
|
ListNodegroupsCommandInput,
|
|
162
174
|
ListNodegroupsCommandOutput,
|
|
163
175
|
} from "./commands/ListNodegroupsCommand";
|
|
176
|
+
import {
|
|
177
|
+
ListPodIdentityAssociationsCommandInput,
|
|
178
|
+
ListPodIdentityAssociationsCommandOutput,
|
|
179
|
+
} from "./commands/ListPodIdentityAssociationsCommand";
|
|
164
180
|
import {
|
|
165
181
|
ListTagsForResourceCommandInput,
|
|
166
182
|
ListTagsForResourceCommandOutput,
|
|
@@ -205,6 +221,10 @@ import {
|
|
|
205
221
|
UpdateNodegroupVersionCommandInput,
|
|
206
222
|
UpdateNodegroupVersionCommandOutput,
|
|
207
223
|
} from "./commands/UpdateNodegroupVersionCommand";
|
|
224
|
+
import {
|
|
225
|
+
UpdatePodIdentityAssociationCommandInput,
|
|
226
|
+
UpdatePodIdentityAssociationCommandOutput,
|
|
227
|
+
} from "./commands/UpdatePodIdentityAssociationCommand";
|
|
208
228
|
import {
|
|
209
229
|
ClientInputEndpointParameters,
|
|
210
230
|
ClientResolvedEndpointParameters,
|
|
@@ -220,11 +240,13 @@ export type ServiceInputTypes =
|
|
|
220
240
|
| CreateEksAnywhereSubscriptionCommandInput
|
|
221
241
|
| CreateFargateProfileCommandInput
|
|
222
242
|
| CreateNodegroupCommandInput
|
|
243
|
+
| CreatePodIdentityAssociationCommandInput
|
|
223
244
|
| DeleteAddonCommandInput
|
|
224
245
|
| DeleteClusterCommandInput
|
|
225
246
|
| DeleteEksAnywhereSubscriptionCommandInput
|
|
226
247
|
| DeleteFargateProfileCommandInput
|
|
227
248
|
| DeleteNodegroupCommandInput
|
|
249
|
+
| DeletePodIdentityAssociationCommandInput
|
|
228
250
|
| DeregisterClusterCommandInput
|
|
229
251
|
| DescribeAddonCommandInput
|
|
230
252
|
| DescribeAddonConfigurationCommandInput
|
|
@@ -234,6 +256,7 @@ export type ServiceInputTypes =
|
|
|
234
256
|
| DescribeFargateProfileCommandInput
|
|
235
257
|
| DescribeIdentityProviderConfigCommandInput
|
|
236
258
|
| DescribeNodegroupCommandInput
|
|
259
|
+
| DescribePodIdentityAssociationCommandInput
|
|
237
260
|
| DescribeUpdateCommandInput
|
|
238
261
|
| DisassociateIdentityProviderConfigCommandInput
|
|
239
262
|
| ListAddonsCommandInput
|
|
@@ -242,6 +265,7 @@ export type ServiceInputTypes =
|
|
|
242
265
|
| ListFargateProfilesCommandInput
|
|
243
266
|
| ListIdentityProviderConfigsCommandInput
|
|
244
267
|
| ListNodegroupsCommandInput
|
|
268
|
+
| ListPodIdentityAssociationsCommandInput
|
|
245
269
|
| ListTagsForResourceCommandInput
|
|
246
270
|
| ListUpdatesCommandInput
|
|
247
271
|
| RegisterClusterCommandInput
|
|
@@ -252,7 +276,8 @@ export type ServiceInputTypes =
|
|
|
252
276
|
| UpdateClusterVersionCommandInput
|
|
253
277
|
| UpdateEksAnywhereSubscriptionCommandInput
|
|
254
278
|
| UpdateNodegroupConfigCommandInput
|
|
255
|
-
| UpdateNodegroupVersionCommandInput
|
|
279
|
+
| UpdateNodegroupVersionCommandInput
|
|
280
|
+
| UpdatePodIdentityAssociationCommandInput;
|
|
256
281
|
export type ServiceOutputTypes =
|
|
257
282
|
| AssociateEncryptionConfigCommandOutput
|
|
258
283
|
| AssociateIdentityProviderConfigCommandOutput
|
|
@@ -261,11 +286,13 @@ export type ServiceOutputTypes =
|
|
|
261
286
|
| CreateEksAnywhereSubscriptionCommandOutput
|
|
262
287
|
| CreateFargateProfileCommandOutput
|
|
263
288
|
| CreateNodegroupCommandOutput
|
|
289
|
+
| CreatePodIdentityAssociationCommandOutput
|
|
264
290
|
| DeleteAddonCommandOutput
|
|
265
291
|
| DeleteClusterCommandOutput
|
|
266
292
|
| DeleteEksAnywhereSubscriptionCommandOutput
|
|
267
293
|
| DeleteFargateProfileCommandOutput
|
|
268
294
|
| DeleteNodegroupCommandOutput
|
|
295
|
+
| DeletePodIdentityAssociationCommandOutput
|
|
269
296
|
| DeregisterClusterCommandOutput
|
|
270
297
|
| DescribeAddonCommandOutput
|
|
271
298
|
| DescribeAddonConfigurationCommandOutput
|
|
@@ -275,6 +302,7 @@ export type ServiceOutputTypes =
|
|
|
275
302
|
| DescribeFargateProfileCommandOutput
|
|
276
303
|
| DescribeIdentityProviderConfigCommandOutput
|
|
277
304
|
| DescribeNodegroupCommandOutput
|
|
305
|
+
| DescribePodIdentityAssociationCommandOutput
|
|
278
306
|
| DescribeUpdateCommandOutput
|
|
279
307
|
| DisassociateIdentityProviderConfigCommandOutput
|
|
280
308
|
| ListAddonsCommandOutput
|
|
@@ -283,6 +311,7 @@ export type ServiceOutputTypes =
|
|
|
283
311
|
| ListFargateProfilesCommandOutput
|
|
284
312
|
| ListIdentityProviderConfigsCommandOutput
|
|
285
313
|
| ListNodegroupsCommandOutput
|
|
314
|
+
| ListPodIdentityAssociationsCommandOutput
|
|
286
315
|
| ListTagsForResourceCommandOutput
|
|
287
316
|
| ListUpdatesCommandOutput
|
|
288
317
|
| RegisterClusterCommandOutput
|
|
@@ -293,7 +322,8 @@ export type ServiceOutputTypes =
|
|
|
293
322
|
| UpdateClusterVersionCommandOutput
|
|
294
323
|
| UpdateEksAnywhereSubscriptionCommandOutput
|
|
295
324
|
| UpdateNodegroupConfigCommandOutput
|
|
296
|
-
| UpdateNodegroupVersionCommandOutput
|
|
325
|
+
| UpdateNodegroupVersionCommandOutput
|
|
326
|
+
| UpdatePodIdentityAssociationCommandOutput;
|
|
297
327
|
export interface ClientDefaults
|
|
298
328
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
299
329
|
requestHandler?: __HttpHandler;
|
|
@@ -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
|
+
CreatePodIdentityAssociationRequest,
|
|
16
|
+
CreatePodIdentityAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreatePodIdentityAssociationCommandInput
|
|
20
|
+
extends CreatePodIdentityAssociationRequest {}
|
|
21
|
+
export interface CreatePodIdentityAssociationCommandOutput
|
|
22
|
+
extends CreatePodIdentityAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreatePodIdentityAssociationCommand extends $Command<
|
|
25
|
+
CreatePodIdentityAssociationCommandInput,
|
|
26
|
+
CreatePodIdentityAssociationCommandOutput,
|
|
27
|
+
EKSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreatePodIdentityAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreatePodIdentityAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EKSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreatePodIdentityAssociationCommandInput,
|
|
38
|
+
CreatePodIdentityAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -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
|
+
DeletePodIdentityAssociationRequest,
|
|
16
|
+
DeletePodIdentityAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeletePodIdentityAssociationCommandInput
|
|
20
|
+
extends DeletePodIdentityAssociationRequest {}
|
|
21
|
+
export interface DeletePodIdentityAssociationCommandOutput
|
|
22
|
+
extends DeletePodIdentityAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeletePodIdentityAssociationCommand extends $Command<
|
|
25
|
+
DeletePodIdentityAssociationCommandInput,
|
|
26
|
+
DeletePodIdentityAssociationCommandOutput,
|
|
27
|
+
EKSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeletePodIdentityAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeletePodIdentityAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EKSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeletePodIdentityAssociationCommandInput,
|
|
38
|
+
DeletePodIdentityAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -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
|
+
DescribePodIdentityAssociationRequest,
|
|
16
|
+
DescribePodIdentityAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribePodIdentityAssociationCommandInput
|
|
20
|
+
extends DescribePodIdentityAssociationRequest {}
|
|
21
|
+
export interface DescribePodIdentityAssociationCommandOutput
|
|
22
|
+
extends DescribePodIdentityAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribePodIdentityAssociationCommand extends $Command<
|
|
25
|
+
DescribePodIdentityAssociationCommandInput,
|
|
26
|
+
DescribePodIdentityAssociationCommandOutput,
|
|
27
|
+
EKSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribePodIdentityAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribePodIdentityAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EKSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribePodIdentityAssociationCommandInput,
|
|
38
|
+
DescribePodIdentityAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -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
|
+
ListPodIdentityAssociationsRequest,
|
|
16
|
+
ListPodIdentityAssociationsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListPodIdentityAssociationsCommandInput
|
|
20
|
+
extends ListPodIdentityAssociationsRequest {}
|
|
21
|
+
export interface ListPodIdentityAssociationsCommandOutput
|
|
22
|
+
extends ListPodIdentityAssociationsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListPodIdentityAssociationsCommand extends $Command<
|
|
25
|
+
ListPodIdentityAssociationsCommandInput,
|
|
26
|
+
ListPodIdentityAssociationsCommandOutput,
|
|
27
|
+
EKSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListPodIdentityAssociationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListPodIdentityAssociationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EKSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListPodIdentityAssociationsCommandInput,
|
|
38
|
+
ListPodIdentityAssociationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -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
|
+
UpdatePodIdentityAssociationRequest,
|
|
16
|
+
UpdatePodIdentityAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdatePodIdentityAssociationCommandInput
|
|
20
|
+
extends UpdatePodIdentityAssociationRequest {}
|
|
21
|
+
export interface UpdatePodIdentityAssociationCommandOutput
|
|
22
|
+
extends UpdatePodIdentityAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdatePodIdentityAssociationCommand extends $Command<
|
|
25
|
+
UpdatePodIdentityAssociationCommandInput,
|
|
26
|
+
UpdatePodIdentityAssociationCommandOutput,
|
|
27
|
+
EKSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdatePodIdentityAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdatePodIdentityAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: EKSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdatePodIdentityAssociationCommandInput,
|
|
38
|
+
UpdatePodIdentityAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -5,11 +5,13 @@ export * from "./CreateClusterCommand";
|
|
|
5
5
|
export * from "./CreateEksAnywhereSubscriptionCommand";
|
|
6
6
|
export * from "./CreateFargateProfileCommand";
|
|
7
7
|
export * from "./CreateNodegroupCommand";
|
|
8
|
+
export * from "./CreatePodIdentityAssociationCommand";
|
|
8
9
|
export * from "./DeleteAddonCommand";
|
|
9
10
|
export * from "./DeleteClusterCommand";
|
|
10
11
|
export * from "./DeleteEksAnywhereSubscriptionCommand";
|
|
11
12
|
export * from "./DeleteFargateProfileCommand";
|
|
12
13
|
export * from "./DeleteNodegroupCommand";
|
|
14
|
+
export * from "./DeletePodIdentityAssociationCommand";
|
|
13
15
|
export * from "./DeregisterClusterCommand";
|
|
14
16
|
export * from "./DescribeAddonCommand";
|
|
15
17
|
export * from "./DescribeAddonConfigurationCommand";
|
|
@@ -19,6 +21,7 @@ export * from "./DescribeEksAnywhereSubscriptionCommand";
|
|
|
19
21
|
export * from "./DescribeFargateProfileCommand";
|
|
20
22
|
export * from "./DescribeIdentityProviderConfigCommand";
|
|
21
23
|
export * from "./DescribeNodegroupCommand";
|
|
24
|
+
export * from "./DescribePodIdentityAssociationCommand";
|
|
22
25
|
export * from "./DescribeUpdateCommand";
|
|
23
26
|
export * from "./DisassociateIdentityProviderConfigCommand";
|
|
24
27
|
export * from "./ListAddonsCommand";
|
|
@@ -27,6 +30,7 @@ export * from "./ListEksAnywhereSubscriptionsCommand";
|
|
|
27
30
|
export * from "./ListFargateProfilesCommand";
|
|
28
31
|
export * from "./ListIdentityProviderConfigsCommand";
|
|
29
32
|
export * from "./ListNodegroupsCommand";
|
|
33
|
+
export * from "./ListPodIdentityAssociationsCommand";
|
|
30
34
|
export * from "./ListTagsForResourceCommand";
|
|
31
35
|
export * from "./ListUpdatesCommand";
|
|
32
36
|
export * from "./RegisterClusterCommand";
|
|
@@ -38,3 +42,4 @@ export * from "./UpdateClusterVersionCommand";
|
|
|
38
42
|
export * from "./UpdateEksAnywhereSubscriptionCommand";
|
|
39
43
|
export * from "./UpdateNodegroupConfigCommand";
|
|
40
44
|
export * from "./UpdateNodegroupVersionCommand";
|
|
45
|
+
export * from "./UpdatePodIdentityAssociationCommand";
|