aws-sdk-eks 1.126.0 → 1.127.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5048c9fe8ec237f630d5c0aeeded38bb843d5c1613d5a718573bed85da5a109
4
- data.tar.gz: 9ce5dc30ba85d59391f9444f7accba1983fea32ccb8b1228cfa0de46f3d2c103
3
+ metadata.gz: 229866076ee613da027435083023b5a06062f45f73420a059e790720298db7c6
4
+ data.tar.gz: 9d1dd9469669f19e65fbee403ecfd3f7a1058ad73709defba051daff489a2db5
5
5
  SHA512:
6
- metadata.gz: 76ff546316a17707b620bee5dac2b25ca74f1e0022caa87060a94ff89989bdf4d25da15cf8bbe796df6de5429bf29ce2f11a57d1652f3239c87e0a024a5d0122
7
- data.tar.gz: 85e4dcd6a9323400c2447e2a9d4f5e6086ccd40648c388c12fb0cc7387bb53cf02b01153a20c634f5abf2dbccd70c7410378ab498195d81c85228c3d33978dfd
6
+ metadata.gz: d276c86a84f849a89356a6cbfe3e1b6f74352ab06548c6c9dd215a405dff7c4cbb23c3c1e7757130fafb78bf43362c21f334577af69933f4336032754e202715
7
+ data.tar.gz: cc2bd1f779cc1ecc5c0dd5dfc01a762a44e7dec6678eaf574450bd8b338173f0080885c8999652985e95be4e2d6028d492916ee63e39cd3f946f97ef409a8860
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.127.0 (2025-01-24)
5
+ ------------------
6
+
7
+ * Feature - Adds support for UpdateStrategies in EKS Managed Node Groups.
8
+
4
9
  1.126.0 (2025-01-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.126.0
1
+ 1.127.0
@@ -577,7 +577,7 @@ module Aws::EKS
577
577
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
578
578
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
579
579
  # resp.update.params #=> Array
580
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
580
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
581
581
  # resp.update.params[0].value #=> String
582
582
  # resp.update.created_at #=> Time
583
583
  # resp.update.errors #=> Array
@@ -661,7 +661,7 @@ module Aws::EKS
661
661
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
662
662
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
663
663
  # resp.update.params #=> Array
664
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
664
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
665
665
  # resp.update.params[0].value #=> String
666
666
  # resp.update.created_at #=> Time
667
667
  # resp.update.errors #=> Array
@@ -712,15 +712,19 @@ module Aws::EKS
712
712
  # creation.
713
713
  #
714
714
  # The valid principals differ depending on the type of the access entry
715
- # in the `type` field. The only valid ARN is IAM roles for the types of
716
- # access entries for nodes: ` . You can use every IAM principal type for
717
- # STANDARD access entries. You can't use the STS session principal type
718
- # with access entries because this is a temporary principal for each
719
- # session and not a permanent identity that can be assigned
720
- # permissions.</p> IAM best practices recommend using IAM roles with
721
- # temporary credentials, rather than IAM users with long-term
722
- # credentials.
723
- # `
715
+ # in the `type` field. For `STANDARD` access entries, you can use every
716
+ # IAM principal type. For nodes (`EC2` (for EKS Auto Mode), `EC2_LINUX`,
717
+ # `EC2_WINDOWS`, `FARGATE_LINUX`, and `HYBRID_LINUX`), the only valid
718
+ # ARN is IAM roles. You can't use the STS session principal type with
719
+ # access entries because this is a temporary principal for each session
720
+ # and not a permanent identity that can be assigned permissions.
721
+ #
722
+ # [IAM best practices][1] recommend using IAM roles with temporary
723
+ # credentials, rather than IAM users with long-term credentials.
724
+ #
725
+ #
726
+ #
727
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp
724
728
  #
725
729
  # @option params [Array<String>] :kubernetes_groups
726
730
  # The value for `name` that you've specified for `kind: Group` as a
@@ -771,18 +775,20 @@ module Aws::EKS
771
775
  # [1]: https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html#creating-access-entries
772
776
  #
773
777
  # @option params [String] :type
774
- # The type of the new access entry. Valid values are `Standard`,
775
- # `FARGATE_LINUX`, `EC2_LINUX`, and `EC2_WINDOWS`.
778
+ # The type of the new access entry. Valid values are `STANDARD`,
779
+ # `FARGATE_LINUX`, `EC2_LINUX`, `EC2_WINDOWS`, `EC2` (for EKS Auto
780
+ # Mode), `HYBRID_LINUX`, and `HYPERPOD_LINUX`.
776
781
  #
777
782
  # If the `principalArn` is for an IAM role that's used for self-managed
778
783
  # Amazon EC2 nodes, specify `EC2_LINUX` or `EC2_WINDOWS`. Amazon EKS
779
784
  # grants the necessary permissions to the node for you. If the
780
785
  # `principalArn` is for any other purpose, specify `STANDARD`. If you
781
- # don't specify a value, Amazon EKS sets the value to `STANDARD`. It's
782
- # unnecessary to create access entries for IAM roles used with Fargate
783
- # profiles or managed Amazon EC2 nodes, because Amazon EKS creates
784
- # entries in the `aws-auth` `ConfigMap` for the roles. You can't change
785
- # this value once you've created the access entry.
786
+ # don't specify a value, Amazon EKS sets the value to `STANDARD`. If
787
+ # you have the access mode of the cluster set to `API_AND_CONFIG_MAP`,
788
+ # it's unnecessary to create access entries for IAM roles used with
789
+ # Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS
790
+ # creates entries in the `aws-auth` `ConfigMap` for the roles. You
791
+ # can't change this value once you've created the access entry.
786
792
  #
787
793
  # If you set the value to `EC2_LINUX` or `EC2_WINDOWS`, you can't
788
794
  # specify values for `kubernetesGroups`, or associate an `AccessPolicy`
@@ -926,7 +932,7 @@ module Aws::EKS
926
932
  # Identity association maps a Kubernetes service account to an IAM Role.
927
933
  #
928
934
  # For more information, see [Attach an IAM Role to an Amazon EKS add-on
929
- # using Pod Identity][1] in the EKS User Guide.
935
+ # using Pod Identity][1] in the *Amazon EKS User Guide*.
930
936
  #
931
937
  #
932
938
  #
@@ -1091,10 +1097,10 @@ module Aws::EKS
1091
1097
  #
1092
1098
  # @option params [Types::Logging] :logging
1093
1099
  # Enable or disable exporting the Kubernetes control plane logs for your
1094
- # cluster to CloudWatch Logs. By default, cluster control plane logs
1095
- # aren't exported to CloudWatch Logs. For more information, see [Amazon
1096
- # EKS Cluster control plane logs][1] in the <i> <i>Amazon EKS User
1097
- # Guide</i> </i>.
1100
+ # cluster to CloudWatch Logs . By default, cluster control plane logs
1101
+ # aren't exported to CloudWatch Logs . For more information, see
1102
+ # [Amazon EKS Cluster control plane logs][1] in the <i> <i>Amazon EKS
1103
+ # User Guide</i> </i>.
1098
1104
  #
1099
1105
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
1100
1106
  # apply to exported control plane logs. For more information, see
@@ -1163,16 +1169,16 @@ module Aws::EKS
1163
1169
  # until the zonal shift expires or you cancel it. You can extend the
1164
1170
  # zonal shift if necessary.
1165
1171
  #
1166
- # You can start a zonal shift for an EKS cluster, or you can allow
1167
- # Amazon Web Services to do it for you by enabling *zonal autoshift*.
1168
- # This shift updates the flow of east-to-west network traffic in your
1169
- # cluster to only consider network endpoints for Pods running on worker
1170
- # nodes in healthy AZs. Additionally, any ALB or NLB handling ingress
1171
- # traffic for applications in your EKS cluster will automatically route
1172
- # traffic to targets in the healthy AZs. For more information about
1173
- # zonal shift in EKS, see [Learn about Amazon Application Recovery
1174
- # Controller (ARC) Zonal Shift in Amazon EKS][1] in the <i> <i>Amazon
1175
- # EKS User Guide</i> </i>.
1172
+ # You can start a zonal shift for an Amazon EKS cluster, or you can
1173
+ # allow Amazon Web Services to do it for you by enabling *zonal
1174
+ # autoshift*. This shift updates the flow of east-to-west network
1175
+ # traffic in your cluster to only consider network endpoints for Pods
1176
+ # running on worker nodes in healthy AZs. Additionally, any ALB or NLB
1177
+ # handling ingress traffic for applications in your Amazon EKS cluster
1178
+ # will automatically route traffic to targets in the healthy AZs. For
1179
+ # more information about zonal shift in EKS, see [Learn about Amazon
1180
+ # Application Recovery Controller (ARC) Zonal Shift in Amazon EKS][1] in
1181
+ # the <i> <i>Amazon EKS User Guide</i> </i>.
1176
1182
  #
1177
1183
  #
1178
1184
  #
@@ -1483,7 +1489,7 @@ module Aws::EKS
1483
1489
  #
1484
1490
  # The Fargate profile allows an administrator to declare which pods run
1485
1491
  # on Fargate and specify which pods run on which Fargate profile. This
1486
- # declaration is done through the profiles selectors. Each profile can
1492
+ # declaration is done through the profile's selectors. Each profile can
1487
1493
  # have up to five selectors that contain a namespace and labels. A
1488
1494
  # namespace is required for every selector. The label field consists of
1489
1495
  # multiple optional key-value pairs. Pods that match the selectors are
@@ -1864,6 +1870,7 @@ module Aws::EKS
1864
1870
  # update_config: {
1865
1871
  # max_unavailable: 1,
1866
1872
  # max_unavailable_percentage: 1,
1873
+ # update_strategy: "DEFAULT", # accepts DEFAULT, MINIMAL
1867
1874
  # },
1868
1875
  # node_repair_config: {
1869
1876
  # enabled: false,
@@ -1913,6 +1920,7 @@ module Aws::EKS
1913
1920
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
1914
1921
  # resp.nodegroup.update_config.max_unavailable #=> Integer
1915
1922
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
1923
+ # resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
1916
1924
  # resp.nodegroup.node_repair_config.enabled #=> Boolean
1917
1925
  # resp.nodegroup.launch_template.name #=> String
1918
1926
  # resp.nodegroup.launch_template.version #=> String
@@ -2427,6 +2435,7 @@ module Aws::EKS
2427
2435
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
2428
2436
  # resp.nodegroup.update_config.max_unavailable #=> Integer
2429
2437
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
2438
+ # resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
2430
2439
  # resp.nodegroup.node_repair_config.enabled #=> Boolean
2431
2440
  # resp.nodegroup.launch_template.name #=> String
2432
2441
  # resp.nodegroup.launch_template.version #=> String
@@ -3324,6 +3333,7 @@ module Aws::EKS
3324
3333
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
3325
3334
  # resp.nodegroup.update_config.max_unavailable #=> Integer
3326
3335
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
3336
+ # resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
3327
3337
  # resp.nodegroup.node_repair_config.enabled #=> Boolean
3328
3338
  # resp.nodegroup.launch_template.name #=> String
3329
3339
  # resp.nodegroup.launch_template.version #=> String
@@ -3438,7 +3448,7 @@ module Aws::EKS
3438
3448
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3439
3449
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
3440
3450
  # resp.update.params #=> Array
3441
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3451
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3442
3452
  # resp.update.params[0].value #=> String
3443
3453
  # resp.update.created_at #=> Time
3444
3454
  # resp.update.errors #=> Array
@@ -3527,7 +3537,7 @@ module Aws::EKS
3527
3537
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3528
3538
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
3529
3539
  # resp.update.params #=> Array
3530
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3540
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3531
3541
  # resp.update.params[0].value #=> String
3532
3542
  # resp.update.created_at #=> Time
3533
3543
  # resp.update.errors #=> Array
@@ -4736,7 +4746,7 @@ module Aws::EKS
4736
4746
  # existing Pod Identity Assocations owned by the Addon are deleted.
4737
4747
  #
4738
4748
  # For more information, see [Attach an IAM Role to an Amazon EKS add-on
4739
- # using Pod Identity][1] in the EKS User Guide.
4749
+ # using Pod Identity][1] in the *Amazon EKS User Guide*.
4740
4750
  #
4741
4751
  #
4742
4752
  #
@@ -4770,7 +4780,7 @@ module Aws::EKS
4770
4780
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4771
4781
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4772
4782
  # resp.update.params #=> Array
4773
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4783
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4774
4784
  # resp.update.params[0].value #=> String
4775
4785
  # resp.update.created_at #=> Time
4776
4786
  # resp.update.errors #=> Array
@@ -4846,10 +4856,10 @@ module Aws::EKS
4846
4856
  #
4847
4857
  # @option params [Types::Logging] :logging
4848
4858
  # Enable or disable exporting the Kubernetes control plane logs for your
4849
- # cluster to CloudWatch Logs. By default, cluster control plane logs
4850
- # aren't exported to CloudWatch Logs. For more information, see [Amazon
4851
- # EKS cluster control plane logs][1] in the <i> <i>Amazon EKS User
4852
- # Guide</i> </i>.
4859
+ # cluster to CloudWatch Logs . By default, cluster control plane logs
4860
+ # aren't exported to CloudWatch Logs . For more information, see
4861
+ # [Amazon EKS cluster control plane logs][1] in the <i> <i>Amazon EKS
4862
+ # User Guide</i> </i>.
4853
4863
  #
4854
4864
  # <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
4855
4865
  # apply to exported control plane logs. For more information, see
@@ -4973,7 +4983,7 @@ module Aws::EKS
4973
4983
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4974
4984
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4975
4985
  # resp.update.params #=> Array
4976
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4986
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4977
4987
  # resp.update.params[0].value #=> String
4978
4988
  # resp.update.created_at #=> Time
4979
4989
  # resp.update.errors #=> Array
@@ -5003,7 +5013,7 @@ module Aws::EKS
5003
5013
  # to `Active`.
5004
5014
  #
5005
5015
  # If your cluster has managed node groups attached to it, all of your
5006
- # node groups Kubernetes versions must match the clusters Kubernetes
5016
+ # node groups' Kubernetes versions must match the cluster's Kubernetes
5007
5017
  # version in order to update the cluster to a new Kubernetes version.
5008
5018
  #
5009
5019
  # @option params [required, String] :name
@@ -5037,7 +5047,7 @@ module Aws::EKS
5037
5047
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5038
5048
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
5039
5049
  # resp.update.params #=> Array
5040
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5050
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5041
5051
  # resp.update.params[0].value #=> String
5042
5052
  # resp.update.created_at #=> Time
5043
5053
  # resp.update.errors #=> Array
@@ -5114,9 +5124,9 @@ module Aws::EKS
5114
5124
  # Updates an Amazon EKS managed node group configuration. Your node
5115
5125
  # group continues to function during the update. The response output
5116
5126
  # includes an update ID that you can use to track the status of your
5117
- # node group update with the DescribeUpdate API operation. Currently you
5118
- # can update the Kubernetes labels for a node group or the scaling
5119
- # configuration.
5127
+ # node group update with the DescribeUpdate API operation. You can
5128
+ # update the Kubernetes labels and taints for a node group and the
5129
+ # scaling and version update configuration.
5120
5130
  #
5121
5131
  # @option params [required, String] :cluster_name
5122
5132
  # The name of your cluster.
@@ -5193,6 +5203,7 @@ module Aws::EKS
5193
5203
  # update_config: {
5194
5204
  # max_unavailable: 1,
5195
5205
  # max_unavailable_percentage: 1,
5206
+ # update_strategy: "DEFAULT", # accepts DEFAULT, MINIMAL
5196
5207
  # },
5197
5208
  # node_repair_config: {
5198
5209
  # enabled: false,
@@ -5206,7 +5217,7 @@ module Aws::EKS
5206
5217
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5207
5218
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
5208
5219
  # resp.update.params #=> Array
5209
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5220
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5210
5221
  # resp.update.params[0].value #=> String
5211
5222
  # resp.update.created_at #=> Time
5212
5223
  # resp.update.errors #=> Array
@@ -5346,7 +5357,7 @@ module Aws::EKS
5346
5357
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5347
5358
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
5348
5359
  # resp.update.params #=> Array
5349
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5360
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5350
5361
  # resp.update.params[0].value #=> String
5351
5362
  # resp.update.created_at #=> Time
5352
5363
  # resp.update.errors #=> Array
@@ -5440,7 +5451,7 @@ module Aws::EKS
5440
5451
  tracer: tracer
5441
5452
  )
