aws-sdk-docdb 1.72.0 → 1.73.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-docdb/client.rb +7 -1
- data/lib/aws-sdk-docdb.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: 691d9adbfab25c0ed326a2433589ec3b8f07f558da3a0b4c9c535e64c80d2b5a
|
|
4
|
+
data.tar.gz: 906278820ddf3c92fc88bde2e23606ef4f44b502c6d14bb2cf4148871837a100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1de8e28715f52bf0bfc7a20f26cf1d09c1c81ea9856fc54bb485eb6a0299379454fa2316b6c1b09c3f315cce938a7e8a38b053b1c6b7455336e27b897ee03d0
|
|
7
|
+
data.tar.gz: 45f864ce7aaffe70d19b9c66c579ca6443d9e74993d22ee2cbc17cc97f8d71fcb48104e159201eda2f14df675b74100e430589592f471e15fb1f1555c136cf80
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.0
|
data/lib/aws-sdk-docdb/client.rb
CHANGED
|
@@ -427,6 +427,12 @@ module Aws::DocDB
|
|
|
427
427
|
# @option options [String] :ssl_ca_store
|
|
428
428
|
# Sets the X509::Store to verify peer certificate.
|
|
429
429
|
#
|
|
430
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
431
|
+
# Sets a client certificate when creating http connections.
|
|
432
|
+
#
|
|
433
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
434
|
+
# Sets a client key when creating http connections.
|
|
435
|
+
#
|
|
430
436
|
# @option options [Float] :ssl_timeout
|
|
431
437
|
# Sets the SSL timeout in seconds
|
|
432
438
|
#
|
|
@@ -5595,7 +5601,7 @@ module Aws::DocDB
|
|
|
5595
5601
|
tracer: tracer
|
|
5596
5602
|
)
|
|
5597
5603
|
context[:gem_name] = 'aws-sdk-docdb'
|
|
5598
|
-
context[:gem_version] = '1.
|
|
5604
|
+
context[:gem_version] = '1.73.0'
|
|
5599
5605
|
Seahorse::Client::Request.new(handlers, context)
|
|
5600
5606
|
end
|
|
5601
5607
|
|
data/lib/aws-sdk-docdb.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-docdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.73.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
|