@aws-sdk/client-eks 3.39.0 → 3.43.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 (57) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist-cjs/endpoints.js +140 -23
  3. package/dist-cjs/models/models_0.js +15 -3
  4. package/dist-cjs/protocols/Aws_restJson1.js +59 -0
  5. package/dist-cjs/runtimeConfig.browser.js +6 -3
  6. package/dist-cjs/runtimeConfig.js +5 -3
  7. package/dist-es/endpoints.js +140 -23
  8. package/dist-es/models/models_0.js +8 -0
  9. package/dist-es/protocols/Aws_restJson1.js +135 -71
  10. package/dist-es/runtimeConfig.browser.js +3 -2
  11. package/dist-es/runtimeConfig.js +3 -3
  12. package/dist-types/EKS.d.ts +10 -9
  13. package/dist-types/EKSClient.d.ts +8 -0
  14. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
  15. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAddonCommand.d.ts +6 -5
  17. package/dist-types/commands/CreateClusterCommand.d.ts +5 -5
  18. package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateNodegroupCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteAddonCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteNodegroupCommand.d.ts +1 -1
  24. package/dist-types/commands/DeregisterClusterCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAddonCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeNodegroupCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -1
  32. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAddonsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  35. package/dist-types/commands/ListFargateProfilesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListNodegroupsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListUpdatesCommand.d.ts +1 -1
  40. package/dist-types/commands/RegisterClusterCommand.d.ts +2 -2
  41. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +1 -1
  48. package/dist-types/models/models_0.d.ts +89 -28
  49. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  50. package/dist-types/runtimeConfig.d.ts +2 -0
  51. package/dist-types/runtimeConfig.native.d.ts +2 -0
  52. package/dist-types/ts3.4/EKSClient.d.ts +4 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +24 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  57. package/package.json +24 -24