5442
5453
  context[:gem_name] = 'aws-sdk-eks'
5443
- context[:gem_version] = '1.126.0'
5454
+ context[:gem_version] = '1.127.0'
5444
5455
  Seahorse::Client::Request.new(handlers, context)
5445
5456
  end
5446
5457
 
@@ -246,6 +246,7 @@ module Aws::EKS
246
246
  NodegroupScalingConfig = Shapes::StructureShape.new(name: 'NodegroupScalingConfig')
247
247
  NodegroupStatus = Shapes::StringShape.new(name: 'NodegroupStatus')
248
248
  NodegroupUpdateConfig = Shapes::StructureShape.new(name: 'NodegroupUpdateConfig')
249
+ NodegroupUpdateStrategies = Shapes::StringShape.new(name: 'NodegroupUpdateStrategies')
249
250
  NonZeroInteger = Shapes::IntegerShape.new(name: 'NonZeroInteger')
250
251
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
251
252
  OIDC = Shapes::StructureShape.new(name: 'OIDC')
@@ -1227,6 +1228,7 @@ module Aws::EKS
1227
1228
 
1228
1229
  NodegroupUpdateConfig.add_member(:max_unavailable, Shapes::ShapeRef.new(shape: NonZeroInteger, location_name: "maxUnavailable"))
