aws-sdk-b2bi 1.15.0 → 1.16.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-b2bi/client.rb +7 -1
- data/lib/aws-sdk-b2bi.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: 4786f9863d90d714f822a93a0b3e230ec63ae33ca1e145d5785d7a81e8a4421f
|
4
|
+
data.tar.gz: c6c23168b60b089ff4ee62bc9b1f588b9797077e06eb6b2f3f91ffb5a090b1ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73cb0c9851e1d7d25ec2b851ff48563bede745f77ae0b036c9be49edbf820c2667a66743026637b813512a74da66c32b55f1706e9918f4f864190b870d2d9635
|
7
|
+
data.tar.gz: 4aa88366a91b11e3b09d6444db03864dc241787d82382b3d6200a77cc39578b13ebda85aa617bb46feea1870b8a1187b9e810c6db3749be011dd087a8c508848
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|
data/lib/aws-sdk-b2bi/client.rb
CHANGED
@@ -432,6 +432,12 @@ module Aws::B2bi
|
|
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
|
#
|
@@ -2605,7 +2611,7 @@ module Aws::B2bi
|
|
2605
2611
|
tracer: tracer
|
2606
2612
|
)
|
2607
2613
|
context[:gem_name] = 'aws-sdk-b2bi'
|
2608
|
-
context[:gem_version] = '1.
|
2614
|
+
context[:gem_version] = '1.16.0'
|
2609
2615
|
Seahorse::Client::Request.new(handlers, context)
|
2610
2616
|
end
|
2611
2617
|
|
data/lib/aws-sdk-b2bi.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-b2bi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.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
|