aws-sdk-eks 1.160.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: ea77cb464066085ee52e1285c045ceb4c6d002575712425ae6f0da55509d2e50
4
- data.tar.gz: 39c9335caccc9f3f46b36facd24ce3aff51697c22ee996caaf17d34e9b8b04ab
3
+ metadata.gz: 4e7124b2f9dd5dce826f55125543b38f0de3cf036b11757c8610abec7bfa6de3
4
+ data.tar.gz: 2b5ff011e7d39382c6eeda0ada2d0020e810efb41c2e7f8df8c15f8eb03778c9
5
5
  SHA512:
6
- metadata.gz: 1c878498cbeed31f0d17eb82314a3a4bc42d0efd23c798ef28df25a19d5ac923e61afbd4f2b50786895732bc6ffacaedda25fd7cbd7cfd85ce85b8760bea46d7
7
- data.tar.gz: a2c4c3282f2577f84b3f10af0ab3ef07f63b5d721a87a7959b136660bbb2d68e5cf03acd2541a22ee9702569d9d9058257afb3d6d42b8adf860d1520d9a2245e
6
+ metadata.gz: 4f428740f22f425a3660ac5d227a57f53ef431dd94023e5ef6390e7c2d120e2dbbdd63173fadcd8905554af5574d6443b28b286fb014ef0d2d88d3a5f24c69ca
7
+ data.tar.gz: a608748e389d1dbae853603041701d0a4e2b1cf3708666a2b21d29c535652077ef39e0e05c21466f8549a7148d0fcbe7cd95fb9eb4523f59bf2b8e22a12b79fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.160.0 (2026-02-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.160.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
  #
@@ -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
  #
@@ -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):
@@ -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.160.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.160.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
@@ -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
 
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.160.0
4
+ version: 1.161.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services