1229
1230
  NodegroupUpdateConfig.add_member(:max_unavailable_percentage, Shapes::ShapeRef.new(shape: PercentCapacity, location_name: "maxUnavailablePercentage"))
1231
+ NodegroupUpdateConfig.add_member(:update_strategy, Shapes::ShapeRef.new(shape: NodegroupUpdateStrategies, location_name: "updateStrategy"))
1230
1232
  NodegroupUpdateConfig.struct_class = Types::NodegroupUpdateConfig
1231
1233
 
1232
1234
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
@@ -257,7 +257,7 @@ module Aws::EKS
257
257
  # namespace in the cluster.
258
258
  #
259
259
  # For more information, see [Attach an IAM Role to an Amazon EKS
260
- # add-on using Pod Identity][1] in the EKS User Guide.
260
+ # add-on using Pod Identity][1] in the *Amazon EKS User Guide*.
261
261
  #
262
262
  #
263
263
  #
@@ -286,14 +286,17 @@ module Aws::EKS
286
286
  include Aws::Structure
287
287
  end
288
288
 
289
- # Contains compatibility information for an Amazon EKS add-on.
289
+ # The summary information about the Amazon EKS add-on compatibility for
290
+ # the next Kubernetes version for an insight check in the
291
+ # `UPGRADE_READINESS` category.
290
292
  #
