@aws-sdk/client-eks 3.441.0 → 3.448.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 (72) hide show
  1. package/README.md +48 -9
  2. package/dist-cjs/EKS.js +10 -0
  3. package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +51 -0
  6. package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +51 -0
  7. package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +51 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +21 -1
  10. package/dist-cjs/protocols/Aws_restJson1.js +363 -2
  11. package/dist-es/EKS.js +10 -0
  12. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +47 -0
  13. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +47 -0
  14. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +47 -0
  15. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +47 -0
  16. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +47 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +20 -0
  19. package/dist-es/protocols/Aws_restJson1.js +352 -1
  20. package/dist-types/EKS.d.ts +43 -9
  21. package/dist-types/EKSClient.d.ts +15 -11
  22. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
  23. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
  24. package/dist-types/commands/CreateAddonCommand.d.ts +2 -2
  25. package/dist-types/commands/CreateClusterCommand.d.ts +11 -13
  26. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +125 -0
  27. package/dist-types/commands/CreateFargateProfileCommand.d.ts +8 -9
  28. package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -6
  29. package/dist-types/commands/DeleteAddonCommand.d.ts +2 -2
  30. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
  31. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +114 -0
  32. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -2
  33. package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -2
  34. package/dist-types/commands/DeregisterClusterCommand.d.ts +7 -6
  35. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +110 -0
  38. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -2
  39. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -2
  40. package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -2
  41. package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
  42. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -4
  43. package/dist-types/commands/ListAddonsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListClustersCommand.d.ts +2 -2
  45. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +115 -0
  46. package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -2
  47. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -2
  49. package/dist-types/commands/ListUpdatesCommand.d.ts +2 -2
  50. package/dist-types/commands/RegisterClusterCommand.d.ts +11 -10
  51. package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
  52. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +5 -5
  53. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +8 -8
  54. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +118 -0
  55. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -4
  56. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -4
  57. package/dist-types/commands/index.d.ts +5 -0
  58. package/dist-types/index.d.ts +10 -9
  59. package/dist-types/models/models_0.d.ts +443 -102
  60. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  61. package/dist-types/ts3.4/EKS.d.ts +85 -0
  62. package/dist-types/ts3.4/EKSClient.d.ts +30 -0
  63. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +42 -0
  64. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +42 -0
  65. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +42 -0
  66. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +42 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  69. package/dist-types/ts3.4/index.d.ts +2 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +85 -0
  71. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  72. package/package.json +4 -4
@@ -25,8 +25,8 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
25
25
  * @public
26
26
  * <p>Updates an Amazon EKS managed node group configuration. Your node group
27
27
  * continues to function during the update. The response output includes an update ID that
28
- * you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation. Currently you can update the Kubernetes
29
- * labels for a node group or the scaling configuration.</p>
28
+ * you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation. Currently you can update the Kubernetes labels
29
+ * for a node group or the scaling configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -107,8 +107,8 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
107
107
  *
108
108
  * @throws {@link ClientException} (client fault)
109
109
  * <p>These errors are usually caused by a client action. Actions can include using an
110
- * action or resource on behalf of a user that doesn't have permissions to use the action
111
- * or resource or specifying an identifier that is not valid.</p>
110
+ * action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
111
+ * the action or resource or specifying an identifier that is not valid.</p>
112
112
  *
113
113
  * @throws {@link InvalidParameterException} (client fault)
114
114
  * <p>The specified parameter is invalid. Review the available parameters for the API
@@ -37,8 +37,7 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
37
37
  * Linux versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS optimized Amazon Linux AMI versions</a> in the
38
38
  * <i>Amazon EKS User Guide</i>. For information about Windows versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html">Amazon EKS optimized Windows AMI versions</a> in the
39
39
  * <i>Amazon EKS User Guide</i>. </p>
40
- * <p>You cannot roll back a node group to an earlier Kubernetes version or AMI
41
- * version.</p>
40
+ * <p>You cannot roll back a node group to an earlier Kubernetes version or AMI version.</p>
42
41
  * <p>When a node in a managed node group is terminated due to a scaling action or update,
43
42
  * the pods in that node are drained first. Amazon EKS attempts to drain the nodes
