aws-sdk-eks 1.97.0 → 1.99.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 430fd0eae0a39ed5a9056e21941c29a22a661e3a8c2cc5519c47a71e9c683dcc
4
- data.tar.gz: 5340c40a3e04ef849ce6734595e9e952df87f8b89885e8e7172fa41ed366c9f1
3
+ metadata.gz: 830bbe3c66a544d9abc3977dad3bfe5d0e06ac085ae6a103804689c5cd745c9c
4
+ data.tar.gz: af099ac7c82e49b3467e4efa608c106f0096b9cba06c6b65b87fa306dc6d9b3a
5
5
  SHA512:
6
- metadata.gz: f2ad2f7f59573513801649be547d92894a0322175a44b50ad782a8b412c817ccc9a77818840e4625969af5d4a226f17c10aef68df5b54b7dfa4d4619342d3e2f
7
- data.tar.gz: 86441f9f3cd8afa73c3ed3b158bb38ec3387e4eef241e24549881010ec21cbc5aaca0b9da68a25881fefed3adee8273b7e0aba1627404994a4b0742dd9fe06dd
6
+ metadata.gz: 6575199ac88a9e81a95c5fb1287ba81119079979c68e1a6deca9b3d49672993d2d59eabc820699f04a893b1137b0f63ba2205dc52e33b695ec8a3a679d81f42a
7
+ data.tar.gz: 0d45f6c23bf939bb7b14191844f75c9b1efd3b1a0e5c9fefd53a2a3fcc3f5f9a979720ac1f3ed57e94eee51d5cbb1a0fe37a1569f5359b6ffb63367290d64b1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.98.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.97.0 (2023-12-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.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.97.0'
4958
+ context[:gem_version] = '1.99.0'
4959
4959
  Seahorse::Client::Request.new(handlers, context)
4960
4960
  end
4961
4961
 
@@ -14,6 +14,7 @@ module Aws::EKS
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::EKS::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
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.97.0'
56
+ GEM_VERSION = '1.99.0'
57
57
 
58
58
  end