291
293
  # @!attribute [rw] name
292
294
  # The name of the Amazon EKS add-on.
293
295
  # @return [String]
294
296
  #
295
297
  # @!attribute [rw] compatible_versions
296
- # A list of compatible add-on versions.
298
+ # The list of compatible Amazon EKS add-on versions for the next
299
+ # Kubernetes version.
297
300
  # @return [Array<String>]
298
301
  #
299
302
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AddonCompatibilityDetail AWS API Documentation
@@ -391,7 +394,7 @@ module Aws::EKS
391
394
  # a namespace in the cluster.
392
395
  #
393
396
  # For more information, see [Attach an IAM Role to an Amazon EKS add-on
394
- # using Pod Identity][1] in the EKS User Guide.
397
+ # using Pod Identity][1] in the *Amazon EKS User Guide*.
395
398
  #
396
399
  #
397
400
  #
@@ -684,7 +687,7 @@ module Aws::EKS
684
687
  # or disabled. If the block storage capability is enabled, EKS Auto Mode
685
688
  # will create and delete EBS volumes in your Amazon Web Services
686
689
  # account. For more information, see EKS Auto Mode block storage
687
- # capability in the EKS User Guide.
690
+ # capability in the *Amazon EKS User Guide*.
688
691
  #
689
692
  # @!attribute [rw] enabled
690
693
  # Indicates if the block storage capability is enabled on your EKS
@@ -911,7 +914,8 @@ module Aws::EKS
911
914
  # This value indicates if extended support is enabled or disabled for
912
915
  # the cluster.
913
916
  #
914
- # [Learn more about EKS Extended Support in the EKS User Guide.][1]
917
+ # [Learn more about EKS Extended Support in the *Amazon EKS User
918
+ # Guide*.][1]
915
919
  #
916
920
  #
917
921
  #
@@ -933,7 +937,7 @@ module Aws::EKS
933
937
  # enabled or disabled. If the compute capability is enabled, EKS Auto
