aws-sdk-docdb 1.63.0 → 1.64.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 +4 -3
- 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: e397a249894cf3f69180ceae0dbee1a7e61e45c4f9fa2292f5bec495cc553c1a
|
|
4
|
+
data.tar.gz: c3e746bd9e53ec38e620468200b2fc53736174310e9d46c06c0cebf2c50e5782
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a35783b45aa5b23af655d32523789adc5906aaf21e1f353b5607c8a90ac6a05cd24fa74db6df5ae35897a1a87363fdb2dc5c27dc83c78cb88589274db7c65993
|
|
7
|
+
data.tar.gz: fc65434151f01a2298c7f835cd9a9314d361cd2e7d737d0f2fd69ade6875cf718c222af85a05279a32361efa7451bfd33a96f325312f35bb1abc56b6d1637058
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.0
|
data/lib/aws-sdk-docdb/client.rb
CHANGED
|
@@ -303,8 +303,9 @@ module Aws::DocDB
|
|
|
303
303
|
#
|
|
304
304
|
# @option options [String] :sdk_ua_app_id
|
|
305
305
|
# A unique and opaque application ID that is appended to the
|
|
306
|
-
# User-Agent header as app
|
|
307
|
-
# maximum length of 50.
|
|
306
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
307
|
+
# maximum length of 50. This variable is sourced from environment
|
|
308
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
308
309
|
#
|
|
309
310
|
# @option options [String] :secret_access_key
|
|
310
311
|
#
|
|
@@ -5464,7 +5465,7 @@ module Aws::DocDB
|
|
|
5464
5465
|
params: params,
|
|
5465
5466
|
config: config)
|
|
5466
5467
|
context[:gem_name] = 'aws-sdk-docdb'
|
|
5467
|
-
context[:gem_version] = '1.
|
|
5468
|
+
context[:gem_version] = '1.64.0'
|
|
5468
5469
|
Seahorse::Client::Request.new(handlers, context)
|
|
5469
5470
|
end
|
|
5470
5471
|
|
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.64.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-
|
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|