@aws-sdk/client-eks 3.41.0 → 3.46.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 (34) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/endpoints.js +17 -0
  4. package/dist-cjs/models/models_0.js +20 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +62 -0
  6. package/dist-cjs/runtimeConfig.js +0 -2
  7. package/dist-es/endpoints.js +17 -0
  8. package/dist-es/models/models_0.js +13 -0
  9. package/dist-es/protocols/Aws_restJson1.js +138 -72
  10. package/dist-es/runtimeConfig.js +0 -2
  11. package/dist-types/EKS.d.ts +121 -107
  12. package/dist-types/EKSClient.d.ts +10 -10
  13. package/dist-types/commands/CreateAddonCommand.d.ts +5 -4
  14. package/dist-types/commands/CreateClusterCommand.d.ts +6 -5
  15. package/dist-types/commands/CreateFargateProfileCommand.d.ts +28 -24
  16. package/dist-types/commands/CreateNodegroupCommand.d.ts +9 -8
  17. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
  18. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +8 -7
  19. package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
  21. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -2
  22. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  23. package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -2
  24. package/dist-types/commands/ListNodegroupsCommand.d.ts +3 -2
  25. package/dist-types/commands/ListUpdatesCommand.d.ts +2 -2
  26. package/dist-types/commands/RegisterClusterCommand.d.ts +9 -5
  27. package/dist-types/commands/TagResourceCommand.d.ts +3 -4
  28. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +12 -11
  29. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +3 -4
  30. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -5
  31. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +7 -6
  32. package/dist-types/models/models_0.d.ts +337 -211
  33. package/dist-types/ts3.4/models/models_0.d.ts +34 -0
  34. package/package.json +37 -44
@@ -35,16 +35,16 @@ import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput }
35
35
  import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
36
36
  import { EKSClient } from "./EKSClient";
37
37
  /**
38
- * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
39
- * Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
40
- * Kubernetes is an open-source system for automating the deployment, scaling, and
41
- * management of containerized applications. </p>
42
- * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use
43
- * all the existing plugins and tooling from the Kubernetes community. Applications running
44
- * on Amazon EKS are fully compatible with applications running on any standard Kubernetes
45
- * environment, whether running in on-premises data centers or public clouds. This means
46
- * that you can easily migrate any standard Kubernetes application to Amazon EKS without any
47
- * code modification required.</p>
38
+ * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
39
+ * for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain
40
+ * your own Kubernetes control plane. Kubernetes is an open-source system for automating
41
+ * the deployment, scaling, and management of containerized applications. </p>
42
+ * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so
43
+ * you can use all the existing plugins and tooling from the Kubernetes community.
44
+ * Applications running on Amazon EKS are fully compatible with applications
45
+ * running on any standard Kubernetes environment, whether running in on-premises data
46
+ * centers or public clouds. This means that you can easily migrate any standard Kubernetes
47
+ * application to Amazon EKS without any code modification required.</p>
48
48
  */
