aws-sdk-xray 1.14.0 → 1.15.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
2
  SHA1:
3
- metadata.gz: '0239fbea09767fe839097eac0abb2141e7c52e1f'
4
- data.tar.gz: 241ca405e493a25866fecdd85c3abedd9dadaf5d
3
+ metadata.gz: 97bb367435638ac19003755daa07d14a509f37fb
4
+ data.tar.gz: 2ebe8d8d38d7b9e646b07149d36e0ae219075db8
5
5
  SHA512:
6
- metadata.gz: cb76b09050bb553e728dc990cfe8ff5de7432655db0b2bdadb3d9ef1d0d03999df0d440c07808e5f409cbdd680ccd8327a914f7c7e51e828f625e0312be14084
7
- data.tar.gz: fd4193cd8afe58d0e9b9144443b6ec797a861e369b7b04be82bc489f0835e6bc5abaae89430c8f8b248eb746c9fb24f3d2258ff1b4a3d83832b4e9d81a8594cd
6
+ metadata.gz: b4761f0e1e481d53a97e0f97e18455e2c7afbdb9c211be9b62ec56a3690a5007f8fc183e1e2177f47b6d7c07f505db1f27a0631d5c68220a6a77972135656f10
7
+ data.tar.gz: 694f862222990ec63a456920d96dbc5a4bb8c19fa2f7dfdea401e86e530fb8f2ae591f293135091ff1f9d1e8852e4030170a41fe255360ce766605d6efc668d7
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-xray/customizations'
42
42
  # @service
43
43
  module Aws::XRay
44
44
 
45
- GEM_VERSION = '1.14.0'
45
+ GEM_VERSION = '1.15.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::XRay
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
 
@@ -1409,7 +1411,7 @@ module Aws::XRay
1409
1411
  params: params,
1410
1412
  config: config)
1411
1413
  context[:gem_name] = 'aws-sdk-xray'
1412
- context[:gem_version] = '1.14.0'
1414
+ context[:gem_version] = '1.15.0'
1413
1415
  Seahorse::Client::Request.new(handlers, context)
1414
1416
  end
1415
1417
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-xray
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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-05-01 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