aws-sdk-docdb 1.37.0 → 1.38.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 -2
- 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: 1c37ed2b0673aeb583a035dd7f252076f4f94c89dc963ee9cdab748bbcabfcbd
|
4
|
+
data.tar.gz: '078223cf7be6cfeee5f08c5dd75200e6ef47f49c5c923e9f2ca5d7a888018fe9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af23083e7b162531730796a209141a5d3c76c7381f3fbba28aaa84f3349e02f03391ed6701bbc507b98fdd83c81f89429e13462576b58ad9142da942af379098
|
7
|
+
data.tar.gz: 1fb94c871031fdceb6ac110858155afeb23895c57557779f88c9284075d1a52da0de056ba30f8eda53e84d6ea41bfe345242ae0eff20e6b589aa51e33da0b23c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|
data/lib/aws-sdk-docdb/client.rb
CHANGED
@@ -121,7 +121,9 @@ module Aws::DocDB
|
|
121
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
122
122
|
# are very aggressive. Construct and pass an instance of
|
123
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
124
|
-
# enable retries and extended timeouts.
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
126
|
+
# to true.
|
125
127
|
#
|
126
128
|
# @option options [required, String] :region
|
127
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -5054,7 +5056,7 @@ module Aws::DocDB
|
|
5054
5056
|
params: params,
|
5055
5057
|
config: config)
|
5056
5058
|
context[:gem_name] = 'aws-sdk-docdb'
|
5057
|
-
context[:gem_version] = '1.
|
5059
|
+
context[:gem_version] = '1.38.0'
|
5058
5060
|
Seahorse::Client::Request.new(handlers, context)
|
5059
5061
|
end
|
5060
5062
|
|
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.38.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: 2021-11-
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|