aws-sdk-xray 1.98.0 → 1.99.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: 7df5b6caaa2f7289e0a8e2173b0b37c1e6990f5ca3c095f59bc0c9c96bb7977e
4
+ data.tar.gz: aa3d2a5782940b3afcf457efe1391529b720d7039ced8250b5783ab02811641b
5
5
  SHA512:
6
- metadata.gz: c00fdb3128834aaf0a9ac885b817241912aa484e8e3112ab171b29ac0f96a99c66bfbf751899402ece2a756321e6a836121af79a3b54d58b4cd34c46477c4df3
7
- data.tar.gz: f53e616c5bca4cccb80dcbd7aee8f8e55054966bc8b6b26aa1609763566a443f87fc94f09d4f1862d79852a1633d772c78f1202a21f9f6c9df7588124f61422b
6
+ metadata.gz: 1183c0363b2b7099cfb6f2670d18612a545f3a4293db3b7c0e9603852ee1fd78b0c26d17b2f768671e0814cf69b1f75403bf2f6f15a8465db8ed84d4c9db4a9a
7
+ data.tar.gz: f8c5a134692e54865e83a36fba92c51fc4f6eaa4e69e0bc9fe09f5910aeacc702adbd73ce9176603f2d9336997308c60b2945395432e5745c00db05b9c352bb0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.98.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -2799,7 +2799,7 @@ module Aws::XRay
2799
2799
  tracer: tracer
2800
2800
  )
2801
2801
  context[:gem_name] = 'aws-sdk-xray'
2802
- context[:gem_version] = '1.98.0'
2802
+ context[:gem_version] = '1.99.0'
2803
2803
  Seahorse::Client::Request.new(handlers, context)
2804
2804
  end
2805
2805
 
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.99.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.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services