@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.
- package/README.md +10 -10
- package/dist-cjs/index.js +3 -2
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/EKS.d.ts +10 -10
- package/dist-types/EKSClient.d.ts +10 -10
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +5 -5
- package/dist-types/commands/CreateAddonCommand.d.ts +4 -5
- package/dist-types/commands/CreateClusterCommand.d.ts +29 -33
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +28 -32
- package/dist-types/commands/CreateNodegroupCommand.d.ts +12 -7
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAddonCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +4 -4
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +10 -4
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +9 -11
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterClusterCommand.d.ts +5 -7
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddonCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -3
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateCommand.d.ts +4 -4
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListAddonsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -2
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +1 -1
- package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -3
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterClusterCommand.d.ts +9 -10
- package/dist-types/commands/TagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +18 -20
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -7
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +15 -13
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +1 -1
- package/dist-types/index.d.ts +10 -10
- package/dist-types/models/models_0.d.ts +497 -445
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- 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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
*
|
|
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
|
package/dist-types/EKS.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
412
|
-
*
|
|
413
|
-
*
|
|
414
|
-
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
|
|
415
|
-
*
|
|
416
|
-
*
|
|
417
|
-
*
|
|
418
|
-
*
|
|
419
|
-
*
|
|
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
|
-
*
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
33
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* <p>The cluster control plane is provisioned across multiple Availability Zones and
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
* cluster
|
|
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
|
-
*
|
|
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
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* access your cluster</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching
|
|
69
|
-
*
|
|
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
|
-
*
|
|
325
|
-
*
|
|
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
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* profile
|
|
53
|
-
*
|
|
54
|
-
*
|
|
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
|
-
*
|
|
152
|
-
*
|
|
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
|
|
35
|
-
* <p>
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
38
|
-
* <code>
|
|
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
|
-
*
|
|
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
|
-
*
|
|
33
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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>
|