aws-sdk-managedblockchainquery 1.27.0 → 1.28.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: e1f200ffd8c5e196d79625c8002f6038026a163767c37ac9b3bdc59fba6d4b4f
4
- data.tar.gz: ff7c991439acd68e45816da96bc90483f572f4966442d8c6afada100ba991a85
3
+ metadata.gz: 70b4b4b779e6e8b19600039138ced5611cbddac71c155599c2edaf20edb1b859
4
+ data.tar.gz: a69747e6c4dccde4d2c467c612bf1c8ee1cff6d69afa4902242fdd52705a2531
5
5
  SHA512:
6
- metadata.gz: a1227afb733766ed7ca617e0800451cc2007469658f6895b1f93ef33c228d4aa0662a981aa936f1b1641ed22e6e437960abc1db9040f5bf103c7f686046620df
7
- data.tar.gz: a14a0f2282429b2570776f46dbe4900e116b48b9aad40a1fb4f974579fc3bc80503371bf2225dee5ae67741c29831d40ad6d02f64a6248de131af45fa2b6b6d8
6
+ metadata.gz: c8399ef17d50c99b4f0f8315f323417e1c34a6d8b5395cf91ab38cc0ee8fa6b45e1e3ea7c28edf06b81abf5073864f132a548d7fadbd9306eb559a265b9f1778
7
+ data.tar.gz: bd0d77987ef549feb8fb6f2a2315c46cf034010e7c63439cdba16646fa4c700a61426d68c7e0bf4072c41f0f4fa4affba34ab999e8409bc56ba8b130518c967c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.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.27.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -200,8 +200,7 @@ module Aws::ManagedBlockchainQuery
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
@@ -1196,7 +1195,7 @@ module Aws::ManagedBlockchainQuery
1196
1195
  tracer: tracer
1197
1196
  )
1198
1197
  context[:gem_name] = 'aws-sdk-managedblockchainquery'
1199
- context[:gem_version] = '1.27.0'
1198
+ context[:gem_version] = '1.28.0'
1200
1199
  Seahorse::Client::Request.new(handlers, context)
1201
1200
  end
1202
1201
 
@@ -55,7 +55,7 @@ module Aws::ManagedBlockchainQuery
55
55
  autoload :EndpointProvider, 'aws-sdk-managedblockchainquery/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-managedblockchainquery/endpoints'
57
57
 
58
- GEM_VERSION = '1.27.0'
58
+ GEM_VERSION = '1.28.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-managedblockchainquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services