aws-sdk-eks 1.154.0 → 1.155.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 +9 -9
- data/lib/aws-sdk-eks/types.rb +13 -15
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -2
- 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: eb6ad1b71114f5ce1aab62f6b1c23a2fb2b1b353e085b79a46137bbd6ed0f878
|
|
4
|
+
data.tar.gz: bd391ad7df6f5480081d857e497bd8a947d488c483c45276d2f1e1ba4863ddf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbc1f918b481225eae782fd910efb96bcd321146d054be1347d09ef513f2277ec36e938b2817b431d634d3d8dd4b8af5d1f43d274d38832cfd14ad8fbc945572
|
|
7
|
+
data.tar.gz: 9b6a68c1b97a7ac6c134c2d553f16321a584d6b3c9c4a6f14cfa731c72a8e08bfe1236b37d773fd4cf108b99c9aec0b856b70e98cee006cac9fc5023afcf7449
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.155.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -1862,10 +1862,10 @@ module Aws::EKS
|
|
|
1862
1862
|
# using launch templates, see [Customizing managed nodes with launch
|
|
1863
1863
|
# templates][1].
|
|
1864
1864
|
#
|
|
1865
|
-
# An Amazon EKS managed node group is an Amazon EC2
|
|
1866
|
-
#
|
|
1867
|
-
#
|
|
1868
|
-
#
|
|
1865
|
+
# An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group
|
|
1866
|
+
# and associated Amazon EC2 instances that are managed by Amazon Web
|
|
1867
|
+
# Services for an Amazon EKS cluster. For more information, see [Managed
|
|
1868
|
+
# node groups][2] in the *Amazon EKS User Guide*.
|
|
1869
1869
|
#
|
|
1870
1870
|
# <note markdown="1"> Windows AMI types are only supported for commercial Amazon Web
|
|
1871
1871
|
# Services Regions that support Windows on Amazon EKS.
|
|
@@ -2077,7 +2077,7 @@ module Aws::EKS
|
|
|
2077
2077
|
# disk_size: 1,
|
|
2078
2078
|
# subnets: ["String"], # required
|
|
2079
2079
|
# instance_types: ["String"],
|
|
2080
|
-
# 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, 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
|
|
2080
|
+
# 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
2081
|
# remote_access: {
|
|
2082
2082
|
# ec2_ssh_key: "String",
|
|
2083
2083
|
# source_security_groups: ["String"],
|
|
@@ -2148,7 +2148,7 @@ module Aws::EKS
|
|
|
2148
2148
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
2149
2149
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
2150
2150
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
2151
|
-
# 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", "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"
|
|
2151
|
+
# 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
2152
|
# resp.nodegroup.node_role #=> String
|
|
2153
2153
|
# resp.nodegroup.labels #=> Hash
|
|
2154
2154
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -2814,7 +2814,7 @@ module Aws::EKS
|
|
|
2814
2814
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
2815
2815
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
2816
2816
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
2817
|
-
# 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", "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"
|
|
2817
|
+
# 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"
|
|
2818
2818
|
# resp.nodegroup.node_role #=> String
|
|
2819
2819
|
# resp.nodegroup.labels #=> Hash
|
|
2820
2820
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -3839,7 +3839,7 @@ module Aws::EKS
|
|
|
3839
3839
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
3840
3840
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
3841
3841
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
3842
|
-
# 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", "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"
|
|
3842
|
+
# 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"
|
|
3843
3843
|
# resp.nodegroup.node_role #=> String
|
|
3844
3844
|
# resp.nodegroup.labels #=> Hash
|
|
3845
3845
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -6354,7 +6354,7 @@ module Aws::EKS
|
|
|
6354
6354
|
tracer: tracer
|
|
6355
6355
|
)
|
|
6356
6356
|
context[:gem_name] = 'aws-sdk-eks'
|
|
6357
|
-
context[:gem_version] = '1.
|
|
6357
|
+
context[:gem_version] = '1.155.0'
|
|
6358
6358
|
Seahorse::Client::Request.new(handlers, context)
|
|
6359
6359
|
end
|
|
6360
6360
|
|
data/lib/aws-sdk-eks/types.rb
CHANGED
|
@@ -896,12 +896,12 @@ module Aws::EKS
|
|
|
896
896
|
include Aws::Structure
|
|
897
897
|
end
|
|
898
898
|
|
|
899
|
-
# An
|
|
900
|
-
#
|
|
899
|
+
# An Auto Scaling group that is associated with an Amazon EKS managed
|
|
900
|
+
# node group.
|
|
901
901
|
#
|
|
902
902
|
# @!attribute [rw] name
|
|
903
|
-
# The name of the
|
|
904
|
-
#
|
|
903
|
+
# The name of the Auto Scaling group associated with an Amazon EKS
|
|
904
|
+
# managed node group.
|
|
905
905
|
# @return [String]
|
|
906
906
|
#
|
|
907
907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AutoScalingGroup AWS API Documentation
|
|
@@ -4668,13 +4668,12 @@ module Aws::EKS
|
|
|
4668
4668
|
# is failing to authenticate or authorize with your Kubernetes
|
|
4669
4669
|
# cluster API server.
|
|
4670
4670
|
#
|
|
4671
|
-
# * **AsgInstanceLaunchFailures**: Your
|
|
4672
|
-
#
|
|
4671
|
+
# * **AsgInstanceLaunchFailures**: Your Auto Scaling group is
|
|
4672
|
+
# experiencing failures while attempting to launch instances.
|
|
4673
4673
|
#
|
|
4674
|
-
# * **AutoScalingGroupNotFound**: We couldn't find the
|
|
4675
|
-
#
|
|
4676
|
-
#
|
|
4677
|
-
# settings to recover.
|
|
4674
|
+
# * **AutoScalingGroupNotFound**: We couldn't find the Auto Scaling
|
|
4675
|
+
# group associated with the managed node group. You may be able to
|
|
4676
|
+
# recreate an Auto Scaling group with the same settings to recover.
|
|
4678
4677
|
#
|
|
4679
4678
|
# * **ClusterUnreachable**: Amazon EKS or one or more of your managed
|
|
4680
4679
|
# nodes is unable to to communicate with your Kubernetes cluster API
|
|
@@ -6223,11 +6222,10 @@ module Aws::EKS
|
|
|
6223
6222
|
include Aws::Structure
|
|
6224
6223
|
end
|
|
6225
6224
|
|
|
6226
|
-
# An object representing the scaling configuration details for the
|
|
6227
|
-
#
|
|
6228
|
-
#
|
|
6229
|
-
#
|
|
6230
|
-
# the properties.
|
|
6225
|
+
# An object representing the scaling configuration details for the Auto
|
|
6226
|
+
# Scaling group that is associated with your node group. When creating a
|
|
6227
|
+
# node group, you must specify all or none of the properties. When
|
|
6228
|
+
# updating a node group, you can specify any or none of the properties.
|
|
6231
6229
|
#
|
|
6232
6230
|
# @!attribute [rw] min_size
|
|
6233
6231
|
# The minimum number of nodes that the managed node group can scale in
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -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" | "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" | "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]?
|
data/sig/types.rbs
CHANGED
|
@@ -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" | "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" | "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]
|
|
@@ -1327,7 +1327,7 @@ module Aws::EKS
|
|
|
1327
1327
|
attr_accessor instance_types: ::Array[::String]
|
|
1328
1328
|
attr_accessor subnets: ::Array[::String]
|
|
1329
1329
|
attr_accessor remote_access: Types::RemoteAccessConfig
|
|
1330
|
-
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" | "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")
|
|
1330
|
+
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
1331
|
attr_accessor node_role: ::String
|
|
1332
1332
|
attr_accessor labels: ::Hash[::String, ::String]
|
|
1333
1333
|
attr_accessor taints: ::Array[Types::Taint]
|