aws-sdk-managedblockchain 1.77.0 → 1.78.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: 702098c3466bf44a6db7f3c204b722dd6817f08f229ce9db1419da14203af81f
4
- data.tar.gz: 773144e2941e64424e060587d488d76502454d00521d320b7f803a67d8cb38b3
3
+ metadata.gz: 00ee0fbe63f1cc63cf08ac4c48c9c8a03e790f1d3432ca6a2690296a89fa5a8b
4
+ data.tar.gz: a6a31e518af89fe3407655cea72dd5336f4a78da0acc3ec3def38f4fd3ccf285
5
5
  SHA512:
6
- metadata.gz: 8ce3887744e8540ccb99ff9005b579b5ba06c4a5dd92b4455a19e3930084c060e42af9426a4eb55fc351705b51d59bec9a693cd318fe2ff792632cfe126bbead
7
- data.tar.gz: be0b3a89b3180f15272fac3f9fb472caf886adce1e665d39fa59feff8945967c0becf98f62bf9c3d07a8d0d590f1c240faa1394e228814edd4403cc86fede2d8
6
+ metadata.gz: f5e6089fd398c2f93da30cba68141a5d3cea17399cc4b1e052de1bff1e53687676269654fcbbb2ef40a39e23cbd86c0f6c58f2cb515ad68e59c6c7a0728252a4
7
+ data.tar.gz: 0f6ce09e9db6775e41999bdffe6aa38c1982949a8255cd54386e91359e2c16d7afc1cf84b547a18dc4c64928bcde5c94f5cf622ddae3d463061bc32d9d7daf3f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.77.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -2014,7 +2014,7 @@ module Aws::ManagedBlockchain
2014
2014
  tracer: tracer
2015
2015
  )
2016
2016
  context[:gem_name] = 'aws-sdk-managedblockchain'
2017
- context[:gem_version] = '1.77.0'
2017
+ context[:gem_version] = '1.78.0'
2018
2018
  Seahorse::Client::Request.new(handlers, context)
2019
2019
  end
2020
2020
 
@@ -13,22 +13,22 @@ module Aws::ManagedBlockchain
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::ManagedBlockchain
54
54
  autoload :EndpointProvider, 'aws-sdk-managedblockchain/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-managedblockchain/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.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-managedblockchain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services