@aws-sdk/client-eks 3.40.0 → 3.45.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 (45) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist-cjs/endpoints.js +25 -0
  3. package/dist-cjs/models/models_0.js +15 -3
  4. package/dist-cjs/protocols/Aws_restJson1.js +59 -0
  5. package/dist-es/endpoints.js +25 -0
  6. package/dist-es/models/models_0.js +8 -0
  7. package/dist-es/protocols/Aws_restJson1.js +135 -71
  8. package/dist-types/EKS.d.ts +10 -9
  9. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
  10. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAddonCommand.d.ts +6 -5
  12. package/dist-types/commands/CreateClusterCommand.d.ts +5 -5
  13. package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateNodegroupCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteAddonCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
  19. package/dist-types/commands/DeregisterClusterCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeAddonCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -1
  27. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAddonsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  30. package/dist-types/commands/ListFargateProfilesCommand.d.ts +1 -1
  31. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListNodegroupsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListUpdatesCommand.d.ts +1 -1
  35. package/dist-types/commands/RegisterClusterCommand.d.ts +2 -2
  36. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +1 -1
  43. package/dist-types/models/models_0.d.ts +89 -28
  44. package/dist-types/ts3.4/models/models_0.d.ts +24 -0
  45. package/package.json +6 -6
@@ -71,11 +71,12 @@ export declare class EKS extends EKSClient {
71
71
  associateIdentityProviderConfig(args: AssociateIdentityProviderConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateIdentityProviderConfigCommandOutput) => void): void;
72
72
  /**
73
73
  * <p>Creates an Amazon EKS add-on.</p>
74
- * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
75
- * operational software for Amazon EKS clusters. Amazon EKS add-ons can only be used with Amazon EKS
76
- * clusters running version 1.18 with platform version <code>eks.3</code> or later because
74
+ * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
75
+ * of common operational software for Amazon EKS clusters. Amazon EKS
76
+ * add-ons require clusters running version 1.18 or later because Amazon EKS
77
77
  * add-ons rely on the Server-side Apply Kubernetes feature, which is only available in
78
- * Kubernetes 1.18 and later.</p>
78
+ * Kubernetes 1.18 and later. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
79
+ * the <i>Amazon EKS User Guide</i>.</p>
79
80
  */
80
81
  createAddon(args: CreateAddonCommandInput, options?: __HttpHandlerOptions): Promise<CreateAddonCommandOutput>;
81
82
  createAddon(args: CreateAddonCommandInput, cb: (err: any, data?: CreateAddonCommandOutput) => void): void;
