aws-sdk-eks 1.159.0 → 1.161.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e734c8b87223ad327b6cff86b52567ca43d1fbf3221789b9f6e4b7497c23ec6
4
- data.tar.gz: f650ff968a4b8a101fbc5e3cb22445db2585604ab2df5b52e4c782dd05b95e54
3
+ metadata.gz: 4e7124b2f9dd5dce826f55125543b38f0de3cf036b11757c8610abec7bfa6de3
4
+ data.tar.gz: 2b5ff011e7d39382c6eeda0ada2d0020e810efb41c2e7f8df8c15f8eb03778c9
5
5
  SHA512:
6
- metadata.gz: 998fe97748cfe592ba32c7dd13a90d289eb8c061b23c870fe54f53cc13f78f2ad8ac60366126665dd5705e6092dc80ed357bf176e3a4b51ee010506de5b5cd50
7
- data.tar.gz: a0f4df52ef6a6139fe5c58bc9edcfe55c43ec83e304d842bcdc0f1370f0913d5884f9f91d0f4a617c293ce93536297fef1634a721882191e1d51cf5fc5f76eb6
6
+ metadata.gz: 4f428740f22f425a3660ac5d227a57f53ef431dd94023e5ef6390e7c2d120e2dbbdd63173fadcd8905554af5574d6443b28b286fb014ef0d2d88d3a5f24c69ca
7
+ data.tar.gz: a608748e389d1dbae853603041701d0a4e2b1cf3708666a2b21d29c535652077ef39e0e05c21466f8549a7148d0fcbe7cd95fb9eb4523f59bf2b8e22a12b79fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.161.0 (2026-03-11)
5
+ ------------------
6
+
7
+ * Feature - Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters.
8
+
9
+ 1.160.0 (2026-02-11)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for Windows Server 2025 in Amazon EKS Managed Node Groups.
13
+
4
14
  1.159.0 (2026-02-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.159.0
1
+ 1.161.0
@@ -1528,7 +1528,7 @@ module Aws::EKS
1528
1528
  # },
1529
1529
  # deletion_protection: false,
1530
1530
  # control_plane_scaling_config: {
1531
- # tier: "standard", # accepts standard, tier-xl, tier-2xl, tier-4xl
1531
+ # tier: "standard", # accepts standard, tier-xl, tier-2xl, tier-4xl, tier-8xl
1532
1532
  # },
1533
1533
  # })
1534
1534
  #
@@ -1600,7 +1600,7 @@ module Aws::EKS
1600
1600
  # resp.cluster.compute_config.node_role_arn #=> String
1601
1601
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
1602
1602
  # resp.cluster.deletion_protection #=> Boolean
1603
- # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
1603
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl", "tier-8xl"
1604
1604
  #
1605
1605
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
1606
1606
  #
@@ -2078,7 +2078,7 @@ module Aws::EKS
2078
2078
  # disk_size: 1,
2079
2079
  # subnets: ["String"], # required
2080
2080
  # instance_types: ["String"],
2081
- # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_FIPS, BOTTLEROCKET_x86_64_FIPS, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, BOTTLEROCKET_ARM_64_NVIDIA_FIPS, BOTTLEROCKET_x86_64_NVIDIA_FIPS, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64, AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD, AL2023_x86_64_NEURON, AL2023_x86_64_NVIDIA, AL2023_ARM_64_NVIDIA
2081
+ # ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_FIPS, BOTTLEROCKET_x86_64_FIPS, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, BOTTLEROCKET_ARM_64_NVIDIA_FIPS, BOTTLEROCKET_x86_64_NVIDIA_FIPS, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64, WINDOWS_CORE_2025_x86_64, WINDOWS_FULL_2025_x86_64, AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD, AL2023_x86_64_NEURON, AL2023_x86_64_NVIDIA, AL2023_ARM_64_NVIDIA
2082
2082
  # remote_access: {
2083
2083
  # ec2_ssh_key: "String",
2084
2084
  # source_security_groups: ["String"],
@@ -2149,7 +2149,7 @@ module Aws::EKS
2149
2149
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
2150
2150
  # resp.nodegroup.remote_access.source_security_groups #=> Array
2151
2151
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
2152
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2152
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "WINDOWS_CORE_2025_x86_64", "WINDOWS_FULL_2025_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2153
2153
  # resp.nodegroup.node_role #=> String
2154
2154
  # resp.nodegroup.labels #=> Hash
2155
2155
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -2676,7 +2676,7 @@ module Aws::EKS
2676
2676
  # resp.cluster.compute_config.node_role_arn #=> String
2677
2677
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2678
2678
  # resp.cluster.deletion_protection #=> Boolean
2679
- # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
2679
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl", "tier-8xl"
2680
2680
  #
2681
2681
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
2682
2682
  #
@@ -2836,7 +2836,7 @@ module Aws::EKS
2836
2836
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
2837
2837
  # resp.nodegroup.remote_access.source_security_groups #=> Array
2838
2838
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
2839
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2839
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "WINDOWS_CORE_2025_x86_64", "WINDOWS_FULL_2025_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
2840
2840
  # resp.nodegroup.node_role #=> String
2841
2841
  # resp.nodegroup.labels #=> Hash
2842
2842
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -3023,7 +3023,7 @@ module Aws::EKS
3023
3023
  # resp.cluster.compute_config.node_role_arn #=> String
3024
3024
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
3025
3025
  # resp.cluster.deletion_protection #=> Boolean
3026
- # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
3026
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl", "tier-8xl"
3027
3027
  #
3028
3028
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
3029
3029
  #
@@ -3486,7 +3486,7 @@ module Aws::EKS
3486
3486
  # resp.cluster.compute_config.node_role_arn #=> String
3487
3487
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
3488
3488
  # resp.cluster.deletion_protection #=> Boolean
3489
- # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
3489
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl", "tier-8xl"
3490
3490
  #
3491
3491
  #
3492
3492
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3862,7 +3862,7 @@ module Aws::EKS
3862
3862
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
3863
3863
  # resp.nodegroup.remote_access.source_security_groups #=> Array
3864
3864
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
3865
- # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
3865
+ # resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_FIPS", "BOTTLEROCKET_x86_64_FIPS", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "BOTTLEROCKET_ARM_64_NVIDIA_FIPS", "BOTTLEROCKET_x86_64_NVIDIA_FIPS", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "WINDOWS_CORE_2025_x86_64", "WINDOWS_FULL_2025_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA", "AL2023_ARM_64_NVIDIA"
3866
3866
  # resp.nodegroup.node_role #=> String
3867
3867
  # resp.nodegroup.labels #=> Hash
3868
3868
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -5150,7 +5150,7 @@ module Aws::EKS
5150
5150
  # resp.cluster.compute_config.node_role_arn #=> String
5151
5151
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
5152
5152
  # resp.cluster.deletion_protection #=> Boolean
5153
- # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl"
5153
+ # resp.cluster.control_plane_scaling_config.tier #=> String, one of "standard", "tier-xl", "tier-2xl", "tier-4xl", "tier-8xl"
5154
5154
  #
5155
5155
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
5156
5156
  #
@@ -5795,7 +5795,7 @@ module Aws::EKS
5795
5795
  # },
5796
5796
  # deletion_protection: false,
5797
5797
  # control_plane_scaling_config: {
5798
- # tier: "standard", # accepts standard, tier-xl, tier-2xl, tier-4xl
5798
+ # tier: "standard", # accepts standard, tier-xl, tier-2xl, tier-4xl, tier-8xl
5799
5799
  # },
5800
5800
  # })
5801
5801
  #
@@ -6399,7 +6399,7 @@ module Aws::EKS
6399
6399
  tracer: tracer
6400
6400
  )
