aws-sdk-xray 1.24.0 → 1.25.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: 7cb073c5f49c5c8b5b328aa51ecb698f2ffb3768
4
- data.tar.gz: 022c880bfb54be7b02a5c688967e8f4df4496d62
2
+ SHA256:
3
+ metadata.gz: 5e78d9c6c6422d2a29f05d14f9d7a649491b602344b7ed0f9867b4ca3154f6bd
4
+ data.tar.gz: d7fa1acf6f15eb3f4805dd6c0f63c06d4387d9b0efa61e7d7276d11e71b3dc21
5
5
  SHA512:
6
- metadata.gz: '039257128b9b0521c6498e3cc124b54db572c91281c2a9996c849baaf96689c83ba662b8f9f7aa75e02ac35c2418dc723d4bf50aa133436ac80b7ab44177ae6b'
7
- data.tar.gz: c62584feb47bcc3db42761a4b2dcc327a67e1b88e5e48806bae5a25273bec9f252523c572f6b8aeebcd997e59681273d8319857049f703ff3ffaf2f5c645b9d4
6
+ metadata.gz: 1b2b86d604e2ec130467b6255db337b554c8893dafce1f5d806befb0c2336be9378b3bfbe91666acc5442c34b35be2c2266cb0868aead9eddf055030478033cf
7
+ data.tar.gz: 82821bf59acd16fc0163b8eae43b980039db6a37d949eed723f0eadfe1d8027d91591efe04b4058d229dedbb677233e81e99d44a8e9d98cdb71a7bc29b71acdc
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-xray/customizations'
45
45
  # @service
46
46
  module Aws::XRay
47
47
 
48
- GEM_VERSION = '1.24.0'
48
+ GEM_VERSION = '1.25.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::XRay
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::XRay
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
@@ -1494,7 +1494,7 @@ module Aws::XRay
1494
1494
  params: params,
1495
1495
  config: config)
1496
1496
  context[:gem_name] = 'aws-sdk-xray'
1497
- context[:gem_version] = '1.24.0'
1497
+ context[:gem_version] = '1.25.0'
1498
1498
  Seahorse::Client::Request.new(handlers, context)
1499
1499
  end
1500
1500
 
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.24.0
4
+ version: 1.25.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 - AWS X-Ray