aws-sdk-managedblockchainquery 1.43.0 → 1.44.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: a20cfff3bd9ea97ea5286679f240495d9cb2a51fc36d1b16c110d11baa47f4be
4
- data.tar.gz: 2bd37900aa0c5dd522cffaec00a43100a7b81de1bb20d1cbce4b51f787684c85
3
+ metadata.gz: b7d48f8172b2edb791a33dece86d8897fcfd9132d48cc07b6f164914115b298f
4
+ data.tar.gz: 14189297a20c6867855987ee5cb323231819d4eb8d23371cd8c11f9ec5203f8b
5
5
  SHA512:
6
- metadata.gz: 7c8d73796b71a349e252e1d09b7e1e97484ef4d7eaa91cfbfe89252b45d92c2f63dd512d3f79ed2070ac7467d225c2172aaaad0fe6dbeb727687ade44c0d17b7
7
- data.tar.gz: 4bb00f4fa2e26ff61ad7fad65c1ad0570e7330c665311664042472b481c721d0595863ac2076c5e7d513e5660fe0f8c36fe25367217cca1787f213a87b4f0000
6
+ metadata.gz: 9c21f100c6aecf745407c4f4ee6a18794cfe1f14429bfd8282f696e41bb26540349376e65ae3afe51b527b29eb42dc0c71410b2221b6c99c78230ff0428a0801
7
+ data.tar.gz: 3656cf6cb4547e845174206519c397fa402d53ac602f50e9bd7d80ba82b57873255d71887456c861bcf2920cc68e53daf389a44d1f6e737aa58eee87a79dbdc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -199,7 +199,7 @@ module Aws::ManagedBlockchainQuery
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ManagedBlockchainQuery
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1202,7 +1200,7 @@ module Aws::ManagedBlockchainQuery
1202
1200
  tracer: tracer
1203
1201
  )
1204
1202
  context[:gem_name] = 'aws-sdk-managedblockchainquery'
1205
- context[:gem_version] = '1.43.0'
1203
+ context[:gem_version] = '1.44.0'
1206
1204
  Seahorse::Client::Request.new(handlers, context)
1207
1205
  end
1208
1206
 
@@ -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.43.0'
58
+ GEM_VERSION = '1.44.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.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement