aws-sdk-eks 1.64.0 → 1.65.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 +5 -5
- data/lib/aws-sdk-eks/types.rb +1 -1
- data/lib/aws-sdk-eks.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de7840a810de5c6d519e3a60cda0a1df5c35618325858f868205f567e9fcf4d1
|
|
4
|
+
data.tar.gz: 32d23a44f35dd76bd4d152ea7d6d1a446c90925cc76ad0b21fabb38b23301693
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40b0afa39f0cd7ddadad4f0a5c4d94f93b5573272422749e096a3fd7339ef2d94145271c16aa823da131da718829800eb337399d60133baa7f060efbcd97aa1b
|
|
7
|
+
data.tar.gz: 38c8118058c60d87846c6a738f4f27039ebd117192ed2e2009da71bcda24e3b86c6ec2c273e8128ba499cb27e72480afa12081ea38cbf10f1234220cd02222bf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -1134,7 +1134,7 @@ module Aws::EKS
|
|
|
1134
1134
|
# disk_size: 1,
|
|
1135
1135
|
# subnets: ["String"], # required
|
|
1136
1136
|
# instance_types: ["String"],
|
|
1137
|
-
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM
|
|
1137
|
+
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64
|
|
1138
1138
|
# remote_access: {
|
|
1139
1139
|
# ec2_ssh_key: "String",
|
|
1140
1140
|
# source_security_groups: ["String"],
|
|
@@ -1189,7 +1189,7 @@ module Aws::EKS
|
|
|
1189
1189
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
1190
1190
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
1191
1191
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
1192
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
|
|
1192
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64"
|
|
1193
1193
|
# resp.nodegroup.node_role #=> String
|
|
1194
1194
|
# resp.nodegroup.labels #=> Hash
|
|
1195
1195
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -1473,7 +1473,7 @@ module Aws::EKS
|
|
|
1473
1473
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
1474
1474
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
1475
1475
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
1476
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
|
|
1476
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64"
|
|
1477
1477
|
# resp.nodegroup.node_role #=> String
|
|
1478
1478
|
# resp.nodegroup.labels #=> Hash
|
|
1479
1479
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -1960,7 +1960,7 @@ module Aws::EKS
|
|
|
1960
1960
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
1961
1961
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
1962
1962
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
1963
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
|
|
1963
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64"
|
|
1964
1964
|
# resp.nodegroup.node_role #=> String
|
|
1965
1965
|
# resp.nodegroup.labels #=> Hash
|
|
1966
1966
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -3208,7 +3208,7 @@ module Aws::EKS
|
|
|
3208
3208
|
params: params,
|
|
3209
3209
|
config: config)
|
|
3210
3210
|
context[:gem_name] = 'aws-sdk-eks'
|
|
3211
|
-
context[:gem_version] = '1.
|
|
3211
|
+
context[:gem_version] = '1.65.0'
|
|
3212
3212
|
Seahorse::Client::Request.new(handlers, context)
|
|
3213
3213
|
end
|
|
3214
3214
|
|
data/lib/aws-sdk-eks/types.rb
CHANGED
|
@@ -934,7 +934,7 @@ module Aws::EKS
|
|
|
934
934
|
# disk_size: 1,
|
|
935
935
|
# subnets: ["String"], # required
|
|
936
936
|
# instance_types: ["String"],
|
|
937
|
-
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM
|
|
937
|
+
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64
|
|
938
938
|
# remote_access: {
|
|
939
939
|
# ec2_ssh_key: "String",
|
|
940
940
|
# source_security_groups: ["String"],
|
data/lib/aws-sdk-eks.rb
CHANGED
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.
|
|
4
|
+
version: 1.65.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: 2021-10-
|
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|