934
938
  # Mode will create and delete EC2 Managed Instances in your Amazon Web
935
939
  # Services account. For more information, see EKS Auto Mode compute
936
- # capability in the EKS User Guide.
940
+ # capability in the *Amazon EKS User Guide*.
937
941
  # @return [Types::ComputeConfigResponse]
938
942
  #
939
943
  # @!attribute [rw] storage_config
@@ -942,7 +946,7 @@ module Aws::EKS
942
946
  # enabled or disabled. If the block storage capability is enabled, EKS
943
947
  # Auto Mode will create and delete EBS volumes in your Amazon Web
944
948
  # Services account. For more information, see EKS Auto Mode block
945
- # storage capability in the EKS User Guide.
949
+ # storage capability in the *Amazon EKS User Guide*.
946
950
  # @return [Types::StorageConfigResponse]
947
951
  #
948
952
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
@@ -1096,8 +1100,8 @@ module Aws::EKS
1096
1100
 
1097
1101
  # Request to update the configuration of the compute capability of your
1098
1102
  # EKS Auto Mode cluster. For example, enable the capability. For more
1099
- # information, see EKS Auto Mode compute capability in the EKS User
1100
- # Guide.
1103
+ # information, see EKS Auto Mode compute capability in the *Amazon EKS
1104
+ # User Guide*.
1101
1105
  #
1102
1106
  # @!attribute [rw] enabled
1103
1107
  # Request to enable or disable the compute capability on your EKS Auto
@@ -1109,14 +1113,14 @@ module Aws::EKS
1109
1113
  # @!attribute [rw] node_pools
1110
1114
  # Configuration for node pools that defines the compute resources for
1111
1115
  # your EKS Auto Mode cluster. For more information, see EKS Auto Mode
1112
- # Node Pools in the EKS User Guide.
1116
+ # Node Pools in the *Amazon EKS User Guide*.
1113
1117
  # @return [Array<String>]
1114
1118
  #
1115
1119
  # @!attribute [rw] node_role_arn
1116
1120
  # The ARN of the IAM Role EKS will assign to EC2 Managed Instances in
1117
1121
  # your EKS Auto Mode cluster. This value cannot be changed after the
1118
1122
  # compute capability of EKS Auto Mode is enabled. For more
1119
- # information, see the IAM Reference in the EKS User Guide.
1123
+ # information, see the IAM Reference in the *Amazon EKS User Guide*.
1120
1124
  # @return [String]
1121
1125
  #
1122
1126
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ComputeConfigRequest AWS API Documentation
@@ -1142,7 +1146,7 @@ module Aws::EKS
1142
1146
  # @!attribute [rw] node_pools
1143
1147
  # Indicates the current configuration of node pools in your EKS Auto
1144
1148
  # Mode cluster. For more information, see EKS Auto Mode Node Pools in
1145
- # the EKS User Guide.
1149
+ # the *Amazon EKS User Guide*.
1146
1150
  # @return [Array<String>]
1147
1151
  #
1148
1152
  # @!attribute [rw] node_role_arn
@@ -1218,8 +1222,8 @@ module Aws::EKS
1218
1222
 
1219
1223
  # The placement configuration for all the control plane instances of
1220
1224
  # your local Amazon EKS cluster on an Amazon Web Services Outpost. For
1221
- # more information, see [Capacity considerations][1] in the Amazon EKS
1222
- # User Guide.
1225
+ # more information, see [Capacity considerations][1] in the *Amazon EKS
1226
+ # User Guide*.
1223
1227
  #
1224
1228
  #
1225
1229
  #
@@ -1296,15 +1300,20 @@ module Aws::EKS
1296
1300
  # access entry creation.
1297
1301
  #
1298
1302
  # The valid principals differ depending on the type of the access
1299
- # entry in the `type` field. The only valid ARN is IAM roles for the
1300
- # types of access entries for nodes: ` . You can use every IAM
1301
- # principal type for STANDARD access entries. You can't use the STS
1302
- # session principal type with access entries because this is a
1303
- # temporary principal for each session and not a permanent identity
1304
- # that can be assigned permissions.</p> IAM best practices recommend
1305
- # using IAM roles with temporary credentials, rather than IAM users
1306
- # with long-term credentials.
1307
- # `
1303
+ # entry in the `type` field. For `STANDARD` access entries, you can
1304
+ # use every IAM principal type. For nodes (`EC2` (for EKS Auto Mode),
1305
+ # `EC2_LINUX`, `EC2_WINDOWS`, `FARGATE_LINUX`, and `HYBRID_LINUX`),
1306
+ # the only valid ARN is IAM roles. You can't use the STS session
1307
+ # principal type with access entries because this is a temporary
1308
+ # principal for each session and not a permanent identity that can be
1309
+ # assigned permissions.
1310
+ #
1311
+ # [IAM best practices][1] recommend using IAM roles with temporary
1312
+ # credentials, rather than IAM users with long-term credentials.
1313
+ #
1314
+ #
1315
+ #
1316
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp
1308
1317
  # @return [String]
1309
1318
  #
1310
1319
  # @!attribute [rw] kubernetes_groups
@@ -1362,18 +1371,21 @@ module Aws::EKS
1362
1371
  # @return [String]
1363
1372
  #
1364
1373
  # @!attribute [rw] type
