@aws-sdk/client-eks 3.445.0 → 3.449.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 +48 -9
- package/dist-cjs/EKS.js +10 -0
- package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +51 -0
- package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +21 -1
- package/dist-cjs/protocols/Aws_restJson1.js +363 -2
- package/dist-es/EKS.js +10 -0
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +47 -0
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +20 -0
- package/dist-es/protocols/Aws_restJson1.js +352 -1
- package/dist-types/EKS.d.ts +43 -9
- package/dist-types/EKSClient.d.ts +15 -11
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateAddonCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +11 -13
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +125 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +8 -9
- package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -6
- package/dist-types/commands/DeleteAddonCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +114 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterClusterCommand.d.ts +7 -6
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +110 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -4
- package/dist-types/commands/ListAddonsCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +2 -2
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +115 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListUpdatesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterClusterCommand.d.ts +11 -10
- package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +5 -5
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +8 -8
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +118 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -4
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +8 -9
- package/dist-types/models/models_0.d.ts +443 -102
- 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 +30 -0
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.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 +85 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +12 -12
|
@@ -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
|
-
*
|
|
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
|
|
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
|
|
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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
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
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
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
|
*/
|