@aws-sdk/client-eks 3.734.0 → 3.735.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/README.md +2 -1
  2. package/dist-cjs/index.js +7 -0
  3. package/dist-es/models/models_0.js +5 -0
  4. package/dist-types/EKS.d.ts +2 -1
  5. package/dist-types/EKSClient.d.ts +2 -1
  6. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +3 -2
  8. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +3 -2
  9. package/dist-types/commands/CreateAccessEntryCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAddonCommand.d.ts +4 -2
  11. package/dist-types/commands/CreateClusterCommand.d.ts +4 -2
  12. package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -2
  13. package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -0
  14. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteAddonCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -1
  21. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -1
  33. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeUpdateCommand.d.ts +3 -2
  35. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +3 -2
  37. package/dist-types/commands/ListAccessEntriesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListAddonsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListNodegroupsCommand.d.ts +5 -3
  44. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListUpdatesCommand.d.ts +4 -2
  46. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateAddonCommand.d.ts +3 -2
  48. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +7 -4
  49. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +5 -4
  50. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
  52. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -2
  53. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
  54. package/dist-types/index.d.ts +2 -1
  55. package/dist-types/models/models_0.d.ts +137 -69
  56. package/dist-types/ts3.4/models/models_0.d.ts +8 -0
  57. package/package.json +1 -1
@@ -63,7 +63,8 @@ export interface AccessEntry {
63
63
  /**
64
64
  * <p>The ARN of the IAM principal for the access entry. If you ever delete
65
65
  * the IAM principal with this ARN, the access entry isn't automatically
66
- * deleted. We recommend that you delete the access entry with an ARN for an IAM principal that you delete. If you don't delete the access entry and ever
66
+ * deleted. We recommend that you delete the access entry with an ARN for an IAM
67
+ * principal that you delete. If you don't delete the access entry and ever
67
68
  * recreate the IAM principal, even if it has the same ARN, the access
68
69
  * entry won't work. This is because even though the ARN is the same for the recreated
69
70
  * IAM principal, the <code>roleID</code> or <code>userID</code> (you
@@ -336,13 +337,14 @@ export interface Addon {
336
337
  configurationValues?: string | undefined;
337
338
  /**
338
339
  * <p>An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.</p>
339
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the EKS User Guide.</p>
340
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the <i>Amazon EKS User Guide</i>.</p>
340
341
  * @public
341
342
  */
342
343
  podIdentityAssociations?: string[] | undefined;
343
344
  }
344
345
  /**
345
- * <p>Contains compatibility information for an Amazon EKS add-on.</p>
346
+ * <p>The summary information about the Amazon EKS add-on compatibility for the next Kubernetes
347
+ * version for an insight check in the <code>UPGRADE_READINESS</code> category.</p>
346
348
  * @public
347
349
  */
