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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +8 -8
- data/lib/aws-sdk-eks/types.rb +1 -1
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e7124b2f9dd5dce826f55125543b38f0de3cf036b11757c8610abec7bfa6de3
|
|
4
|
+
data.tar.gz: 2b5ff011e7d39382c6eeda0ada2d0020e810efb41c2e7f8df8c15f8eb03778c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f428740f22f425a3660ac5d227a57f53ef431dd94023e5ef6390e7c2d120e2dbbdd63173fadcd8905554af5574d6443b28b286fb014ef0d2d88d3a5f24c69ca
|
|
7
|
+
data.tar.gz: a608748e389d1dbae853603041701d0a4e2b1cf3708666a2b21d29c535652077ef39e0e05c21466f8549a7148d0fcbe7cd95fb9eb4523f59bf2b8e22a12b79fc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.161.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -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.
|
|
6402
|
+
context[:gem_version] = '1.161.0'
|
|
6403
6403
|
Seahorse::Client::Request.new(handlers, context)
|
|
6404
6404
|
end
|
|
6405
6405
|
|
data/lib/aws-sdk-eks/types.rb
CHANGED
|
@@ -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
|
|
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
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
|
|