44
43
  * gracefully and will fail if it is unable to do so. You can <code>force</code> the update
@@ -99,8 +98,8 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
99
98
  *
100
99
  * @throws {@link ClientException} (client fault)
101
100
  * <p>These errors are usually caused by a client action. Actions can include using an
102
- * action or resource on behalf of a user that doesn't have permissions to use the action
103
- * or resource or specifying an identifier that is not valid.</p>
101
+ * action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
102
+ * the action or resource or specifying an identifier that is not valid.</p>
104
103
  *
105
104
  * @throws {@link InvalidParameterException} (client fault)
106
105
  * <p>The specified parameter is invalid. Review the available parameters for the API
@@ -2,10 +2,12 @@ export * from "./AssociateEncryptionConfigCommand";
2
2
  export * from "./AssociateIdentityProviderConfigCommand";
3
3
  export * from "./CreateAddonCommand";
4
4
  export * from "./CreateClusterCommand";
5
+ export * from "./CreateEksAnywhereSubscriptionCommand";
5
6
  export * from "./CreateFargateProfileCommand";
6
7
  export * from "./CreateNodegroupCommand";
7
8
  export * from "./DeleteAddonCommand";
8
9
  export * from "./DeleteClusterCommand";
10
+ export * from "./DeleteEksAnywhereSubscriptionCommand";
9
11
  export * from "./DeleteFargateProfileCommand";
10
12
  export * from "./DeleteNodegroupCommand";
11
13
  export * from "./DeregisterClusterCommand";
@@ -13,6 +15,7 @@ export * from "./DescribeAddonCommand";
13
15
  export * from "./DescribeAddonConfigurationCommand";
14
16
  export * from "./DescribeAddonVersionsCommand";
15
17
  export * from "./DescribeClusterCommand";
18
+ export * from "./DescribeEksAnywhereSubscriptionCommand";
16
19
  export * from "./DescribeFargateProfileCommand";
17
20
  export * from "./DescribeIdentityProviderConfigCommand";
18
21
  export * from "./DescribeNodegroupCommand";
@@ -20,6 +23,7 @@ export * from "./DescribeUpdateCommand";
20
23
  export * from "./DisassociateIdentityProviderConfigCommand";
21
24
  export * from "./ListAddonsCommand";
22
25
  export * from "./ListClustersCommand";
26
+ export * from "./ListEksAnywhereSubscriptionsCommand";
23
27
  export * from "./ListFargateProfilesCommand";
24
28
  export * from "./ListIdentityProviderConfigsCommand";
25
29
  export * from "./ListNodegroupsCommand";
@@ -31,5 +35,6 @@ export * from "./UntagResourceCommand";
31
35
  export * from "./UpdateAddonCommand";
32
36
  export * from "./UpdateClusterConfigCommand";
33
37
  export * from "./UpdateClusterVersionCommand";
38
+ export * from "./UpdateEksAnywhereSubscriptionCommand";
34
39
  export * from "./UpdateNodegroupConfigCommand";
35
40
  export * from "./UpdateNodegroupVersionCommand";
@@ -1,20 +1,21 @@
1
1
  /**
2
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 stand up or maintain
4
- * your own Kubernetes control plane. Kubernetes is an open-source system for automating
5
- * the deployment, scaling, and management of containerized applications. </p>
6
- * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so
7
- * you can use all the existing plugins and tooling from the Kubernetes community.
8
- * Applications running on Amazon EKS are fully compatible with applications
9
- * running on any standard Kubernetes environment, whether running in on-premises data
10
- * centers or public clouds. This means that you can easily migrate any standard Kubernetes
11
- * application to Amazon EKS without any code modification required.</p>
3
+ * for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your
4
+ * own 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 without any code modification required.</p>
12
11
  *
13
12
  * @packageDocumentation
14
13
  */
15
14
  export * from "./EKSClient";
16
15
  export * from "./EKS";
17
16
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
+ export { RuntimeExtension } from "./runtimeExtensions";
18
+ export { EKSExtensionConfiguration } from "./extensionConfiguration";
18
19
  export * from "./commands";
19
20
  export * from "./pagination";
20
21
  export * from "./waiters";