1365
- # The type of the new access entry. Valid values are `Standard`,
1366
- # `FARGATE_LINUX`, `EC2_LINUX`, and `EC2_WINDOWS`.
1374
+ # The type of the new access entry. Valid values are `STANDARD`,
1375
+ # `FARGATE_LINUX`, `EC2_LINUX`, `EC2_WINDOWS`, `EC2` (for EKS Auto
1376
+ # Mode), `HYBRID_LINUX`, and `HYPERPOD_LINUX`.
1367
1377
  #
1368
1378
  # If the `principalArn` is for an IAM role that's used for
1369
1379
  # self-managed Amazon EC2 nodes, specify `EC2_LINUX` or `EC2_WINDOWS`.
1370
1380
  # Amazon EKS grants the necessary permissions to the node for you. If
1371
1381
  # the `principalArn` is for any other purpose, specify `STANDARD`. If
1372
1382
  # you don't specify a value, Amazon EKS sets the value to `STANDARD`.
1373
- # It's unnecessary to create access entries for IAM roles used with
1374
- # Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS
1375
- # creates entries in the `aws-auth` `ConfigMap` for the roles. You
1376
- # can't change this value once you've created the access entry.
1383
+ # If you have the access mode of the cluster set to
1384
+ # `API_AND_CONFIG_MAP`, it's unnecessary to create access entries for
1385
+ # IAM roles used with Fargate profiles or managed Amazon EC2 nodes,
1386
+ # because Amazon EKS creates entries in the `aws-auth` `ConfigMap` for
1387
+ # the roles. You can't change this value once you've created the
1388
+ # access entry.
1377
1389
  #
1378
1390
  # If you set the value to `EC2_LINUX` or `EC2_WINDOWS`, you can't
1379
1391
  # specify values for `kubernetesGroups`, or associate an
@@ -1510,7 +1522,7 @@ module Aws::EKS
1510
1522
  # Role.
1511
1523
  #
1512
1524
  # For more information, see [Attach an IAM Role to an Amazon EKS
1513
- # add-on using Pod Identity][1] in the EKS User Guide.
1525
+ # add-on using Pod Identity][1] in the *Amazon EKS User Guide*.
1514
1526
  #
1515
1527
  #
1516
1528
  #
@@ -1603,8 +1615,8 @@ module Aws::EKS
1603
1615
  #
1604
1616
  # @!attribute [rw] logging
1605
1617
  # Enable or disable exporting the Kubernetes control plane logs for
1606
- # your cluster to CloudWatch Logs. By default, cluster control plane
1607
- # logs aren't exported to CloudWatch Logs. For more information, see
1618
+ # your cluster to CloudWatch Logs . By default, cluster control plane
1619
+ # logs aren't exported to CloudWatch Logs . For more information, see
1608
1620
  # [Amazon EKS Cluster control plane logs][1] in the <i> <i>Amazon EKS
1609
1621
  # User Guide</i> </i>.
1610
1622
  #
@@ -1684,14 +1696,14 @@ module Aws::EKS
1684
1696
  # until the zonal shift expires or you cancel it. You can extend the
1685
1697
  # zonal shift if necessary.
1686
1698
  #
1687
- # You can start a zonal shift for an EKS cluster, or you can allow
1688
- # Amazon Web Services to do it for you by enabling *zonal autoshift*.
1689
- # This shift updates the flow of east-to-west network traffic in your
1690
- # cluster to only consider network endpoints for Pods running on
1691
- # worker nodes in healthy AZs. Additionally, any ALB or NLB handling
1692
- # ingress traffic for applications in your EKS cluster will
1693
- # automatically route traffic to targets in the healthy AZs. For more
1694
- # information about zonal shift in EKS, see [Learn about Amazon
1699
+ # You can start a zonal shift for an Amazon EKS cluster, or you can
1700
+ # allow Amazon Web Services to do it for you by enabling *zonal
1701
+ # autoshift*. This shift updates the flow of east-to-west network
1702
+ # traffic in your cluster to only consider network endpoints for Pods
1703
+ # running on worker nodes in healthy AZs. Additionally, any ALB or NLB
1704
+ # handling ingress traffic for applications in your Amazon EKS cluster
1705
+ # will automatically route traffic to targets in the healthy AZs. For
1706
+ # more information about zonal shift in EKS, see [Learn about Amazon
1695
1707
  # Application Recovery Controller (ARC) Zonal Shift in Amazon EKS][1]
1696
1708
  # in the <i> <i>Amazon EKS User Guide</i> </i>.
1697
1709
  #
@@ -3193,7 +3205,7 @@ module Aws::EKS
3193
3205
  # Indicates the current configuration of the load balancing capability
3194
3206
  # on your EKS Auto Mode cluster. For example, if the capability is
3195
3207
  # enabled or disabled. For more information, see EKS Auto Mode load
3196
- # balancing capability in the EKS User Guide.
3208
+ # balancing capability in the *Amazon EKS User Guide*.
3197
3209
  #
3198
3210
  # @!attribute [rw] enabled
3199
3211
  # Indicates if the load balancing capability is enabled on your EKS
@@ -3550,7 +3562,7 @@ module Aws::EKS
3550
3562
  # @return [Array<Types::DeprecationDetail>]
3551
3563
  #
3552
3564
  # @!attribute [rw] addon_compatibility_details
