aws-sdk-xray 1.25.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-xray.rb +1 -1
- data/lib/aws-sdk-xray/client.rb +2 -2
- 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: 659a22894ed80783defa44fffde04ed165ef81a1ef2b42b0a2a5041973aa83e5
|
4
|
+
data.tar.gz: 56c119d3ed3330099bc9b7fbac1bd55c183bc42513980dbe9cd9b755708e0a62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b6ab02daeb04cd804245e42d2f877699d6ee8c8369c77631d4efc4bd122a2b01889f844a4cbb993ac09d9b73e73ccc09a6af4567445bf7821f78027ee2c470e
|
7
|
+
data.tar.gz: 200c9f98d622a490c13f463aea42f3ff187d90267d0ce613fe5ca62d072fc1027dd6255a59ab8dc3a9377773a11e7849f4e47112ea2bab21e0e384bd44dfb107
|
data/lib/aws-sdk-xray.rb
CHANGED
data/lib/aws-sdk-xray/client.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::XRay
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -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.
|
1497
|
+
context[:gem_version] = '1.26.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.
|
4
|
+
version: 1.26.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-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|