@aws-sdk/client-eks 3.454.0 → 3.460.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 +12 -12
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ see LICENSE for more information.
|
|
|
216
216
|
AssociateEncryptionConfig
|
|
217
217
|
</summary>
|
|
218
218
|
|
|
219
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
219
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/AssociateEncryptionConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/AssociateEncryptionConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/AssociateEncryptionConfigCommandOutput/)
|
|
220
220
|
|
|
221
221
|
</details>
|
|
222
222
|
<details>
|
|
@@ -224,7 +224,7 @@ AssociateEncryptionConfig
|
|
|
224
224
|
AssociateIdentityProviderConfig
|
|
225
225
|
</summary>
|
|
226
226
|
|
|
227
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
227
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/AssociateIdentityProviderConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/AssociateIdentityProviderConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/AssociateIdentityProviderConfigCommandOutput/)
|
|
228
228
|
|
|
229
229
|
</details>
|
|
230
230
|
<details>
|
|
@@ -232,7 +232,7 @@ AssociateIdentityProviderConfig
|
|
|
232
232
|
CreateAddon
|
|
233
233
|
</summary>
|
|
234
234
|
|
|
235
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
235
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreateAddonCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateAddonCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateAddonCommandOutput/)
|
|
236
236
|
|
|
237
237
|
</details>
|
|
238
238
|
<details>
|
|
@@ -240,7 +240,7 @@ CreateAddon
|
|
|
240
240
|
CreateCluster
|
|
241
241
|
</summary>
|
|
242
242
|
|
|
243
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
243
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateClusterCommandOutput/)
|
|
244
244
|
|
|
245
245
|
</details>
|
|
246
246
|
<details>
|
|
@@ -248,7 +248,7 @@ CreateCluster
|
|
|
248
248
|
CreateEksAnywhereSubscription
|
|
249
249
|
</summary>
|
|
250
250
|
|
|
251
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
251
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreateEksAnywhereSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateEksAnywhereSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateEksAnywhereSubscriptionCommandOutput/)
|
|
252
252
|
|
|
253
253
|
</details>
|
|
254
254
|
<details>
|
|
@@ -256,7 +256,7 @@ CreateEksAnywhereSubscription
|
|
|
256
256
|
CreateFargateProfile
|
|
257
257
|
</summary>
|
|
258
258
|
|
|
259
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
259
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreateFargateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateFargateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateFargateProfileCommandOutput/)
|
|
260
260
|
|
|
261
261
|
</details>
|
|
262
262
|
<details>
|
|
@@ -264,7 +264,15 @@ CreateFargateProfile
|
|
|
264
264
|
CreateNodegroup
|
|
265
265
|
</summary>
|
|
266
266
|
|
|
267
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
267
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreateNodegroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateNodegroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateNodegroupCommandOutput/)
|
|
268
|
+
|
|
269
|
+
</details>
|
|
270
|
+
<details>
|
|
271
|
+
<summary>
|
|
272
|
+
CreatePodIdentityAssociation
|
|
273
|
+
</summary>
|
|
274
|
+
|
|
275
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreatePodIdentityAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreatePodIdentityAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreatePodIdentityAssociationCommandOutput/)
|
|
268
276
|
|
|
269
277
|
</details>
|
|
270
278
|
<details>
|
|
@@ -272,7 +280,7 @@ CreateNodegroup
|
|
|
272
280
|
DeleteAddon
|
|
273
281
|
</summary>
|
|
274
282
|
|
|
275
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
283
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeleteAddonCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteAddonCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteAddonCommandOutput/)
|
|
276
284
|
|
|
277
285
|
</details>
|
|
278
286
|
<details>
|
|
@@ -280,7 +288,7 @@ DeleteAddon
|
|
|
280
288
|
DeleteCluster
|
|
281
289
|
</summary>
|
|
282
290
|
|
|
283
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
291
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeleteClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteClusterCommandOutput/)
|
|
284
292
|
|
|
285
293
|
</details>
|
|
286
294
|
<details>
|
|
@@ -288,7 +296,7 @@ DeleteCluster
|
|
|
288
296
|
DeleteEksAnywhereSubscription
|
|
289
297
|
</summary>
|
|
290
298
|
|
|
291
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
299
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeleteEksAnywhereSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteEksAnywhereSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteEksAnywhereSubscriptionCommandOutput/)
|
|
292
300
|
|
|
293
301
|
</details>
|
|
294
302
|
<details>
|
|
@@ -296,7 +304,7 @@ DeleteEksAnywhereSubscription
|
|
|
296
304
|
DeleteFargateProfile
|
|
297
305
|
</summary>
|
|
298
306
|
|
|
299
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
307
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeleteFargateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteFargateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteFargateProfileCommandOutput/)
|
|
300
308
|
|
|
301
309
|
</details>
|
|
302
310
|
<details>
|
|
@@ -304,7 +312,15 @@ DeleteFargateProfile
|
|
|
304
312
|
DeleteNodegroup
|
|
305
313
|
</summary>
|
|
306
314
|
|
|
307
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
315
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeleteNodegroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteNodegroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteNodegroupCommandOutput/)
|
|
316
|
+
|
|
317
|
+
</details>
|
|
318
|
+
<details>
|
|
319
|
+
<summary>
|
|
320
|
+
DeletePodIdentityAssociation
|
|
321
|
+
</summary>
|
|
322
|
+
|
|
323
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeletePodIdentityAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeletePodIdentityAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeletePodIdentityAssociationCommandOutput/)
|
|
308
324
|
|
|
309
325
|
</details>
|
|
310
326
|
<details>
|
|
@@ -312,7 +328,7 @@ DeleteNodegroup
|
|
|
312
328
|
DeregisterCluster
|
|
313
329
|
</summary>
|
|
314
330
|
|
|
315
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
331
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeregisterClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeregisterClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeregisterClusterCommandOutput/)
|
|
316
332
|
|
|
317
333
|
</details>
|
|
318
334
|
<details>
|
|
@@ -320,7 +336,7 @@ DeregisterCluster
|
|
|
320
336
|
DescribeAddon
|
|
321
337
|
</summary>
|
|
322
338
|
|
|
323
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
339
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeAddonCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonCommandOutput/)
|
|
324
340
|
|
|
325
341
|
</details>
|
|
326
342
|
<details>
|
|
@@ -328,7 +344,7 @@ DescribeAddon
|
|
|
328
344
|
DescribeAddonConfiguration
|
|
329
345
|
</summary>
|
|
330
346
|
|
|
331
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
347
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeAddonConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonConfigurationCommandOutput/)
|
|
332
348
|
|
|
333
349
|
</details>
|
|
334
350
|
<details>
|
|
@@ -336,7 +352,7 @@ DescribeAddonConfiguration
|
|
|
336
352
|
DescribeAddonVersions
|
|
337
353
|
</summary>
|
|
338
354
|
|
|
339
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
355
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeAddonVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonVersionsCommandOutput/)
|
|
340
356
|
|
|
341
357
|
</details>
|
|
342
358
|
<details>
|
|
@@ -344,7 +360,7 @@ DescribeAddonVersions
|
|
|
344
360
|
DescribeCluster
|
|
345
361
|
</summary>
|
|
346
362
|
|
|
347
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
363
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeClusterCommandOutput/)
|
|
348
364
|
|
|
349
365
|
</details>
|
|
350
366
|
<details>
|
|
@@ -352,7 +368,7 @@ DescribeCluster
|
|
|
352
368
|
DescribeEksAnywhereSubscription
|
|
353
369
|
</summary>
|
|
354
370
|
|
|
355
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
371
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeEksAnywhereSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeEksAnywhereSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeEksAnywhereSubscriptionCommandOutput/)
|
|
356
372
|
|
|
357
373
|
</details>
|
|
358
374
|
<details>
|
|
@@ -360,7 +376,7 @@ DescribeEksAnywhereSubscription
|
|
|
360
376
|
DescribeFargateProfile
|
|
361
377
|
</summary>
|
|
362
378
|
|
|
363
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
379
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeFargateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeFargateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeFargateProfileCommandOutput/)
|
|
364
380
|
|
|
365
381
|
</details>
|
|
366
382
|
<details>
|
|
@@ -368,7 +384,7 @@ DescribeFargateProfile
|
|
|
368
384
|
DescribeIdentityProviderConfig
|
|
369
385
|
</summary>
|
|
370
386
|
|
|
371
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
387
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeIdentityProviderConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeIdentityProviderConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeIdentityProviderConfigCommandOutput/)
|
|
372
388
|
|
|
373
389
|
</details>
|
|
374
390
|
<details>
|
|
@@ -376,7 +392,15 @@ DescribeIdentityProviderConfig
|
|
|
376
392
|
DescribeNodegroup
|
|
377
393
|
</summary>
|
|
378
394
|
|
|
379
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
395
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeNodegroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeNodegroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeNodegroupCommandOutput/)
|
|
396
|
+
|
|
397
|
+
</details>
|
|
398
|
+
<details>
|
|
399
|
+
<summary>
|
|
400
|
+
DescribePodIdentityAssociation
|
|
401
|
+
</summary>
|
|
402
|
+
|
|
403
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribePodIdentityAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribePodIdentityAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribePodIdentityAssociationCommandOutput/)
|
|
380
404
|
|
|
381
405
|
</details>
|
|
382
406
|
<details>
|
|
@@ -384,7 +408,7 @@ DescribeNodegroup
|
|
|
384
408
|
DescribeUpdate
|
|
385
409
|
</summary>
|
|
386
410
|
|
|
387
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
411
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeUpdateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeUpdateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeUpdateCommandOutput/)
|
|
388
412
|
|
|
389
413
|
</details>
|
|
390
414
|
<details>
|
|
@@ -392,7 +416,7 @@ DescribeUpdate
|
|
|
392
416
|
DisassociateIdentityProviderConfig
|
|
393
417
|
</summary>
|
|
394
418
|
|
|
395
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
419
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DisassociateIdentityProviderConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DisassociateIdentityProviderConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DisassociateIdentityProviderConfigCommandOutput/)
|
|
396
420
|
|
|
397
421
|
</details>
|
|
398
422
|
<details>
|
|
@@ -400,7 +424,7 @@ DisassociateIdentityProviderConfig
|
|
|
400
424
|
ListAddons
|
|
401
425
|
</summary>
|
|
402
426
|
|
|
403
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
427
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListAddonsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListAddonsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListAddonsCommandOutput/)
|
|
404
428
|
|
|
405
429
|
</details>
|
|
406
430
|
<details>
|
|
@@ -408,7 +432,7 @@ ListAddons
|
|
|
408
432
|
ListClusters
|
|
409
433
|
</summary>
|
|
410
434
|
|
|
411
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
435
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListClustersCommandOutput/)
|
|
412
436
|
|
|
413
437
|
</details>
|
|
414
438
|
<details>
|
|
@@ -416,7 +440,7 @@ ListClusters
|
|
|
416
440
|
ListEksAnywhereSubscriptions
|
|
417
441
|
</summary>
|
|
418
442
|
|
|
419
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
443
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListEksAnywhereSubscriptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListEksAnywhereSubscriptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListEksAnywhereSubscriptionsCommandOutput/)
|
|
420
444
|
|
|
421
445
|
</details>
|
|
422
446
|
<details>
|
|
@@ -424,7 +448,7 @@ ListEksAnywhereSubscriptions
|
|
|
424
448
|
ListFargateProfiles
|
|
425
449
|
</summary>
|
|
426
450
|
|
|
427
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
451
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListFargateProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListFargateProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListFargateProfilesCommandOutput/)
|
|
428
452
|
|
|
429
453
|
</details>
|
|
430
454
|
<details>
|
|
@@ -432,7 +456,7 @@ ListFargateProfiles
|
|
|
432
456
|
ListIdentityProviderConfigs
|
|
433
457
|
</summary>
|
|
434
458
|
|
|
435
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
459
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListIdentityProviderConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListIdentityProviderConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListIdentityProviderConfigsCommandOutput/)
|
|
436
460
|
|
|
437
461
|
</details>
|
|
438
462
|
<details>
|
|
@@ -440,7 +464,15 @@ ListIdentityProviderConfigs
|
|
|
440
464
|
ListNodegroups
|
|
441
465
|
</summary>
|
|
442
466
|
|
|
443
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
467
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListNodegroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListNodegroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListNodegroupsCommandOutput/)
|
|
468
|
+
|
|
469
|
+
</details>
|
|
470
|
+
<details>
|
|
471
|
+
<summary>
|
|
472
|
+
ListPodIdentityAssociations
|
|
473
|
+
</summary>
|
|
474
|
+
|
|
475
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListPodIdentityAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListPodIdentityAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListPodIdentityAssociationsCommandOutput/)
|
|
444
476
|
|
|
445
477
|
</details>
|
|
446
478
|
<details>
|
|
@@ -448,7 +480,7 @@ ListNodegroups
|
|
|
448
480
|
ListTagsForResource
|
|
449
481
|
</summary>
|
|
450
482
|
|
|
451
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
483
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListTagsForResourceCommandOutput/)
|
|
452
484
|
|
|
453
485
|
</details>
|
|
454
486
|
<details>
|
|
@@ -456,7 +488,7 @@ ListTagsForResource
|
|
|
456
488
|
ListUpdates
|
|
457
489
|
</summary>
|
|
458
490
|
|
|
459
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
491
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListUpdatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListUpdatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListUpdatesCommandOutput/)
|
|
460
492
|
|
|
461
493
|
</details>
|
|
462
494
|
<details>
|
|
@@ -464,7 +496,7 @@ ListUpdates
|
|
|
464
496
|
RegisterCluster
|
|
465
497
|
</summary>
|
|
466
498
|
|
|
467
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
499
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/RegisterClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/RegisterClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/RegisterClusterCommandOutput/)
|
|
468
500
|
|
|
469
501
|
</details>
|
|
470
502
|
<details>
|
|
@@ -472,7 +504,7 @@ RegisterCluster
|
|
|
472
504
|
TagResource
|
|
473
505
|
</summary>
|
|
474
506
|
|
|
475
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
507
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/TagResourceCommandOutput/)
|
|
476
508
|
|
|
477
509
|
</details>
|
|
478
510
|
<details>
|
|
@@ -480,7 +512,7 @@ TagResource
|
|
|
480
512
|
UntagResource
|
|
481
513
|
</summary>
|
|
482
514
|
|
|
483
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
515
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UntagResourceCommandOutput/)
|
|
484
516
|
|
|
485
517
|
</details>
|
|
486
518
|
<details>
|
|
@@ -488,7 +520,7 @@ UntagResource
|
|
|
488
520
|
UpdateAddon
|
|
489
521
|
</summary>
|
|
490
522
|
|
|
491
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
523
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateAddonCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateAddonCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateAddonCommandOutput/)
|
|
492
524
|
|
|
493
525
|
</details>
|
|
494
526
|
<details>
|
|
@@ -496,7 +528,7 @@ UpdateAddon
|
|
|
496
528
|
UpdateClusterConfig
|
|
497
529
|
</summary>
|
|
498
530
|
|
|
499
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
531
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateClusterConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateClusterConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateClusterConfigCommandOutput/)
|
|
500
532
|
|
|
501
533
|
</details>
|
|
502
534
|
<details>
|
|
@@ -504,7 +536,7 @@ UpdateClusterConfig
|
|
|
504
536
|
UpdateClusterVersion
|
|
505
537
|
</summary>
|
|
506
538
|
|
|
507
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
539
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateClusterVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateClusterVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateClusterVersionCommandOutput/)
|
|
508
540
|
|
|
509
541
|
</details>
|
|
510
542
|
<details>
|
|
@@ -512,7 +544,7 @@ UpdateClusterVersion
|
|
|
512
544
|
UpdateEksAnywhereSubscription
|
|
513
545
|
</summary>
|
|
514
546
|
|
|
515
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
547
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateEksAnywhereSubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateEksAnywhereSubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateEksAnywhereSubscriptionCommandOutput/)
|
|
516
548
|
|
|
517
549
|
</details>
|
|
518
550
|
<details>
|
|
@@ -520,7 +552,7 @@ UpdateEksAnywhereSubscription
|
|
|
520
552
|
UpdateNodegroupConfig
|
|
521
553
|
</summary>
|
|
522
554
|
|
|
523
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
555
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateNodegroupConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateNodegroupConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateNodegroupConfigCommandOutput/)
|
|
524
556
|
|
|
525
557
|
</details>
|
|
526
558
|
<details>
|
|
@@ -528,6 +560,14 @@ UpdateNodegroupConfig
|
|
|
528
560
|
UpdateNodegroupVersion
|
|
529
561
|
</summary>
|
|
530
562
|
|
|
531
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
563
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateNodegroupVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateNodegroupVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateNodegroupVersionCommandOutput/)
|
|
564
|
+
|
|
565
|
+
</details>
|
|
566
|
+
<details>
|
|
567
|
+
<summary>
|
|
568
|
+
UpdatePodIdentityAssociation
|
|
569
|
+
</summary>
|
|
570
|
+
|
|
571
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdatePodIdentityAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdatePodIdentityAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdatePodIdentityAssociationCommandOutput/)
|
|
532
572
|
|
|
533
573
|
</details>
|
package/dist-cjs/EKS.js
CHANGED
|
@@ -9,11 +9,13 @@ const CreateClusterCommand_1 = require("./commands/CreateClusterCommand");
|
|
|
9
9
|
const CreateEksAnywhereSubscriptionCommand_1 = require("./commands/CreateEksAnywhereSubscriptionCommand");
|
|
10
10
|
const CreateFargateProfileCommand_1 = require("./commands/CreateFargateProfileCommand");
|
|
11
11
|
const CreateNodegroupCommand_1 = require("./commands/CreateNodegroupCommand");
|
|
12
|
+
const CreatePodIdentityAssociationCommand_1 = require("./commands/CreatePodIdentityAssociationCommand");
|
|
12
13
|
const DeleteAddonCommand_1 = require("./commands/DeleteAddonCommand");
|
|
13
14
|
const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
|
|
14
15
|
const DeleteEksAnywhereSubscriptionCommand_1 = require("./commands/DeleteEksAnywhereSubscriptionCommand");
|
|
15
16
|
const DeleteFargateProfileCommand_1 = require("./commands/DeleteFargateProfileCommand");
|
|
16
17
|
const DeleteNodegroupCommand_1 = require("./commands/DeleteNodegroupCommand");
|
|
18
|
+
const DeletePodIdentityAssociationCommand_1 = require("./commands/DeletePodIdentityAssociationCommand");
|
|
17
19
|
const DeregisterClusterCommand_1 = require("./commands/DeregisterClusterCommand");
|
|
18
20
|
const DescribeAddonCommand_1 = require("./commands/DescribeAddonCommand");
|
|
19
21
|
const DescribeAddonConfigurationCommand_1 = require("./commands/DescribeAddonConfigurationCommand");
|
|
@@ -23,6 +25,7 @@ const DescribeEksAnywhereSubscriptionCommand_1 = require("./commands/DescribeEks
|
|
|
23
25
|
const DescribeFargateProfileCommand_1 = require("./commands/DescribeFargateProfileCommand");
|
|
24
26
|
const DescribeIdentityProviderConfigCommand_1 = require("./commands/DescribeIdentityProviderConfigCommand");
|
|
25
27
|
const DescribeNodegroupCommand_1 = require("./commands/DescribeNodegroupCommand");
|
|
28
|
+
const DescribePodIdentityAssociationCommand_1 = require("./commands/DescribePodIdentityAssociationCommand");
|
|
26
29
|
const DescribeUpdateCommand_1 = require("./commands/DescribeUpdateCommand");
|
|
27
30
|
const DisassociateIdentityProviderConfigCommand_1 = require("./commands/DisassociateIdentityProviderConfigCommand");
|
|
28
31
|
const ListAddonsCommand_1 = require("./commands/ListAddonsCommand");
|
|
@@ -31,6 +34,7 @@ const ListEksAnywhereSubscriptionsCommand_1 = require("./commands/ListEksAnywher
|
|
|
31
34
|
const ListFargateProfilesCommand_1 = require("./commands/ListFargateProfilesCommand");
|
|
32
35
|
const ListIdentityProviderConfigsCommand_1 = require("./commands/ListIdentityProviderConfigsCommand");
|
|
33
36
|
const ListNodegroupsCommand_1 = require("./commands/ListNodegroupsCommand");
|
|
37
|
+
const ListPodIdentityAssociationsCommand_1 = require("./commands/ListPodIdentityAssociationsCommand");
|
|
34
38
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
35
39
|
const ListUpdatesCommand_1 = require("./commands/ListUpdatesCommand");
|
|
36
40
|
const RegisterClusterCommand_1 = require("./commands/RegisterClusterCommand");
|
|
@@ -42,6 +46,7 @@ const UpdateClusterVersionCommand_1 = require("./commands/UpdateClusterVersionCo
|
|
|
42
46
|
const UpdateEksAnywhereSubscriptionCommand_1 = require("./commands/UpdateEksAnywhereSubscriptionCommand");
|
|
43
47
|
const UpdateNodegroupConfigCommand_1 = require("./commands/UpdateNodegroupConfigCommand");
|
|
44
48
|
const UpdateNodegroupVersionCommand_1 = require("./commands/UpdateNodegroupVersionCommand");
|
|
49
|
+
const UpdatePodIdentityAssociationCommand_1 = require("./commands/UpdatePodIdentityAssociationCommand");
|
|
45
50
|
const EKSClient_1 = require("./EKSClient");
|
|
46
51
|
const commands = {
|
|
47
52
|
AssociateEncryptionConfigCommand: AssociateEncryptionConfigCommand_1.AssociateEncryptionConfigCommand,
|
|
@@ -51,11 +56,13 @@ const commands = {
|
|
|
51
56
|
CreateEksAnywhereSubscriptionCommand: CreateEksAnywhereSubscriptionCommand_1.CreateEksAnywhereSubscriptionCommand,
|
|
52
57
|
CreateFargateProfileCommand: CreateFargateProfileCommand_1.CreateFargateProfileCommand,
|
|
53
58
|
CreateNodegroupCommand: CreateNodegroupCommand_1.CreateNodegroupCommand,
|
|
59
|
+
CreatePodIdentityAssociationCommand: CreatePodIdentityAssociationCommand_1.CreatePodIdentityAssociationCommand,
|
|
54
60
|
DeleteAddonCommand: DeleteAddonCommand_1.DeleteAddonCommand,
|
|
55
61
|
DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
|
|
56
62
|
DeleteEksAnywhereSubscriptionCommand: DeleteEksAnywhereSubscriptionCommand_1.DeleteEksAnywhereSubscriptionCommand,
|
|
57
63
|
DeleteFargateProfileCommand: DeleteFargateProfileCommand_1.DeleteFargateProfileCommand,
|
|
58
64
|
DeleteNodegroupCommand: DeleteNodegroupCommand_1.DeleteNodegroupCommand,
|
|
65
|
+
DeletePodIdentityAssociationCommand: DeletePodIdentityAssociationCommand_1.DeletePodIdentityAssociationCommand,
|
|
59
66
|
DeregisterClusterCommand: DeregisterClusterCommand_1.DeregisterClusterCommand,
|
|
60
67
|
DescribeAddonCommand: DescribeAddonCommand_1.DescribeAddonCommand,
|
|
61
68
|
DescribeAddonConfigurationCommand: DescribeAddonConfigurationCommand_1.DescribeAddonConfigurationCommand,
|
|
@@ -65,6 +72,7 @@ const commands = {
|
|
|
65
72
|
DescribeFargateProfileCommand: DescribeFargateProfileCommand_1.DescribeFargateProfileCommand,
|
|
66
73
|
DescribeIdentityProviderConfigCommand: DescribeIdentityProviderConfigCommand_1.DescribeIdentityProviderConfigCommand,
|
|
67
74
|
DescribeNodegroupCommand: DescribeNodegroupCommand_1.DescribeNodegroupCommand,
|
|
75
|
+
DescribePodIdentityAssociationCommand: DescribePodIdentityAssociationCommand_1.DescribePodIdentityAssociationCommand,
|
|
68
76
|
DescribeUpdateCommand: DescribeUpdateCommand_1.DescribeUpdateCommand,
|
|
69
77
|
DisassociateIdentityProviderConfigCommand: DisassociateIdentityProviderConfigCommand_1.DisassociateIdentityProviderConfigCommand,
|
|
70
78
|
ListAddonsCommand: ListAddonsCommand_1.ListAddonsCommand,
|
|
@@ -73,6 +81,7 @@ const commands = {
|
|
|
73
81
|
ListFargateProfilesCommand: ListFargateProfilesCommand_1.ListFargateProfilesCommand,
|
|
74
82
|
ListIdentityProviderConfigsCommand: ListIdentityProviderConfigsCommand_1.ListIdentityProviderConfigsCommand,
|
|
75
83
|
ListNodegroupsCommand: ListNodegroupsCommand_1.ListNodegroupsCommand,
|
|
84
|
+
ListPodIdentityAssociationsCommand: ListPodIdentityAssociationsCommand_1.ListPodIdentityAssociationsCommand,
|
|
76
85
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
77
86
|
ListUpdatesCommand: ListUpdatesCommand_1.ListUpdatesCommand,
|
|
78
87
|
RegisterClusterCommand: RegisterClusterCommand_1.RegisterClusterCommand,
|
|
@@ -84,6 +93,7 @@ const commands = {
|
|
|
84
93
|
UpdateEksAnywhereSubscriptionCommand: UpdateEksAnywhereSubscriptionCommand_1.UpdateEksAnywhereSubscriptionCommand,
|
|
85
94
|
UpdateNodegroupConfigCommand: UpdateNodegroupConfigCommand_1.UpdateNodegroupConfigCommand,
|
|
86
95
|
UpdateNodegroupVersionCommand: UpdateNodegroupVersionCommand_1.UpdateNodegroupVersionCommand,
|
|
96
|
+
UpdatePodIdentityAssociationCommand: UpdatePodIdentityAssociationCommand_1.UpdatePodIdentityAssociationCommand,
|
|
87
97
|
};
|
|
88
98
|
class EKS extends EKSClient_1.EKSClient {
|
|
89
99
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreatePodIdentityAssociationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreatePodIdentityAssociationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreatePodIdentityAssociationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EKSClient";
|
|
29
|
+
const commandName = "CreatePodIdentityAssociationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSWesleyFrontend",
|
|
38
|
+
operation: "CreatePodIdentityAssociation",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_CreatePodIdentityAssociationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_CreatePodIdentityAssociationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreatePodIdentityAssociationCommand = CreatePodIdentityAssociationCommand;
|