@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
package/README.md CHANGED
@@ -6,16 +6,16 @@
6
6
 
7
7
  AWS SDK for JavaScript EKS Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
10
- for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
11
- Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
12
- scaling, and management of containerized applications.</p>
13
- <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
14
- can use all the existing plugins and tooling from the Kubernetes community. Applications
15
- running on Amazon EKS are fully compatible with applications running on any
16
- standard Kubernetes environment, whether running in on-premises data centers or public
17
- clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
18
- without any code modification required.</p>
9
+ <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
10
+ Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. Kubernetes is an
11
+ open-source system for automating the deployment, scaling, and management of
12
+ containerized applications.</p>
13
+ <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all
14
+ the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS
15
+ are fully compatible with applications running on any standard Kubernetes environment,
16
+ whether running in on-premises data centers or public clouds. This means that you can
17
+ easily migrate any standard Kubernetes application to Amazon EKS without any code modification
18
+ required.</p>
19
19
 
20
20
  ## Installing
21
21
 
package/dist-cjs/index.js CHANGED
@@ -855,8 +855,8 @@ var UnsupportedAvailabilityZoneException = class _UnsupportedAvailabilityZoneExc
855
855
  */
856
856
  nodegroupName;
857
857
  /**
858
- * <p>The supported Availability Zones for your account. Choose subnets in these
859
- * Availability Zones for your cluster.</p>
858
+ * <p>The supported Availability Zones for your account. Choose subnets in these Availability Zones for your
859
+ * cluster.</p>
860
860
  * @public
861
861
  */
862
862
  validZones;