@@ -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> {
@@ -1,4 +1,21 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ /**
3
+ * <p>You don't have permissions to perform the requested operation. The user or role that
4
+ * is making the request must have at least one IAM permissions policy attached that
5
+ * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
6
+ * Management</a> in the <i>IAM User Guide</i>. </p>
7
+ */
8
+ export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
9
+ name: "AccessDeniedException";
10
+ $fault: "client";
11
+ message?: string;
12
+ }
13
+ export declare namespace AccessDeniedException {
14
+ /**
15
+ * @internal
16
+ */
17
+ const filterSensitiveLog: (obj: AccessDeniedException) => any;
18
+ }
2
19
  export declare enum AddonIssueCode {
3
20
  ACCESS_DENIED = "AccessDenied",
4
21
  ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
@@ -49,7 +66,8 @@ export declare namespace AddonHealth {
49
66
  }
50
67
  export declare type AddonStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
51
68
  /**
52
- * <p>An Amazon EKS add-on.</p>
69
+ * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
70
+ * the <i>Amazon EKS User Guide</i>.</p>
53
71
  */
54
72
  export interface Addon {
55
73
  /**
@@ -91,8 +109,8 @@ export interface Addon {
91
109
  serviceAccountRoleArn?: string;
92
110
  /**
93
111
  * <p>The metadata that you apply to the add-on to assist with categorization and
94
- * organization. Each tag consists of a key and an optional value, both of which you
95
- * define. Add-on tags do not propagate to any other resources associated with the cluster.
112
+ * organization. Each tag consists of a key and an optional value. You define both.
113
+ * Add-on tags do not propagate to any other resources associated with the cluster.
96
114
  * </p>
97
115
  */
98
116
  tags?: {
@@ -655,8 +673,7 @@ export interface AssociateIdentityProviderConfigRequest {
655
673
  oidc: OidcIdentityProviderConfigRequest | undefined;
656
674
  /**
657
675
  * <p>The metadata to apply to the configuration to assist with categorization and
658
- * organization. Each tag consists of a key and an optional value, both of which you
659
- * define.</p>
676
+ * organization. Each tag consists of a key and an optional value. You define both.</p>
660
677
  */
661
678
  tags?: {
662
679
  [key: string]: string;
@@ -747,7 +764,7 @@ export interface CreateAddonRequest {
747
764
  clientRequestToken?: string;
748
765
  /**
749
766
  * <p>The metadata to apply to the cluster to assist with categorization and organization.
750
- * Each tag consists of a key and an optional value, both of which you define. </p>
767
+ * Each tag consists of a key and an optional value. You define both.</p>
751
768
  */
752
769
  tags?: {
753
770
  [key: string]: string;
@@ -761,7 +778,8 @@ export declare namespace CreateAddonRequest {
761
778
  }
762
779
  export interface CreateAddonResponse {
763
780
  /**
764
- * <p>An Amazon EKS add-on.</p>
781
+ * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
782
+ * the <i>Amazon EKS User Guide</i>.</p>
765
783
  */
766
784
  addon?: Addon;
767
785
  }
@@ -784,7 +802,7 @@ export interface KubernetesNetworkConfigRequest {
784
802
  * <ul>
785
803
  * <li>
786
804
  * <p>Within one of the following private IP address blocks: 10.0.0.0/8,
787
- * 172.16.0.0.0/12, or 192.168.0.0/16.</p>
805
+ * 172.16.0.0/12, or 192.168.0.0/16.</p>
788
806
  * </li>
789
807
  * <li>
790
808
  * <p>Doesn't overlap with any CIDR block assigned to the VPC that you selected for
@@ -942,11 +960,11 @@ export interface CreateClusterRequest {
942
960
  */
943
961
  roleArn: string | undefined;
944
962
  /**
945
- * <p>The VPC configuration used by the cluster control plane. Amazon EKS VPC resources have
963
+ * <p>The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have
946
964
  * specific requirements to work properly with Kubernetes. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">Cluster VPC
947
965
  * Considerations</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Cluster Security Group Considerations</a> in the
948
966
  * <i>Amazon EKS User Guide</i>. You must specify at least two subnets. You can specify up to five
949
- * security groups, but we recommend that you use a dedicated security group for your
967
+ * security groups. However, we recommend that you use a dedicated security group for your
950
968
  * cluster control plane.</p>
951
969
  */
952
970
  resourcesVpcConfig: VpcConfigRequest | undefined;
@@ -974,7 +992,7 @@ export interface CreateClusterRequest {
974
992
  clientRequestToken?: string;
975
993
  /**
976
994
  * <p>The metadata to apply to the cluster to assist with categorization and organization.
977
- * Each tag consists of a key and an optional value, both of which you define.</p>
995
+ * Each tag consists of a key and an optional value. You define both.</p>
978
996
  */
979
997
  tags?: {
980
998
  [key: string]: string;
@@ -1030,7 +1048,7 @@ export interface ConnectorConfigResponse {
1030
1048
  */
1031
1049
  provider?: string;
1032
1050
  /**
1033
- * <p>The Amazon Resource Name (ARN) of the role that is used by the EKS connector to communicate with AWS services from the connected Kubernetes cluster.</p>
1051
+ * <p>The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.</p>
1034
1052
  */
1035
1053
  roleArn?: string;
1036
1054
  }
@@ -1220,8 +1238,8 @@ export interface Cluster {
1220
1238
  platformVersion?: string;
1221
1239
  /**
1222
1240
  * <p>The metadata that you apply to the cluster to assist with categorization and
1223
- * organization. Each tag consists of a key and an optional value, both of which you
1224
- * define. Cluster tags do not propagate to any other resources associated with the
1241
+ * organization. Each tag consists of a key and an optional value. You define both.
1242
+ * Cluster tags do not propagate to any other resources associated with the
1225
1243
  * cluster.</p>
1226
1244
  */
1227
1245
  tags?: {
@@ -1377,8 +1395,8 @@ export interface CreateFargateProfileRequest {
1377
1395
  clientRequestToken?: string;
1378
1396
  /**
1379
1397
  * <p>The metadata to apply to the Fargate profile to assist with categorization and
1380
- * organization. Each tag consists of a key and an optional value, both of which you
1381
- * define. Fargate profile tags do not propagate to any other resources associated with the
1398
+ * organization. Each tag consists of a key and an optional value. You define both.
1399
+ * Fargate profile tags do not propagate to any other resources associated with the
1382
1400
  * Fargate profile, such as the pods that are scheduled with it.</p>
1383
1401
  */
1384
1402
  tags?: {
@@ -1432,8 +1450,8 @@ export interface FargateProfile {
1432
1450
  status?: FargateProfileStatus | string;
1433
1451
  /**
1434
1452
  * <p>The metadata applied to the Fargate profile to assist with categorization and
1435
- * organization. Each tag consists of a key and an optional value, both of which you
1436
- * define. Fargate profile tags do not propagate to any other resources associated with the
1453
+ * organization. Each tag consists of a key and an optional value. You define both.
1454
+ * Fargate profile tags do not propagate to any other resources associated with the
1437
1455
  * Fargate profile, such as the pods that are scheduled with it.</p>
1438
1456
  */
1439
1457
  tags?: {
@@ -1544,6 +1562,25 @@ export interface NodegroupScalingConfig {
1544
1562
  maxSize?: number;
1545
1563
  /**
1546
1564
  * <p>The current number of nodes that the managed node group should maintain.</p>
1565
+ * <important>
1566
+ * <p>If you use Cluster Autoscaler, you shouldn't change the desiredSize value
1567
+ * directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale
1568
+ * down.</p>
1569
+ * </important>
1570
+ * <p>Whenever this parameter changes, the number of worker nodes in the node group is
1571
+ * updated to the specified size. If this parameter is given a value that is smaller than
1572
+ * the current number of running worker nodes, the necessary number of worker nodes are
1573
+ * terminated to match the given value.
1574
+ *
1575
+ * When using CloudFormation, no action occurs if you remove this parameter from your CFN
1576
+ * template.</p>
1577
+ * <p>This parameter can be different from minSize in some cases, such as when starting with
1578
+ * extra hosts for testing. This parameter can also be different when you want to start
1579
+ * with an estimated number of needed hosts, but let Cluster Autoscaler reduce the number
1580
+ * if there are too many. When Cluster Autoscaler is used, the desiredSize parameter is
1581
+ * altered by Cluster Autoscaler (but can be out-of-date for short periods of time).
1582
+ * Cluster Autoscaler doesn't scale a managed node group lower than minSize or higher than
1583
+ * maxSize.</p>
1547
1584
  */
1548
1585
  desiredSize?: number;
1549
1586
  }
@@ -1688,8 +1725,8 @@ export interface CreateNodegroupRequest {
1688
1725
  taints?: Taint[];
1689
1726
  /**
1690
1727
  * <p>The metadata to apply to the node group to assist with categorization and
1691
- * organization. Each tag consists of a key and an optional value, both of which you
1692
- * define. Node group tags do not propagate to any other resources associated with the node
1728
+ * organization. Each tag consists of a key and an optional value. You
1729
+ * define both. Node group tags do not propagate to any other resources associated with the node
1693
1730
  * group, such as the Amazon EC2 instances or subnets.</p>
1694
1731
  */
1695
1732
  tags?: {
@@ -1857,7 +1894,7 @@ export interface Issue {
1857
1894
  * <p>
1858
1895
  * <b>NodeCreationFailure</b>: Your launched instances
1859
1896
  * are unable to register with your Amazon EKS cluster. Common causes of this failure
1860
- * are insufficient <a href="https://docs.aws.amazon.com/eks/latest/userguide/worker_node_IAM_role.html">node IAM role</a>
1897
+ * are insufficient <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html">node IAM role</a>
1861
1898
  * permissions or lack of outbound internet access for the nodes. </p>
1862
1899
  * </li>
1863
1900
  * </ul>
@@ -2038,7 +2075,7 @@ export interface Nodegroup {
2038
2075
  launchTemplate?: LaunchTemplateSpecification;
2039
2076
  /**
2040
2077
  * <p>The metadata applied to the node group to assist with categorization and organization.
2041
- * Each tag consists of a key and an optional value, both of which you define. Node group
2078
+ * Each tag consists of a key and an optional value. You define both. Node group
2042
2079
  * tags do not propagate to any other resources associated with the node group, such as the
2043
2080
  * Amazon EC2 instances or subnets. </p>
2044
2081
  */
@@ -2088,7 +2125,8 @@ export declare namespace DeleteAddonRequest {
2088
2125
  }
2089
2126
  export interface DeleteAddonResponse {
2090
2127
  /**
2091
- * <p>An Amazon EKS add-on.</p>
2128
+ * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
2129
+ * the <i>Amazon EKS User Guide</i>.</p>
2092
2130
  */
2093
2131
  addon?: Addon;
2094
2132
  }
@@ -2222,7 +2260,8 @@ export declare namespace DescribeAddonRequest {
2222
2260
  }
2223
2261
  export interface DescribeAddonResponse {
2224
2262
  /**
2225
- * <p>An Amazon EKS add-on.</p>
2263
+ * <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
2264
+ * the <i>Amazon EKS User Guide</i>.</p>
2226
2265
  */
2227
2266
  addon?: Addon;
2228
2267
  }
@@ -2438,8 +2477,7 @@ export interface OidcIdentityProviderConfig {
2438
2477
  };
2439
2478
  /**
2440
2479
  * <p>The metadata to apply to the provider configuration to assist with categorization and
2441
- * organization. Each tag consists of a key and an optional value, both of which you
2442
- * defined.</p>
2480
+ * organization. Each tag consists of a key and an optional value. You define both.</p>
2443
2481
  */
2444
2482
  tags?: {
2445
2483
  [key: string]: string;
@@ -2665,7 +2703,7 @@ export interface ListClustersRequest {
2665
2703
  */
2666
2704
  nextToken?: string;
2667
2705
  /**
2668
- * <p>Indicates whether connected clusters are included in the returned list. Default value is 'ALL'.</p>
2706
+ * <p>Indicates whether external clusters are included in the returned list. Use '<code>all</code>' to return connected clusters, or blank to return only Amazon EKS clusters. '<code>all</code>' must be in lowercase otherwise an error occurs.</p>
2669
2707
  */
2670
2708
  include?: string[];
2671
2709
  }
@@ -2994,7 +3032,7 @@ export declare namespace ConnectorConfigRequest {
2994
3032
  }
2995
3033
  export interface RegisterClusterRequest {
2996
3034
  /**
2997
- * <p>Define a unique name for this cluster within your AWS account.</p>
3035
+ * <p>Define a unique name for this cluster for your Region.</p>
2998
3036
  */
2999
3037
  name: string | undefined;
3000
3038
  /**
@@ -3005,6 +3043,15 @@ export interface RegisterClusterRequest {
3005
3043
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
3006
3044
  */
3007
3045
  clientRequestToken?: string;
3046
+ /**
3047
+ * <p>The metadata that you apply to the cluster to assist with categorization and
3048
+ * organization. Each tag consists of a key and an optional value, both of which you
3049
+ * define. Cluster tags do not propagate to any other resources associated with the
3050
+ * cluster.</p>
3051
+ */
3052
+ tags?: {
3053
+ [key: string]: string;
3054
+ };
3008
3055
  }
3009
3056
  export declare namespace RegisterClusterRequest {
3010
3057
  /**
@@ -3024,6 +3071,20 @@ export declare namespace RegisterClusterResponse {
3024
3071
  */
3025
3072
  const filterSensitiveLog: (obj: RegisterClusterResponse) => any;
3026
3073
  }
3074
+ /**
3075
+ * <p>Required resources (such as Service Linked Roles) were created and are still propagating. Retry later.</p>
3076
+ */
3077
+ export interface ResourcePropagationDelayException extends __SmithyException, $MetadataBearer {
3078
+ name: "ResourcePropagationDelayException";
3079
+ $fault: "client";
3080
+ message?: string;
3081
+ }
3082
+ export declare namespace ResourcePropagationDelayException {
3083
+ /**
3084
+ * @internal
3085
+ */
3086
+ const filterSensitiveLog: (obj: ResourcePropagationDelayException) => any;
3087
+ }
3027
3088
  export interface TagResourceRequest {
3028
3089
  /**
3029
3090
  * <p>The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resources
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -72,6 +72,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
72
72
 
73
73
  logger?: __Logger;
74
74
 
75
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
76
+
77
+ useFipsEndpoint?: boolean | __Provider<boolean>;
78
+
75
79
  serviceId?: string;
76
80
 
77
81
  region?: string | __Provider<string>;
@@ -1,4 +1,14 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
+ name: "AccessDeniedException";
5
+ $fault: "client";
6
+ message?: string;
7
+ }
8
+ export declare namespace AccessDeniedException {
9
+
10
+ const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
+ }
2
12
  export declare enum AddonIssueCode {
3
13
  ACCESS_DENIED = "AccessDenied",
4
14
  ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
@@ -1484,6 +1494,10 @@ export interface RegisterClusterRequest {
1484
1494
  connectorConfig: ConnectorConfigRequest | undefined;
1485
1495
 
1486
1496
  clientRequestToken?: string;
1497
+
1498
+ tags?: {
1499
+ [key: string]: string;
1500
+ };
1487
1501
  }
1488
1502
  export declare namespace RegisterClusterRequest {
1489
1503
 
@@ -1497,6 +1511,16 @@ export declare namespace RegisterClusterResponse {
1497
1511
 
1498
1512
  const filterSensitiveLog: (obj: RegisterClusterResponse) => any;
1499
1513
  }
1514
+
1515
+ export interface ResourcePropagationDelayException extends __SmithyException, $MetadataBearer {
1516
+ name: "ResourcePropagationDelayException";
1517
+ $fault: "client";
1518
+ message?: string;
1519
+ }
1520
+ export declare namespace ResourcePropagationDelayException {
1521
+
1522
+ const filterSensitiveLog: (obj: ResourcePropagationDelayException) => any;
1523
+ }
1500
1524
  export interface TagResourceRequest {
1501
1525
 
1502
1526
  resourceArn: string | undefined;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;