6401
6401
  context[:gem_name] = 'aws-sdk-eks'
6402
- context[:gem_version] = '1.159.0'
6402
+ context[:gem_version] = '1.161.0'
6403
6403
  Seahorse::Client::Request.new(handlers, context)
6404
6404
  end
6405
6405
 
@@ -1780,7 +1780,7 @@ module Aws::EKS
1780
1780
  #
1781
1781
  # @!attribute [rw] tier
1782
1782
  # The control plane scaling tier configuration. Available options are
1783
- # `standard`, `tier-xl`, `tier-2xl`, or `tier-4xl`. For more
1783
+ # `standard`, `tier-xl`, `tier-2xl`, `tier-4xl, or tier-8xl`. For more
1784
1784
  # information, see EKS Provisioned Control Plane in the Amazon EKS
1785
1785
  # User Guide.
1786
1786
  # @return [String]
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.159.0'
58
+ GEM_VERSION = '1.161.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -302,7 +302,7 @@ module Aws
302
302
  },
303
303
  ?deletion_protection: bool,
304
304
  ?control_plane_scaling_config: {
305
- tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl")?
305
+ tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl" | "tier-8xl")?
306
306
  }
307
307
  ) -> _CreateClusterResponseSuccess
308
308
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
@@ -363,7 +363,7 @@ module Aws
363
363
  ?disk_size: ::Integer,
