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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcc28ccad6fa8f45e050ff9d4be8fac47637f1047182e097d8a2f004a677ffc8
4
- data.tar.gz: e7c224b7f89842d5b32336f157d40c008a8b1edb1d47f586c1825fdea59e51d5
3
+ metadata.gz: 4a6fb79803eb223e570319d0767cc867c04911b7074e1e24963d4be6ba7f1f32
4
+ data.tar.gz: c6499785ff04dde678c784777cbfb17891a4d65dc40ee9024823eb8e5e310e74
5
5
  SHA512:
6
- metadata.gz: c00fdb3128834aaf0a9ac885b817241912aa484e8e3112ab171b29ac0f96a99c66bfbf751899402ece2a756321e6a836121af79a3b54d58b4cd34c46477c4df3
7
- data.tar.gz: f53e616c5bca4cccb80dcbd7aee8f8e55054966bc8b6b26aa1609763566a443f87fc94f09d4f1862d79852a1633d772c78f1202a21f9f6c9df7588124f61422b
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.98.0
1
+ 1.100.0
@@ -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. This is default value if
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` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
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.98.0'
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
@@ -54,7 +54,7 @@ module Aws::XRay
54
54
  autoload :EndpointProvider, 'aws-sdk-xray/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-xray/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.100.0'
58
58
 
59
59
  end
60
60
 
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.98.0
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.247.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement