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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-xray/client.rb +1 -1
- data/lib/aws-sdk-xray.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7df5b6caaa2f7289e0a8e2173b0b37c1e6990f5ca3c095f59bc0c9c96bb7977e
|
|
4
|
+
data.tar.gz: aa3d2a5782940b3afcf457efe1391529b720d7039ced8250b5783ab02811641b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1183c0363b2b7099cfb6f2670d18612a545f3a4293db3b7c0e9603852ee1fd78b0c26d17b2f768671e0814cf69b1f75403bf2f6f15a8465db8ed84d4c9db4a9a
|
|
7
|
+
data.tar.gz: f8c5a134692e54865e83a36fba92c51fc4f6eaa4e69e0bc9fe09f5910aeacc702adbd73ce9176603f2d9336997308c60b2945395432e5745c00db05b9c352bb0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
data/lib/aws-sdk-xray/client.rb
CHANGED
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
|