364
364
  subnets: Array[::String],
365
365
  ?instance_types: Array[::String],
366
- ?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA"),
366
+ ?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "WINDOWS_CORE_2025_x86_64" | "WINDOWS_FULL_2025_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA"),
367
367
  ?remote_access: {
368
368
  ec2_ssh_key: ::String?,
369
369
  source_security_groups: Array[::String]?
@@ -1120,7 +1120,7 @@ module Aws
1120
1120
  },
1121
1121
  ?deletion_protection: bool,
1122
1122
  ?control_plane_scaling_config: {
1123
- tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl")?
1123
+ tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl" | "tier-8xl")?
1124
1124
  }
1125
1125
  ) -> _UpdateClusterConfigResponseSuccess
1126
1126
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
data/sig/types.rbs CHANGED
@@ -410,7 +410,7 @@ module Aws::EKS
410
410
  end
411
411
 
412
412
  class ControlPlaneScalingConfig
413
- attr_accessor tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl")
413
+ attr_accessor tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl" | "tier-8xl")
414
414
  SENSITIVE: []
415
415
  end
416
416
 
@@ -539,7 +539,7 @@ module Aws::EKS
539
539
  attr_accessor disk_size: ::Integer
540
540
  attr_accessor subnets: ::Array[::String]
541
541
  attr_accessor instance_types: ::Array[::String]
542
- attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
542
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "WINDOWS_CORE_2025_x86_64" | "WINDOWS_FULL_2025_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
543
543
  attr_accessor remote_access: Types::RemoteAccessConfig
544
544
  attr_accessor node_role: ::String
545
545
  attr_accessor labels: ::Hash[::String, ::String]
@@ -1328,7 +1328,7 @@ module Aws::EKS
1328
1328
  attr_accessor instance_types: ::Array[::String]
1329
1329
  attr_accessor subnets: ::Array[::String]
1330
1330
  attr_accessor remote_access: Types::RemoteAccessConfig
1331
- attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
1331
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_FIPS" | "BOTTLEROCKET_x86_64_FIPS" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "BOTTLEROCKET_ARM_64_NVIDIA_FIPS" | "BOTTLEROCKET_x86_64_NVIDIA_FIPS" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64" | "WINDOWS_CORE_2025_x86_64" | "WINDOWS_FULL_2025_x86_64" | "AL2023_x86_64_STANDARD" | "AL2023_ARM_64_STANDARD" | "AL2023_x86_64_NEURON" | "AL2023_x86_64_NVIDIA" | "AL2023_ARM_64_NVIDIA")
1332
1332
  attr_accessor node_role: ::String
1333
1333
  attr_accessor labels: ::Hash[::String, ::String]
1334
1334
  attr_accessor taints: ::Array[Types::Taint]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.159.0
4
+ version: 1.161.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services