3553
- # A list of AddonCompatibilityDetail objects for Amazon EKS add-ons.
3565
+ # A list of `AddonCompatibilityDetail` objects for Amazon EKS add-ons.
3554
3566
  # @return [Array<Types::AddonCompatibilityDetail>]
3555
3567
  #
3556
3568
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/InsightCategorySpecificSummary AWS API Documentation
@@ -3896,7 +3908,7 @@ module Aws::EKS
3896
3908
  # version `1.10.1` or later of the Amazon VPC CNI add-on. If you
3897
3909
  # specify `ipv6`, then ensure that your VPC meets the requirements
3898
3910
  # listed in the considerations listed in [Assigning IPv6 addresses to
3899
- # pods and services][1] in the Amazon EKS User Guide. Kubernetes
3911
+ # pods and services][1] in the *Amazon EKS User Guide*. Kubernetes
3900
3912
  # assigns services `IPv6` addresses from the unique local address
3901
3913
  # range `(fc00::/7)`. You can't specify a custom `IPv6` CIDR block.
3902
3914
  # Pod addresses are assigned from the subnet's `IPv6` CIDR.
@@ -3909,7 +3921,7 @@ module Aws::EKS
3909
3921
  # @!attribute [rw] elastic_load_balancing
3910
3922
  # Request to enable or disable the load balancing capability on your
3911
3923
  # EKS Auto Mode cluster. For more information, see EKS Auto Mode load
3912
- # balancing capability in the EKS User Guide.
3924
+ # balancing capability in the *Amazon EKS User Guide*.
3913
3925
  # @return [Types::ElasticLoadBalancing]
3914
3926
  #
3915
3927
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubernetesNetworkConfigRequest AWS API Documentation
@@ -4354,7 +4366,7 @@ module Aws::EKS
4354
4366
 
4355
4367
  # @!attribute [rw] clusters
4356
4368
  # A list of all of the clusters for your account in the specified
4357
- # Amazon Web Services Region.
4369
+ # Amazon Web Services Region .
4358
4370
  # @return [Array<String>]
4359
4371
  #
4360
4372
  # @!attribute [rw] next_token
@@ -4893,9 +4905,9 @@ module Aws::EKS
4893
4905
  #
4894
4906
  # @!attribute [rw] enabled
4895
4907
  # If a log type is enabled, that log type exports its control plane
4896
- # logs to CloudWatch Logs. If a log type isn't enabled, that log type
4897
- # doesn't export its control plane logs. Each individual log type can
4898
- # be enabled or disabled independently.
4908
+ # logs to CloudWatch Logs . If a log type isn't enabled, that log
4909
+ # type doesn't export its control plane logs. Each individual log
4910
+ # type can be enabled or disabled independently.
4899
4911
  # @return [Boolean]
4900
4912
  #
4901
4913
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/LogSetup AWS API Documentation
@@ -5223,7 +5235,10 @@ module Aws::EKS
5223
5235
  include Aws::Structure
5224
5236
  end
5225
5237
 
5226
- # The node group update configuration.
5238
+ # The node group update configuration. An Amazon EKS managed node group
5239
+ # updates by replacing nodes with new nodes of newer AMI versions in
5240
+ # parallel. You choose the *maximum unavailable* and the *update
5241
+ # strategy*.
5227
5242
  #
5228
5243
  # @!attribute [rw] max_unavailable
5229
5244
  # The maximum number of nodes unavailable at once during a version
@@ -5238,11 +5253,34 @@ module Aws::EKS
5238
5253
  # once. This value or `maxUnavailable` is required to have a value.
5239
5254
  # @return [Integer]
5240
5255
  #
5256
+ # @!attribute [rw] update_strategy
5257
+ # The configuration for the behavior to follow during a node group
5258
+ # version update of this managed node group. You choose between two
5259
+ # possible strategies for replacing nodes during an
5260
+ # [UpdateNodegroupVersion][1] action.
5261
+ #
5262
+ # An Amazon EKS managed node group updates by replacing nodes with new
5263
+ # nodes of newer AMI versions in parallel. The *update strategy*
5264
+ # changes the managed node update behavior of the managed node group
5265
+ # for each quantity. The *default* strategy has guardrails to protect
5266
+ # you from misconfiguration and launches the new instances first,
5267
+ # before terminating the old instances. The *minimal* strategy removes
5268
+ # the guardrails and terminates the old instances before launching the
5269
+ # new instances. This minimal strategy is useful in scenarios where
5270
+ # you are constrained to resources or costs (for example, with
5271
+ # hardware accelerators such as GPUs).
5272
+ #
5273
+ #
5274
+ #
5275
+ # [1]: https://docs.aws.amazon.com/latest/APIReference/API_UpdateNodegroupVersion.html
5276
+ # @return [String]
5277
+ #
5241
5278
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodegroupUpdateConfig AWS API Documentation
5242
5279
  #
5243
5280
  class NodegroupUpdateConfig < Struct.new(
5244
5281
  :max_unavailable,
5245
- :max_unavailable_percentage)
5282
+ :max_unavailable_percentage,
5283
+ :update_strategy)
5246
5284
  SENSITIVE = []
5247
5285
  include Aws::Structure
5248
5286
  end
@@ -6186,8 +6224,8 @@ module Aws::EKS
6186
6224
 
6187
6225
  # Request to update the configuration of the storage capability of your
6188
6226
  # EKS Auto Mode cluster. For example, enable the capability. For more
