aws-sdk-emrcontainers 1.43.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emrcontainers/client.rb +7 -1
- data/lib/aws-sdk-emrcontainers.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: a85bd553f48d7ae68c2b855a353f56a803338f19a7ac6ec1ca18f4bfc6a69bc5
|
4
|
+
data.tar.gz: e6e4db405e0208c6a331979f4e7a66065dcb9a8f04cfcb74c6a458f19453468e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2275e535c9228d356a31e92099441d0160e3e6da3accb9c48b278c78fe0a98fa3752983451fdadd34ab32d8e139bc17d7fc422cc3ccb64813e308b5e116b7a51
|
7
|
+
data.tar.gz: dc19f4b51986bac43916b538fc580873dbe924673f097d68d0ab9864b4daee4b2183159cdd85febc660d10d96a7b2533c55ddb893fd5af15b2b889b012ea3996
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -425,6 +425,12 @@ module Aws::EMRContainers
|
|
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
|
#
|
@@ -1901,7 +1907,7 @@ module Aws::EMRContainers
|
|
1901
1907
|
tracer: tracer
|
1902
1908
|
)
|
1903
1909
|
context[:gem_name] = 'aws-sdk-emrcontainers'
|
1904
|
-
context[:gem_version] = '1.
|
1910
|
+
context[:gem_version] = '1.44.0'
|
1905
1911
|
Seahorse::Client::Request.new(handlers, context)
|
1906
1912
|
end
|
1907
1913
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-emrcontainers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.44.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
|