@aws-sdk/client-eks 3.939.0 → 3.942.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +435 -68
  3. package/dist-es/EKS.js +10 -0
  4. package/dist-es/commands/CreateCapabilityCommand.js +16 -0
  5. package/dist-es/commands/DeleteCapabilityCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapabilityCommand.js +16 -0
  7. package/dist-es/commands/ListCapabilitiesCommand.js +16 -0
  8. package/dist-es/commands/UpdateCapabilityCommand.js +16 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +30 -0
  11. package/dist-es/pagination/ListCapabilitiesPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +326 -68
  14. package/dist-types/EKS.d.ts +35 -0
  15. package/dist-types/EKSClient.d.ts +7 -2
  16. package/dist-types/commands/CreateCapabilityCommand.d.ts +186 -0
  17. package/dist-types/commands/DeleteCapabilityCommand.d.ts +147 -0
  18. package/dist-types/commands/DescribeCapabilityCommand.d.ts +143 -0
  19. package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -0
  20. package/dist-types/commands/ListCapabilitiesCommand.d.ts +94 -0
  21. package/dist-types/commands/ListUpdatesCommand.d.ts +1 -0
  22. package/dist-types/commands/UpdateCapabilityCommand.d.ts +154 -0
  23. package/dist-types/commands/index.d.ts +5 -0
  24. package/dist-types/models/enums.d.ts +78 -0
  25. package/dist-types/models/models_0.d.ts +672 -1
  26. package/dist-types/pagination/ListCapabilitiesPaginator.d.ts +7 -0
  27. package/dist-types/pagination/index.d.ts +1 -0
  28. package/dist-types/schemas/schemas_0.d.ts +36 -0
  29. package/dist-types/ts3.4/EKS.d.ts +85 -0
  30. package/dist-types/ts3.4/EKSClient.d.ts +30 -0
  31. package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +50 -0
  32. package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +50 -0
  33. package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +50 -0
  35. package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +50 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  37. package/dist-types/ts3.4/models/enums.d.ts +41 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +139 -0
  39. package/dist-types/ts3.4/pagination/ListCapabilitiesPaginator.d.ts +11 -0
  40. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +36 -0
  42. package/package.json +5 -5
package/README.md CHANGED
@@ -251,6 +251,14 @@ CreateAddon
251
251
 
252
252
  [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/)
253
253
 
254
+ </details>
255
+ <details>
256
+ <summary>
257
+ CreateCapability
258
+ </summary>
259
+
260
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/CreateCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/CreateCapabilityCommandOutput/)
261
+
254
262
  </details>
255
263
  <details>
256
264
  <summary>
@@ -307,6 +315,14 @@ DeleteAddon
307
315
 
308
316
  [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/)
309
317
 
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ DeleteCapability
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DeleteCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DeleteCapabilityCommandOutput/)
325
+
310
326
  </details>
311
327
  <details>
312
328
  <summary>
@@ -387,6 +403,14 @@ DescribeAddonVersions
387
403
 
388
404
  [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/)
389
405
 
406
+ </details>
407
+ <details>
408
+ <summary>
409
+ DescribeCapability
410
+ </summary>
411
+
412
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeCapabilityCommandOutput/)
413
+
390
414
  </details>
391
415
  <details>
392
416
  <summary>
@@ -515,6 +539,14 @@ ListAssociatedAccessPolicies
515
539
 
516
540
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListAssociatedAccessPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListAssociatedAccessPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListAssociatedAccessPoliciesCommandOutput/)
517
541
 
542
+ </details>
543
+ <details>
544
+ <summary>
545
+ ListCapabilities
546
+ </summary>
547
+
548
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/ListCapabilitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListCapabilitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/ListCapabilitiesCommandOutput/)
549
+
518
550
  </details>
519
551
  <details>
520
552
  <summary>
@@ -635,6 +667,14 @@ UpdateAddon
635
667
 
636
668
  [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/)
637
669
 
670
+ </details>
671
+ <details>
672
+ <summary>
673
+ UpdateCapability
674
+ </summary>
675
+
676
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/UpdateCapabilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateCapabilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/UpdateCapabilityCommandOutput/)
677
+
638
678
  </details>
639
679
  <details>
640
680
  <summary>