aws-sdk-managedblockchain 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0f803ac1fe9b95c256482e5423340eafbf0d033e
4
- data.tar.gz: 20975c296ccfb0e2619f0d7e4e7f6af419b49793
2
+ SHA256:
3
+ metadata.gz: e5f2bbbf01b7c62bd982d7c68803efe79f82500c3911c95c2ae9394d0b310ab7
4
+ data.tar.gz: 1b98b83b613d8600a1ee42d8b6107e5a6d023e48905377970669f57bd3d1cfe7
5
5
  SHA512:
6
- metadata.gz: 5c1dd6290920b69c2211ff7ae4626ae21e8e93b56d7ba5a8350434127ed88ab36a5fc9843ca4f97cce352b0a87fa348f71f76f8ae461e49eb0c4287f30ee999d
7
- data.tar.gz: 2e6e4d42ddbd892332a598771be5ca8dc064cc3fd2b7aaba89adf35e931da07af8bfc849533bb7ea9e73dbeaccb9610dd1bd3345de3e1f81040c4edaf6da0ec6
6
+ metadata.gz: c9d38edb6f4ab5899fff12e3885bff3815f35a7c0c2ed0d11c5674404c0e9921dc8ad4258311f3637147d9a0b7e4467f7f7cd6d3283a58cde407919194944b32
7
+ data.tar.gz: 589cce173484e5e64218de6059d373137e2fd5d3f143ff50cde4c9d944051a03571cb34f8dce3645c59cba54f8d2720343d785241669454699eb16739e3a04a0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
45
45
  # @service
46
46
  module Aws::ManagedBlockchain
47
47
 
48
- GEM_VERSION = '1.9.0'
48
+ GEM_VERSION = '1.10.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ManagedBlockchain
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::ManagedBlockchain
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1322,7 +1322,7 @@ module Aws::ManagedBlockchain
1322
1322
  params: params,
1323
1323
  config: config)
1324
1324
  context[:gem_name] = 'aws-sdk-managedblockchain'
1325
- context[:gem_version] = '1.9.0'
1325
+ context[:gem_version] = '1.10.0'
1326
1326
  Seahorse::Client::Request.new(handlers, context)
1327
1327
  end
1328
1328
 
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.9.0
4
+ version: 1.10.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: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - ManagedBlockchain