aws-sdk-managedblockchain 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: bbdcbead555c9c75ea1c4f5c3b89512c0dbdece5
4
- data.tar.gz: 263d3700fde3233af927d68cc25d3959418ebba8
3
+ metadata.gz: 89a46c9d0095d5cf96c0104faea79adc3e01d9ff
4
+ data.tar.gz: cef2e47dcc6587f4d4010b8be1638b8adec83098
5
5
  SHA512:
6
- metadata.gz: eadabd032033dd1911c61399a910e49c2490252a9512b096a9e0a25e5c2bb80efdf0cfb0295e2a8215312847da9a1a83d6df1add75cd07082a41975656b47e3d
7
- data.tar.gz: af57acb8a0e866b20c6b3e038320b2217a7b6f3aefd4b65a41d33b5c0dc4824f3b1ab96e428040bc095fe8820ee3b336fc6adf19a8486389b7c5de2dfc6b56a4
6
+ metadata.gz: 0f75b6c4197a6ab862c27cf8b1b64c1064e8dd175486a8694e2a674c301e7a9a8990c196b4c8833110d87e471e25ac7e200ddc5a1ccae8895dcea3d799887a91
7
+ data.tar.gz: 461e56aa14e155c9dab6814bc1e0d779f5b4f5aa9307462d6d788a9fcf545593014611b5030914a7ca2b8844a205011531abb2ad60f29afc868e9ecbec793893
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
42
42
  # @service
43
43
  module Aws::ManagedBlockchain
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::ManagedBlockchain
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::RestJson)
60
62
 
@@ -1128,7 +1130,7 @@ module Aws::ManagedBlockchain
1128
1130
  params: params,
1129
1131
  config: config)
1130
1132
  context[:gem_name] = 'aws-sdk-managedblockchain'
1131
- context[:gem_version] = '1.0.0'
1133
+ context[:gem_version] = '1.1.0'
1132
1134
  Seahorse::Client::Request.new(handlers, context)
1133
1135
  end
1134
1136
 
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.0.0
4
+ version: 1.1.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: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core