49
49
  export declare class EKS extends EKSClient {
50
50
  /**
@@ -71,11 +71,12 @@ export declare class EKS extends EKSClient {
71
71
  associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
72
72
  /**
73
73
  * <p>Creates an Amazon EKS add-on.</p>
74
- * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
75
- * operational software for Amazon EKS clusters. Amazon EKS add-ons can only be used with Amazon EKS
76
- * clusters running version 1.18 with platform version <code>eks.3</code> or later because
74
+ * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
75
+ * of common operational software for Amazon EKS clusters. Amazon EKS
76
+ * add-ons require clusters running version 1.18 or later because Amazon EKS
77
77
  * add-ons rely on the Server-side Apply Kubernetes feature, which is only available in
78
- * Kubernetes 1.18 and later.</p>
78
+ * Kubernetes 1.18 and later. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
79
+ * the <i>Amazon EKS User Guide</i>.</p>
79
80
  */
80
81
  createAddon(args: CreateAddonCommandInput, options?: __HttpHandlerOptions): Promise<CreateAddonCommandOutput>;
81
82
  createAddon(args: CreateAddonCommandInput, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
@@ -84,65 +85,71 @@ export declare class EKS extends EKSClient {
84
85
  * <p>Creates an Amazon EKS control plane. </p>
85
86
  * <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
86
87
  * software, such as <code>etcd</code> and the API server. The control plane runs in an
87
- * account managed by Amazon Web Services, and the Kubernetes API is exposed via the Amazon EKS API server
88
- * endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its
88
+ * account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server
89
+ * endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its
89
90
  * own set of Amazon EC2 instances.</p>
90
91
  * <p>The cluster control plane is provisioned across multiple Availability Zones and
91
92
  * fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC
92
93
  * subnets to provide connectivity from the control plane instances to the nodes (for
93
94
  * example, to support <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code>
94
95
  * data flows).</p>
95
- * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane via
96
+ * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over
96
97
  * the Kubernetes API server endpoint and a certificate file that is created for your
97
98
  * cluster.</p>
98
99
  *
99
- * <p>Cluster creation typically takes several minutes. After you create an Amazon EKS cluster,
100
+ * <p>In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster,
100
101
  * you must configure your Kubernetes tooling to communicate with the API server and launch
101
102
  * nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
102
- * Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
103
+ * Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the
104
+ * <i>Amazon EKS User Guide</i>.</p>
103
105
  */
104
106
  createCluster(args: CreateClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateClusterCommandOutput>;
105
107
  createCluster(args: CreateClusterCommandInput, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
106
108
  createCluster(args: CreateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClusterCommandOutput) => void): void;
107
109
  /**
108
- * <p>Creates an Fargate profile for your Amazon EKS cluster. You must have at least one Fargate
109
- * profile in a cluster to be able to run pods on Fargate.</p>
110
- * <p>The Fargate profile allows an administrator to declare which pods run on Fargate and specify
111
- * which pods run on which Fargate profile. This declaration is done through the profile’s
112
- * selectors. Each profile can have up to five selectors that contain a namespace and
113
- * labels. A namespace is required for every selector. The label field consists of multiple
114
- * optional key-value pairs. Pods that match the selectors are scheduled on Fargate. If a
115
- * to-be-scheduled pod matches any of the selectors in the Fargate profile, then that pod is
116
- * run on Fargate.</p>
117
- * <p>When you create a Fargate profile, you must specify a pod execution role to use with the
118
- * pods that are scheduled with the profile. This role is added to the cluster's Kubernetes
119
- * <a href="https://kubernetes.io/docs/admin/authorization/rbac/">Role Based Access
120
- * Control</a> (RBAC) for authorization so that the <code>kubelet</code> that is
121
- * running on the Fargate infrastructure can register with your Amazon EKS cluster so that it can
122
- * appear in your cluster as a node. The pod execution role also provides IAM permissions
123
- * to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For more
124
- * information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
125
- * <p>Fargate profiles are immutable. However, you can create a new updated profile to replace
126
- * an existing profile and then delete the original after the updated profile has finished
127
- * creating.</p>
128
- * <p>If any Fargate profiles in a cluster are in the <code>DELETING</code> status, you must
129
- * wait for that Fargate profile to finish deleting before you can create any other profiles
130
- * in that cluster.</p>
131
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html">Fargate Profile</a> in the <i>Amazon EKS User Guide</i>.</p>
110
+ * <p>Creates an Fargate profile for your Amazon EKS cluster. You
111
+ * must have at least one Fargate profile in a cluster to be able to run
112
+ * pods on Fargate.</p>
113
+ * <p>The Fargate profile allows an administrator to declare which pods run
114
+ * on Fargate and specify which pods run on which Fargate
115
+ * profile. This declaration is done through the profile’s selectors. Each profile can have
116
+ * up to five selectors that contain a namespace and labels. A namespace is required for
117
+ * every selector. The label field consists of multiple optional key-value pairs. Pods that
118
+ * match the selectors are scheduled on Fargate. If a to-be-scheduled pod
119
+ * matches any of the selectors in the Fargate profile, then that pod is run
120
+ * on Fargate.</p>
121
+ * <p>When you create a Fargate profile, you must specify a pod execution
122
+ * role to use with the pods that are scheduled with the profile. This role is added to the
123
+ * cluster's Kubernetes <a href="https://kubernetes.io/docs/admin/authorization/rbac/">Role Based Access Control</a> (RBAC) for authorization so that the
124
+ * <code>kubelet</code> that is running on the Fargate infrastructure
125
+ * can register with your Amazon EKS cluster so that it can appear in your cluster
126
+ * as a node. The pod execution role also provides IAM permissions to the
127
+ * Fargate infrastructure to allow read access to Amazon ECR
128
+ * image repositories. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod
129
+ * Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
130
+ * <p>Fargate profiles are immutable. However, you can create a new updated
131
+ * profile to replace an existing profile and then delete the original after the updated
132
+ * profile has finished creating.</p>
133
+ * <p>If any Fargate profiles in a cluster are in the <code>DELETING</code>
134
+ * status, you must wait for that Fargate profile to finish deleting before
135
+ * you can create any other profiles in that cluster.</p>
136
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html">Fargate Profile</a> in the
137
+ * <i>Amazon EKS User Guide</i>.</p>
132
138
  */
133
139
  createFargateProfile(args: CreateFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateFargateProfileCommandOutput>;
134
140
  createFargateProfile(args: CreateFargateProfileCommandInput, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
135
141
  createFargateProfile(args: CreateFargateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFargateProfileCommandOutput) => void): void;
136
142
  /**
137
- * <p>Creates a managed node group for an Amazon EKS cluster. You can only create a node group
138
- * for your cluster that is equal to the current Kubernetes version for the cluster. All
139
- * node groups are created with the latest AMI release version for the respective minor
140
- * Kubernetes version of the cluster, unless you deploy a custom AMI using a launch
141
- * template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch
143
+ * <p>Creates a managed node group for an Amazon EKS cluster. You can only create a
144
+ * node group for your cluster that is equal to the current Kubernetes version for the
145
+ * cluster. All node groups are created with the latest AMI release version for the
146
+ * respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using
147
+ * a launch template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch
142
148
  * template support</a>.</p>
143
- * <p>An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that
144
- * are managed by Amazon Web Services for an Amazon EKS cluster. Each node group uses a version of the Amazon EKS
145
- * optimized Amazon Linux 2 AMI. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed
149
+ * <p>An Amazon EKS managed node group is an Amazon EC2
150
+ * Auto Scaling group and associated Amazon EC2 instances that are managed by
151
+ * Amazon Web Services for an Amazon EKS cluster. Each node group uses a version
152
+ * of the Amazon EKS optimized Amazon Linux 2 AMI. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed
146
153
  * Node Groups</a> in the <i>Amazon EKS User Guide</i>. </p>
147
154
  */
148
155
  createNodegroup(args: CreateNodegroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateNodegroupCommandOutput>;
@@ -163,21 +170,22 @@ export declare class EKS extends EKSClient {
163
170
  * are deleted properly. Otherwise, you can have orphaned resources in your VPC that
164
171
  * prevent you from being able to delete the VPC. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/delete-cluster.html">Deleting a
165
172
  * Cluster</a> in the <i>Amazon EKS User Guide</i>.</p>
166
- * <p>If you have managed node groups or Fargate profiles attached to the cluster, you must
167
- * delete them first. For more information, see <a>DeleteNodegroup</a> and <a>DeleteFargateProfile</a>.</p>
173
+ * <p>If you have managed node groups or Fargate profiles attached to the
174
+ * cluster, you must delete them first. For more information, see <a>DeleteNodegroup</a> and <a>DeleteFargateProfile</a>.</p>
168
175
  */
169
176
  deleteCluster(args: DeleteClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteClusterCommandOutput>;
170
177
  deleteCluster(args: DeleteClusterCommandInput, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
171
178
  deleteCluster(args: DeleteClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClusterCommandOutput) => void): void;
172
179
  /**
173
180
  * <p>Deletes an Fargate profile.</p>
174
- * <p>When you delete a Fargate profile, any pods running on Fargate that were created with the
175
- * profile are deleted. If those pods match another Fargate profile, then they are scheduled
176
- * on Fargate with that profile. If they no longer match any Fargate profiles, then they are not
177
- * scheduled on Fargate and they may remain in a pending state.</p>
178
- * <p>Only one Fargate profile in a cluster can be in the <code>DELETING</code> status at a
179
- * time. You must wait for a Fargate profile to finish deleting before you can delete any
180
- * other profiles in that cluster.</p>
181
+ * <p>When you delete a Fargate profile, any pods running on Fargate that were created with the profile are deleted. If those pods match
182
+ * another Fargate profile, then they are scheduled on Fargate with that profile. If they no longer match any Fargate profiles, then
183
+ * they are not scheduled on Fargate and they may remain in a pending
184
+ * state.</p>
185
+ * <p>Only one Fargate profile in a cluster can be in the
186
+ * <code>DELETING</code> status at a time. You must wait for a Fargate
187
+ * profile to finish deleting before you can delete any other profiles in that
188
+ * cluster.</p>
181
189
  */
182
190
  deleteFargateProfile(args: DeleteFargateProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFargateProfileCommandOutput>;
183
191
  deleteFargateProfile(args: DeleteFargateProfileCommandInput, cb: (err: any, data?: DeleteFargateProfileCommandOutput) => void): void;
@@ -189,7 +197,8 @@ export declare class EKS extends EKSClient {
189
197
  deleteNodegroup(args: DeleteNodegroupCommandInput, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
190
198
  deleteNodegroup(args: DeleteNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNodegroupCommandOutput) => void): void;
191
199
  /**
192
- * <p>Deregisters a connected cluster to remove it from the Amazon EKS control plane.</p>
200
+ * <p>Deregisters a connected cluster to remove it from the Amazon EKS control
201
+ * plane.</p>
193
202
  */
194
203
  deregisterCluster(args: DeregisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterClusterCommandOutput>;
195
204
  deregisterCluster(args: DeregisterClusterCommandInput, cb: (err: any, data?: DeregisterClusterCommandOutput) => void): void;
@@ -239,8 +248,8 @@ export declare class EKS extends EKSClient {
239
248
  describeNodegroup(args: DescribeNodegroupCommandInput, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
240
249
  describeNodegroup(args: DescribeNodegroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNodegroupCommandOutput) => void): void;
241
250
  /**
242
- * <p>Returns descriptive information about an update against your Amazon EKS cluster or
243
- * associated managed node group.</p>
251
+ * <p>Returns descriptive information about an update against your Amazon EKS
252
+ * cluster or associated managed node group.</p>
244
253
  * <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
245
254
  * update fails, the status is <code>Failed</code>, and an error detail explains the reason
246
255
  * for the failure.</p>
@@ -251,8 +260,8 @@ export declare class EKS extends EKSClient {
251
260
  /**
252
261
  * <p>Disassociates an identity provider configuration from a cluster. If you disassociate
253
262
  * an identity provider from your cluster, users included in the provider can no longer
254
- * access the cluster. However, you can still access the cluster with Amazon Web Services IAM
255
- * users.</p>
263
+ * access the cluster. However, you can still access the cluster with Amazon Web Services
264
+ * IAM users.</p>
256
265
  */
257
266
  disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateIdentityProviderConfigCommandOutput>;
258
267
  disassociateIdentityProviderConfig(args: DisassociateIdentityProviderConfigCommandInput, cb: (err: any, data?: DisassociateIdentityProviderConfigCommandOutput) => void): void;
@@ -264,14 +273,15 @@ export declare class EKS extends EKSClient {
264
273
  listAddons(args: ListAddonsCommandInput, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
265
274
  listAddons(args: ListAddonsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAddonsCommandOutput) => void): void;
266
275
  /**
267
- * <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Region.</p>
276
+ * <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the
277
+ * specified Region.</p>
268
278
  */
269
279
  listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
270
280
  listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
271
281
  listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
272
282
  /**
273
- * <p>Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services
274
- * account in the specified Region.</p>
283
+ * <p>Lists the Fargate profiles associated with the specified cluster in
284
+ * your Amazon Web Services account in the specified Region.</p>
275
285
  */
276
286
  listFargateProfiles(args: ListFargateProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListFargateProfilesCommandOutput>;
277
287
  listFargateProfiles(args: ListFargateProfilesCommandInput, cb: (err: any, data?: ListFargateProfilesCommandOutput) => void): void;
@@ -283,8 +293,9 @@ export declare class EKS extends EKSClient {
283
293
  listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
284
294
  listIdentityProviderConfigs(args: ListIdentityProviderConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityProviderConfigsCommandOutput) => void): void;
285
295
  /**
286
- * <p>Lists the Amazon EKS managed node groups associated with the specified cluster in your
287
- * Amazon Web Services account in the specified Region. Self-managed node groups are not listed.</p>
296
+ * <p>Lists the Amazon EKS managed node groups associated with the specified cluster
297
+ * in your Amazon Web Services account in the specified Region. Self-managed node groups are
298
+ * not listed.</p>
288
299
  */
289
300
  listNodegroups(args: ListNodegroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListNodegroupsCommandOutput>;
290
301
  listNodegroups(args: ListNodegroupsCommandInput, cb: (err: any, data?: ListNodegroupsCommandOutput) => void): void;
@@ -296,22 +307,26 @@ export declare class EKS extends EKSClient {
296
307
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
297
308
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
298
309
  /**
299
- * <p>Lists the updates associated with an Amazon EKS cluster or managed node group in your Amazon Web Services
300
- * account, in the specified Region.</p>
310
+ * <p>Lists the updates associated with an Amazon EKS cluster or managed node group
311
+ * in your Amazon Web Services account, in the specified Region.</p>
301
312
  */
302
313
  listUpdates(args: ListUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<ListUpdatesCommandOutput>;
303
314
  listUpdates(args: ListUpdatesCommandInput, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
304
315
  listUpdates(args: ListUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUpdatesCommandOutput) => void): void;
305
316
  /**
306
317
  * <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
307
- * <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to view current information about the cluster and its nodes.
308
- * </p>
318
+ * <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to
319
+ * view current information about the cluster and its nodes. </p>
309
320
  * <p>Cluster connection requires two steps. First, send a <code>
310
321
  * <a>RegisterClusterRequest</a>
311
- * </code> to add it to the Amazon EKS control plane.</p>
312
- * <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and <code>activationCode</code> must be applied to the Kubernetes cluster through it's native provider to provide visibility.</p>
322
+ * </code> to add it to the Amazon EKS
323
+ * control plane.</p>
324
+ * <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and
325
+ * <code>activationCode</code> must be applied to the Kubernetes cluster through it's
326
+ * native provider to provide visibility.</p>
313
327
  *
314
- * <p>After the Manifest is updated and applied, then the connected cluster is visible to the Amazon EKS control plane. If the Manifest is not applied within a set amount of time,
328
+ * <p>After the Manifest is updated and applied, then the connected cluster is visible to
329
+ * the Amazon EKS control plane. If the Manifest is not applied within three days,
315
330
  * then the connected cluster will no longer be visible and must be deregistered. See <a>DeregisterCluster</a>.</p>
316
331
  */
317
332
  registerCluster(args: RegisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<RegisterClusterCommandOutput>;
@@ -321,10 +336,9 @@ export declare class EKS extends EKSClient {
321
336
  * <p>Associates the specified tags to a resource with the specified
322
337
  * <code>resourceArn</code>. If existing tags on a resource are not specified in the
323
338
  * request parameters, they are not changed. When a resource is deleted, the tags
324
- * associated with that resource are deleted as well. Tags that you create for Amazon EKS
325
- * resources do not propagate to any other resources associated with the cluster. For
326
- * example, if you tag a cluster with this operation, that tag does not automatically
327
- * propagate to the subnets and nodes associated with the cluster.</p>
339
+ * associated with that resource are deleted as well. Tags that you create for Amazon EKS resources do not propagate to any other resources associated with the
340
+ * cluster. For example, if you tag a cluster with this operation, that tag does not
341
+ * automatically propagate to the subnets and nodes associated with the cluster.</p>
328
342
  */
329
343
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
330
344
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
@@ -342,24 +356,25 @@ export declare class EKS extends EKSClient {
342
356
  updateAddon(args: UpdateAddonCommandInput, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
343
357
  updateAddon(args: UpdateAddonCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAddonCommandOutput) => void): void;
344
358
  /**
345
- * <p>Updates an Amazon EKS cluster configuration. Your cluster continues to function during the
346
- * update. The response output includes an update ID that you can use to track the status
347
- * of your cluster update with the <a>DescribeUpdate</a> API operation.</p>
359
+ * <p>Updates an Amazon EKS cluster configuration. Your cluster continues to
360
+ * function during the update. The response output includes an update ID that you can use
361
+ * to track the status of your cluster update with the <a>DescribeUpdate</a> API
362
+ * operation.</p>
348
363
  * <p>You can use this API operation to enable or disable exporting the Kubernetes control
349
- * plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't
350
- * exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
351
- * Cluster Control Plane Logs</a> in the
352
- * <i>
364
+ * plane logs for your cluster to CloudWatch Logs. By default, cluster control plane
365
+ * logs aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster Control Plane Logs</a> in the
366
+ * <i>
353
367
  * <i>Amazon EKS User Guide</i>
354
368
  * </i>.</p>
355
369
  * <note>
356
- * <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
357
- * control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
370
+ * <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to
371
+ * exported control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch
372
+ * Pricing</a>.</p>
358
373
  * </note>
359
374
  * <p>You can also use this API operation to enable or disable public and private access to
360
375
  * your cluster's Kubernetes API server endpoint. By default, public access is enabled, and
361
- * private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
362
- * endpoint access control</a> in the <i>
376
+ * private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in the
377
+ * <i>
363
378
  * <i>Amazon EKS User Guide</i>
364
379
  * </i>. </p>
365
380
  * <important>
@@ -374,10 +389,9 @@ export declare class EKS extends EKSClient {
374
389
  updateClusterConfig(args: UpdateClusterConfigCommandInput, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
375
390
  updateClusterConfig(args: UpdateClusterConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterConfigCommandOutput) => void): void;
376
391
  /**
377
- * <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues
378
- * to function during the update. The response output includes an update ID that you can
379
- * use to track the status of your cluster update with the <a>DescribeUpdate</a>
380
- * API operation.</p>
392
+ * <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your
393
+ * cluster continues to function during the update. The response output includes an update
394
+ * ID that you can use to track the status of your cluster update with the <a>DescribeUpdate</a> API operation.</p>
381
395
  * <p>Cluster updates are asynchronous, and they should finish within a few minutes. During
382
396
  * an update, the cluster status moves to <code>UPDATING</code> (this status transition is
383
397
  * eventually consistent). When the update is complete (either <code>Failed</code> or
@@ -390,17 +404,17 @@ export declare class EKS extends EKSClient {
390
404
  updateClusterVersion(args: UpdateClusterVersionCommandInput, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
391
405
  updateClusterVersion(args: UpdateClusterVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterVersionCommandOutput) => void): void;
392
406
  /**
393
- * <p>Updates an Amazon EKS managed node group configuration. Your node group continues to
394
- * function during the update. The response output includes an update ID that you can use
395
- * to track the status of your node group update with the <a>DescribeUpdate</a>
396
- * API operation. Currently you can update the Kubernetes labels for a node group or the
397
- * scaling configuration.</p>
407
+ * <p>Updates an Amazon EKS managed node group configuration. Your node group
408
+ * continues to function during the update. The response output includes an update ID that
409
+ * 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
410
+ * labels for a node group or the scaling configuration.</p>
398
411
  */
399
412
  updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodegroupConfigCommandOutput>;
400
413
  updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
401
414
  updateNodegroupConfig(args: UpdateNodegroupConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNodegroupConfigCommandOutput) => void): void;
402
415
  /**
403
- * <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.</p>
416
+ * <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node
417
+ * group.</p>
404
418
  * <p>You can update a node group using a launch template only if the node group was
405
419
  * originally deployed with a launch template. If you need to update a custom AMI in a node
406
420
  * group that was deployed with a launch template, then update your custom AMI, specify the
@@ -410,14 +424,14 @@ export declare class EKS extends EKSClient {
410
424
  * AMI version of a node group's current Kubernetes version by not specifying a Kubernetes
411
425
  * version in the request. You can update to the latest AMI version of your cluster's
412
426
  * current Kubernetes version by specifying your cluster's Kubernetes version in the
413
- * request. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS
414
- * optimized Amazon Linux 2 AMI versions</a> in the <i>Amazon EKS User Guide</i>.</p>
427
+ * request. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS optimized Amazon Linux 2 AMI versions</a> in the <i>Amazon EKS User Guide</i>.</p>
415
428
  * <p>You cannot roll back a node group to an earlier Kubernetes version or AMI
416
429
  * version.</p>
417
430
  * <p>When a node in a managed node group is terminated due to a scaling action or update,
418
- * the pods in that node are drained first. Amazon EKS attempts to drain the nodes gracefully
419
- * and will fail if it is unable to do so. You can <code>force</code> the update if Amazon EKS
420
- * is unable to drain the nodes as a result of a pod disruption budget issue.</p>
431
+ * the pods in that node are drained first. Amazon EKS attempts to drain the nodes
432
+ * gracefully and will fail if it is unable to do so. You can <code>force</code> the update
433
+ * if Amazon EKS is unable to drain the nodes as a result of a pod disruption
434
+ * budget issue.</p>
421
435
  */
422
436
  updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNodegroupVersionCommandOutput>;
423
437
  updateNodegroupVersion(args: UpdateNodegroupVersionCommandInput, cb: (err: any, data?: UpdateNodegroupVersionCommandOutput) => void): void;
@@ -156,16 +156,16 @@ declare type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
156
156
  export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
157
157
  }
158
158
  /**
159
- * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
160
- * Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
161
- * Kubernetes is an open-source system for automating the deployment, scaling, and
162
- * management of containerized applications. </p>
163
- * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use
164
- * all the existing plugins and tooling from the Kubernetes community. Applications running
165
- * on Amazon EKS are fully compatible with applications running on any standard Kubernetes
166
- * environment, whether running in on-premises data centers or public clouds. This means
167
- * that you can easily migrate any standard Kubernetes application to Amazon EKS without any
168
- * code modification required.</p>
159
+ * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
160
+ * for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain
161
+ * your own Kubernetes control plane. Kubernetes is an open-source system for automating
162
+ * the deployment, scaling, and management of containerized applications. </p>
163
+ * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so
164
+ * you can use all the existing plugins and tooling from the Kubernetes community.
165
+ * Applications running on Amazon EKS are fully compatible with applications
166
+ * running on any standard Kubernetes environment, whether running in on-premises data
167
+ * centers or public clouds. This means that you can easily migrate any standard Kubernetes
168
+ * application to Amazon EKS without any code modification required.</p>
169
169
  */
170
170
  export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
171
171
  /**
@@ -8,11 +8,12 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
8
8
  }
9
9
  /**
10
10
  * <p>Creates an Amazon EKS add-on.</p>
11
- * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
12
- * operational software for Amazon EKS clusters. Amazon EKS add-ons can only be used with Amazon EKS
13
- * clusters running version 1.18 with platform version <code>eks.3</code> or later because
11
+ * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
12
+ * of common operational software for Amazon EKS clusters. Amazon EKS
13
+ * add-ons require clusters running version 1.18 or later because Amazon EKS
14
14
  * add-ons rely on the Server-side Apply Kubernetes feature, which is only available in
15
- * Kubernetes 1.18 and later.</p>
15
+ * Kubernetes 1.18 and later. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
16
+ * the <i>Amazon EKS User Guide</i>.</p>
16
17
  * @example
17
18
  * Use a bare-bones client and the command you need to make an API call.
18
19
  * ```javascript
@@ -10,22 +10,23 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
10
10
  * <p>Creates an Amazon EKS control plane. </p>
11
11
  * <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
12
12
  * software, such as <code>etcd</code> and the API server. The control plane runs in an
13
- * account managed by Amazon Web Services, and the Kubernetes API is exposed via the Amazon EKS API server
14
- * endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its
13
+ * account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server
14
+ * endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its
15
15
  * own set of Amazon EC2 instances.</p>
16
16
  * <p>The cluster control plane is provisioned across multiple Availability Zones and
17
17
  * fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC
18
18
  * subnets to provide connectivity from the control plane instances to the nodes (for
19
19
  * example, to support <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code>
20
20
  * data flows).</p>
21
- * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane via
21
+ * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over
22
22
  * the Kubernetes API server endpoint and a certificate file that is created for your
23
23
  * cluster.</p>
24
24
  *
25
- * <p>Cluster creation typically takes several minutes. After you create an Amazon EKS cluster,
25
+ * <p>In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster,
26
26
  * you must configure your Kubernetes tooling to communicate with the API server and launch
27
27
  * nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
28
- * Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
28
+ * Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the
29
+ * <i>Amazon EKS User Guide</i>.</p>
29
30
  * @example
30
31
  * Use a bare-bones client and the command you need to make an API call.
31
32
  * ```javascript
@@ -7,30 +7,34 @@ export interface CreateFargateProfileCommandInput extends CreateFargateProfileRe
7
7
  export interface CreateFargateProfileCommandOutput extends CreateFargateProfileResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates an Fargate profile for your Amazon EKS cluster. You must have at least one Fargate
11
- * profile in a cluster to be able to run pods on Fargate.</p>
12
- * <p>The Fargate profile allows an administrator to declare which pods run on Fargate and specify
13
- * which pods run on which Fargate profile. This declaration is done through the profile’s
14
- * selectors. Each profile can have up to five selectors that contain a namespace and
15
- * labels. A namespace is required for every selector. The label field consists of multiple
16
- * optional key-value pairs. Pods that match the selectors are scheduled on Fargate. If a
17
- * to-be-scheduled pod matches any of the selectors in the Fargate profile, then that pod is
18
- * run on Fargate.</p>
19
- * <p>When you create a Fargate profile, you must specify a pod execution role to use with the
20
- * pods that are scheduled with the profile. This role is added to the cluster's Kubernetes
21
- * <a href="https://kubernetes.io/docs/admin/authorization/rbac/">Role Based Access
22
- * Control</a> (RBAC) for authorization so that the <code>kubelet</code> that is
23
- * running on the Fargate infrastructure can register with your Amazon EKS cluster so that it can
24
- * appear in your cluster as a node. The pod execution role also provides IAM permissions
25
- * to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For more
26
- * information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
27
- * <p>Fargate profiles are immutable. However, you can create a new updated profile to replace
28
- * an existing profile and then delete the original after the updated profile has finished
29
- * creating.</p>
30
- * <p>If any Fargate profiles in a cluster are in the <code>DELETING</code> status, you must
31
- * wait for that Fargate profile to finish deleting before you can create any other profiles
32
- * in that cluster.</p>
33
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html">Fargate Profile</a> in the <i>Amazon EKS User Guide</i>.</p>
10
+ * <p>Creates an Fargate profile for your Amazon EKS cluster. You
11
+ * must have at least one Fargate profile in a cluster to be able to run
12
+ * pods on Fargate.</p>
13
+ * <p>The Fargate profile allows an administrator to declare which pods run
14
+ * on Fargate and specify which pods run on which Fargate
15
+ * profile. This declaration is done through the profile’s selectors. Each profile can have
16
+ * up to five selectors that contain a namespace and labels. A namespace is required for
17
+ * every selector. The label field consists of multiple optional key-value pairs. Pods that
18
+ * match the selectors are scheduled on Fargate. If a to-be-scheduled pod
19
+ * matches any of the selectors in the Fargate profile, then that pod is run
20
+ * on Fargate.</p>
21
+ * <p>When you create a Fargate profile, you must specify a pod execution
22
+ * role to use with the pods that are scheduled with the profile. This role is added to the
23
+ * cluster's Kubernetes <a href="https://kubernetes.io/docs/admin/authorization/rbac/">Role Based Access Control</a> (RBAC) for authorization so that the
24
+ * <code>kubelet</code> that is running on the Fargate infrastructure
25
+ * can register with your Amazon EKS cluster so that it can appear in your cluster
26
+ * as a node. The pod execution role also provides IAM permissions to the
27
+ * Fargate infrastructure to allow read access to Amazon ECR
28
+ * image repositories. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod
29
+ * Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
30
+ * <p>Fargate profiles are immutable. However, you can create a new updated
31
+ * profile to replace an existing profile and then delete the original after the updated
32
+ * profile has finished creating.</p>
33
+ * <p>If any Fargate profiles in a cluster are in the <code>DELETING</code>
34
+ * status, you must wait for that Fargate profile to finish deleting before
35
+ * you can create any other profiles in that cluster.</p>
36
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html">Fargate Profile</a> in the
37
+ * <i>Amazon EKS User Guide</i>.</p>
34
38
  * @example
35
39
  * Use a bare-bones client and the command you need to make an API call.
36
40
  * ```javascript
@@ -7,15 +7,16 @@ export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {
7
7
  export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a managed node group for an Amazon EKS cluster. You can only create a node group
11
- * for your cluster that is equal to the current Kubernetes version for the cluster. All
12
- * node groups are created with the latest AMI release version for the respective minor
13
- * Kubernetes version of the cluster, unless you deploy a custom AMI using a launch
14
- * template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch
10
+ * <p>Creates a managed node group for an Amazon EKS cluster. You can only create a
11
+ * node group for your cluster that is equal to the current Kubernetes version for the
12
+ * cluster. All node groups are created with the latest AMI release version for the
13
+ * respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using
14
+ * a launch template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch
15
15
  * template support</a>.</p>
16
- * <p>An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that
17
- * are managed by Amazon Web Services for an Amazon EKS cluster. Each node group uses a version of the Amazon EKS
18
- * optimized Amazon Linux 2 AMI. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed
16
+ * <p>An Amazon EKS managed node group is an Amazon EC2
17
+ * Auto Scaling group and associated Amazon EC2 instances that are managed by
18
+ * Amazon Web Services for an Amazon EKS cluster. Each node group uses a version
19
+ * of the Amazon EKS optimized Amazon Linux 2 AMI. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed
19
20
  * Node Groups</a> in the <i>Amazon EKS User Guide</i>. </p>
20
21
  * @example
21
22
  * Use a bare-bones client and the command you need to make an API call.