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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1df49eefc1bd9e8b6315801783a49f067af12463ce7473c7c05cf1a4e8743ba2
4
- data.tar.gz: 79a85a943677c8c92a87f9a398339f029b5bb5992756ad6fbbf94403a7d59470
3
+ metadata.gz: 1c37ed2b0673aeb583a035dd7f252076f4f94c89dc963ee9cdab748bbcabfcbd
4
+ data.tar.gz: '078223cf7be6cfeee5f08c5dd75200e6ef47f49c5c923e9f2ca5d7a888018fe9'
5
5
  SHA512:
6
- metadata.gz: 7cdf8970fc2afbda6e8870b71e64d5a207f5fd23f8d190611678a1776b5ec3cb61167cd4e5eaa19aa69d44d2cb66f9447d5713b59c293b346ac37c65c364c873
7
- data.tar.gz: a8b9e49c7d3ad59983ab7282558dc0dc563a486b47c6e4aba35af951796bbb2f82f65af4629f2c9e6467aca883db8781c8adcf756573e1b00bc2d1b6d0a542aa
6
+ metadata.gz: af23083e7b162531730796a209141a5d3c76c7381f3fbba28aaa84f3349e02f03391ed6701bbc507b98fdd83c81f89429e13462576b58ad9142da942af379098
7
+ data.tar.gz: 1fb94c871031fdceb6ac110858155afeb23895c57557779f88c9284075d1a52da0de056ba30f8eda53e84d6ea41bfe345242ae0eff20e6b589aa51e33da0b23c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.37.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -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.37.0'
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-docdb/customizations'
49
49
  # @!group service
50
50
  module Aws::DocDB
51
51
 
52
- GEM_VERSION = '1.37.0'
52
+ GEM_VERSION = '1.38.0'
53
53
 
54
54
  end
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.37.0
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-04 00:00:00.000000000 Z
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