aws-sdk-eks 1.98.0 → 1.99.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: 1198463637756bf38fef63fb6e66d78a067da719a5a4c8cdaa557715e646d84f
4
- data.tar.gz: e9a101651cf62a6fb940adab95510416696d443ab477fe620c6715f3dff8580a
3
+ metadata.gz: 830bbe3c66a544d9abc3977dad3bfe5d0e06ac085ae6a103804689c5cd745c9c
4
+ data.tar.gz: af099ac7c82e49b3467e4efa608c106f0096b9cba06c6b65b87fa306dc6d9b3a
5
5
  SHA512:
6
- metadata.gz: db829af517fba3b9a46dba25179c29eb7610383dbb191149e5ce0285fab943b2c911c282c273572e4e6410efa880ac582fe9dc18d7da5ad8e1fb80ce795dfb13
7
- data.tar.gz: 61f14bff103072d6e1779cc421382250422dc17d807e0376d1c703a0fa9f7ad754655c63a3524bec183e13cfe7c87f4d7fdc56d660082a7187b9d65b2312a5bd
6
+ metadata.gz: 6575199ac88a9e81a95c5fb1287ba81119079979c68e1a6deca9b3d49672993d2d59eabc820699f04a893b1137b0f63ba2205dc52e33b695ec8a3a679d81f42a
7
+ data.tar.gz: 0d45f6c23bf939bb7b14191844f75c9b1efd3b1a0e5c9fefd53a2a3fcc3f5f9a979720ac1f3ed57e94eee51d5cbb1a0fe37a1569f5359b6ffb63367290d64b1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-02-29)
5
+ ------------------
6
+
7
+ * Feature - Added support for new AL2023 AMIs to the supported AMITypes.
8
+
4
9
  1.98.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -1610,7 +1610,7 @@ module Aws::EKS
1610
1610
  # disk_size: 1,
1611
1611
  # subnets: ["String"], # required
1612
1612
  # instance_types: ["String"],
1613
- # 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_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
1613
+ # 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_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
1614
1614
  # remote_access: {
1615
1615
  # ec2_ssh_key: "String",
1616
1616
  # source_security_groups: ["String"],
@@ -1665,7 +1665,7 @@ module Aws::EKS
1665
1665
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
1666
1666
  # resp.nodegroup.remote_access.source_security_groups #=> Array
1667
1667
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
1668
- # 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_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"
1668
+ # 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_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"
1669
1669
  # resp.nodegroup.node_role #=> String
1670
1670
  # resp.nodegroup.labels #=> Hash
1671
1671
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -2156,7 +2156,7 @@ module Aws::EKS
2156
2156
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
2157
2157
  # resp.nodegroup.remote_access.source_security_groups #=> Array
2158
2158
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
2159
- # 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_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"
2159
+ # 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_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"
2160
2160
  # resp.nodegroup.node_role #=> String
2161
2161
  # resp.nodegroup.labels #=> Hash
2162
2162
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -2939,7 +2939,7 @@ module Aws::EKS
2939
2939
  # resp.nodegroup.remote_access.ec2_ssh_key #=> String
2940
2940
  # resp.nodegroup.remote_access.source_security_groups #=> Array
2941
2941
  # resp.nodegroup.remote_access.source_security_groups[0] #=> String
2942
- # 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_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"
2942
+ # 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_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"
2943
2943
  # resp.nodegroup.node_role #=> String
2944
2944
  # resp.nodegroup.labels #=> Hash
2945
2945
  # resp.nodegroup.labels["labelKey"] #=> String
@@ -4955,7 +4955,7 @@ module Aws::EKS
4955
4955
  params: params,
4956
4956
  config: config)
4957
4957
  context[:gem_name] = 'aws-sdk-eks'
4958
- context[:gem_version] = '1.98.0'
4958
+ context[:gem_version] = '1.99.0'
4959
4959
  Seahorse::Client::Request.new(handlers, context)
4960
4960
  end
4961
4961
 
data/lib/aws-sdk-eks.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eks/customizations'
53
53
  # @!group service
54
54
  module Aws::EKS
55
55
 
56
- GEM_VERSION = '1.98.0'
56
+ GEM_VERSION = '1.99.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -273,7 +273,7 @@ module Aws
273
273
  ?disk_size: ::Integer,
274
274
  subnets: Array[::String],
275
275
  ?instance_types: Array[::String],
276
- ?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "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"),
276
+ ?ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "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"),
277
277
  ?remote_access: {
278
278
  ec2_ssh_key: ::String?,
279
279
  source_security_groups: Array[::String]?
data/sig/types.rbs CHANGED
@@ -339,7 +339,7 @@ module Aws::EKS
339
339
  attr_accessor disk_size: ::Integer
340
340
  attr_accessor subnets: ::Array[::String]
341
341
  attr_accessor instance_types: ::Array[::String]
342
- attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "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")
342
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "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")
343
343
  attr_accessor remote_access: Types::RemoteAccessConfig
344
344
  attr_accessor node_role: ::String
345
345
  attr_accessor labels: ::Hash[::String, ::String]
@@ -1003,7 +1003,7 @@ module Aws::EKS
1003
1003
  attr_accessor instance_types: ::Array[::String]
1004
1004
  attr_accessor subnets: ::Array[::String]
1005
1005
  attr_accessor remote_access: Types::RemoteAccessConfig
1006
- attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "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")
1006
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "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")
1007
1007
  attr_accessor node_role: ::String
1008
1008
  attr_accessor labels: ::Hash[::String, ::String]
1009
1009
  attr_accessor taints: ::Array[Types::Taint]
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.98.0
4
+ version: 1.99.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core