aws-sdk-qbusiness 1.13.0 → 1.14.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-qbusiness/async_client.rb +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +7 -1
- data/lib/aws-sdk-qbusiness.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: f437f0aebd85d9bc98ab8db9a4ff0c710ef16f1f4bc1b7011a13e5648d1784ed
|
4
|
+
data.tar.gz: 38ea4f83d93171142ff700e70ef51a36044152988e81e72945b292b49ee1251b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7356bf6829dcfcdacc1f36f35f090a83d52034ca1324ec4b03c02793cb6bc75a999986304aee83264da102937bb3f196c426443e729cb5de0a625c11fd0c5bba
|
7
|
+
data.tar.gz: 6c8599d542a716c4dab44e1e99f4f15a3a4a0afaddb3d54d1e949a31bef41c6f3ec6082986af9c0f22b3b65a7f097882d0b9eac78e449e170d555a48ff4174e2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
@@ -436,6 +436,12 @@ module Aws::QBusiness
|
|
436
436
|
# @option options [String] :ssl_ca_store
|
437
437
|
# Sets the X509::Store to verify peer certificate.
|
438
438
|
#
|
439
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
440
|
+
# Sets a client certificate when creating http connections.
|
441
|
+
#
|
442
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
443
|
+
# Sets a client key when creating http connections.
|
444
|
+
#
|
439
445
|
# @option options [Float] :ssl_timeout
|
440
446
|
# Sets the SSL timeout in seconds
|
441
447
|
#
|
@@ -4145,7 +4151,7 @@ module Aws::QBusiness
|
|
4145
4151
|
tracer: tracer
|
4146
4152
|
)
|
4147
4153
|
context[:gem_name] = 'aws-sdk-qbusiness'
|
4148
|
-
context[:gem_version] = '1.
|
4154
|
+
context[:gem_version] = '1.14.0'
|
4149
4155
|
Seahorse::Client::Request.new(handlers, context)
|
4150
4156
|
end
|
4151
4157
|
|
data/lib/aws-sdk-qbusiness.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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
|