6189
- # information, see EKS Auto Mode block storage capability in the EKS
6190
- # User Guide.
6227
+ # information, see EKS Auto Mode block storage capability in the *Amazon
6228
+ # EKS User Guide*.
6191
6229
  #
6192
6230
  # @!attribute [rw] block_storage
6193
6231
  # Request to configure EBS Block Storage settings for your EKS Auto
@@ -6545,7 +6583,7 @@ module Aws::EKS
6545
6583
  # deleted.
6546
6584
  #
6547
6585
  # For more information, see [Attach an IAM Role to an Amazon EKS
6548
- # add-on using Pod Identity][1] in the EKS User Guide.
6586
+ # add-on using Pod Identity][1] in the *Amazon EKS User Guide*.
6549
6587
  #
6550
6588
  #
6551
6589
  #
@@ -6590,8 +6628,8 @@ module Aws::EKS
6590
6628
  #
6591
6629
  # @!attribute [rw] logging
6592
6630
  # Enable or disable exporting the Kubernetes control plane logs for
6593
- # your cluster to CloudWatch Logs. By default, cluster control plane
6594
- # logs aren't exported to CloudWatch Logs. For more information, see
6631
+ # your cluster to CloudWatch Logs . By default, cluster control plane
6632
+ # logs aren't exported to CloudWatch Logs . For more information, see
6595
6633
  # [Amazon EKS cluster control plane logs][1] in the <i> <i>Amazon EKS
6596
6634
  # User Guide</i> </i>.
6597
6635
  #
@@ -7053,7 +7091,8 @@ module Aws::EKS
7053
7091
  # extended support have higher costs. The default value is `EXTENDED`.
7054
7092
  # Use `STANDARD` to disable extended support.
7055
7093
  #
7056
- # [Learn more about EKS Extended Support in the EKS User Guide.][1]
7094
+ # [Learn more about EKS Extended Support in the *Amazon EKS User
7095
+ # Guide*.][1]
7057
7096
  #
7058
7097
  #
7059
7098
  #
@@ -7064,7 +7103,8 @@ module Aws::EKS
7064
7103
  # at the end of standard support. If the cluster is set to `STANDARD`,
7065
7104
  # it will be automatically upgraded at the end of standard support.
7066
7105
  #
7067
- # [Learn more about EKS Extended Support in the EKS User Guide.][1]
7106
+ # [Learn more about EKS Extended Support in the *Amazon EKS User
7107
+ # Guide*.][1]
7068
7108
  #
7069
7109
  #
7070
7110
  #
@@ -7082,7 +7122,8 @@ module Aws::EKS
7082
7122
  # This value indicates if extended support is enabled or disabled for
7083
7123
  # the cluster.
7084
7124
  #
7085
- # [Learn more about EKS Extended Support in the EKS User Guide.][1]
7125
+ # [Learn more about EKS Extended Support in the *Amazon EKS User
7126
+ # Guide*.][1]
7086
7127
  #
7087
7128
  #
7088
7129
  #
@@ -7093,7 +7134,8 @@ module Aws::EKS
7093
7134
  # at the end of standard support. If the cluster is set to `STANDARD`,
7094
7135
  # it will be automatically upgraded at the end of standard support.
7095
7136
  #
7096
- # [Learn more about EKS Extended Support in the EKS User Guide.][1]
7137
+ # [Learn more about EKS Extended Support in the *Amazon EKS User
7138
+ # Guide*.][1]
7097
7139
  #
7098
7140
  #
7099
7141
  #
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.126.0'
58
+ GEM_VERSION = '1.127.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -339,7 +339,8 @@ module Aws
339
339
  },
340
340
  ?update_config: {
341
341
  max_unavailable: ::Integer?,
342
- max_unavailable_percentage: ::Integer?
342
+ max_unavailable_percentage: ::Integer?,
343
+ update_strategy: ("DEFAULT" | "MINIMAL")?
343
344
  },
344
345
  ?node_repair_config: {
345
346
  enabled: bool?
@@ -998,7 +999,8 @@ module Aws
998
999
  },
999
1000
  ?update_config: {
1000
1001
  max_unavailable: ::Integer?,
1001
- max_unavailable_percentage: ::Integer?
1002
+ max_unavailable_percentage: ::Integer?,
1003
+ update_strategy: ("DEFAULT" | "MINIMAL")?
1002
1004
  },
1003
1005
  ?node_repair_config: {
1004
1006
  enabled: bool?
data/sig/types.rbs CHANGED
@@ -1148,6 +1148,7 @@ module Aws::EKS
1148
1148
  class NodegroupUpdateConfig
1149
1149
  attr_accessor max_unavailable: ::Integer
1150
1150
  attr_accessor max_unavailable_percentage: ::Integer
1151
+ attr_accessor update_strategy: ("DEFAULT" | "MINIMAL")
1151
1152
  SENSITIVE: []
1152
1153
  end
1153
1154
 
@@ -1490,7 +1491,7 @@ module Aws::EKS
1490
1491
  end
1491
1492
 
1492
1493
  class UpdateParam
1493
- attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "NodeRepairEnabled" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig")
1494
+ attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "NodeRepairEnabled" | "UpdateStrategy" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig")
1494
1495
  attr_accessor value: ::String
1495
1496
  SENSITIVE: []
1496
1497
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.126.0
4
+ version: 1.127.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-15 00:00:00.000000000 Z
11
+ date: 2025-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core