aws-sdk-eks 1.113.0 → 1.114.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 +7 -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: 279b80be566d173ba4c89fa72328d8702ceda23dec73a2ed936c6226939f22e6
|
|
4
|
+
data.tar.gz: 4115bde4b4b4a6cb1ac5db32f04cc470267aa55aa8fa3d8a36a51276ae68e9d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19458955f7b78d7e58d7bea7598b8428656b255bb38e08e273bdefc44589dd0a94452dcdab199a13f0f9618d3880c238038c13cd5386758c1e95f4f48a6ab09d
|
|
7
|
+
data.tar.gz: 5738537752691e3ce5eb783bec64c603a53bffe88afc05f90b5653f7cbb3883d70a86926e0be97bbc10e3c95f6d0134071c5879bb2ec171bc78c520df79b64d0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.114.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -425,6 +425,12 @@ module Aws::EKS
|
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
|
427
427
|
#
|
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
429
|
+
# Sets a client certificate when creating http connections.
|
|
430
|
+
#
|
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
432
|
+
# Sets a client key when creating http connections.
|
|
433
|
+
#
|
|
428
434
|
# @option options [Float] :ssl_timeout
|
|
429
435
|
# Sets the SSL timeout in seconds
|
|
430
436
|
#
|
|
@@ -5120,7 +5126,7 @@ module Aws::EKS
|
|
|
5120
5126
|
tracer: tracer
|
|
5121
5127
|
)
|
|
5122
5128
|
context[:gem_name] = 'aws-sdk-eks'
|
|
5123
|
-
context[:gem_version] = '1.
|
|
5129
|
+
context[:gem_version] = '1.114.0'
|
|
5124
5130
|
Seahorse::Client::Request.new(handlers, context)
|
|
5125
5131
|
end
|
|
5126
5132
|
|
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.114.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-09-
|
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|