348
350
  export interface AddonCompatibilityDetail {
@@ -352,7 +354,7 @@ export interface AddonCompatibilityDetail {
352
354
  */
353
355
  name?: string | undefined;
354
356
  /**
355
- * <p>A list of compatible add-on versions.</p>
357
+ * <p>The list of compatible Amazon EKS add-on versions for the next Kubernetes version.</p>
356
358
  * @public
357
359
  */
358
360
  compatibleVersions?: string[] | undefined;
@@ -454,7 +456,7 @@ export interface AddonInfo {
454
456
  /**
455
457
  * <p>A type of Pod Identity Association owned by an Amazon EKS Add-on.</p>
456
458
  * <p>Each EKS Pod Identity Association maps a role to a service account in a namespace in the cluster.</p>
457
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the EKS User Guide.</p>
459
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the <i>Amazon EKS User Guide</i>.</p>
458
460
  * @public
459
461
  */
460
462
  export interface AddonPodIdentityAssociations {
@@ -663,7 +665,8 @@ export declare class InvalidRequestException extends __BaseException {
663
665
  /**
664
666
  * <p>The specified resource could not be found. You can view your available clusters with
665
667
  * <code>ListClusters</code>. You can view your available managed node groups with
666
- * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
668
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
669
+ * specific.</p>
667
670
  * @public
668
671
  */
669
672
  export declare class ResourceNotFoundException extends __BaseException {
@@ -909,6 +912,7 @@ export declare const UpdateParamType: {
909
912
  readonly SUBNETS: "Subnets";
910
913
  readonly TAINTS_TO_ADD: "TaintsToAdd";
911
914
  readonly TAINTS_TO_REMOVE: "TaintsToRemove";
915
+ readonly UPDATE_STRATEGY: "UpdateStrategy";
912
916
  readonly UPGRADE_POLICY: "UpgradePolicy";
913
917
  readonly VERSION: "Version";
914
918
  readonly ZONAL_SHIFT_CONFIG: "ZonalShiftConfig";
@@ -1217,14 +1221,17 @@ export interface CreateAccessEntryRequest {
1217
1221
  * same ARN in more than one access entry. This value can't be changed after access entry
1218
1222
  * creation.</p>
1219
1223
  * <p>The valid principals differ depending on the type of the access entry in the
1220
- * <code>type</code> field. The only valid ARN is IAM roles for the types of access
1221
- * entries for nodes: <code></code>
1222
- * <code></code>. You can use every IAM principal type for <code>STANDARD</code> access entries.
1224
+ * <code>type</code> field. For <code>STANDARD</code> access entries, you can use every
1225
+ * IAM principal type. For nodes (<code>EC2</code> (for EKS Auto Mode),
1226
+ * <code>EC2_LINUX</code>, <code>EC2_WINDOWS</code>, <code>FARGATE_LINUX</code>, and
1227
+ * <code>HYBRID_LINUX</code>), the only valid ARN is IAM roles.
1228
+ *
1223
1229
  * You can't use the STS session principal type with access entries because this is a
1224
1230
  * temporary principal for each session and not a permanent identity that can be assigned
1225
1231
  * permissions.</p>
1226
1232
  * <p>
1227
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp">IAM best practices</a> recommend using IAM roles with
1233
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp">IAM
1234
+ * best practices</a> recommend using IAM roles with
1228
1235
  * temporary credentials, rather than IAM users with long-term credentials.
1229
1236
  * </p>
1230
1237
  * @public
@@ -1276,16 +1283,18 @@ export interface CreateAccessEntryRequest {
1276
1283
  */
1277
1284
  username?: string | undefined;
1278
1285
  /**
1279
- * <p>The type of the new access entry. Valid values are <code>Standard</code>,
1280
- * <code>FARGATE_LINUX</code>, <code>EC2_LINUX</code>, and
1281
- * <code>EC2_WINDOWS</code>.</p>
1282
- * <p>If the <code>principalArn</code> is for an IAM role that's used for
1283
- * self-managed Amazon EC2 nodes, specify <code>EC2_LINUX</code> or
1284
- * <code>EC2_WINDOWS</code>. Amazon EKS grants the necessary permissions to the
1285
- * node for you. If the <code>principalArn</code> is for any other purpose, specify
1286
- * <code>STANDARD</code>. If you don't specify a value, Amazon EKS sets the
1287
- * value to <code>STANDARD</code>. It's unnecessary to create access entries for IAM roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the
1288
- * <code>aws-auth</code>
1286
+ * <p>The type of the new access entry. Valid values are <code>STANDARD</code>,
1287
+ * <code>FARGATE_LINUX</code>, <code>EC2_LINUX</code>, <code>EC2_WINDOWS</code>,
1288
+ * <code>EC2</code> (for EKS Auto Mode), <code>HYBRID_LINUX</code>, and <code>HYPERPOD_LINUX</code>.
1289
+ * </p>
1290
+ * <p>If the <code>principalArn</code> is for an IAM role that's used for self-managed
1291
+ * Amazon EC2 nodes, specify <code>EC2_LINUX</code> or <code>EC2_WINDOWS</code>. Amazon EKS grants
1292
+ * the necessary permissions to the node for you. If the <code>principalArn</code> is for
1293
+ * any other purpose, specify <code>STANDARD</code>. If you don't specify a value, Amazon EKS
1294
+ * sets the value to <code>STANDARD</code>. If you have the access mode of the cluster set
1295
+ * to <code>API_AND_CONFIG_MAP</code>, it's unnecessary to create access entries for IAM
1296
+ * roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries
1297
+ * in the <code>aws-auth</code>
1289
1298
  * <code>ConfigMap</code> for the roles. You can't change this value once you've created
1290
1299
  * the access entry.</p>
1291
1300
  * <p>If you set the value to <code>EC2_LINUX</code> or <code>EC2_WINDOWS</code>, you can't
@@ -1437,7 +1446,7 @@ export interface CreateAddonRequest {
1437
1446
  configurationValues?: string | undefined;
1438
1447
  /**
1439
1448
  * <p>An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role.</p>
1440
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the EKS User Guide.</p>
1449
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the <i>Amazon EKS User Guide</i>.</p>
1441
1450
  * @public
1442
1451
  */
1443
1452
  podIdentityAssociations?: AddonPodIdentityAssociations[] | undefined;
@@ -1475,7 +1484,7 @@ export interface CreateAccessConfigRequest {
1475
1484
  authenticationMode?: AuthenticationMode | undefined;
1476
1485
  }
1477
1486
  /**
1478
- * <p>Request to update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode compute capability in the EKS User Guide.</p>
1487
+ * <p>Request to update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode compute capability in the <i>Amazon EKS User Guide</i>.</p>
1479
1488
  * @public
1480
1489
  */
1481
1490
  export interface ComputeConfigRequest {
@@ -1485,18 +1494,18 @@ export interface ComputeConfigRequest {
1485
1494
  */
1486
1495
  enabled?: boolean | undefined;
1487
1496
  /**
1488
- * <p>Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.</p>
1497
+ * <p>Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the <i>Amazon EKS User Guide</i>.</p>
1489
1498
  * @public
1490
1499
  */
1491
1500
  nodePools?: string[] | undefined;
1492
1501
  /**
1493
- * <p>The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the EKS User Guide.</p>
1502
+ * <p>The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the <i>Amazon EKS User Guide</i>.</p>
1494
1503
  * @public
1495
1504
  */
1496
1505
  nodeRoleArn?: string | undefined;
1497
1506
  }
1498
1507
  /**
1499
- * <p>Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the EKS User Guide.</p>
1508
+ * <p>Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the <i>Amazon EKS User Guide</i>.</p>
1500
1509
  * @public
1501
1510
  */
1502
1511
  export interface ElasticLoadBalancing {
@@ -1562,7 +1571,7 @@ export interface KubernetesNetworkConfigRequest {
1562
1571
  * use version <code>1.10.1</code> or later of the Amazon VPC CNI add-on. If you specify
1563
1572
  * <code>ipv6</code>, then ensure that your VPC meets the requirements listed in the
1564
1573
  * considerations listed in <a href="https://docs.aws.amazon.com/eks/latest/userguide/cni-ipv6.html">Assigning IPv6 addresses to pods and
1565
- * services</a> in the Amazon EKS User Guide. Kubernetes assigns services
1574
+ * services</a> in the <i>Amazon EKS User Guide</i>. Kubernetes assigns services
1566
1575
  * <code>IPv6</code> addresses from the unique local address range
1567
1576
  * <code>(fc00::/7)</code>. You can't specify a custom <code>IPv6</code> CIDR block.
1568
1577
  * Pod addresses are assigned from the subnet's <code>IPv6</code> CIDR.</p>
@@ -1570,7 +1579,7 @@ export interface KubernetesNetworkConfigRequest {
1570
1579
  */
1571
1580
  ipFamily?: IpFamily | undefined;
1572
1581
  /**
1573
- * <p>Request to enable or disable the load balancing capability on your EKS Auto Mode cluster. For more information, see EKS Auto Mode load balancing capability in the EKS User Guide.</p>
1582
+ * <p>Request to enable or disable the load balancing capability on your EKS Auto Mode cluster. For more information, see EKS Auto Mode load balancing capability in the <i>Amazon EKS User Guide</i>.</p>
1574
1583
  * @public
1575
1584
  */
1576
1585
  elasticLoadBalancing?: ElasticLoadBalancing | undefined;
@@ -1602,7 +1611,8 @@ export interface LogSetup {
1602
1611
  */
1603
1612
  types?: LogType[] | undefined;
1604
1613
  /**
1605
- * <p>If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control
1614
+ * <p>If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs
1615
+ * . If a log type isn't enabled, that log type doesn't export its control
1606
1616
  * plane logs. Each individual log type can be enabled or disabled independently.</p>
1607
1617
  * @public
1608
1618
  */
@@ -1620,9 +1630,10 @@ export interface Logging {
1620
1630
  clusterLogging?: LogSetup[] | undefined;
1621
1631
  }
1622
1632
  /**
1623
- * <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
1633
+ * <p>The placement configuration for all the control plane instances of your local Amazon EKS
1634
+ * cluster on an Amazon Web Services Outpost. For more information, see
1624
1635
  * <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
1625
- * considerations</a> in the Amazon EKS User Guide.</p>
1636
+ * considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
1626
1637
  * @public
1627
1638
  */
1628
1639
  export interface ControlPlanePlacementRequest {
@@ -1648,7 +1659,8 @@ export interface OutpostConfigRequest {
1648
1659
  */
1649
1660
  outpostArns: string[] | undefined;
1650
1661
  /**
1651
- * <p>The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes
1662
+ * <p>The Amazon EC2 instance type that you want to use for your local Amazon EKS
1663
+ * cluster on Outposts. Choose an instance type based on the number of nodes
1652
1664
  * that your cluster will have. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity
1653
1665
  * considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
1654
1666
  * <p>The instance type that you specify is used for all Kubernetes control plane instances. The
@@ -1916,8 +1928,8 @@ export interface VpcConfigRequest {
1916
1928
  * you specify is denied. The default value is <code>0.0.0.0/0</code>. If you've disabled
1917
1929
  * private endpoint access, make sure that you specify the necessary CIDR blocks for every
1918
1930
  * node and Fargate
1919
- * <code>Pod</code> in the cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in the
1920
- * <i>
1931
+ * <code>Pod</code> in the cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
1932
+ * endpoint access control</a> in the <i>
1921
1933
  * <i>Amazon EKS User Guide</i>
1922
1934
  * </i>.</p>
1923
1935
  * @public
@@ -1925,7 +1937,7 @@ export interface VpcConfigRequest {
1925
1937
  publicAccessCidrs?: string[] | undefined;
1926
1938
  }
1927
1939
  /**
1928
- * <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.</p>
1940
+ * <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the <i>Amazon EKS User Guide</i>.</p>
1929
1941
  * @public
1930
1942
  */
1931
1943
  export interface BlockStorage {
@@ -1936,7 +1948,7 @@ export interface BlockStorage {
1936
1948
  enabled?: boolean | undefined;
1937
1949
  }
1938
1950
  /**
1939
- * <p>Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.</p>
1951
+ * <p>Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the <i>Amazon EKS User Guide</i>.</p>
1940
1952
  * @public
1941
1953
  */
1942
1954
  export interface StorageConfigRequest {
@@ -1961,7 +1973,7 @@ export type SupportType = (typeof SupportType)[keyof typeof SupportType];
1961
1973
  /**
1962
1974
  * <p>The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is <code>EXTENDED</code>. Use <code>STANDARD</code> to disable extended support.</p>
1963
1975
  * <p>
1964
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the EKS User Guide.</a>
1976
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the <i>Amazon EKS User Guide</i>.</a>
1965
1977
  * </p>
1966
1978
  * @public
1967
1979
  */
@@ -1969,7 +1981,7 @@ export interface UpgradePolicyRequest {
1969
1981
  /**
1970
1982
  * <p>If the cluster is set to <code>EXTENDED</code>, it will enter extended support at the end of standard support. If the cluster is set to <code>STANDARD</code>, it will be automatically upgraded at the end of standard support.</p>
1971
1983
  * <p>
1972
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the EKS User Guide.</a>
1984
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the <i>Amazon EKS User Guide</i>.</a>
1973
1985
  * </p>
1974
1986
  * @public
1975
1987
  */
@@ -2010,7 +2022,8 @@ export interface CreateClusterRequest {
2010
2022
  /**
2011
2023
  * <p>The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes
2012
2024
  * control plane to make calls to Amazon Web Services API operations on your behalf. For
2013
- * 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>
2025
+ * more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html">Amazon EKS Service IAM
2026
+ * Role</a> in the <i>
2014
2027
  * <i>Amazon EKS User Guide</i>
2015
2028
  * </i>.</p>
2016
2029
  * @public
@@ -2033,7 +2046,10 @@ export interface CreateClusterRequest {
2033
2046
  */
2034
2047
  kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | undefined;
2035
2048
  /**
2036
- * <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
2049
+ * <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs
2050
+ * . By default, cluster control plane logs aren't exported to CloudWatch Logs
2051
+ * . For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
2052
+ * Cluster control plane logs</a> in the
2037
2053
  * <i>
2038
2054
  * <i>Amazon EKS User Guide</i>
2039
2055
  * </i>.</p>
@@ -2097,11 +2113,11 @@ export interface CreateClusterRequest {
2097
2113
  * Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move
2098
2114
  * traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel
2099
2115
  * it. You can extend the zonal shift if necessary.</p>
2100
- * <p>You can start a zonal shift for an EKS cluster, or you can allow Amazon Web Services to do it for you
2116
+ * <p>You can start a zonal shift for an Amazon EKS cluster, or you can allow Amazon Web Services to do it for you
2101
2117
  * by enabling <i>zonal autoshift</i>. This shift updates the flow of
2102
2118
  * east-to-west network traffic in your cluster to only consider network endpoints for Pods
2103
2119
  * running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress
2104
- * traffic for applications in your EKS cluster will automatically route traffic to targets in
2120
+ * traffic for applications in your Amazon EKS cluster will automatically route traffic to targets in
2105
2121
  * the healthy AZs. For more information about zonal shift in EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html">Learn about Amazon Application Recovery Controller (ARC)
2106
2122
  * Zonal Shift in Amazon EKS</a> in the
2107
2123
  * <i>
@@ -2152,7 +2168,7 @@ export interface ComputeConfigResponse {
2152
2168
  */
2153
2169
  enabled?: boolean | undefined;
2154
2170
  /**
2155
- * <p>Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.</p>
2171
+ * <p>Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the <i>Amazon EKS User Guide</i>.</p>
2156
2172
  * @public
2157
2173
  */
2158
2174
  nodePools?: string[] | undefined;
@@ -2323,7 +2339,8 @@ export interface KubernetesNetworkConfigResponse {
2323
2339
  elasticLoadBalancing?: ElasticLoadBalancing | undefined;
2324
2340
  }
2325
2341
  /**
2326
- * <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
2342
+ * <p>The placement configuration for all the control plane instances of your local Amazon EKS
2343
+ * cluster on an Amazon Web Services Outpost. For more information, see
2327
2344
  * <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html">Capacity considerations</a> in the <i>Amazon EKS User Guide</i>.</p>
2328
2345
  * @public
2329
2346
  */
@@ -2420,7 +2437,8 @@ export interface VpcConfigResponse {
2420
2437
  * instead of traversing the internet. If this value is disabled and you have nodes or
2421
2438
  * Fargate pods in the cluster, then ensure that
2422
2439
  * <code>publicAccessCidrs</code> includes the necessary CIDR blocks for communication
2423
- * with the nodes or Fargate pods. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in the
2440
+ * with the nodes or Fargate pods. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
2441
+ * cluster endpoint access control</a> in the
2424
2442
  * <i>
2425
2443
  * <i>Amazon EKS User Guide</i>
2426
2444
  * </i>.</p>
@@ -2464,7 +2482,7 @@ export interface StorageConfigResponse {
2464
2482
  /**
2465
2483
  * <p>This value indicates if extended support is enabled or disabled for the cluster.</p>
2466
2484
  * <p>
2467
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the EKS User Guide.</a>
2485
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the <i>Amazon EKS User Guide</i>.</a>
2468
2486
  * </p>
2469
2487
  * @public
2470
2488
  */
@@ -2472,7 +2490,7 @@ export interface UpgradePolicyResponse {
2472
2490
  /**
2473
2491
  * <p>If the cluster is set to <code>EXTENDED</code>, it will enter extended support at the end of standard support. If the cluster is set to <code>STANDARD</code>, it will be automatically upgraded at the end of standard support.</p>
2474
2492
  * <p>
2475
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the EKS User Guide.</a>
2493
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the <i>Amazon EKS User Guide</i>.</a>
2476
2494
  * </p>
2477
2495
  * @public
2478
2496
  */
@@ -2609,7 +2627,8 @@ export interface Cluster {
2609
2627
  health?: ClusterHealth | undefined;
2610
2628
  /**
2611
2629
  * <p>An object representing the configuration of your local Amazon EKS cluster on
2612
- * an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.</p>
2630
+ * an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services
2631
+ * cloud.</p>
2613
2632
  * @public
2614
2633
  */
2615
2634
  outpostConfig?: OutpostConfigResponse | undefined;
@@ -2621,7 +2640,7 @@ export interface Cluster {
2621
2640
  /**
2622
2641
  * <p>This value indicates if extended support is enabled or disabled for the cluster.</p>
2623
2642
  * <p>
2624
- * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the EKS User Guide.</a>
2643
+ * <a href="https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html">Learn more about EKS Extended Support in the <i>Amazon EKS User Guide</i>.</a>
2625
2644
  * </p>
2626
2645
  * @public
2627
2646
  */
@@ -2638,12 +2657,12 @@ export interface Cluster {
2638
2657
  */
2639
2658
  remoteNetworkConfig?: RemoteNetworkConfigResponse | undefined;
2640
2659
  /**
2641
- * <p>Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account. For more information, see EKS Auto Mode compute capability in the EKS User Guide.</p>
2660
+ * <p>Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account. For more information, see EKS Auto Mode compute capability in the <i>Amazon EKS User Guide</i>.</p>
2642
2661
  * @public
2643
2662
  */
2644
2663
  computeConfig?: ComputeConfigResponse | undefined;
2645
2664
  /**
2646
- * <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.</p>
2665
+ * <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the <i>Amazon EKS User Guide</i>.</p>
2647
2666
  * @public
2648
2667
  */
2649
2668
  storageConfig?: StorageConfigResponse | undefined;
@@ -3161,7 +3180,8 @@ export interface NodeRepairConfig {
3161
3180
  export interface RemoteAccessConfig {
3162
3181
  /**
3163
3182
  * <p>The Amazon EC2 SSH key name that provides access for SSH communication with
3164
- * the nodes in the managed node group. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 key pairs and Linux instances</a> in the <i>Amazon Elastic Compute Cloud User Guide for Linux Instances</i>. For
3183
+ * the nodes in the managed node group. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2
3184
+ * key pairs and Linux instances</a> in the <i>Amazon Elastic Compute Cloud User Guide for Linux Instances</i>. For
3165
3185
  * Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more
3166
3186
  * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-key-pairs.html">Amazon EC2 key pairs and Windows instances</a> in
3167
3187
  * the <i>Amazon Elastic Compute Cloud User Guide for Windows Instances</i>.</p>
@@ -3193,7 +3213,8 @@ export interface NodegroupScalingConfig {
3193
3213
  minSize?: number | undefined;
3194
3214
  /**
3195
3215
  * <p>The maximum number of nodes that the managed node group can scale out to. For
3196
- * information about the maximum number that you can specify, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html">Amazon EKS service quotas</a> in the <i>Amazon EKS User Guide</i>.</p>
3216
+ * information about the maximum number that you can specify, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/service-quotas.html">Amazon EKS service
3217
+ * quotas</a> in the <i>Amazon EKS User Guide</i>.</p>
3197
3218
  * @public
3198
3219
  */
3199
3220
  maxSize?: number | undefined;
@@ -3216,7 +3237,7 @@ export interface NodegroupScalingConfig {
3216
3237
  * starting with extra hosts for testing. This parameter can also be different when you
3217
3238
  * want to start with an estimated number of needed hosts, but let the Cluster Autoscaler
3218
3239
  * reduce the number if there are too many. When the Cluster Autoscaler is used, the
3219
- * <code>desiredSize</code> parameter is altered by the Cluster Autoscaler (but can be
3240
+ * <code>desiredSize</code> parameter is altered by the Cluster Autoscaler (but can be
3220
3241
  * out-of-date for short periods of time). the Cluster Autoscaler doesn't scale a managed
3221
3242
  * node group lower than <code>minSize</code> or higher than <code>maxSize</code>.</p>
3222
3243
  * @public
@@ -3260,7 +3281,21 @@ export interface Taint {
3260
3281
  effect?: TaintEffect | undefined;
3261
3282
  }
3262
3283
  /**
3263
- * <p>The node group update configuration.</p>
3284
+ * @public
3285
+ * @enum
3286
+ */
3287
+ export declare const NodegroupUpdateStrategies: {
3288
+ readonly DEFAULT: "DEFAULT";
3289
+ readonly MINIMAL: "MINIMAL";
3290
+ };
3291
+ /**
3292
+ * @public
3293
+ */
3294
+ export type NodegroupUpdateStrategies = (typeof NodegroupUpdateStrategies)[keyof typeof NodegroupUpdateStrategies];
3295
+ /**
3296
+ * <p>The node group update configuration. An Amazon EKS managed node group updates by replacing nodes with new
3297
+ * nodes of newer AMI versions in parallel. You choose the <i>maximum
3298
+ * unavailable</i> and the <i>update strategy</i>.</p>
3264
3299
  * @public
3265
3300
  */
3266
3301
  export interface NodegroupUpdateConfig {
@@ -3278,6 +3313,22 @@ export interface NodegroupUpdateConfig {
3278
3313
  * @public
3279
3314
  */
3280
3315
  maxUnavailablePercentage?: number | undefined;
3316
+ /**
3317
+ * <p>The configuration for the behavior to follow during a node group version update of this managed
3318
+ * node group. You choose between two possible strategies for replacing nodes during an
3319
+ * <a href="https://docs.aws.amazon.com/latest/APIReference/API_UpdateNodegroupVersion.html">UpdateNodegroupVersion</a> action.</p>
3320
+ * <p>An Amazon EKS managed node group updates by replacing nodes with new nodes of newer AMI
3321
+ * versions in parallel. The <i>update strategy</i> changes the managed node
3322
+ * update behavior of the managed node group for each quantity. The
3323
+ * <i>default</i> strategy has guardrails to protect you from
3324
+ * misconfiguration and launches the new instances first, before terminating the old
3325
+ * instances. The <i>minimal</i> strategy removes the guardrails and
3326
+ * terminates the old instances before launching the new instances. This minimal
3327
+ * strategy is useful in scenarios where you are constrained to resources or costs (for
3328
+ * example, with hardware accelerators such as GPUs).</p>
3329
+ * @public
3330
+ */
3331
+ updateStrategy?: NodegroupUpdateStrategies | undefined;
3281
3332
  }
3282
3333
  /**
3283
3334
  * @public
@@ -3351,10 +3402,12 @@ export interface CreateNodegroupRequest {
3351
3402
  remoteAccess?: RemoteAccessConfig | undefined;
3352
3403
  /**
3353
3404
  * <p>The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The
3354
- * Amazon EKS worker node <code>kubelet</code> daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls
3405
+ * Amazon EKS worker node <code>kubelet</code> daemon makes calls to Amazon Web Services
3406
+ * APIs on your behalf. Nodes receive permissions for these API calls
3355
3407
  * through an IAM instance profile and associated policies. Before you can
3356
3408
  * launch nodes and register them into a cluster, you must create an IAM
3357
- * role for those nodes to use when they are launched. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html">Amazon EKS node IAM role</a> in the
3409
+ * role for those nodes to use when they are launched. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html">Amazon EKS
3410
+ * node IAM role</a> in the
3358
3411
  * <i>
3359
3412
  * <i>Amazon EKS User Guide</i>
3360
3413
  * </i>. If you specify <code>launchTemplate</code>, then don't specify
@@ -3427,7 +3480,9 @@ export interface CreateNodegroupRequest {
3427
3480
  /**
3428
3481
  * <p>The AMI version of the Amazon EKS optimized AMI to use with your node group.
3429
3482
  * By default, the latest available AMI version for the node group's current Kubernetes version
3430
- * is used. For information about Linux versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS optimized Amazon Linux AMI versions</a> in the <i>Amazon EKS User Guide</i>. Amazon EKS managed node groups support the November 2022 and later releases of the
3483
+ * is used. For information about Linux versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS
3484
+ * optimized Amazon Linux AMI versions</a> in the <i>Amazon EKS User Guide</i>. Amazon EKS
3485
+ * managed node groups support the November 2022 and later releases of the
3431
3486
  * Windows AMIs. For information about Windows versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html">Amazon EKS optimized Windows AMI versions</a> in the
3432
3487
  * <i>Amazon EKS User Guide</i>.</p>
3433
3488
  * <p>If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify
@@ -3499,7 +3554,8 @@ export interface Issue {
3499
3554
  * </li>
3500
3555
  * <li>
3501
3556
  * <p>
3502
- * <b>AsgInstanceLaunchFailures</b>: Your Auto Scaling group is experiencing failures while attempting to launch
3557
+ * <b>AsgInstanceLaunchFailures</b>: Your Auto Scaling
3558
+ * group is experiencing failures while attempting to launch
3503
3559
  * instances.</p>
3504
3560
  * </li>
3505
3561
  * <li>
@@ -3531,7 +3587,8 @@ export interface Issue {
3531
3587
  * </li>
3532
3588
  * <li>
3533
3589
  * <p>
3534
- * <b>Ec2LaunchTemplateVersionMismatch</b>: The Amazon EC2 launch template version for your managed node group does not
3590
+ * <b>Ec2LaunchTemplateVersionMismatch</b>: The Amazon EC2
3591
+ * launch template version for your managed node group does not
3535
3592
  * match the version that Amazon EKS created. You may be able to revert to
3536
3593
  * the version that Amazon EKS created to recover.</p>
3537
3594
  * </li>
@@ -3572,7 +3629,8 @@ export interface Issue {
3572
3629
  * </li>
3573
3630
  * <li>
3574
3631
  * <p>
3575
- * <b>InstanceLimitExceeded</b>: Your Amazon Web Services account is unable to launch any more instances of the specified instance
3632
+ * <b>InstanceLimitExceeded</b>: Your Amazon Web Services
3633
+ * account is unable to launch any more instances of the specified instance
3576
3634
  * type. You may be able to request an Amazon EC2 instance limit increase
3577
3635
  * to recover.</p>
3578
3636
  * </li>
@@ -3838,7 +3896,8 @@ export interface CreatePodIdentityAssociationRequest {
3838
3896
  */
3839
3897
  namespace: string | undefined;
3840
3898
  /**
3841
- * <p>The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.</p>
3899
+ * <p>The name of the Kubernetes service account inside the cluster to associate the IAM
3900
+ * credentials with.</p>
3842
3901
  * @public
3843
3902
  */
3844
3903
  serviceAccount: string | undefined;
@@ -3912,7 +3971,8 @@ export interface PodIdentityAssociation {
3912
3971
  */
3913
3972
  namespace?: string | undefined;
3914
3973
  /**
3915
- * <p>The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.</p>
3974
+ * <p>The name of the Kubernetes service account inside the cluster to associate the IAM
3975
+ * credentials with.</p>
3916
3976
  * @public
3917
3977
  */
3918
3978
  serviceAccount?: string | undefined;
@@ -4036,7 +4096,8 @@ export interface DeleteAddonRequest {
4036
4096
  */
4037
4097
  addonName: string | undefined;
4038
4098
  /**
4039
- * <p>Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM
4099
+ * <p>Specifying this option preserves the add-on software on your cluster but Amazon EKS
4100
+ * stops managing any settings for the add-on. If an IAM
4040
4101
  * account is associated with the add-on, it isn't removed.</p>
4041
4102
  * @public
4042
4103
  */
@@ -4791,7 +4852,7 @@ export interface InsightCategorySpecificSummary {
4791
4852
  */
4792
4853
  deprecationDetails?: DeprecationDetail[] | undefined;
4793
4854
  /**
4794
- * <p>A list of AddonCompatibilityDetail objects for Amazon EKS add-ons.</p>
4855
+ * <p>A list of <code>AddonCompatibilityDetail</code> objects for Amazon EKS add-ons.</p>
4795
4856
  * @public
4796
4857
  */
4797
4858
  addonCompatibilityDetails?: AddonCompatibilityDetail[] | undefined;
@@ -5346,7 +5407,8 @@ export interface ListClustersRequest {
5346
5407
  */
5347
5408
  export interface ListClustersResponse {
5348
5409
  /**
5349
- * <p>A list of all of the clusters for your account in the specified Amazon Web Services Region.</p>
5410
+ * <p>A list of all of the clusters for your account in the specified Amazon Web Services Region
5411
+ * .</p>
5350
5412
  * @public
5351
5413
  */
5352
5414
  clusters?: string[] | undefined;
@@ -6021,7 +6083,8 @@ export interface RegisterClusterRequest {
6021
6083
  */
6022
6084
  name: string | undefined;
6023
6085
  /**
6024
- * <p>The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.</p>
6086
+ * <p>The configuration settings required to connect the Kubernetes cluster to the Amazon EKS
6087
+ * control plane.</p>
6025
6088
  * @public
6026
6089
  */
6027
6090
  connectorConfig: ConnectorConfigRequest | undefined;
@@ -6244,7 +6307,7 @@ export interface UpdateAddonRequest {
6244
6307
  configurationValues?: string | undefined;
6245
6308
  /**
6246
6309
  * <p>An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted.</p>
6247
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the EKS User Guide.</p>
6310
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html">Attach an IAM Role to an Amazon EKS add-on using Pod Identity</a> in the <i>Amazon EKS User Guide</i>.</p>
6248
6311
  * @public
6249
6312
  */
6250
6313
  podIdentityAssociations?: AddonPodIdentityAssociations[] | undefined;
@@ -6286,7 +6349,10 @@ export interface UpdateClusterConfigRequest {
6286
6349
  */
6287
6350
  resourcesVpcConfig?: VpcConfigRequest | undefined;
6288
6351
  /**
6289
- * <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
6352
+ * <p>Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs
6353
+ * . By default, cluster control plane logs aren't exported to CloudWatch Logs
6354
+ * . For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
6355
+ * cluster control plane logs</a> in the
6290
6356
  * <i>
6291
6357
  * <i>Amazon EKS User Guide</i>
6292
6358
  * </i>.</p>
@@ -6541,7 +6607,9 @@ export interface UpdateNodegroupVersionRequest {
6541
6607
  /**
6542
6608
  * <p>The AMI version of the Amazon EKS optimized AMI to use for the update. By
6543
6609
  * default, the latest available AMI version for the node group's Kubernetes version is used.
6544
- * For information about Linux versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS optimized Amazon Linux AMI versions</a> in the <i>Amazon EKS User Guide</i>. Amazon EKS managed node groups support the November 2022 and later releases of the
6610
+ * For information about Linux versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html">Amazon EKS
6611
+ * optimized Amazon Linux AMI versions</a> in the <i>Amazon EKS User Guide</i>. Amazon EKS
6612
+ * managed node groups support the November 2022 and later releases of the
6545
6613
  * Windows AMIs. For information about Windows versions, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-versions-windows.html">Amazon EKS optimized Windows AMI versions</a> in the
6546
6614
  * <i>Amazon EKS User Guide</i>.</p>
6547
6615
  * <p>If you specify <code>launchTemplate</code>, and your launch template uses a custom AMI, then don't specify
@@ -279,6 +279,7 @@ export declare const UpdateParamType: {
279
279
  readonly SUBNETS: "Subnets";
280
280
  readonly TAINTS_TO_ADD: "TaintsToAdd";
281
281
  readonly TAINTS_TO_REMOVE: "TaintsToRemove";
282
+ readonly UPDATE_STRATEGY: "UpdateStrategy";
282
283
  readonly UPGRADE_POLICY: "UpgradePolicy";
283
284
  readonly VERSION: "Version";
284
285
  readonly ZONAL_SHIFT_CONFIG: "ZonalShiftConfig";
@@ -781,9 +782,16 @@ export interface Taint {
781
782
  value?: string | undefined;
782
783
  effect?: TaintEffect | undefined;
783
784
  }
785
+ export declare const NodegroupUpdateStrategies: {
786
+ readonly DEFAULT: "DEFAULT";
787
+ readonly MINIMAL: "MINIMAL";
788
+ };
789
+ export type NodegroupUpdateStrategies =
790
+ (typeof NodegroupUpdateStrategies)[keyof typeof NodegroupUpdateStrategies];
784
791
  export interface NodegroupUpdateConfig {
785
792
  maxUnavailable?: number | undefined;
786
793
  maxUnavailablePercentage?: number | undefined;
794
+ updateStrategy?: NodegroupUpdateStrategies | undefined;
787
795
  }
788
796
  export interface CreateNodegroupRequest {
789
797
  clusterName: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.734.0",
4
+ "version": "3.735.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-eks",