@aws-sdk/client-eks 3.758.0 → 3.759.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 (62) hide show
  1. package/README.md +10 -10
  2. package/dist-cjs/index.js +3 -2
  3. package/dist-es/protocols/Aws_restJson1.js +1 -0
  4. package/dist-types/EKS.d.ts +10 -10
  5. package/dist-types/EKSClient.d.ts +10 -10
  6. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +1 -1
  7. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
  8. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateAccessEntryCommand.d.ts +5 -5
  10. package/dist-types/commands/CreateAddonCommand.d.ts +4 -5
  11. package/dist-types/commands/CreateClusterCommand.d.ts +29 -33
  12. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateFargateProfileCommand.d.ts +28 -32
  14. package/dist-types/commands/CreateNodegroupCommand.d.ts +12 -7
  15. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteAddonCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
  19. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +10 -4
  20. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +9 -11
  21. package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
  22. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeregisterClusterCommand.d.ts +5 -7
  24. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAddonCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -3
  29. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -1
  30. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeUpdateCommand.d.ts +4 -4
  36. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +1 -1
  37. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAccessEntriesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListAddonsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListClustersCommand.d.ts +1 -2
  42. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -3
  44. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListInsightsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -3
  47. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListUpdatesCommand.d.ts +3 -3
  49. package/dist-types/commands/RegisterClusterCommand.d.ts +9 -10
  50. package/dist-types/commands/TagResourceCommand.d.ts +4 -4
  51. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +18 -20
  54. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
  55. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -1
  56. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -7
  57. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +15 -13
  58. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +1 -1
  59. package/dist-types/index.d.ts +10 -10
  60. package/dist-types/models/models_0.d.ts +497 -445
  61. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  62. package/package.json +1 -1
@@ -82,7 +82,7 @@ declare const UpdatePodIdentityAssociationCommand_base: {
82
82
  * <p>The specified resource could not be found. You can view your available clusters with
83
83
  * <code>ListClusters</code>. You can view your available managed node groups with
84
84
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
85
- * specific.</p>
85
+ * specific.</p>
86
86
  *
87
87
  * @throws {@link ServerException} (server fault)
88
88
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -1,14 +1,14 @@
1
1
  /**
2
- * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
3
- * for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
4
- * Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
5
- * scaling, and management of containerized applications.</p>
6
- * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
7
- * can use all the existing plugins and tooling from the Kubernetes community. Applications
8
- * running on Amazon EKS are fully compatible with applications running on any
9
- * standard Kubernetes environment, whether running in on-premises data centers or public
10
- * clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
11
- * without any code modification required.</p>
2
+ * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
3
+ * Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. Kubernetes is an
4
+ * open-source system for automating the deployment, scaling, and management of
5
+ * containerized applications.</p>
6
+ * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all
7
+ * the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS
8
+ * are fully compatible with applications running on any standard Kubernetes environment,
9
+ * whether running in on-premises data centers or public clouds. This means that you can
10
+ * easily migrate any standard Kubernetes application to Amazon EKS without any code modification
11
+ * required.</p>
12
12
  *
13
13
  * @packageDocumentation
14
14
  */