aws-sdk-xray 1.43.0 → 1.44.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-xray/client.rb +4 -2
- data/lib/aws-sdk-xray.rb +1 -1
- 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: e1436f60432c454e155680e7598880df8b9a615cc810f07670b3e1e2cc4fabc5
|
|
4
|
+
data.tar.gz: 3f14ba74165621079c6ce9fefc6733745293f8789b3ad4e33c5e7c90b6660aa6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 595678661df419cd12ad23961929689a2b05dc8a773cfc868f77813c0f6e538183781bbd925aa6173e14d3770b4b998874f3cb4f6704569a84574b4bc89d4dc3
|
|
7
|
+
data.tar.gz: 44217f9c67da983e9008dc8ff279bb4ac180cd59ea7f54e9b91e6c9a822bd52cb5595db8911dc73a1d5894c352fe6c64e8da3b93e457e095c17ec6bfa725d85d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
data/lib/aws-sdk-xray/client.rb
CHANGED
|
@@ -119,7 +119,9 @@ module Aws::XRay
|
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
122
|
-
# enable retries and extended timeouts.
|
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
124
|
+
# to true.
|
|
123
125
|
#
|
|
124
126
|
# @option options [required, String] :region
|
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -2030,7 +2032,7 @@ module Aws::XRay
|
|
|
2030
2032
|
params: params,
|
|
2031
2033
|
config: config)
|
|
2032
2034
|
context[:gem_name] = 'aws-sdk-xray'
|
|
2033
|
-
context[:gem_version] = '1.
|
|
2035
|
+
context[:gem_version] = '1.44.0'
|
|
2034
2036
|
Seahorse::Client::Request.new(handlers, context)
|
|
2035
2037
|
end
|
|
2036
2038
|
|
data/lib/aws-sdk-xray.rb
CHANGED
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.44.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: 2021-11-
|
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|