@@ -84,19 +85,19 @@ export declare class EKS extends EKSClient {
84
85
  * <p>Creates an Amazon EKS control plane. </p>
85
86
  * <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
86
87
  * software, such as <code>etcd</code> and the API server. The control plane runs in an
87
- * account managed by Amazon Web Services, and the Kubernetes API is exposed via the Amazon EKS API server
88
- * endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its
88
+ * account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server
89
+ * endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its
89
90
  * own set of Amazon EC2 instances.</p>
90
91
  * <p>The cluster control plane is provisioned across multiple Availability Zones and
91
92
  * fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC
92
93
  * subnets to provide connectivity from the control plane instances to the nodes (for
93
94
  * example, to support <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code>
94
95
  * data flows).</p>
95
- * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane via
96
+ * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over
96
97
  * the Kubernetes API server endpoint and a certificate file that is created for your
97
98
  * cluster.</p>
98
99
  *
99
- * <p>Cluster creation typically takes several minutes. After you create an Amazon EKS cluster,
100
+ * <p>In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster,
100
101
  * you must configure your Kubernetes tooling to communicate with the API server and launch
101
102
  * nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
102
103
  * Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
@@ -311,7 +312,7 @@ export declare class EKS extends EKSClient {
311
312
  * </code> to add it to the Amazon EKS control plane.</p>
312
313
  * <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and <code>activationCode</code> must be applied to the Kubernetes cluster through it's native provider to provide visibility.</p>
313
314
  *
314
- * <p>After the Manifest is updated and applied, then the connected cluster is visible to the Amazon EKS control plane. If the Manifest is not applied within a set amount of time,
315
+ * <p>After the Manifest is updated and applied, then the connected cluster is visible to the Amazon EKS control plane. If the Manifest is not applied within three days,
315
316
  * then the connected cluster will no longer be visible and must be deregistered. See <a>DeregisterCluster</a>.</p>
316
317
  */
317
318
  registerCluster(args: RegisterClusterCommandInput, options?: __HttpHandlerOptions): Promise<RegisterClusterCommandOutput>;
@@ -23,7 +23,7 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
23
23
  *
24
24
  * @see {@link AssociateEncryptionConfigCommandInput} for command's `input` shape.
25
25
  * @see {@link AssociateEncryptionConfigCommandOutput} for command's `response` shape.
26
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AssociateEncryptionConfigCommand extends $Command<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
27
27
  *
28
28
  * @see {@link AssociateIdentityProviderConfigCommandInput} for command's `input` shape.
29
29
  * @see {@link AssociateIdentityProviderConfigCommandOutput} for command's `response` shape.
30
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class AssociateIdentityProviderConfigCommand extends $Command<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
@@ -8,11 +8,12 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
8
8
  }
9
9
  /**
10
10
  * <p>Creates an Amazon EKS add-on.</p>
11
- * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
12
- * operational software for Amazon EKS clusters. Amazon EKS add-ons can only be used with Amazon EKS
13
- * clusters running version 1.18 with platform version <code>eks.3</code> or later because
11
+ * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
12
+ * of common operational software for Amazon EKS clusters. Amazon EKS
13
+ * add-ons require clusters running version 1.18 or later because Amazon EKS
14
14
  * add-ons rely on the Server-side Apply Kubernetes feature, which is only available in
15
- * Kubernetes 1.18 and later.</p>
15
+ * Kubernetes 1.18 and later. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
16
+ * the <i>Amazon EKS User Guide</i>.</p>
16
17
  * @example
17
18
  * Use a bare-bones client and the command you need to make an API call.
18
19
  * ```javascript
@@ -25,7 +26,7 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
25
26
  *
26
27
  * @see {@link CreateAddonCommandInput} for command's `input` shape.
27
28
  * @see {@link CreateAddonCommandOutput} for command's `response` shape.
28
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
29
30
  *
30
31
  */
31
32
  export declare class CreateAddonCommand extends $Command<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig> {
@@ -10,19 +10,19 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
10
10
  * <p>Creates an Amazon EKS control plane. </p>
11
11
  * <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
12
12
  * software, such as <code>etcd</code> and the API server. The control plane runs in an
13
- * account managed by Amazon Web Services, and the Kubernetes API is exposed via the Amazon EKS API server
14
- * endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its
13
+ * account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server
14
+ * endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its
15
15
  * own set of Amazon EC2 instances.</p>
16
16
  * <p>The cluster control plane is provisioned across multiple Availability Zones and
17
17
  * fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC
18
18
  * subnets to provide connectivity from the control plane instances to the nodes (for
19
19
  * example, to support <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code>
20
20
  * data flows).</p>
21
- * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane via
21
+ * <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over
22
22
  * the Kubernetes API server endpoint and a certificate file that is created for your
23
23
  * cluster.</p>
24
24
  *
25
- * <p>Cluster creation typically takes several minutes. After you create an Amazon EKS cluster,
25
+ * <p>In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster,
26
26
  * you must configure your Kubernetes tooling to communicate with the API server and launch
27
27
  * nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
28
28
  * Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
@@ -38,7 +38,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
38
38
  *
39
39
  * @see {@link CreateClusterCommandInput} for command's `input` shape.
40
40
  * @see {@link CreateClusterCommandOutput} for command's `response` shape.
41
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
43
43
  *
44
44
  * @see {@link CreateFargateProfileCommandInput} for command's `input` shape.
45
45
  * @see {@link CreateFargateProfileCommandOutput} for command's `response` shape.
46
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class CreateFargateProfileCommand extends $Command<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
29
29
  *
30
30
  * @see {@link CreateNodegroupCommandInput} for command's `input` shape.
31
31
  * @see {@link CreateNodegroupCommandOutput} for command's `response` shape.
32
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class CreateNodegroupCommand extends $Command<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
22
22
  *
23
23
  * @see {@link DeleteAddonCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteAddonCommandOutput} for command's `response` shape.
25
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteAddonCommand extends $Command<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
27
27
  *
28
28
  * @see {@link DeleteClusterCommandInput} for command's `input` shape.
29
29
  * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
30
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
27
27
  *
28
28
  * @see {@link DeleteFargateProfileCommandInput} for command's `input` shape.
29
29
  * @see {@link DeleteFargateProfileCommandOutput} for command's `response` shape.
30
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DeleteFargateProfileCommand extends $Command<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
20
20
  *
21
21
  * @see {@link DeleteNodegroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteNodegroupCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteNodegroupCommand extends $Command<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
20
20
  *
21
21
  * @see {@link DeregisterClusterCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterClusterCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeregisterClusterCommand extends $Command<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
20
20
  *
21
21
  * @see {@link DescribeAddonCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAddonCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAddonCommand extends $Command<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion
20
20
  *
21
21
  * @see {@link DescribeAddonVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAddonVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeAddonVersionsCommand extends $Command<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
28
28
  *
29
29
  * @see {@link DescribeClusterCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeClusterCommandOutput} for command's `response` shape.
31
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFargateProfileCommandOutput extends DescribeFargateProf
20
20
  *
21
21
  * @see {@link DescribeFargateProfileCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFargateProfileCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeFargateProfileCommand extends $Command<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIde
20
20
  *
21
21
  * @see {@link DescribeIdentityProviderConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIdentityProviderConfigCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeIdentityProviderConfigCommand extends $Command<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeNodegroupCommandOutput extends DescribeNodegroupRespons
20
20
  *
21
21
  * @see {@link DescribeNodegroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeNodegroupCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeNodegroupCommand extends $Command<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput, EKSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M
24
24
  *
25
25
  * @see {@link DescribeUpdateCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeUpdateCommandOutput} for command's `response` shape.
27
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeUpdateCommand extends $Command<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DisassociateIdentityProviderConfigCommandOutput extends Disasso
23
23
  *
24
24
  * @see {@link DisassociateIdentityProviderConfigCommandInput} for command's `input` shape.
25
25
  * @see {@link DisassociateIdentityProviderConfigCommandOutput} for command's `response` shape.
26
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DisassociateIdentityProviderConfigCommand extends $Command<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataB
20
20
  *
21
21
  * @see {@link ListAddonsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAddonsCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAddonsCommand extends $Command<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
20
20
  *
21
21
  * @see {@link ListClustersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListClustersCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListFargateProfilesCommandOutput extends ListFargateProfilesRes
21
21
  *
22
22
  * @see {@link ListFargateProfilesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListFargateProfilesCommandOutput} for command's `response` shape.
24
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListFargateProfilesCommand extends $Command<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityPr
20
20
  *
21
21
  * @see {@link ListIdentityProviderConfigsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIdentityProviderConfigsCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListIdentityProviderConfigsCommand extends $Command<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M
21
21
  *
22
22
  * @see {@link ListNodegroupsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListNodegroupsCommandOutput} for command's `response` shape.
24
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListNodegroupsCommand extends $Command<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListUpdatesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListUpdatesCommandOutput} for command's `response` shape.
24
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListUpdatesCommand extends $Command<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig> {
@@ -15,7 +15,7 @@ export interface RegisterClusterCommandOutput extends RegisterClusterResponse, _
15
15
  * </code> to add it to the Amazon EKS control plane.</p>
16
16
  * <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and <code>activationCode</code> must be applied to the Kubernetes cluster through it's native provider to provide visibility.</p>
17
17
  *
18
- * <p>After the Manifest is updated and applied, then the connected cluster is visible to the Amazon EKS control plane. If the Manifest is not applied within a set amount of time,
18
+ * <p>After the Manifest is updated and applied, then the connected cluster is visible to the Amazon EKS control plane. If the Manifest is not applied within three days,
19
19
  * then the connected cluster will no longer be visible and must be deregistered. See <a>DeregisterCluster</a>.</p>
20
20
  * @example
21
21
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +29,7 @@ export interface RegisterClusterCommandOutput extends RegisterClusterResponse, _
29
29
  *
30
30
  * @see {@link RegisterClusterCommandInput} for command's `input` shape.
31
31
  * @see {@link RegisterClusterCommandOutput} for command's `response` shape.
32
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class RegisterClusterCommand extends $Command<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  *
27
27
  * @see {@link TagResourceCommandInput} for command's `input` shape.
28
28
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
29
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat
20
20
  *
21
21
  * @see {@link UpdateAddonCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateAddonCommandOutput} for command's `response` shape.
23
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateAddonCommand extends $Command<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
46
46
  *
47
47
  * @see {@link UpdateClusterConfigCommandInput} for command's `input` shape.
48
48
  * @see {@link UpdateClusterConfigCommandOutput} for command's `response` shape.
49
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class UpdateClusterConfigCommand extends $Command<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR
30
30
  *
31
31
  * @see {@link UpdateClusterVersionCommandInput} for command's `input` shape.
32
32
  * @see {@link UpdateClusterVersionCommandOutput} for command's `response` shape.
33
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class UpdateClusterVersionCommand extends $Command<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
24
24
  *
25
25
  * @see {@link UpdateNodegroupConfigCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateNodegroupConfigCommandOutput} for command's `response` shape.
27
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateNodegroupConfigCommand extends $Command<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
37
37
  *
38
38
  * @see {@link UpdateNodegroupVersionCommandInput} for command's `input` shape.
39
39
  * @see {@link UpdateNodegroupVersionCommandOutput} for command's `response` shape.
40
- * @see {@link EKSClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class UpdateNodegroupVersionCommand extends $Command<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig> {