aws-sdk-docdbelastic 1.5.0 → 1.6.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: a47adf26a9ff5d245cd387c6ae3e9bd30881d6b7fee8f01a7568455f6751c366
4
- data.tar.gz: aae5d6b6b13715457e2d5b01fa3572f17b0d06aadc9988ff042861fec5d4fcf6
3
+ metadata.gz: 16c19551b85e0988fcc325976aa9e4cf4cd505fff8c701e8b231e8548d455420
4
+ data.tar.gz: ab61158bd96623df17bf0103c42478ed3fde389088d74124bc4e8f3f3dac01f5
5
5
  SHA512:
6
- metadata.gz: f1918ae1e176888bb4e55ca231846e2ceb314715b8648ac9e534fb64ea239baf651b11543c2b7559c033d507ff55ba4bae4efcdda8ed09cce718953b7c26580b
7
- data.tar.gz: 0c1f38069af94c591e88b1759f472a899898d7641723518353a51c74eb5d083a846877e3dd6b5f1090d4b0e0b438119bca563a203434ea7aed2bdd66f9d12746
6
+ metadata.gz: 8b06585dd9c2f4ee8043e3477749c6f5b540ccd6294c0509fcd79b37387885e1ec3fff96afc45f130aac92d734b5ec9a1111133aea6db942f801529ac8d36cf6
7
+ data.tar.gz: 5561558fd5c1a78925dd4f94bb7264b02db67d0a10a06da05547e4407a771687d86ee39c787d490e7ecb7da32615e03aec485e4109d91cfcd5ca3fe6c0b317df
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.5.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -216,6 +216,10 @@ module Aws::DocDBElastic
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1090,7 +1094,7 @@ module Aws::DocDBElastic
1090
1094
  params: params,
1091
1095
  config: config)
1092
1096
  context[:gem_name] = 'aws-sdk-docdbelastic'
1093
- context[:gem_version] = '1.5.0'
1097
+ context[:gem_version] = '1.6.0'
1094
1098
  Seahorse::Client::Request.new(handlers, context)
1095
1099
  end
1096
1100
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-docdbelastic/customizations'
52
52
  # @!group service
53
53
  module Aws::DocDBElastic
54
54
 
55
- GEM_VERSION = '1.5.0'
55
+ GEM_VERSION = '1.6.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdbelastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core