@aws-sdk/client-eks 3.441.0 → 3.448.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -9
- package/dist-cjs/EKS.js +10 -0
- package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +51 -0
- package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +21 -1
- package/dist-cjs/protocols/Aws_restJson1.js +363 -2
- package/dist-es/EKS.js +10 -0
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +47 -0
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +20 -0
- package/dist-es/protocols/Aws_restJson1.js +352 -1
- package/dist-types/EKS.d.ts +43 -9
- package/dist-types/EKSClient.d.ts +15 -11
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateAddonCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +11 -13
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +125 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +8 -9
- package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -6
- package/dist-types/commands/DeleteAddonCommand.d.ts +2 -2
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +114 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterClusterCommand.d.ts +7 -6
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +110 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -4
- package/dist-types/commands/ListAddonsCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +2 -2
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +115 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListUpdatesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterClusterCommand.d.ts +11 -10
- package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +5 -5
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +8 -8
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +118 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -4
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +10 -9
- package/dist-types/models/models_0.d.ts +443 -102
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/EKS.d.ts +85 -0
- package/dist-types/ts3.4/EKSClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +85 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +4 -4
|
@@ -12,10 +12,12 @@ import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommand
|
|
|
12
12
|
import { AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput } from "./commands/AssociateIdentityProviderConfigCommand";
|
|
13
13
|
import { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
|
|
14
14
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
15
|
+
import { CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput } from "./commands/CreateEksAnywhereSubscriptionCommand";
|
|
15
16
|
import { CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput } from "./commands/CreateFargateProfileCommand";
|
|
16
17
|
import { CreateNodegroupCommandInput, CreateNodegroupCommandOutput } from "./commands/CreateNodegroupCommand";
|
|
17
18
|
import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "./commands/DeleteAddonCommand";
|
|
18
19
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
20
|
+
import { DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput } from "./commands/DeleteEksAnywhereSubscriptionCommand";
|
|
19
21
|
import { DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput } from "./commands/DeleteFargateProfileCommand";
|
|
20
22
|
import { DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput } from "./commands/DeleteNodegroupCommand";
|
|
21
23
|
import { DeregisterClusterCommandInput, DeregisterClusterCommandOutput } from "./commands/DeregisterClusterCommand";
|
|
@@ -23,6 +25,7 @@ import { DescribeAddonCommandInput, DescribeAddonCommandOutput } from "./command
|
|
|
23
25
|
import { DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput } from "./commands/DescribeAddonConfigurationCommand";
|
|
24
26
|
import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "./commands/DescribeAddonVersionsCommand";
|
|
25
27
|
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
28
|
+
import { DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput } from "./commands/DescribeEksAnywhereSubscriptionCommand";
|
|
26
29
|
import { DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput } from "./commands/DescribeFargateProfileCommand";
|
|
27
30
|
import { DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput } from "./commands/DescribeIdentityProviderConfigCommand";
|
|
28
31
|
import { DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput } from "./commands/DescribeNodegroupCommand";
|
|
@@ -30,6 +33,7 @@ import { DescribeUpdateCommandInput, DescribeUpdateCommandOutput } from "./comma
|
|
|
30
33
|
import { DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput } from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
31
34
|
import { ListAddonsCommandInput, ListAddonsCommandOutput } from "./commands/ListAddonsCommand";
|
|
32
35
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
36
|
+
import { ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput } from "./commands/ListEksAnywhereSubscriptionsCommand";
|
|
33
37
|
import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "./commands/ListFargateProfilesCommand";
|
|
34
38
|
import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "./commands/ListIdentityProviderConfigsCommand";
|
|
35
39
|
import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "./commands/ListNodegroupsCommand";
|
|
@@ -41,6 +45,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
41
45
|
import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "./commands/UpdateAddonCommand";
|
|
42
46
|
import { UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput } from "./commands/UpdateClusterConfigCommand";
|
|
43
47
|
import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } from "./commands/UpdateClusterVersionCommand";
|
|
48
|
+
import { UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput } from "./commands/UpdateEksAnywhereSubscriptionCommand";
|
|
44
49
|
import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "./commands/UpdateNodegroupConfigCommand";
|
|
45
50
|
import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
|
|
46
51
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -49,11 +54,11 @@ export { __Client };
|
|
|
49
54
|
/**
|
|
50
55
|
* @public
|
|
51
56
|
*/
|
|
52
|
-
export type ServiceInputTypes = AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAddonCommandInput | CreateClusterCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | DeleteAddonCommandInput | DeleteClusterCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeregisterClusterCommandInput | DescribeAddonCommandInput | DescribeAddonConfigurationCommandInput | DescribeAddonVersionsCommandInput | DescribeClusterCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeNodegroupCommandInput | DescribeUpdateCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAddonsCommandInput | ListClustersCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListNodegroupsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAddonCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput;
|
|
57
|
+
export type ServiceInputTypes = AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAddonCommandInput | CreateClusterCommandInput | CreateEksAnywhereSubscriptionCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | DeleteAddonCommandInput | DeleteClusterCommandInput | DeleteEksAnywhereSubscriptionCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeregisterClusterCommandInput | DescribeAddonCommandInput | DescribeAddonConfigurationCommandInput | DescribeAddonVersionsCommandInput | DescribeClusterCommandInput | DescribeEksAnywhereSubscriptionCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeNodegroupCommandInput | DescribeUpdateCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAddonsCommandInput | ListClustersCommandInput | ListEksAnywhereSubscriptionsCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListNodegroupsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAddonCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateEksAnywhereSubscriptionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput;
|
|
53
58
|
/**
|
|
54
59
|
* @public
|
|
55
60
|
*/
|
|
56
|
-
export type ServiceOutputTypes = AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAddonCommandOutput | CreateClusterCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | DeleteAddonCommandOutput | DeleteClusterCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeregisterClusterCommandOutput | DescribeAddonCommandOutput | DescribeAddonConfigurationCommandOutput | DescribeAddonVersionsCommandOutput | DescribeClusterCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeNodegroupCommandOutput | DescribeUpdateCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAddonsCommandOutput | ListClustersCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListNodegroupsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAddonCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput;
|
|
61
|
+
export type ServiceOutputTypes = AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAddonCommandOutput | CreateClusterCommandOutput | CreateEksAnywhereSubscriptionCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | DeleteAddonCommandOutput | DeleteClusterCommandOutput | DeleteEksAnywhereSubscriptionCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeregisterClusterCommandOutput | DescribeAddonCommandOutput | DescribeAddonConfigurationCommandOutput | DescribeAddonVersionsCommandOutput | DescribeClusterCommandOutput | DescribeEksAnywhereSubscriptionCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeNodegroupCommandOutput | DescribeUpdateCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAddonsCommandOutput | ListClustersCommandOutput | ListEksAnywhereSubscriptionsCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListNodegroupsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAddonCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateEksAnywhereSubscriptionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput;
|
|
57
62
|
/**
|
|
58
63
|
* @public
|
|
59
64
|
*/
|
|
@@ -188,15 +193,14 @@ export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
|
|
|
188
193
|
/**
|
|
189
194
|
* @public
|
|
190
195
|
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
|
|
191
|
-
* for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
* application to Amazon EKS without any code modification required.</p>
|
|
196
|
+
* for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your
|
|
197
|
+
* own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
|
|
198
|
+
* scaling, and management of containerized applications. </p>
|
|
199
|
+
* <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
|
|
200
|
+
* can use all the existing plugins and tooling from the Kubernetes community. Applications
|
|
201
|
+
* running on Amazon EKS are fully compatible with applications running on any
|
|
202
|
+
* standard Kubernetes environment, whether running in on-premises data centers or public
|
|
203
|
+
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.</p>
|
|
200
204
|
*/
|
|
201
205
|
export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
|
|
202
206
|
/**
|
|
@@ -83,8 +83,8 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
|
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link ClientException} (client fault)
|
|
85
85
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
86
|
-
* action or resource on behalf of a
|
|
87
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
86
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
87
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link InvalidParameterException} (client fault)
|
|
90
90
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -95,8 +95,8 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
|
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link ClientException} (client fault)
|
|
97
97
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
98
|
-
* action or resource on behalf of a
|
|
99
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
98
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
99
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link InvalidParameterException} (client fault)
|
|
102
102
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -91,8 +91,8 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
|
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link ClientException} (client fault)
|
|
93
93
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
94
|
-
* action or resource on behalf of a
|
|
95
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
94
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
95
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link InvalidParameterException} (client fault)
|
|
98
98
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -25,11 +25,9 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates an Amazon EKS control plane. </p>
|
|
27
27
|
* <p>The Amazon EKS control plane consists of control plane instances that run the
|
|
28
|
-
* Kubernetes software, such as <code>etcd</code> and the API server. The control plane
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* plane is single tenant and unique. It runs on its own set of Amazon EC2
|
|
32
|
-
* instances.</p>
|
|
28
|
+
* Kubernetes software, such as <code>etcd</code> and the API server. The control plane runs in
|
|
29
|
+
* an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is
|
|
30
|
+
* single tenant and unique. It runs on its own set of Amazon EC2 instances.</p>
|
|
33
31
|
* <p>The cluster control plane is provisioned across multiple Availability Zones and
|
|
34
32
|
* fronted by an Elastic Load Balancing
|
|
35
33
|
* Network Load Balancer. Amazon EKS also provisions elastic network interfaces in
|
|
@@ -37,13 +35,13 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
37
35
|
* (for example, to support <code>kubectl exec</code>, <code>logs</code>, and
|
|
38
36
|
* <code>proxy</code> data flows).</p>
|
|
39
37
|
* <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your
|
|
40
|
-
* cluster's control plane over the Kubernetes API server endpoint and a certificate file
|
|
41
|
-
*
|
|
38
|
+
* cluster's control plane over the Kubernetes API server endpoint and a certificate file that
|
|
39
|
+
* is created for your cluster.</p>
|
|
42
40
|
* <p>In most cases, it takes several minutes to create a cluster. After you create an
|
|
43
|
-
* Amazon EKS cluster, you must configure your Kubernetes tooling to
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
41
|
+
* Amazon EKS cluster, you must configure your Kubernetes tooling to communicate
|
|
42
|
+
* with the API server and launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
|
|
43
|
+
* Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the
|
|
44
|
+
* <i>Amazon EKS User Guide</i>.</p>
|
|
47
45
|
* @example
|
|
48
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
47
|
* ```javascript
|
|
@@ -206,8 +204,8 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
206
204
|
*
|
|
207
205
|
* @throws {@link ClientException} (client fault)
|
|
208
206
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
209
|
-
* action or resource on behalf of a
|
|
210
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
207
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
208
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
211
209
|
*
|
|
212
210
|
* @throws {@link InvalidParameterException} (client fault)
|
|
213
211
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
|
+
import { CreateEksAnywhereSubscriptionRequest, CreateEksAnywhereSubscriptionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateEksAnywhereSubscriptionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateEksAnywhereSubscriptionCommandInput extends CreateEksAnywhereSubscriptionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateEksAnywhereSubscriptionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateEksAnywhereSubscriptionCommandOutput extends CreateEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an EKS Anywhere subscription. When a subscription is created, it is a contract
|
|
27
|
+
* agreement for the length of the term specified in the request. Licenses that are used to
|
|
28
|
+
* validate support are provisioned in Amazon Web Services License Manager and the caller account is
|
|
29
|
+
* granted access to EKS Anywhere Curated Packages.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { EKSClient, CreateEksAnywhereSubscriptionCommand } from "@aws-sdk/client-eks"; // ES Modules import
|
|
34
|
+
* // const { EKSClient, CreateEksAnywhereSubscriptionCommand } = require("@aws-sdk/client-eks"); // CommonJS import
|
|
35
|
+
* const client = new EKSClient(config);
|
|
36
|
+
* const input = { // CreateEksAnywhereSubscriptionRequest
|
|
37
|
+
* name: "STRING_VALUE", // required
|
|
38
|
+
* term: { // EksAnywhereSubscriptionTerm
|
|
39
|
+
* duration: Number("int"),
|
|
40
|
+
* unit: "MONTHS",
|
|
41
|
+
* },
|
|
42
|
+
* licenseQuantity: Number("int"),
|
|
43
|
+
* licenseType: "Cluster",
|
|
44
|
+
* autoRenew: true || false,
|
|
45
|
+
* clientRequestToken: "STRING_VALUE",
|
|
46
|
+
* tags: { // TagMap
|
|
47
|
+
* "<keys>": "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* };
|
|
50
|
+
* const command = new CreateEksAnywhereSubscriptionCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateEksAnywhereSubscriptionResponse
|
|
53
|
+
* // subscription: { // EksAnywhereSubscription
|
|
54
|
+
* // id: "STRING_VALUE",
|
|
55
|
+
* // arn: "STRING_VALUE",
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // effectiveDate: new Date("TIMESTAMP"),
|
|
58
|
+
* // expirationDate: new Date("TIMESTAMP"),
|
|
59
|
+
* // licenseQuantity: Number("int"),
|
|
60
|
+
* // licenseType: "Cluster",
|
|
61
|
+
* // term: { // EksAnywhereSubscriptionTerm
|
|
62
|
+
* // duration: Number("int"),
|
|
63
|
+
* // unit: "MONTHS",
|
|
64
|
+
* // },
|
|
65
|
+
* // status: "STRING_VALUE",
|
|
66
|
+
* // autoRenew: true || false,
|
|
67
|
+
* // licenseArns: [ // StringList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // tags: { // TagMap
|
|
71
|
+
* // "<keys>": "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param CreateEksAnywhereSubscriptionCommandInput - {@link CreateEksAnywhereSubscriptionCommandInput}
|
|
79
|
+
* @returns {@link CreateEksAnywhereSubscriptionCommandOutput}
|
|
80
|
+
* @see {@link CreateEksAnywhereSubscriptionCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link CreateEksAnywhereSubscriptionCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ClientException} (client fault)
|
|
85
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
86
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
87
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
90
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
91
|
+
* request.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
94
|
+
* <p>You have encountered a service limit on the specified resource.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ServerException} (server fault)
|
|
97
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
100
|
+
* <p>The service is unavailable. Back off and retry the operation.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link EKSServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
104
|
+
*
|
|
105
|
+
*/
|
|
106
|
+
export declare class CreateEksAnywhereSubscriptionCommand extends $Command<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig> {
|
|
107
|
+
readonly input: CreateEksAnywhereSubscriptionCommandInput;
|
|
108
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
constructor(input: CreateEksAnywhereSubscriptionCommandInput);
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
116
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
120
|
+
private serialize;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
private deserialize;
|
|
125
|
+
}
|
|
@@ -36,13 +36,12 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
|
|
|
36
36
|
* on Fargate.</p>
|
|
37
37
|
* <p>When you create a Fargate profile, you must specify a pod execution
|
|
38
38
|
* role to use with the pods that are scheduled with the profile. This role is added to the
|
|
39
|
-
* cluster's Kubernetes <a href="https://kubernetes.io/docs/
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
39
|
+
* cluster's Kubernetes <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">Role Based
|
|
40
|
+
* Access Control</a> (RBAC) for authorization so that the <code>kubelet</code>
|
|
41
|
+
* that is running on the Fargate infrastructure can register with your
|
|
42
|
+
* Amazon EKS cluster so that it can appear in your cluster as a node. The pod
|
|
43
|
+
* execution role also provides IAM permissions to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For
|
|
44
|
+
* 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>
|
|
46
45
|
* <p>Fargate profiles are immutable. However, you can create a new updated
|
|
47
46
|
* profile to replace an existing profile and then delete the original after the updated
|
|
48
47
|
* profile has finished creating.</p>
|
|
@@ -114,8 +113,8 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
|
|
|
114
113
|
*
|
|
115
114
|
* @throws {@link ClientException} (client fault)
|
|
116
115
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
117
|
-
* action or resource on behalf of a
|
|
118
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
116
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
117
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
119
118
|
*
|
|
120
119
|
* @throws {@link InvalidParameterException} (client fault)
|
|
121
120
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -25,10 +25,7 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a managed node group for an Amazon EKS cluster. You can only create a
|
|
27
27
|
* node group for your cluster that is equal to the current Kubernetes version for the
|
|
28
|
-
* cluster
|
|
29
|
-
* respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using
|
|
30
|
-
* 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
|
|
31
|
-
* template support</a>.</p>
|
|
28
|
+
* cluster.</p>
|
|
32
29
|
* <p>An Amazon EKS managed node group is an Amazon EC2
|
|
33
30
|
* Auto Scaling group and associated Amazon EC2 instances that are managed by
|
|
34
31
|
* Amazon Web Services for an Amazon EKS cluster. For more information, see
|
|
@@ -178,8 +175,8 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
|
|
|
178
175
|
*
|
|
179
176
|
* @throws {@link ClientException} (client fault)
|
|
180
177
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
181
|
-
* action or resource on behalf of a
|
|
182
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
178
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
179
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
183
180
|
*
|
|
184
181
|
* @throws {@link InvalidParameterException} (client fault)
|
|
185
182
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -83,8 +83,8 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
|
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link ClientException} (client fault)
|
|
85
85
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
86
|
-
* action or resource on behalf of a
|
|
87
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
86
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
87
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link InvalidParameterException} (client fault)
|
|
90
90
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -141,8 +141,8 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
141
141
|
*
|
|
142
142
|
* @throws {@link ClientException} (client fault)
|
|
143
143
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
144
|
-
* action or resource on behalf of a
|
|
145
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
144
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
145
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
146
146
|
*
|
|
147
147
|
* @throws {@link ResourceInUseException} (client fault)
|
|
148
148
|
* <p>The specified resource is in use.</p>
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
|
+
import { DeleteEksAnywhereSubscriptionRequest, DeleteEksAnywhereSubscriptionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteEksAnywhereSubscriptionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteEksAnywhereSubscriptionCommandInput extends DeleteEksAnywhereSubscriptionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteEksAnywhereSubscriptionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteEksAnywhereSubscriptionCommandOutput extends DeleteEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes an expired / inactive subscription. Deleting inactive subscriptions removes
|
|
27
|
+
* them from the Amazon Web Services Management Console view and from list/describe API responses.
|
|
28
|
+
* Subscriptions can only be cancelled within 7 days of creation, and are cancelled by
|
|
29
|
+
* creating a ticket in the Amazon Web Services Support Center. </p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { EKSClient, DeleteEksAnywhereSubscriptionCommand } from "@aws-sdk/client-eks"; // ES Modules import
|
|
34
|
+
* // const { EKSClient, DeleteEksAnywhereSubscriptionCommand } = require("@aws-sdk/client-eks"); // CommonJS import
|
|
35
|
+
* const client = new EKSClient(config);
|
|
36
|
+
* const input = { // DeleteEksAnywhereSubscriptionRequest
|
|
37
|
+
* id: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteEksAnywhereSubscriptionCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // DeleteEksAnywhereSubscriptionResponse
|
|
42
|
+
* // subscription: { // EksAnywhereSubscription
|
|
43
|
+
* // id: "STRING_VALUE",
|
|
44
|
+
* // arn: "STRING_VALUE",
|
|
45
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
46
|
+
* // effectiveDate: new Date("TIMESTAMP"),
|
|
47
|
+
* // expirationDate: new Date("TIMESTAMP"),
|
|
48
|
+
* // licenseQuantity: Number("int"),
|
|
49
|
+
* // licenseType: "Cluster",
|
|
50
|
+
* // term: { // EksAnywhereSubscriptionTerm
|
|
51
|
+
* // duration: Number("int"),
|
|
52
|
+
* // unit: "MONTHS",
|
|
53
|
+
* // },
|
|
54
|
+
* // status: "STRING_VALUE",
|
|
55
|
+
* // autoRenew: true || false,
|
|
56
|
+
* // licenseArns: [ // StringList
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // tags: { // TagMap
|
|
60
|
+
* // "<keys>": "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @param DeleteEksAnywhereSubscriptionCommandInput - {@link DeleteEksAnywhereSubscriptionCommandInput}
|
|
68
|
+
* @returns {@link DeleteEksAnywhereSubscriptionCommandOutput}
|
|
69
|
+
* @see {@link DeleteEksAnywhereSubscriptionCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link DeleteEksAnywhereSubscriptionCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ClientException} (client fault)
|
|
74
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
75
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
76
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
79
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
80
|
+
* and the associated operations.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
84
|
+
* <a>ListClusters</a>. You can view your available managed node groups with
|
|
85
|
+
* <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
|
|
86
|
+
* Region-specific.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ServerException} (server fault)
|
|
89
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link EKSServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
export declare class DeleteEksAnywhereSubscriptionCommand extends $Command<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig> {
|
|
96
|
+
readonly input: DeleteEksAnywhereSubscriptionCommandInput;
|
|
97
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
constructor(input: DeleteEksAnywhereSubscriptionCommandInput);
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
private serialize;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
private deserialize;
|
|
114
|
+
}
|
|
@@ -79,8 +79,8 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
|
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ClientException} (client fault)
|
|
81
81
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
82
|
-
* action or resource on behalf of a
|
|
83
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
82
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
83
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link InvalidParameterException} (client fault)
|
|
86
86
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -119,8 +119,8 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
|
|
|
119
119
|
*
|
|
120
120
|
* @throws {@link ClientException} (client fault)
|
|
121
121
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
122
|
-
* action or resource on behalf of a
|
|
123
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
122
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
123
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
124
124
|
*
|
|
125
125
|
* @throws {@link InvalidParameterException} (client fault)
|
|
126
126
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -134,15 +134,16 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
|
|
|
134
134
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
135
135
|
*
|
|
136
136
|
* @throws {@link AccessDeniedException} (client fault)
|
|
137
|
-
* <p>You don't have permissions to perform the requested operation. The
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
137
|
+
* <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>
|
|
138
|
+
* making the request must have at least one IAM permissions policy attached
|
|
139
|
+
* that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
|
|
140
|
+
* management</a> in the <i>IAM User Guide</i>.
|
|
141
|
+
* </p>
|
|
141
142
|
*
|
|
142
143
|
* @throws {@link ClientException} (client fault)
|
|
143
144
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
144
|
-
* action or resource on behalf of a
|
|
145
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
145
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
146
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
146
147
|
*
|
|
147
148
|
* @throws {@link ResourceInUseException} (client fault)
|
|
148
149
|
* <p>The specified resource is in use.</p>
|
|
@@ -80,8 +80,8 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
|
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link ClientException} (client fault)
|
|
82
82
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
83
|
-
* action or resource on behalf of a
|
|
84
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
83
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
84
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
87
87
|
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
@@ -142,8 +142,8 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
142
142
|
*
|
|
143
143
|
* @throws {@link ClientException} (client fault)
|
|
144
144
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
145
|
-
* action or resource on behalf of a
|
|
146
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
145
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
146
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
149
149
|
* <p>The specified resource could not be found. You can view your available clusters with
|