aws-sdk-managedblockchain 1.62.0 → 1.63.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedblockchain/client.rb +1 -3
- data/lib/aws-sdk-managedblockchain.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f98e6cb15f9e33a28db018a83e79af97cff8c0be29e4435f8913fc8a1609fc9
|
|
4
|
+
data.tar.gz: 4e10c42c68ff4432dae73ee886e1c600879a098b4cf334451cb8b0931d577926
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a7411653d58084960b2140da17a945de8f2dbdd06e0185675abe20f91d8125bd13c5648444921870be2ce2dc3f6708eb3e1abea74d7fdc4191a0aac71dfb885
|
|
7
|
+
data.tar.gz: 3ddd69182169b35bafaee39ce74266f8d33fb6a974c4337db1dc2b2fdd4e4d83d7ce2b7823062eddea59f1c2b9ead6cfb895ed23012ee20a9bdc2d405d2cd195
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:managedblockchain)
|
|
40
|
-
|
|
41
39
|
module Aws::ManagedBlockchain
|
|
42
40
|
# An API client for ManagedBlockchain. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -1988,7 +1986,7 @@ module Aws::ManagedBlockchain
|
|
|
1988
1986
|
tracer: tracer
|
|
1989
1987
|
)
|
|
1990
1988
|
context[:gem_name] = 'aws-sdk-managedblockchain'
|
|
1991
|
-
context[:gem_version] = '1.
|
|
1989
|
+
context[:gem_version] = '1.63.0'
|
|
1992
1990
|
Seahorse::Client::Request.new(handlers, context)
|
|
1993
1991
|
end
|
|
1994
1992
|
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:managedblockchain)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon Managed Blockchain. This module is available in the
|
|
15
17
|
# `aws-sdk-managedblockchain` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::ManagedBlockchain
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-managedblockchain/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-managedblockchain/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.63.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
60
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-managedblockchain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|