aws-sdk-xray 1.98.0 → 1.100.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-xray/client.rb +6 -8
- data/lib/aws-sdk-xray.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a6fb79803eb223e570319d0767cc867c04911b7074e1e24963d4be6ba7f1f32
|
|
4
|
+
data.tar.gz: c6499785ff04dde678c784777cbfb17891a4d65dc40ee9024823eb8e5e310e74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a49dfe22944fc31d1ddaf81e7a4388510f1dc483290d78fa0268103cd8c7799a82a7dd999c546a78255e0a4abd6f125b795ca7f9b0dab8fcf1c1f1c53aa3bfb
|
|
7
|
+
data.tar.gz: 2487bd9b0f05c70fce4189adff723c453129018363f7891fe98e38b63e2553d8d2c3f72f6306d4402de0aeb89f63d56be03347e96a9bf8dfc9c463c7306c1be3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.100.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.99.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.98.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
data/lib/aws-sdk-xray/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::XRay
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::XRay
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2799,7 +2797,7 @@ module Aws::XRay
|
|
|
2799
2797
|
tracer: tracer
|
|
2800
2798
|
)
|
|
2801
2799
|
context[:gem_name] = 'aws-sdk-xray'
|
|
2802
|
-
context[:gem_version] = '1.
|
|
2800
|
+
context[:gem_version] = '1.100.0'
|
|
2803
2801
|
Seahorse::Client::Request.new(handlers, context)
|
|
2804
2802
|
end
|
|
2805
2803
|
|
data/lib/aws-sdk-xray.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -116,7 +116,7 @@ module Aws
|
|
|
116
116
|
{
|
|
117
117
|
key: ::String,
|
|
118
118
|
value: ::String
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
]
|
|
121
121
|
) -> _CreateGroupResponseSuccess
|
|
122
122
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGroupResponseSuccess
|
|
@@ -150,7 +150,7 @@ module Aws
|
|
|
150
150
|
{
|
|
151
151
|
key: ::String,
|
|
152
152
|
value: ::String
|
|
153
|
-
}
|
|
153
|
+
}
|
|
154
154
|
]
|
|
155
155
|
) -> _CreateSamplingRuleResponseSuccess
|
|
156
156
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSamplingRuleResponseSuccess
|
|
@@ -339,7 +339,7 @@ module Aws
|
|
|
339
339
|
request_count: ::Integer,
|
|
340
340
|
sampled_count: ::Integer,
|
|
341
341
|
borrow_count: ::Integer?
|
|
342
|
-
}
|
|
342
|
+
}
|
|
343
343
|
],
|
|
344
344
|
?sampling_boost_statistics_documents: Array[
|
|
345
345
|
{
|
|
@@ -349,7 +349,7 @@ module Aws
|
|
|
349
349
|
anomaly_count: ::Integer,
|
|
350
350
|
total_count: ::Integer,
|
|
351
351
|
sampled_anomaly_count: ::Integer
|
|
352
|
-
}
|
|
352
|
+
}
|
|
353
353
|
]
|
|
354
354
|
) -> _GetSamplingTargetsResponseSuccess
|
|
355
355
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSamplingTargetsResponseSuccess
|
|
@@ -517,7 +517,7 @@ module Aws
|
|
|
517
517
|
unknown_host_count: ::Integer?,
|
|
518
518
|
other_count: ::Integer?
|
|
519
519
|
}?
|
|
520
|
-
}
|
|
520
|
+
}
|
|
521
521
|
],
|
|
522
522
|
?ec2_instance_id: ::String,
|
|
523
523
|
?hostname: ::String,
|
|
@@ -557,7 +557,7 @@ module Aws
|
|
|
557
557
|
{
|
|
558
558
|
key: ::String,
|
|
559
559
|
value: ::String
|
|
560
|
-
}
|
|
560
|
+
}
|
|
561
561
|
]
|
|
562
562
|
) -> _TagResourceResponseSuccess
|
|
563
563
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.100.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|