aws-sdk-docdbelastic 1.30.0 → 1.31.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: e90602292aa53dbb715107a9e60af2073bcc4e92117eee1af3ab48f8bd7f0475
4
- data.tar.gz: a5f7eb0272e2e1ffadebd1237c3d05af3385e6a6a237e63dbd4a8be18bee62c5
3
+ metadata.gz: c1fc040dd0e9b3f2501aaab5a00697e6d587bb96f85efb851b066aa562713be5
4
+ data.tar.gz: 0623154adea9b8e7f3fdd62c6888a50c0f48252a218a69b8cf70b1f4bec625e4
5
5
  SHA512:
6
- metadata.gz: f343ce95ad36c39e5d7230418657fcac34e27c532edc04207c7d1365bb58bcb87e7381bb1a09c2e6cae5cf01f14c8052f81c48208ac425e55d80d90c3503e9eb
7
- data.tar.gz: d22fba87c9709bf05f8d28bf0dbbc95808a5cef9e333acbd9d6b9b76e7b588c3651fc1cb75c8c8334faba9474d9947a89da1815765c1aabb6613d1d6b354b687
6
+ metadata.gz: e31bbbebc5373a0725755ffb4fa8862a05618243adf40a74d8d1eaee22527c30c522562c580d41bb95e774ec5b1b604e2262e30c878de805926b15f7abc88870
7
+ data.tar.gz: '0792c58f1ce68119bd67c01cfe43e0063ab8f85bfe0ef44af5c4e0d6dbfe7c6255490a99425e9dd60ab82e4ee7f25de5fec6abebd53e3064707df39b9f3070a8'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -200,8 +200,7 @@ module Aws::DocDBElastic
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1632,7 +1631,7 @@ module Aws::DocDBElastic
1632
1631
  tracer: tracer
1633
1632
  )
1634
1633
  context[:gem_name] = 'aws-sdk-docdbelastic'
1635
- context[:gem_version] = '1.30.0'
1634
+ context[:gem_version] = '1.31.0'
1636
1635
  Seahorse::Client::Request.new(handlers, context)
1637
1636
  end
1638
1637
 
@@ -54,7 +54,7 @@ module Aws::DocDBElastic
54
54
  autoload :EndpointProvider, 'aws-sdk-docdbelastic/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-docdbelastic/endpoints'
56
56
 
57
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.31.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdbelastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services