@@ -3125,6 +3125,7 @@ var de_EksAnywhereSubscription = /* @__PURE__ */ __name((output, context) => {
3125
3125
  licenseArns: import_smithy_client._json,
3126
3126
  licenseQuantity: import_smithy_client.expectInt32,
3127
3127
  licenseType: import_smithy_client.expectString,
3128
+ licenses: import_smithy_client._json,
3128
3129
  status: import_smithy_client.expectString,
3129
3130
  tags: import_smithy_client._json,
3130
3131
  term: import_smithy_client._json
@@ -2037,6 +2037,7 @@ const de_EksAnywhereSubscription = (output, context) => {
2037
2037
  licenseArns: _json,
2038
2038
  licenseQuantity: __expectInt32,
2039
2039
  licenseType: __expectString,
2040
+ licenses: _json,
2040
2041
  status: __expectString,
2041
2042
  tags: _json,
2042
2043
  term: _json,
@@ -407,16 +407,16 @@ export interface EKS {
407
407
  updatePodIdentityAssociation(args: UpdatePodIdentityAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void): void;
408
408
  }
409
409
  /**
410
- * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
411
- * for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
412
- * Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
413
- * scaling, and management of containerized applications.</p>
414
- * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
415
- * can use all the existing plugins and tooling from the Kubernetes community. Applications
416
- * running on Amazon EKS are fully compatible with applications running on any
417
- * standard Kubernetes environment, whether running in on-premises data centers or public
418
- * clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
419
- * without any code modification required.</p>
410
+ * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
411
+ * Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. Kubernetes is an
412
+ * open-source system for automating the deployment, scaling, and management of
413
+ * containerized applications.</p>
414
+ * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all
415
+ * the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS
416
+ * are fully compatible with applications running on any standard Kubernetes environment,
417
+ * whether running in on-premises data centers or public clouds. This means that you can
418
+ * easily migrate any standard Kubernetes application to Amazon EKS without any code modification
419
+ * required.</p>
420
420
  * @public
421
421
  */
422
422
  export declare class EKS extends EKSClient implements EKS {
@@ -226,16 +226,16 @@ export type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
226
226
  export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
227
227
  }
228
228
  /**
229
- * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
230
- * for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
231
- * Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
232
- * scaling, and management of containerized applications.</p>
233
- * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
234
- * can use all the existing plugins and tooling from the Kubernetes community. Applications
235
- * running on Amazon EKS are fully compatible with applications running on any
236
- * standard Kubernetes environment, whether running in on-premises data centers or public
237
- * clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
238
- * without any code modification required.</p>
229
+ * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
230
+ * Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. Kubernetes is an
231
+ * open-source system for automating the deployment, scaling, and management of
232
+ * containerized applications.</p>
233
+ * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all
234
+ * the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS
235
+ * are fully compatible with applications running on any standard Kubernetes environment,
236
+ * whether running in on-premises data centers or public clouds. This means that you can
237
+ * easily migrate any standard Kubernetes application to Amazon EKS without any code modification
238
+ * required.</p>
239
239
  * @public
240
240
  */
241
241
  export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
@@ -85,7 +85,7 @@ declare const AssociateAccessPolicyCommand_base: {
85
85
  * <p>The specified resource could not be found. You can view your available clusters with
86
86
  * <code>ListClusters</code>. You can view your available managed node groups with
87
87
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
88
- * specific.</p>
88
+ * specific.</p>
89
89
  *
90
90
  * @throws {@link ServerException} (server fault)
91
91
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -105,7 +105,7 @@ declare const AssociateEncryptionConfigCommand_base: {
105
105
  * <p>The specified resource could not be found. You can view your available clusters with
106
106
  * <code>ListClusters</code>. You can view your available managed node groups with
107
107
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
108
- * specific.</p>
108
+ * specific.</p>
109
109
  *
110
110
  * @throws {@link ServerException} (server fault)
111
111
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -117,7 +117,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
117
117
  * <p>The specified resource could not be found. You can view your available clusters with
118
118
  * <code>ListClusters</code>. You can view your available managed node groups with
119
119
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
120
- * specific.</p>
120
+ * specific.</p>
121
121
  *
122
122
  * @throws {@link ServerException} (server fault)
123
123
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -32,11 +32,11 @@ declare const CreateAccessEntryCommand_base: {
32
32
  * entries can replace the need to maintain entries in the <code>aws-auth</code>
33
33
  * <code>ConfigMap</code> for authentication. You have the following options for
34
34
  * authorizing an IAM principal to access Kubernetes objects on your cluster: Kubernetes
35
- * role-based access control (RBAC), Amazon EKS, or both. Kubernetes RBAC authorization
36
- * requires you to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
35
+ * role-based access control (RBAC), Amazon EKS, or both. Kubernetes RBAC authorization requires you
36
+ * to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
37
37
  * <code>RoleBinding</code>, and <code>ClusterRoleBinding</code> objects, in addition
38
- * to managing access entries. If you use Amazon EKS authorization exclusively, you
39
- * don't need to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
38
+ * to managing access entries. If you use Amazon EKS authorization exclusively, you don't need
39
+ * to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
40
40
  * <code>RoleBinding</code>, and <code>ClusterRoleBinding</code> objects.</p>
41
41
  * <p>For more information about access entries, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html">Access entries</a> in the
42
42
  * <i>Amazon EKS User Guide</i>.</p>
@@ -105,7 +105,7 @@ declare const CreateAccessEntryCommand_base: {
105
105
  * <p>The specified resource could not be found. You can view your available clusters with
106
106
  * <code>ListClusters</code>. You can view your available managed node groups with
107
107
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
108
- * specific.</p>
108
+ * specific.</p>
109
109
  *
110
110
  * @throws {@link ServerException} (server fault)
111
111
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -28,10 +28,9 @@ declare const CreateAddonCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates an Amazon EKS add-on.</p>
31
- * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
32
- * of common operational software for Amazon EKS clusters. For more information,
33
- * see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS
34
- * add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>
31
+ * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
32
+ * operational software for Amazon EKS clusters. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS
33
+ * add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>
35
34
  * @example
36
35
  * Use a bare-bones client and the command you need to make an API call.
37
36
  * ```javascript
@@ -123,7 +122,7 @@ declare const CreateAddonCommand_base: {
123
122
  * <p>The specified resource could not be found. You can view your available clusters with
124
123
  * <code>ListClusters</code>. You can view your available managed node groups with
125
124
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
126
- * specific.</p>
125
+ * specific.</p>
127
126
  *
128
127
  * @throws {@link ServerException} (server fault)
129
128
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -28,45 +28,42 @@ declare const CreateClusterCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates an Amazon EKS control plane.</p>
31
- * <p>The Amazon EKS control plane consists of control plane instances that run the
32
- * Kubernetes software, such as <code>etcd</code> and the API server. The control plane runs in
33
- * an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS
34
- * API server endpoint. Each Amazon EKS cluster control plane is
35
- * single tenant and unique. It runs on its own set of Amazon EC2 instances.</p>
36
- * <p>The cluster control plane is provisioned across multiple Availability Zones and
37
- * fronted by an Elastic Load Balancing
38
- * Network Load Balancer. Amazon EKS also provisions elastic network interfaces in
39
- * your VPC subnets to provide connectivity from the control plane instances to the nodes
40
- * (for example, to support <code>kubectl exec</code>, <code>logs</code>, and
41
- * <code>proxy</code> data flows).</p>
42
- * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your
43
- * cluster's control plane over the Kubernetes API server endpoint and a certificate file that
44
- * is created for your cluster.</p>
31
+ * <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
32
+ * software, such as <code>etcd</code> and the API server. The control plane runs in an
33
+ * account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint.
34
+ * Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of
35
+ * Amazon EC2 instances.</p>
36
+ * <p>The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing
37
+ * Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide
38
+ * connectivity from the control plane instances to the nodes (for example, to support
39
+ * <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code> data
40
+ * flows).</p>
41
+ * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over
42
+ * the Kubernetes API server endpoint and a certificate file that is created for your
43
+ * cluster.</p>
45
44
  * <p>You can use the <code>endpointPublicAccess</code> and
46
45
  * <code>endpointPrivateAccess</code> parameters to enable or disable public and
47
46
  * private access to your cluster's Kubernetes API server endpoint. By default, public access is
48
- * enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
49
- * Cluster Endpoint Access Control</a> in the
50
- * <i>
47
+ * enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS Cluster
48
+ * Endpoint Access Control</a> in the <i>
51
49
  * <i>Amazon EKS User Guide</i>
52
50
  * </i>. </p>
53
51
  * <p>You can use the <code>logging</code> parameter to enable or disable exporting the
54
- * Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster
55
- * control plane logs aren't exported to CloudWatch Logs. For more information, see
56
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster Control Plane Logs</a> in the
57
- * <i>
52
+ * Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane
53
+ * 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
54
+ * Cluster Control Plane Logs</a> in the
55
+ * <i>
58
56
  * <i>Amazon EKS User Guide</i>
59
57
  * </i>.</p>
60
58
  * <note>
61
- * <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to
62
- * exported control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch
63
- * Pricing</a>.</p>
59
+ * <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
60
+ * control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
64
61
  * </note>
65
- * <p>In most cases, it takes several minutes to create a cluster. After you create an
66
- * Amazon EKS cluster, you must configure your Kubernetes tooling to communicate
67
- * with the API server and launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html">Allowing users to
68
- * access your cluster</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching
69
- * Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
62
+ * <p>In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS
63
+ * cluster, you must configure your Kubernetes tooling to communicate with the API server and
64
+ * launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html">Allowing users to
65
+ * access your cluster</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS
66
+ * nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
70
67
  * @example
71
68
  * Use a bare-bones client and the command you need to make an API call.
72
69
  * ```javascript
@@ -320,10 +317,9 @@ declare const CreateClusterCommand_base: {
320
317
  * <p>The service is unavailable. Back off and retry the operation.</p>
321
318
  *
322
319
  * @throws {@link UnsupportedAvailabilityZoneException} (client fault)
323
- * <p>At least one of your specified cluster subnets is in an Availability Zone that does
324
- * not support Amazon EKS. The exception output specifies the supported
325
- * Availability Zones for your account, from which you can choose subnets for your
326
- * cluster.</p>
320
+ * <p>At least one of your specified cluster subnets is in an Availability Zone that does not support
321
+ * Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which
322
+ * you can choose subnets for your cluster.</p>
327
323
  *
328
324
  * @throws {@link EKSServiceException}
329
325
  * <p>Base exception class for all service exceptions from EKS service.</p>
@@ -71,6 +71,12 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
71
71
  * // licenseArns: [ // StringList
72
72
  * // "STRING_VALUE",
73
73
  * // ],
74
+ * // licenses: [ // LicenseList
75
+ * // { // License
76
+ * // id: "STRING_VALUE",
77
+ * // token: "STRING_VALUE",
78
+ * // },
79
+ * // ],
74
80
  * // tags: { // TagMap
75
81
  * // "<keys>": "STRING_VALUE",
76
82
  * // },
@@ -27,34 +27,31 @@ declare const CreateFargateProfileCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Fargate profile for your Amazon EKS cluster. You
31
- * must have at least one Fargate profile in a cluster to be able to run
32
- * pods on Fargate.</p>
33
- * <p>The Fargate profile allows an administrator to declare which pods run
34
- * on Fargate and specify which pods run on which Fargate
35
- * profile. This declaration is done through the profile's selectors. Each profile can have
36
- * up to five selectors that contain a namespace and labels. A namespace is required for
37
- * every selector. The label field consists of multiple optional key-value pairs. Pods that
38
- * match the selectors are scheduled on Fargate. If a to-be-scheduled pod
39
- * matches any of the selectors in the Fargate profile, then that pod is run
40
- * on Fargate.</p>
41
- * <p>When you create a Fargate profile, you must specify a pod execution
42
- * role to use with the pods that are scheduled with the profile. This role is added to the
43
- * cluster's Kubernetes <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">Role Based
44
- * Access Control</a> (RBAC) for authorization so that the <code>kubelet</code>
45
- * that is running on the Fargate infrastructure can register with your
46
- * Amazon EKS cluster so that it can appear in your cluster as a node. The pod
47
- * execution role also provides IAM permissions to the Fargate infrastructure to
48
- * allow read access to Amazon ECR image repositories. For
49
- * more 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>
50
- * <p>Fargate profiles are immutable. However, you can create a new updated
51
- * profile to replace an existing profile and then delete the original after the updated
52
- * profile has finished creating.</p>
53
- * <p>If any Fargate profiles in a cluster are in the <code>DELETING</code>
54
- * status, you must wait for that Fargate profile to finish deleting before
55
- * you can create any other profiles in that cluster.</p>
56
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/fargate-profile.html">Fargate profile</a> in the
57
- * <i>Amazon EKS User Guide</i>.</p>
30
+ * <p>Creates an Fargate profile for your Amazon EKS cluster. You must have at least one
31
+ * Fargate profile in a cluster to be able to run pods on Fargate.</p>
32
+ * <p>The Fargate profile allows an administrator to declare which pods run on Fargate
33
+ * and specify which pods run on which Fargate profile. This declaration is done through
34
+ * the profile's selectors. Each profile can have up to five selectors that contain a
35
+ * namespace and labels. A namespace is required for every selector. The label field
36
+ * consists of multiple optional key-value pairs. Pods that match the selectors are
37
+ * scheduled on Fargate. If a to-be-scheduled pod matches any of the selectors in the
38
+ * Fargate profile, then that pod is run on Fargate.</p>
39
+ * <p>When you create a Fargate profile, you must specify a pod execution role to use with
40
+ * the pods that are scheduled with the profile. This role is added to the cluster's Kubernetes
41
+ * <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">Role
42
+ * Based Access Control</a> (RBAC) for authorization so that the
43
+ * <code>kubelet</code> that is running on the Fargate infrastructure can register
44
+ * with your Amazon EKS cluster so that it can appear in your cluster as a node. The pod
45
+ * execution role also provides IAM permissions to the Fargate infrastructure to allow
46
+ * read access to Amazon ECR image repositories. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod
47
+ * Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
48
+ * <p>Fargate profiles are immutable. However, you can create a new updated profile to
49
+ * replace an existing profile and then delete the original after the updated profile has
50
+ * finished creating.</p>
51
+ * <p>If any Fargate profiles in a cluster are in the <code>DELETING</code> status, you
52
+ * must wait for that Fargate profile to finish deleting before you can create any other
53
+ * profiles in that cluster.</p>
54
+ * <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>
58
55
  * @example
59
56
  * Use a bare-bones client and the command you need to make an API call.
60
57
  * ```javascript
@@ -147,10 +144,9 @@ declare const CreateFargateProfileCommand_base: {
147
144
  * <p>These errors are usually caused by a server-side issue.</p>
148
145
  *
149
146
  * @throws {@link UnsupportedAvailabilityZoneException} (client fault)
150
- * <p>At least one of your specified cluster subnets is in an Availability Zone that does
151
- * not support Amazon EKS. The exception output specifies the supported
152
- * Availability Zones for your account, from which you can choose subnets for your
153
- * cluster.</p>
147
+ * <p>At least one of your specified cluster subnets is in an Availability Zone that does not support
148
+ * Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which
149
+ * you can choose subnets for your cluster.</p>
154
150
  *
155
151
  * @throws {@link EKSServiceException}
156
152
  * <p>Base exception class for all service exceptions from EKS service.</p>
@@ -31,14 +31,19 @@ declare const CreateNodegroupCommand_base: {
31
31
  * <p>You can only create a node group for your cluster that is equal to the current Kubernetes
32
32
  * version for the cluster. All node groups are created with the latest AMI release version
33
33
  * for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI
34
- * using a launch template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Customizing managed nodes with launch templates</a>.</p>
35
- * <p>An Amazon EKS managed node group is an Amazon EC2
36
- * Auto Scaling group and associated Amazon EC2 instances that are managed by
37
- * Amazon Web Services for an Amazon EKS cluster. For more information, see
38
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed node groups</a> in the <i>Amazon EKS User Guide</i>.</p>
34
+ * using a launch template.</p>
35
+ * <p>For later updates, you will only be able to update a node group using a launch
36
+ * template only if it was originally deployed with a launch template. Additionally, the
37
+ * launch template ID or name must match what was used when the node group was created. You
38
+ * can update the launch template version with necessary changes. For more information
39
+ * about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Customizing managed nodes with
40
+ * launch templates</a>.</p>
41
+ * <p>An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that
42
+ * are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html">Managed
43
+ * node groups</a> in the <i>Amazon EKS User Guide</i>.</p>
39
44
  * <note>
40
- * <p>Windows AMI types are only supported for commercial Amazon Web Services Regions
41
- * that support Windows on Amazon EKS.</p>
45
+ * <p>Windows AMI types are only supported for commercial Amazon Web Services Regions that support
46
+ * Windows on Amazon EKS.</p>
42
47
  * </note>
43
48
  * @example
44
49
  * Use a bare-bones client and the command you need to make an API call.
@@ -99,7 +99,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
99
99
  * <p>The specified resource could not be found. You can view your available clusters with
100
100
  * <code>ListClusters</code>. You can view your available managed node groups with
101
101
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
102
- * specific.</p>
102
+ * specific.</p>
103
103
  *
104
104
  * @throws {@link ServerException} (server fault)
105
105
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -61,7 +61,7 @@ declare const DeleteAccessEntryCommand_base: {
61
61
  * <p>The specified resource could not be found. You can view your available clusters with
62
62
  * <code>ListClusters</code>. You can view your available managed node groups with
63
63
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
64
- * specific.</p>
64
+ * specific.</p>
65
65
  *
66
66
  * @throws {@link ServerException} (server fault)
67
67
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -105,7 +105,7 @@ declare const DeleteAddonCommand_base: {
105
105
  * <p>The specified resource could not be found. You can view your available clusters with
106
106
  * <code>ListClusters</code>. You can view your available managed node groups with
107
107
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
108
- * specific.</p>
108
+ * specific.</p>
109
109
  *
110
110
  * @throws {@link ServerException} (server fault)
111
111
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -33,9 +33,9 @@ declare const DeleteClusterCommand_base: {
33
33
  * are deleted properly. Otherwise, you can have orphaned resources in your VPC that
34
34
  * 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
35
35
  * cluster</a> in the <i>Amazon EKS User Guide</i>.</p>
36
- * <p>If you have managed node groups or Fargate profiles attached to the
37
- * cluster, you must delete them first. For more information, see
38
- * <code>DeleteNodgroup</code> and <code>DeleteFargateProfile</code>.</p>
36
+ * <p>If you have managed node groups or Fargate profiles attached to the cluster, you
37
+ * must delete them first. For more information, see <code>DeleteNodgroup</code> and
38
+ * <code>DeleteFargateProfile</code>.</p>
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -191,7 +191,7 @@ declare const DeleteClusterCommand_base: {
191
191
  * <p>The specified resource could not be found. You can view your available clusters with
192
192
  * <code>ListClusters</code>. You can view your available managed node groups with
193
193
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
194
- * specific.</p>
194
+ * specific.</p>
195
195
  *
196
196
  * @throws {@link ServerException} (server fault)
197
197
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -28,9 +28,9 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Deletes an expired or inactive subscription. Deleting inactive subscriptions removes
31
- * them from the Amazon Web Services Management Console view and from list/describe API responses.
32
- * Subscriptions can only be cancelled within 7 days of creation and are cancelled by
33
- * creating a ticket in the Amazon Web Services Support Center. </p>
31
+ * them from the Amazon Web Services Management Console view and from list/describe API responses. Subscriptions can
32
+ * only be cancelled within 7 days of creation and are cancelled by creating a ticket in
33
+ * the Amazon Web Services Support Center. </p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -60,6 +60,12 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
60
60
  * // licenseArns: [ // StringList
61
61
  * // "STRING_VALUE",
62
62
  * // ],
63
+ * // licenses: [ // LicenseList
64
+ * // { // License
65
+ * // id: "STRING_VALUE",
66
+ * // token: "STRING_VALUE",
67
+ * // },
68
+ * // ],
63
69
  * // tags: { // TagMap
64
70
  * // "<keys>": "STRING_VALUE",
65
71
  * // },
@@ -87,7 +93,7 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
87
93
  * <p>The specified resource could not be found. You can view your available clusters with
88
94
  * <code>ListClusters</code>. You can view your available managed node groups with
89
95
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
90
- * specific.</p>
96
+ * specific.</p>
91
97
  *
92
98
  * @throws {@link ServerException} (server fault)
93
99
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -28,16 +28,14 @@ declare const DeleteFargateProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Deletes an Fargate profile.</p>
31
- * <p>When you delete a Fargate profile, any <code>Pod</code> running on
32
- * Fargate that was created with the profile is deleted. If the
33
- * <code>Pod</code> matches another Fargate profile, then it is
34
- * scheduled on Fargate with that profile. If it no longer matches any
35
- * Fargate profiles, then it's not scheduled on Fargate
36
- * and may remain in a pending state.</p>
37
- * <p>Only one Fargate profile in a cluster can be in the
38
- * <code>DELETING</code> status at a time. You must wait for a Fargate
39
- * profile to finish deleting before you can delete any other profiles in that
40
- * cluster.</p>
31
+ * <p>When you delete a Fargate profile, any <code>Pod</code> running on Fargate that
32
+ * was created with the profile is deleted. If the <code>Pod</code> matches another
33
+ * Fargate profile, then it is scheduled on Fargate with that profile. If it no longer
34
+ * matches any Fargate profiles, then it's not scheduled on Fargate and may remain in a
35
+ * pending state.</p>
36
+ * <p>Only one Fargate profile in a cluster can be in the <code>DELETING</code> status at
37
+ * a time. You must wait for a Fargate profile to finish deleting before you can delete
38
+ * any other profiles in that cluster.</p>
41
39
  * @example
42
40
  * Use a bare-bones client and the command you need to make an API call.
43
41
  * ```javascript
@@ -107,7 +105,7 @@ declare const DeleteFargateProfileCommand_base: {
107
105
  * <p>The specified resource could not be found. You can view your available clusters with
108
106
  * <code>ListClusters</code>. You can view your available managed node groups with
109
107
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
110
- * specific.</p>
108
+ * specific.</p>
111
109
  *
112
110
  * @throws {@link ServerException} (server fault)
113
111
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -141,7 +141,7 @@ declare const DeleteNodegroupCommand_base: {
141
141
  * <p>The specified resource could not be found. You can view your available clusters with
142
142
  * <code>ListClusters</code>. You can view your available managed node groups with
143
143
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
144
- * specific.</p>
144
+ * specific.</p>
145
145
  *
146
146
  * @throws {@link ServerException} (server fault)
147
147
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -78,7 +78,7 @@ declare const DeletePodIdentityAssociationCommand_base: {
78
78
  * <p>The specified resource could not be found. You can view your available clusters with
79
79
  * <code>ListClusters</code>. You can view your available managed node groups with
80
80
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
81
- * specific.</p>
81
+ * specific.</p>
82
82
  *
83
83
  * @throws {@link ServerException} (server fault)
84
84
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -27,8 +27,7 @@ declare const DeregisterClusterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deregisters a connected cluster to remove it from the Amazon EKS control
31
- * plane.</p>
30
+ * <p>Deregisters a connected cluster to remove it from the Amazon EKS control plane.</p>
32
31
  * <p>A connected cluster is a Kubernetes cluster that you've connected to your control plane
33
32
  * using the <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.html">Amazon EKS Connector</a>.</p>
34
33
  * @example
@@ -176,10 +175,9 @@ declare const DeregisterClusterCommand_base: {
176
175
  *
177
176
  * @throws {@link AccessDeniedException} (client fault)
178
177
  * <p>You don't have permissions to perform the requested operation. The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a>
179
- * making the request must have at least one IAM permissions policy attached
180
- * that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
181
- * management</a> in the <i>IAM User Guide</i>.
182
- * </p>
178
+ * making the request must have at least one IAM permissions policy attached that grants
179
+ * the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
180
+ * management</a> in the <i>IAM User Guide</i>. </p>
183
181
  *
184
182
  * @throws {@link ClientException} (client fault)
185
183
  * <p>These errors are usually caused by a client action. Actions can include using an
@@ -193,7 +191,7 @@ declare const DeregisterClusterCommand_base: {
193
191
  * <p>The specified resource could not be found. You can view your available clusters with
194
192
  * <code>ListClusters</code>. You can view your available managed node groups with
195
193
  * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
196
- * specific.</p>
194
+ * specific.</p>
197
195
  *
198
196
  * @throws {@link ServerException} (server fault)
199
197
  * <p>These errors are usually caused by a server-side issue.</p>