aws-sdk-docdb 1.85.0 → 1.86.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: 014bdd8ccc35a4f7e0200336e768eedf4dcd2955a2ae0c3c08f79192c76e0166
4
- data.tar.gz: 8cb3c137b7e86bc1ce365beaec3897d57bd8b34600fcd9cb9b20f071245e55e0
3
+ metadata.gz: 26bbf1c191cbf6b4f508ff8ff7770811afa6767cc9609c4bcd8a326b1cb46007
4
+ data.tar.gz: fc15edf83ec23246dac018bc724d1e933162911d00cfbde55f74c6cea416b7d4
5
5
  SHA512:
6
- metadata.gz: 04e3f5655226aad607e147065bc0c7a61c52e98d5b0bc647d5b85c077a01dc09f14b5376e6c06d7bcfa2250883eae8bd320e3fe1a259834a91dfba2eb127f448
7
- data.tar.gz: a93a19779a657e569dd26836a57261cd85a8f1babef440c78975b8cd6129c5da3ad8a4d707da8fad4b7384aa78f85101208caea77ed100be03752aca861f7263
6
+ metadata.gz: 93b9034dbad693a5c5aa16295ee8e47053833da1bfc86d37037362efd6b9dffec13cf6f3993a0498bb38235e1301d0c7c2c005edd3d86801d0b30bb0251bca2c
7
+ data.tar.gz: f3f2a48811bd18a6188cca0ab3437e7650eaa65478a310a70d932809038332171c6c19bc136ba127b2a9eb111342209a99bb3cdf7f7e123fb5f97a18b043d93d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -202,8 +202,7 @@ module Aws::DocDB
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -5743,7 +5742,7 @@ module Aws::DocDB
5743
5742
  tracer: tracer
5744
5743
  )
5745
5744
  context[:gem_name] = 'aws-sdk-docdb'
5746
- context[:gem_version] = '1.85.0'
5745
+ context[:gem_version] = '1.86.0'
5747
5746
  Seahorse::Client::Request.new(handlers, context)
5748
5747
  end
5749
5748
 
data/lib/aws-sdk-docdb.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::DocDB
55
55
  autoload :EndpointProvider, 'aws-sdk-docdb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-docdb/endpoints'
57
57
 
58
- GEM_VERSION = '1.85.0'
58
+ GEM_VERSION = '1.86.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services