@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
|
@@ -2,10 +2,11 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { EKSServiceException as __BaseException } from "./EKSServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
-
* <p>You don't have permissions to perform the requested operation. The
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
5
|
+
* <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>
|
|
6
|
+
* making the request must have at least one IAM permissions policy attached
|
|
7
|
+
* that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access
|
|
8
|
+
* management</a> in the <i>IAM User Guide</i>.
|
|
9
|
+
* </p>
|
|
9
10
|
*/
|
|
10
11
|
export declare class AccessDeniedException extends __BaseException {
|
|
11
12
|
readonly name: "AccessDeniedException";
|
|
@@ -293,10 +294,12 @@ export type AMITypes = (typeof AMITypes)[keyof typeof AMITypes];
|
|
|
293
294
|
export interface Provider {
|
|
294
295
|
/**
|
|
295
296
|
* @public
|
|
296
|
-
* <p>Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be
|
|
297
|
-
*
|
|
298
|
-
*
|
|
299
|
-
*
|
|
297
|
+
* <p>Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be
|
|
298
|
+
* symmetric and created in the same Amazon Web Services Region as the cluster. If the
|
|
299
|
+
* KMS key was created in a different account, the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> must
|
|
300
|
+
* have access to the KMS key. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html">Allowing
|
|
301
|
+
* users in other accounts to use a KMS key</a> in the
|
|
302
|
+
* <i>Key Management Service Developer Guide</i>.</p>
|
|
300
303
|
*/
|
|
301
304
|
keyArn?: string;
|
|
302
305
|
}
|
|
@@ -557,8 +560,8 @@ export interface AssociateEncryptionConfigResponse {
|
|
|
557
560
|
/**
|
|
558
561
|
* @public
|
|
559
562
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
560
|
-
* action or resource on behalf of a
|
|
561
|
-
* or resource or specifying an identifier that is not valid.</p>
|
|
563
|
+
* 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
|
|
564
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
562
565
|
*/
|
|
563
566
|
export declare class ClientException extends __BaseException {
|
|
564
567
|
readonly name: "ClientException";
|
|
@@ -574,6 +577,11 @@ export declare class ClientException extends __BaseException {
|
|
|
574
577
|
*/
|
|
575
578
|
nodegroupName?: string;
|
|
576
579
|
addonName?: string;
|
|
580
|
+
/**
|
|
581
|
+
* @public
|
|
582
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
583
|
+
*/
|
|
584
|
+
subscriptionId?: string;
|
|
577
585
|
/**
|
|
578
586
|
* @internal
|
|
579
587
|
*/
|
|
@@ -603,6 +611,11 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
603
611
|
*/
|
|
604
612
|
fargateProfileName?: string;
|
|
605
613
|
addonName?: string;
|
|
614
|
+
/**
|
|
615
|
+
* @public
|
|
616
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
617
|
+
*/
|
|
618
|
+
subscriptionId?: string;
|
|
606
619
|
/**
|
|
607
620
|
* @internal
|
|
608
621
|
*/
|
|
@@ -627,6 +640,11 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
627
640
|
*/
|
|
628
641
|
nodegroupName?: string;
|
|
629
642
|
addonName?: string;
|
|
643
|
+
/**
|
|
644
|
+
* @public
|
|
645
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
646
|
+
*/
|
|
647
|
+
subscriptionId?: string;
|
|
630
648
|
/**
|
|
631
649
|
* @internal
|
|
632
650
|
*/
|
|
@@ -681,6 +699,11 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
681
699
|
*/
|
|
682
700
|
fargateProfileName?: string;
|
|
683
701
|
addonName?: string;
|
|
702
|
+
/**
|
|
703
|
+
* @public
|
|
704
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
705
|
+
*/
|
|
706
|
+
subscriptionId?: string;
|
|
684
707
|
/**
|
|
685
708
|
* @internal
|
|
686
709
|
*/
|
|
@@ -704,6 +727,11 @@ export declare class ServerException extends __BaseException {
|
|
|
704
727
|
*/
|
|
705
728
|
nodegroupName?: string;
|
|
706
729
|
addonName?: string;
|
|
730
|
+
/**
|
|
731
|
+
* @public
|
|
732
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
733
|
+
*/
|
|
734
|
+
subscriptionId?: string;
|
|
707
735
|
/**
|
|
708
736
|
* @internal
|
|
709
737
|
*/
|
|
@@ -903,8 +931,11 @@ export interface CreateAddonRequest {
|
|
|
903
931
|
* </li>
|
|
904
932
|
* <li>
|
|
905
933
|
* <p>
|
|
906
|
-
* <b>Preserve</b> –
|
|
907
|
-
*
|
|
934
|
+
* <b>Preserve</b> – This is similar to the NONE
|
|
935
|
+
* option. If the self-managed version of the add-on is installed on your cluster
|
|
936
|
+
* Amazon EKS doesn't change the add-on resource properties. Creation
|
|
937
|
+
* of the add-on might fail if conflicts are detected. This option works
|
|
938
|
+
* differently during the update operation. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html">UpdateAddon</a>.</p>
|
|
908
939
|
* </li>
|
|
909
940
|
* </ul>
|
|
910
941
|
* <p>If you don't currently have the self-managed version of the add-on installed on your
|
|
@@ -963,15 +994,16 @@ export type IpFamily = (typeof IpFamily)[keyof typeof IpFamily];
|
|
|
963
994
|
export interface KubernetesNetworkConfigRequest {
|
|
964
995
|
/**
|
|
965
996
|
* @public
|
|
966
|
-
* <p>Don't specify a value if you select <code>ipv6</code> for <b>ipFamily</b>. The CIDR block to assign Kubernetes service IP addresses from.
|
|
967
|
-
*
|
|
968
|
-
*
|
|
969
|
-
* overlap with resources in other networks that are
|
|
970
|
-
* block must meet the following requirements:</p>
|
|
997
|
+
* <p>Don't specify a value if you select <code>ipv6</code> for <b>ipFamily</b>. The CIDR block to assign Kubernetes service IP addresses from. If
|
|
998
|
+
* you don't specify a block, Kubernetes assigns addresses from either the
|
|
999
|
+
* <code>10.100.0.0/16</code> or <code>172.20.0.0/16</code> CIDR blocks. We recommend
|
|
1000
|
+
* that you specify a block that does not overlap with resources in other networks that are
|
|
1001
|
+
* peered or connected to your VPC. The block must meet the following requirements:</p>
|
|
971
1002
|
* <ul>
|
|
972
1003
|
* <li>
|
|
973
|
-
* <p>Within one of the following private IP address blocks:
|
|
974
|
-
* <code>
|
|
1004
|
+
* <p>Within one of the following private IP address blocks:
|
|
1005
|
+
* <code>10.0.0.0/8</code>, <code>172.16.0.0/12</code>, or
|
|
1006
|
+
* <code>192.168.0.0/16</code>.</p>
|
|
975
1007
|
* </li>
|
|
976
1008
|
* <li>
|
|
977
1009
|
* <p>Doesn't overlap with any CIDR block assigned to the VPC that you selected for
|
|
@@ -989,19 +1021,21 @@ export interface KubernetesNetworkConfigRequest {
|
|
|
989
1021
|
serviceIpv4Cidr?: string;
|
|
990
1022
|
/**
|
|
991
1023
|
* @public
|
|
992
|
-
* <p>Specify which IP family is used to assign Kubernetes pod and service IP addresses. If
|
|
993
|
-
*
|
|
994
|
-
*
|
|
1024
|
+
* <p>Specify which IP family is used to assign Kubernetes pod and service IP addresses. If you
|
|
1025
|
+
* don't specify a value, <code>ipv4</code> is used by default. You can only specify an IP
|
|
1026
|
+
* family when you create a cluster and can't change this value once the cluster is
|
|
995
1027
|
* created. If you specify <code>ipv6</code>, the VPC and subnets that you specify for
|
|
996
|
-
* cluster creation must have both <code>IPv4</code> and <code>IPv6</code> CIDR blocks
|
|
997
|
-
* specify <code>ipv6</code> for clusters in China
|
|
998
|
-
*
|
|
999
|
-
*
|
|
1000
|
-
*
|
|
1001
|
-
*
|
|
1002
|
-
*
|
|
1003
|
-
*
|
|
1004
|
-
*
|
|
1028
|
+
* cluster creation must have both <code>IPv4</code> and <code>IPv6</code> CIDR blocks
|
|
1029
|
+
* assigned to them. You can't specify <code>ipv6</code> for clusters in China
|
|
1030
|
+
* Regions.</p>
|
|
1031
|
+
* <p>You can only specify <code>ipv6</code> for <code>1.21</code> and later clusters that
|
|
1032
|
+
* use version <code>1.10.1</code> or later of the Amazon VPC CNI add-on. If you specify
|
|
1033
|
+
* <code>ipv6</code>, then ensure that your VPC meets the requirements listed in the
|
|
1034
|
+
* considerations listed in <a href="https://docs.aws.amazon.com/eks/latest/userguide/cni-ipv6.html">Assigning IPv6 addresses to pods and
|
|
1035
|
+
* services</a> in the Amazon EKS User Guide. Kubernetes assigns services
|
|
1036
|
+
* <code>IPv6</code> addresses from the unique local address range
|
|
1037
|
+
* <code>(fc00::/7)</code>. You can't specify a custom <code>IPv6</code> CIDR block.
|
|
1038
|
+
* Pod addresses are assigned from the subnet's <code>IPv6</code> CIDR.</p>
|
|
1005
1039
|
*/
|
|
1006
1040
|
ipFamily?: IpFamily;
|
|
1007
1041
|
}
|
|
@@ -1053,8 +1087,7 @@ export interface Logging {
|
|
|
1053
1087
|
* @public
|
|
1054
1088
|
* <p>The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see
|
|
1055
1089
|
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
|
|
1056
|
-
* considerations</a> in the
|
|
1057
|
-
* </p>
|
|
1090
|
+
* considerations</a> in the Amazon EKS User Guide.</p>
|
|
1058
1091
|
*/
|
|
1059
1092
|
export interface ControlPlanePlacementRequest {
|
|
1060
1093
|
/**
|
|
@@ -1124,26 +1157,26 @@ export interface VpcConfigRequest {
|
|
|
1124
1157
|
securityGroupIds?: string[];
|
|
1125
1158
|
/**
|
|
1126
1159
|
* @public
|
|
1127
|
-
* <p>Set this value to <code>false</code> to disable public access to your cluster's
|
|
1128
|
-
*
|
|
1129
|
-
*
|
|
1130
|
-
*
|
|
1131
|
-
*
|
|
1132
|
-
*
|
|
1160
|
+
* <p>Set this value to <code>false</code> to disable public access to your cluster's Kubernetes
|
|
1161
|
+
* API server endpoint. If you disable public access, your cluster's Kubernetes API server can
|
|
1162
|
+
* only receive requests from within the cluster VPC. The default value for this parameter
|
|
1163
|
+
* is <code>true</code>, which enables public access for your Kubernetes API server. For more
|
|
1164
|
+
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in
|
|
1165
|
+
* the <i>
|
|
1133
1166
|
* <i>Amazon EKS User Guide</i>
|
|
1134
1167
|
* </i>.</p>
|
|
1135
1168
|
*/
|
|
1136
1169
|
endpointPublicAccess?: boolean;
|
|
1137
1170
|
/**
|
|
1138
1171
|
* @public
|
|
1139
|
-
* <p>Set this value to <code>true</code> to enable private access for your cluster's
|
|
1140
|
-
*
|
|
1141
|
-
*
|
|
1142
|
-
*
|
|
1143
|
-
*
|
|
1144
|
-
*
|
|
1145
|
-
*
|
|
1146
|
-
*
|
|
1172
|
+
* <p>Set this value to <code>true</code> to enable private access for your cluster's Kubernetes
|
|
1173
|
+
* API server endpoint. If you enable private access, Kubernetes API requests from within your
|
|
1174
|
+
* cluster's VPC use the private VPC endpoint. The default value for this parameter is
|
|
1175
|
+
* <code>false</code>, which disables private access for your Kubernetes API server. If you
|
|
1176
|
+
* disable private access and you have nodes or Fargate pods in the
|
|
1177
|
+
* cluster, then ensure that <code>publicAccessCidrs</code> includes the necessary CIDR
|
|
1178
|
+
* blocks for communication with the nodes or Fargate pods. For more
|
|
1179
|
+
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in
|
|
1147
1180
|
* the <i>
|
|
1148
1181
|
* <i>Amazon EKS User Guide</i>
|
|
1149
1182
|
* </i>.</p>
|
|
@@ -1174,8 +1207,8 @@ export interface CreateClusterRequest {
|
|
|
1174
1207
|
name: string | undefined;
|
|
1175
1208
|
/**
|
|
1176
1209
|
* @public
|
|
1177
|
-
* <p>The desired Kubernetes version for your cluster. If you don't specify a value here,
|
|
1178
|
-
*
|
|
1210
|
+
* <p>The desired Kubernetes version for your cluster. If you don't specify a value here, the
|
|
1211
|
+
* default version available in Amazon EKS is used.</p>
|
|
1179
1212
|
* <note>
|
|
1180
1213
|
* <p>The default version might not be the latest version available.</p>
|
|
1181
1214
|
* </note>
|
|
@@ -1183,9 +1216,9 @@ export interface CreateClusterRequest {
|
|
|
1183
1216
|
version?: string;
|
|
1184
1217
|
/**
|
|
1185
1218
|
* @public
|
|
1186
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the
|
|
1187
|
-
*
|
|
1188
|
-
*
|
|
1219
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes
|
|
1220
|
+
* control plane to make calls to Amazon Web Services API operations on your behalf. For
|
|
1221
|
+
* more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html">Amazon EKS Service IAM Role</a> in the <i>
|
|
1189
1222
|
* <i>Amazon EKS User Guide</i>
|
|
1190
1223
|
* </i>.</p>
|
|
1191
1224
|
*/
|
|
@@ -1193,11 +1226,12 @@ export interface CreateClusterRequest {
|
|
|
1193
1226
|
/**
|
|
1194
1227
|
* @public
|
|
1195
1228
|
* <p>The VPC configuration that's used by the cluster control plane. Amazon EKS VPC
|
|
1196
|
-
* resources have specific requirements to work properly with Kubernetes. For more
|
|
1197
|
-
*
|
|
1198
|
-
*
|
|
1199
|
-
*
|
|
1200
|
-
* a dedicated security group for your
|
|
1229
|
+
* resources have specific requirements to work properly with Kubernetes. For more information,
|
|
1230
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">Cluster VPC
|
|
1231
|
+
* Considerations</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Cluster Security Group Considerations</a> in the
|
|
1232
|
+
* <i>Amazon EKS User Guide</i>. You must specify at least two subnets. You can specify up to five
|
|
1233
|
+
* security groups. However, we recommend that you use a dedicated security group for your
|
|
1234
|
+
* cluster control plane.</p>
|
|
1201
1235
|
*/
|
|
1202
1236
|
resourcesVpcConfig: VpcConfigRequest | undefined;
|
|
1203
1237
|
/**
|
|
@@ -1207,9 +1241,7 @@ export interface CreateClusterRequest {
|
|
|
1207
1241
|
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest;
|
|
1208
1242
|
/**
|
|
1209
1243
|
* @public
|
|
1210
|
-
* <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to
|
|
1211
|
-
* CloudWatch Logs. By default, cluster control plane logs aren't exported to
|
|
1212
|
-
* CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster control plane logs</a> in the
|
|
1244
|
+
* <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster control plane logs</a> in the
|
|
1213
1245
|
* <i>
|
|
1214
1246
|
* <i>Amazon EKS User Guide</i>
|
|
1215
1247
|
* </i>.</p>
|
|
@@ -1387,8 +1419,8 @@ export interface Identity {
|
|
|
1387
1419
|
}
|
|
1388
1420
|
/**
|
|
1389
1421
|
* @public
|
|
1390
|
-
* <p>The Kubernetes network configuration for the cluster. The response contains a value
|
|
1391
|
-
*
|
|
1422
|
+
* <p>The Kubernetes network configuration for the cluster. The response contains a value for
|
|
1423
|
+
* <b>serviceIpv6Cidr</b> or <b>serviceIpv4Cidr</b>, but not both. </p>
|
|
1392
1424
|
*/
|
|
1393
1425
|
export interface KubernetesNetworkConfigResponse {
|
|
1394
1426
|
/**
|
|
@@ -1406,9 +1438,9 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
1406
1438
|
* <p>The CIDR block that Kubernetes pod and service IP addresses are assigned from if you
|
|
1407
1439
|
* created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and
|
|
1408
1440
|
* specified <code>ipv6</code> for <b>ipFamily</b> when you
|
|
1409
|
-
* created the cluster. Kubernetes assigns service addresses from the unique local address
|
|
1410
|
-
*
|
|
1411
|
-
*
|
|
1441
|
+
* created the cluster. Kubernetes assigns service addresses from the unique local address range
|
|
1442
|
+
* (<code>fc00::/7</code>) because you can't specify a custom IPv6 CIDR block when you
|
|
1443
|
+
* create the cluster.</p>
|
|
1412
1444
|
*/
|
|
1413
1445
|
serviceIpv6Cidr?: string;
|
|
1414
1446
|
/**
|
|
@@ -1474,8 +1506,7 @@ export interface VpcConfigResponse {
|
|
|
1474
1506
|
/**
|
|
1475
1507
|
* @public
|
|
1476
1508
|
* <p>The security groups associated with the cross-account elastic network interfaces that
|
|
1477
|
-
* are used to allow communication between your nodes and the Kubernetes control
|
|
1478
|
-
* plane.</p>
|
|
1509
|
+
* are used to allow communication between your nodes and the Kubernetes control plane.</p>
|
|
1479
1510
|
*/
|
|
1480
1511
|
securityGroupIds?: string[];
|
|
1481
1512
|
/**
|
|
@@ -1501,8 +1532,8 @@ export interface VpcConfigResponse {
|
|
|
1501
1532
|
/**
|
|
1502
1533
|
* @public
|
|
1503
1534
|
* <p>This parameter indicates whether the Amazon EKS private API server endpoint is
|
|
1504
|
-
* enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes
|
|
1505
|
-
*
|
|
1535
|
+
* enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes API
|
|
1536
|
+
* requests that originate from within your cluster's VPC use the private VPC endpoint
|
|
1506
1537
|
* instead of traversing the internet. If this value is disabled and you have nodes or
|
|
1507
1538
|
* Fargate pods in the cluster, then ensure that
|
|
1508
1539
|
* <code>publicAccessCidrs</code> includes the necessary CIDR blocks for communication
|
|
@@ -1573,17 +1604,17 @@ export interface Cluster {
|
|
|
1573
1604
|
endpoint?: string;
|
|
1574
1605
|
/**
|
|
1575
1606
|
* @public
|
|
1576
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the
|
|
1577
|
-
*
|
|
1578
|
-
* behalf.</p>
|
|
1607
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes
|
|
1608
|
+
* control plane to make calls to Amazon Web Services API operations on your behalf.</p>
|
|
1579
1609
|
*/
|
|
1580
1610
|
roleArn?: string;
|
|
1581
1611
|
/**
|
|
1582
1612
|
* @public
|
|
1583
1613
|
* <p>The VPC configuration used by the cluster control plane. Amazon EKS VPC
|
|
1584
|
-
* resources have specific requirements to work properly with Kubernetes. For more
|
|
1585
|
-
*
|
|
1586
|
-
*
|
|
1614
|
+
* resources have specific requirements to work properly with Kubernetes. For more information,
|
|
1615
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">Cluster VPC
|
|
1616
|
+
* Considerations</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Cluster Security Group Considerations</a> in the
|
|
1617
|
+
* <i>Amazon EKS User Guide</i>.</p>
|
|
1587
1618
|
*/
|
|
1588
1619
|
resourcesVpcConfig?: VpcConfigResponse;
|
|
1589
1620
|
/**
|
|
@@ -1689,6 +1720,11 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
1689
1720
|
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
1690
1721
|
*/
|
|
1691
1722
|
nodegroupName?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
* @public
|
|
1725
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
1726
|
+
*/
|
|
1727
|
+
subscriptionId?: string;
|
|
1692
1728
|
/**
|
|
1693
1729
|
* @internal
|
|
1694
1730
|
*/
|
|
@@ -1737,6 +1773,182 @@ export declare class UnsupportedAvailabilityZoneException extends __BaseExceptio
|
|
|
1737
1773
|
*/
|
|
1738
1774
|
constructor(opts: __ExceptionOptionType<UnsupportedAvailabilityZoneException, __BaseException>);
|
|
1739
1775
|
}
|
|
1776
|
+
/**
|
|
1777
|
+
* @public
|
|
1778
|
+
* @enum
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const EksAnywhereSubscriptionLicenseType: {
|
|
1781
|
+
readonly Cluster: "Cluster";
|
|
1782
|
+
};
|
|
1783
|
+
/**
|
|
1784
|
+
* @public
|
|
1785
|
+
*/
|
|
1786
|
+
export type EksAnywhereSubscriptionLicenseType = (typeof EksAnywhereSubscriptionLicenseType)[keyof typeof EksAnywhereSubscriptionLicenseType];
|
|
1787
|
+
/**
|
|
1788
|
+
* @public
|
|
1789
|
+
* @enum
|
|
1790
|
+
*/
|
|
1791
|
+
export declare const EksAnywhereSubscriptionTermUnit: {
|
|
1792
|
+
readonly MONTHS: "MONTHS";
|
|
1793
|
+
};
|
|
1794
|
+
/**
|
|
1795
|
+
* @public
|
|
1796
|
+
*/
|
|
1797
|
+
export type EksAnywhereSubscriptionTermUnit = (typeof EksAnywhereSubscriptionTermUnit)[keyof typeof EksAnywhereSubscriptionTermUnit];
|
|
1798
|
+
/**
|
|
1799
|
+
* @public
|
|
1800
|
+
* <p>An object representing the term duration and term unit type of your subscription. This
|
|
1801
|
+
* determines the term length of your subscription. Valid values are MONTHS for term unit
|
|
1802
|
+
* and 12 or 36 for term duration, indicating a 12 month or 36 month subscription.</p>
|
|
1803
|
+
*/
|
|
1804
|
+
export interface EksAnywhereSubscriptionTerm {
|
|
1805
|
+
/**
|
|
1806
|
+
* @public
|
|
1807
|
+
* <p>The duration of the subscription term. Valid values are 12 and 36, indicating a 12 month or 36 month subscription.</p>
|
|
1808
|
+
*/
|
|
1809
|
+
duration?: number;
|
|
1810
|
+
/**
|
|
1811
|
+
* @public
|
|
1812
|
+
* <p>The term unit of the subscription. Valid value is MONTHS.</p>
|
|
1813
|
+
*/
|
|
1814
|
+
unit?: EksAnywhereSubscriptionTermUnit;
|
|
1815
|
+
}
|
|
1816
|
+
/**
|
|
1817
|
+
* @public
|
|
1818
|
+
*/
|
|
1819
|
+
export interface CreateEksAnywhereSubscriptionRequest {
|
|
1820
|
+
/**
|
|
1821
|
+
* @public
|
|
1822
|
+
* <p>The unique name for your subscription. It must be unique in your Amazon Web Services account in the
|
|
1823
|
+
* Amazon Web Services Region you're creating the subscription in. The name can contain only alphanumeric
|
|
1824
|
+
* characters (case-sensitive), hyphens, and underscores. It must start with an alphabetic
|
|
1825
|
+
* character and can't be longer than 100 characters.</p>
|
|
1826
|
+
*/
|
|
1827
|
+
name: string | undefined;
|
|
1828
|
+
/**
|
|
1829
|
+
* @public
|
|
1830
|
+
* <p>An object representing the term duration and term unit type of your subscription. This
|
|
1831
|
+
* determines the term length of your subscription. Valid values are MONTHS for term unit
|
|
1832
|
+
* and 12 or 36 for term duration, indicating a 12 month or 36 month subscription. This
|
|
1833
|
+
* value cannot be changed after creating the subscription.</p>
|
|
1834
|
+
*/
|
|
1835
|
+
term: EksAnywhereSubscriptionTerm | undefined;
|
|
1836
|
+
/**
|
|
1837
|
+
* @public
|
|
1838
|
+
* <p>The number of licenses to purchase with the subscription. Valid values are between 1
|
|
1839
|
+
* and 1000. This value cannot be changed after creating the subscription.</p>
|
|
1840
|
+
*/
|
|
1841
|
+
licenseQuantity?: number;
|
|
1842
|
+
/**
|
|
1843
|
+
* @public
|
|
1844
|
+
* <p>The license type for all licenses in the subscription. Valid value is CLUSTER. With
|
|
1845
|
+
* the CLUSTER license type, each license covers support for a single EKS Anywhere
|
|
1846
|
+
* cluster.</p>
|
|
1847
|
+
*/
|
|
1848
|
+
licenseType?: EksAnywhereSubscriptionLicenseType;
|
|
1849
|
+
/**
|
|
1850
|
+
* @public
|
|
1851
|
+
* <p>A boolean indicating whether the subscription auto renews at the end of the
|
|
1852
|
+
* term.</p>
|
|
1853
|
+
*/
|
|
1854
|
+
autoRenew?: boolean;
|
|
1855
|
+
/**
|
|
1856
|
+
* @public
|
|
1857
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
1858
|
+
*/
|
|
1859
|
+
clientRequestToken?: string;
|
|
1860
|
+
/**
|
|
1861
|
+
* @public
|
|
1862
|
+
* <p>The metadata for a subscription to assist with categorization and organization. Each
|
|
1863
|
+
* tag consists of a key and an optional value. Subscription tags do not propagate to any
|
|
1864
|
+
* other resources associated with the subscription.</p>
|
|
1865
|
+
*/
|
|
1866
|
+
tags?: Record<string, string>;
|
|
1867
|
+
}
|
|
1868
|
+
/**
|
|
1869
|
+
* @public
|
|
1870
|
+
* <p>An EKS Anywhere subscription authorizing the customer to support for licensed clusters
|
|
1871
|
+
* and access to EKS Anywhere Curated Packages.</p>
|
|
1872
|
+
*/
|
|
1873
|
+
export interface EksAnywhereSubscription {
|
|
1874
|
+
/**
|
|
1875
|
+
* @public
|
|
1876
|
+
* <p>UUID identifying a subscription.</p>
|
|
1877
|
+
*/
|
|
1878
|
+
id?: string;
|
|
1879
|
+
/**
|
|
1880
|
+
* @public
|
|
1881
|
+
* <p>The Amazon Resource Name (ARN) for the subscription.</p>
|
|
1882
|
+
*/
|
|
1883
|
+
arn?: string;
|
|
1884
|
+
/**
|
|
1885
|
+
* @public
|
|
1886
|
+
* <p>The Unix timestamp in seconds for when the subscription was created.</p>
|
|
1887
|
+
*/
|
|
1888
|
+
createdAt?: Date;
|
|
1889
|
+
/**
|
|
1890
|
+
* @public
|
|
1891
|
+
* <p>The Unix timestamp in seconds for when the subscription is effective.</p>
|
|
1892
|
+
*/
|
|
1893
|
+
effectiveDate?: Date;
|
|
1894
|
+
/**
|
|
1895
|
+
* @public
|
|
1896
|
+
* <p>The Unix timestamp in seconds for when the subscription will expire or auto renew,
|
|
1897
|
+
* depending on the auto renew configuration of the subscription object.</p>
|
|
1898
|
+
*/
|
|
1899
|
+
expirationDate?: Date;
|
|
1900
|
+
/**
|
|
1901
|
+
* @public
|
|
1902
|
+
* <p>The number of licenses included in a subscription. Valid values are between 1 and
|
|
1903
|
+
* 1000.</p>
|
|
1904
|
+
*/
|
|
1905
|
+
licenseQuantity?: number;
|
|
1906
|
+
/**
|
|
1907
|
+
* @public
|
|
1908
|
+
* <p>The type of licenses included in the subscription. Valid value is CLUSTER. With the
|
|
1909
|
+
* CLUSTER license type, each license covers support for a single EKS Anywhere
|
|
1910
|
+
* cluster.</p>
|
|
1911
|
+
*/
|
|
1912
|
+
licenseType?: EksAnywhereSubscriptionLicenseType;
|
|
1913
|
+
/**
|
|
1914
|
+
* @public
|
|
1915
|
+
* <p>An EksAnywhereSubscriptionTerm object. </p>
|
|
1916
|
+
*/
|
|
1917
|
+
term?: EksAnywhereSubscriptionTerm;
|
|
1918
|
+
/**
|
|
1919
|
+
* @public
|
|
1920
|
+
* <p>The status of a subscription.</p>
|
|
1921
|
+
*/
|
|
1922
|
+
status?: string;
|
|
1923
|
+
/**
|
|
1924
|
+
* @public
|
|
1925
|
+
* <p>A boolean indicating whether or not a subscription will auto renew when it
|
|
1926
|
+
* expires.</p>
|
|
1927
|
+
*/
|
|
1928
|
+
autoRenew?: boolean;
|
|
1929
|
+
/**
|
|
1930
|
+
* @public
|
|
1931
|
+
* <p>License Manager License ARNs associated with the subscription.</p>
|
|
1932
|
+
*/
|
|
1933
|
+
licenseArns?: string[];
|
|
1934
|
+
/**
|
|
1935
|
+
* @public
|
|
1936
|
+
* <p>The metadata for a subscription to assist with categorization and organization. Each
|
|
1937
|
+
* tag consists of a key and an optional value. Subscription tags do not propagate to any
|
|
1938
|
+
* other resources associated with the subscription.</p>
|
|
1939
|
+
*/
|
|
1940
|
+
tags?: Record<string, string>;
|
|
1941
|
+
}
|
|
1942
|
+
/**
|
|
1943
|
+
* @public
|
|
1944
|
+
*/
|
|
1945
|
+
export interface CreateEksAnywhereSubscriptionResponse {
|
|
1946
|
+
/**
|
|
1947
|
+
* @public
|
|
1948
|
+
* <p>The full description of the subscription.</p>
|
|
1949
|
+
*/
|
|
1950
|
+
subscription?: EksAnywhereSubscription;
|
|
1951
|
+
}
|
|
1740
1952
|
/**
|
|
1741
1953
|
* @public
|
|
1742
1954
|
* <p>An object representing an Fargate profile selector.</p>
|
|
@@ -1749,8 +1961,8 @@ export interface FargateProfileSelector {
|
|
|
1749
1961
|
namespace?: string;
|
|
1750
1962
|
/**
|
|
1751
1963
|
* @public
|
|
1752
|
-
* <p>The Kubernetes labels that the selector should match. A pod must contain all of the
|
|
1753
|
-
*
|
|
1964
|
+
* <p>The Kubernetes labels that the selector should match. A pod must contain all of the labels
|
|
1965
|
+
* that are specified in the selector for it to be considered a match.</p>
|
|
1754
1966
|
*/
|
|
1755
1967
|
labels?: Record<string, string>;
|
|
1756
1968
|
}
|
|
@@ -2134,9 +2346,8 @@ export interface CreateNodegroupRequest {
|
|
|
2134
2346
|
amiType?: AMITypes;
|
|
2135
2347
|
/**
|
|
2136
2348
|
* @public
|
|
2137
|
-
* <p>The remote access configuration to use with your node group.
|
|
2138
|
-
*
|
|
2139
|
-
* If you specify <code>launchTemplate</code>, then don't specify
|
|
2349
|
+
* <p>The remote access configuration to use with your node group. For Linux, the protocol
|
|
2350
|
+
* is SSH. For Windows, the protocol is RDP. If you specify <code>launchTemplate</code>, then don't specify
|
|
2140
2351
|
* <code>remoteAccess</code>, or the node group deployment will fail.
|
|
2141
2352
|
* For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2142
2353
|
*/
|
|
@@ -2165,8 +2376,8 @@ export interface CreateNodegroupRequest {
|
|
|
2165
2376
|
labels?: Record<string, string>;
|
|
2166
2377
|
/**
|
|
2167
2378
|
* @public
|
|
2168
|
-
* <p>The Kubernetes taints to be applied to the nodes in the node group. For more
|
|
2169
|
-
*
|
|
2379
|
+
* <p>The Kubernetes taints to be applied to the nodes in the node group. For more information,
|
|
2380
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on
|
|
2170
2381
|
* managed node groups</a>.</p>
|
|
2171
2382
|
*/
|
|
2172
2383
|
taints?: Taint[];
|
|
@@ -2204,10 +2415,10 @@ export interface CreateNodegroupRequest {
|
|
|
2204
2415
|
capacityType?: CapacityTypes;
|
|
2205
2416
|
/**
|
|
2206
2417
|
* @public
|
|
2207
|
-
* <p>The Kubernetes version to use for your managed nodes. By default, the Kubernetes
|
|
2208
|
-
*
|
|
2209
|
-
*
|
|
2210
|
-
*
|
|
2418
|
+
* <p>The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the
|
|
2419
|
+
* cluster is used, and this is the only accepted specified value. If you specify <code>launchTemplate</code>,
|
|
2420
|
+
* and your launch template uses a custom AMI, then don't specify <code>version</code>, or the node group
|
|
2421
|
+
* deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2211
2422
|
*/
|
|
2212
2423
|
version?: string;
|
|
2213
2424
|
/**
|
|
@@ -2539,8 +2750,8 @@ export interface Nodegroup {
|
|
|
2539
2750
|
labels?: Record<string, string>;
|
|
2540
2751
|
/**
|
|
2541
2752
|
* @public
|
|
2542
|
-
* <p>The Kubernetes taints to be applied to the nodes in the node group when they are
|
|
2543
|
-
*
|
|
2753
|
+
* <p>The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
|
2754
|
+
* Effect is one of <code>No_Schedule</code>, <code>Prefer_No_Schedule</code>, or
|
|
2544
2755
|
* <code>No_Execute</code>. Kubernetes taints can be used together with tolerations to
|
|
2545
2756
|
* control how workloads are scheduled to your nodes. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on managed node groups</a>.</p>
|
|
2546
2757
|
*/
|
|
@@ -2647,6 +2858,26 @@ export interface DeleteClusterResponse {
|
|
|
2647
2858
|
*/
|
|
2648
2859
|
cluster?: Cluster;
|
|
2649
2860
|
}
|
|
2861
|
+
/**
|
|
2862
|
+
* @public
|
|
2863
|
+
*/
|
|
2864
|
+
export interface DeleteEksAnywhereSubscriptionRequest {
|
|
2865
|
+
/**
|
|
2866
|
+
* @public
|
|
2867
|
+
* <p>The ID of the subscription.</p>
|
|
2868
|
+
*/
|
|
2869
|
+
id: string | undefined;
|
|
2870
|
+
}
|
|
2871
|
+
/**
|
|
2872
|
+
* @public
|
|
2873
|
+
*/
|
|
2874
|
+
export interface DeleteEksAnywhereSubscriptionResponse {
|
|
2875
|
+
/**
|
|
2876
|
+
* @public
|
|
2877
|
+
* <p>The full description of the subscription to be deleted.</p>
|
|
2878
|
+
*/
|
|
2879
|
+
subscription?: EksAnywhereSubscription;
|
|
2880
|
+
}
|
|
2650
2881
|
/**
|
|
2651
2882
|
* @public
|
|
2652
2883
|
*/
|
|
@@ -2884,6 +3115,26 @@ export interface DescribeClusterResponse {
|
|
|
2884
3115
|
*/
|
|
2885
3116
|
cluster?: Cluster;
|
|
2886
3117
|
}
|
|
3118
|
+
/**
|
|
3119
|
+
* @public
|
|
3120
|
+
*/
|
|
3121
|
+
export interface DescribeEksAnywhereSubscriptionRequest {
|
|
3122
|
+
/**
|
|
3123
|
+
* @public
|
|
3124
|
+
* <p>The ID of the subscription.</p>
|
|
3125
|
+
*/
|
|
3126
|
+
id: string | undefined;
|
|
3127
|
+
}
|
|
3128
|
+
/**
|
|
3129
|
+
* @public
|
|
3130
|
+
*/
|
|
3131
|
+
export interface DescribeEksAnywhereSubscriptionResponse {
|
|
3132
|
+
/**
|
|
3133
|
+
* @public
|
|
3134
|
+
* <p>The full description of the subscription.</p>
|
|
3135
|
+
*/
|
|
3136
|
+
subscription?: EksAnywhereSubscription;
|
|
3137
|
+
}
|
|
2887
3138
|
/**
|
|
2888
3139
|
* @public
|
|
2889
3140
|
*/
|
|
@@ -3190,7 +3441,7 @@ export interface ListAddonsRequest {
|
|
|
3190
3441
|
export interface ListAddonsResponse {
|
|
3191
3442
|
/**
|
|
3192
3443
|
* @public
|
|
3193
|
-
* <p>A list of
|
|
3444
|
+
* <p>A list of installed add-ons.</p>
|
|
3194
3445
|
*/
|
|
3195
3446
|
addons?: string[];
|
|
3196
3447
|
/**
|
|
@@ -3261,6 +3512,70 @@ export interface ListClustersResponse {
|
|
|
3261
3512
|
*/
|
|
3262
3513
|
nextToken?: string;
|
|
3263
3514
|
}
|
|
3515
|
+
/**
|
|
3516
|
+
* @public
|
|
3517
|
+
* @enum
|
|
3518
|
+
*/
|
|
3519
|
+
export declare const EksAnywhereSubscriptionStatus: {
|
|
3520
|
+
readonly ACTIVE: "ACTIVE";
|
|
3521
|
+
readonly CREATING: "CREATING";
|
|
3522
|
+
readonly DELETING: "DELETING";
|
|
3523
|
+
readonly EXPIRED: "EXPIRED";
|
|
3524
|
+
readonly EXPIRING: "EXPIRING";
|
|
3525
|
+
readonly UPDATING: "UPDATING";
|
|
3526
|
+
};
|
|
3527
|
+
/**
|
|
3528
|
+
* @public
|
|
3529
|
+
*/
|
|
3530
|
+
export type EksAnywhereSubscriptionStatus = (typeof EksAnywhereSubscriptionStatus)[keyof typeof EksAnywhereSubscriptionStatus];
|
|
3531
|
+
/**
|
|
3532
|
+
* @public
|
|
3533
|
+
*/
|
|
3534
|
+
export interface ListEksAnywhereSubscriptionsRequest {
|
|
3535
|
+
/**
|
|
3536
|
+
* @public
|
|
3537
|
+
* <p>The maximum number of cluster results returned by ListEksAnywhereSubscriptions in
|
|
3538
|
+
* paginated output. When you use this parameter, ListEksAnywhereSubscriptions returns only
|
|
3539
|
+
* maxResults results in a single page along with a nextToken response element. You can see
|
|
3540
|
+
* the remaining results of the initial request by sending another
|
|
3541
|
+
* ListEksAnywhereSubscriptions request with the returned nextToken value. This value can
|
|
3542
|
+
* be between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions
|
|
3543
|
+
* returns up to 10 results and a nextToken value if applicable.</p>
|
|
3544
|
+
*/
|
|
3545
|
+
maxResults?: number;
|
|
3546
|
+
/**
|
|
3547
|
+
* @public
|
|
3548
|
+
* <p>The nextToken value to include in a future ListEksAnywhereSubscriptions request. When
|
|
3549
|
+
* the results of a ListEksAnywhereSubscriptions request exceed maxResults, you can use
|
|
3550
|
+
* this value to retrieve the next page of results. This value is null when there are no
|
|
3551
|
+
* more results to return.</p>
|
|
3552
|
+
*/
|
|
3553
|
+
nextToken?: string;
|
|
3554
|
+
/**
|
|
3555
|
+
* @public
|
|
3556
|
+
* <p>An array of subscription statuses to filter on.</p>
|
|
3557
|
+
*/
|
|
3558
|
+
includeStatus?: EksAnywhereSubscriptionStatus[];
|
|
3559
|
+
}
|
|
3560
|
+
/**
|
|
3561
|
+
* @public
|
|
3562
|
+
*/
|
|
3563
|
+
export interface ListEksAnywhereSubscriptionsResponse {
|
|
3564
|
+
/**
|
|
3565
|
+
* @public
|
|
3566
|
+
* <p>A list of all subscription objects in the region, filtered by includeStatus and
|
|
3567
|
+
* paginated by nextToken and maxResults.</p>
|
|
3568
|
+
*/
|
|
3569
|
+
subscriptions?: EksAnywhereSubscription[];
|
|
3570
|
+
/**
|
|
3571
|
+
* @public
|
|
3572
|
+
* <p>The nextToken value to include in a future ListEksAnywhereSubscriptions request. When
|
|
3573
|
+
* the results of a ListEksAnywhereSubscriptions request exceed maxResults, you can use
|
|
3574
|
+
* this value to retrieve the next page of results. This value is null when there are no
|
|
3575
|
+
* more results to return.</p>
|
|
3576
|
+
*/
|
|
3577
|
+
nextToken?: string;
|
|
3578
|
+
}
|
|
3264
3579
|
/**
|
|
3265
3580
|
* @public
|
|
3266
3581
|
*/
|
|
@@ -3750,9 +4065,7 @@ export interface UpdateClusterConfigRequest {
|
|
|
3750
4065
|
resourcesVpcConfig?: VpcConfigRequest;
|
|
3751
4066
|
/**
|
|
3752
4067
|
* @public
|
|
3753
|
-
* <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to
|
|
3754
|
-
* CloudWatch Logs. By default, cluster control plane logs aren't exported to
|
|
3755
|
-
* CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS cluster control plane logs</a> in the
|
|
4068
|
+
* <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS cluster control plane logs</a> in the
|
|
3756
4069
|
* <i>
|
|
3757
4070
|
* <i>Amazon EKS User Guide</i>
|
|
3758
4071
|
* </i>.</p>
|
|
@@ -3811,6 +4124,36 @@ export interface UpdateClusterVersionResponse {
|
|
|
3811
4124
|
*/
|
|
3812
4125
|
update?: Update;
|
|
3813
4126
|
}
|
|
4127
|
+
/**
|
|
4128
|
+
* @public
|
|
4129
|
+
*/
|
|
4130
|
+
export interface UpdateEksAnywhereSubscriptionRequest {
|
|
4131
|
+
/**
|
|
4132
|
+
* @public
|
|
4133
|
+
* <p></p>
|
|
4134
|
+
*/
|
|
4135
|
+
id: string | undefined;
|
|
4136
|
+
/**
|
|
4137
|
+
* @public
|
|
4138
|
+
* <p>A boolean indicating whether or not to automatically renew the subscription.</p>
|
|
4139
|
+
*/
|
|
4140
|
+
autoRenew: boolean | undefined;
|
|
4141
|
+
/**
|
|
4142
|
+
* @public
|
|
4143
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request.</p>
|
|
4144
|
+
*/
|
|
4145
|
+
clientRequestToken?: string;
|
|
4146
|
+
}
|
|
4147
|
+
/**
|
|
4148
|
+
* @public
|
|
4149
|
+
*/
|
|
4150
|
+
export interface UpdateEksAnywhereSubscriptionResponse {
|
|
4151
|
+
/**
|
|
4152
|
+
* @public
|
|
4153
|
+
* <p>The full description of the updated subscription.</p>
|
|
4154
|
+
*/
|
|
4155
|
+
subscription?: EksAnywhereSubscription;
|
|
4156
|
+
}
|
|
3814
4157
|
/**
|
|
3815
4158
|
* @public
|
|
3816
4159
|
* <p>An object representing a Kubernetes label change for a managed node group.</p>
|
|
@@ -3862,14 +4205,13 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
3862
4205
|
nodegroupName: string | undefined;
|
|
3863
4206
|
/**
|
|
3864
4207
|
* @public
|
|
3865
|
-
* <p>The Kubernetes labels to be applied to the nodes in the node group after the
|
|
3866
|
-
* update.</p>
|
|
4208
|
+
* <p>The Kubernetes labels to be applied to the nodes in the node group after the update.</p>
|
|
3867
4209
|
*/
|
|
3868
4210
|
labels?: UpdateLabelsPayload;
|
|
3869
4211
|
/**
|
|
3870
4212
|
* @public
|
|
3871
|
-
* <p>The Kubernetes taints to be applied to the nodes in the node group after the update.
|
|
3872
|
-
*
|
|
4213
|
+
* <p>The Kubernetes taints to be applied to the nodes in the node group after the update. For
|
|
4214
|
+
* more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on
|
|
3873
4215
|
* managed node groups</a>.</p>
|
|
3874
4216
|
*/
|
|
3875
4217
|
taints?: UpdateTaintsPayload;
|
|
@@ -3917,12 +4259,11 @@ export interface UpdateNodegroupVersionRequest {
|
|
|
3917
4259
|
nodegroupName: string | undefined;
|
|
3918
4260
|
/**
|
|
3919
4261
|
* @public
|
|
3920
|
-
* <p>The Kubernetes version to update to. If no version is specified, then the Kubernetes
|
|
3921
|
-
*
|
|
3922
|
-
*
|
|
3923
|
-
*
|
|
3924
|
-
*
|
|
3925
|
-
* For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
4262
|
+
* <p>The Kubernetes version to update to. If no version is specified, then the Kubernetes version of
|
|
4263
|
+
* the node group does not change. You can specify the Kubernetes version of the cluster to
|
|
4264
|
+
* update the node group to the latest AMI version of the cluster's Kubernetes version.
|
|
4265
|
+
* If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify <code>version</code>,
|
|
4266
|
+
* or the node group update will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
3926
4267
|
*/
|
|
3927
4268
|
version?: string;
|
|
3928
4269
|
/**
|