aws-sdk-support 1.65.0 → 1.66.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-support/client.rb +7 -1
- data/lib/aws-sdk-support.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: e940f3add3753ef4e241ac7bb5a1731b2d94924a9e5890b8a45fe485c9328c96
|
4
|
+
data.tar.gz: 0ec135ba6cb3b3449ab6f06bbbe152ed8c6e242fc7b04f50e36f1aee2e782f44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68140c3acb086464e6149037175e35fa1af8fdcada473d0b96b2ef66f2bfa6f607d4f1c28ed188a80bab6bb3529203bc20e601b999b049df29853fe7e69f70ac
|
7
|
+
data.tar.gz: 54965baf069111a27584bc108e4d7e3e71a2c668f0be65610378553a058cacfcc32ad903506e209f9eba07148e98863fe1c29dc4987b7f3a29351a8816bec1db
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -432,6 +432,12 @@ module Aws::Support
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -1717,7 +1723,7 @@ module Aws::Support
|
|
1717
1723
|
tracer: tracer
|
1718
1724
|
)
|
1719
1725
|
context[:gem_name] = 'aws-sdk-support'
|
1720
|
-
context[:gem_version] = '1.
|
1726
|
+
context[:gem_version] = '1.66.0'
|
1721
1727
|
Seahorse::Client::Request.new(handlers, context)
|
1722
1728
|
end
|
1723
1729
|
|
data/lib/aws-sdk-support.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.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
|