aws-sdk-xray 1.59.0 → 1.60.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-xray/client.rb +4 -4
- data/lib/aws-sdk-xray/types.rb +2 -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: e53cddfdc5bd81326622765dd429b583e7b01c23b7dd074d5f619192d4299141
|
4
|
+
data.tar.gz: 3d105df3557c786ad74f39d8c3893cd29352e3839a069d9e042dc73096bc826f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b81afe308e3d1dd5a8cd436a2ab7df36bf812b18a95d57866b011ed4ffe130f33ac2469ea849c95ab0176df12e8f8bb3335ae75a6ae2130edb4f2508d8ce029c
|
7
|
+
data.tar.gz: 07e3934f09611832b52b3d7ff40cc4c290426135763d218a796a1021b26195904489676eb0d2a0ec6427623e87e2dbdaa08fc0e126ff9ac203fd2dae70634de8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2023-10-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.
|
8
|
+
|
4
9
|
1.59.0 (2023-09-27)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
data/lib/aws-sdk-xray/client.rb
CHANGED
@@ -1543,8 +1543,8 @@ module Aws::XRay
|
|
1543
1543
|
# The end of the time frame for which to retrieve traces.
|
1544
1544
|
#
|
1545
1545
|
# @option params [String] :time_range_type
|
1546
|
-
# A parameter to indicate whether to query trace summaries by TraceId
|
1547
|
-
# Event time.
|
1546
|
+
# A parameter to indicate whether to query trace summaries by TraceId,
|
1547
|
+
# Event (trace update time), or Service (segment end time).
|
1548
1548
|
#
|
1549
1549
|
# @option params [Boolean] :sampling
|
1550
1550
|
# Set to `true` to get summaries for only a subset of available traces.
|
@@ -1575,7 +1575,7 @@ module Aws::XRay
|
|
1575
1575
|
# resp = client.get_trace_summaries({
|
1576
1576
|
# start_time: Time.now, # required
|
1577
1577
|
# end_time: Time.now, # required
|
1578
|
-
# time_range_type: "TraceId", # accepts TraceId, Event
|
1578
|
+
# time_range_type: "TraceId", # accepts TraceId, Event, Service
|
1579
1579
|
# sampling: false,
|
1580
1580
|
# sampling_strategy: {
|
1581
1581
|
# name: "PartialScan", # accepts PartialScan, FixedRate
|
@@ -2228,7 +2228,7 @@ module Aws::XRay
|
|
2228
2228
|
params: params,
|
2229
2229
|
config: config)
|
2230
2230
|
context[:gem_name] = 'aws-sdk-xray'
|
2231
|
-
context[:gem_version] = '1.
|
2231
|
+
context[:gem_version] = '1.60.0'
|
2232
2232
|
Seahorse::Client::Request.new(handlers, context)
|
2233
2233
|
end
|
2234
2234
|
|
data/lib/aws-sdk-xray/types.rb
CHANGED
@@ -1299,8 +1299,8 @@ module Aws::XRay
|
|
1299
1299
|
# @return [Time]
|
1300
1300
|
#
|
1301
1301
|
# @!attribute [rw] time_range_type
|
1302
|
-
# A parameter to indicate whether to query trace summaries by TraceId
|
1303
|
-
# or
|
1302
|
+
# A parameter to indicate whether to query trace summaries by TraceId,
|
1303
|
+
# Event (trace update time), or Service (segment end time).
|
1304
1304
|
# @return [String]
|
1305
1305
|
#
|
1306
1306
|
# @!attribute [rw] sampling
|
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.60.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: 2023-
|
11
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|