aws-sdk-xray 1.33.0 → 1.34.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/lib/aws-sdk-xray.rb +1 -1
- data/lib/aws-sdk-xray/client.rb +36 -17
- data/lib/aws-sdk-xray/client_api.rb +2 -0
- data/lib/aws-sdk-xray/types.rb +84 -40
- 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: b4b6cfa688df8a7338ddba4e159d4e9e1cddc264d6b3221f1089d0b43991de20
|
4
|
+
data.tar.gz: 0e4239ba337f4417a819334279620c7db4a5db0f5368ccc24d53b03dc7ba3eb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5b744df9fb0deb0c1b45d20e95bcd844f566737df6202b163f9217e67c6ef9bc419b4a832144958bc05f54e036e70797ac3bc8e5e03ffdf2fb4768bf89116ac
|
7
|
+
data.tar.gz: 405c78cfceaaece86e1187b97cb702d83b453eb6bb86f0b5d43986ec217709cba15331307cca4b87ec01a5558f25715e14c1c7d2fa2ac33a9f295945d9231444
|
data/lib/aws-sdk-xray.rb
CHANGED
data/lib/aws-sdk-xray/client.rb
CHANGED
@@ -357,6 +357,7 @@ module Aws::XRay
|
|
357
357
|
# resp.traces #=> Array
|
358
358
|
# resp.traces[0].id #=> String
|
359
359
|
# resp.traces[0].duration #=> Float
|
360
|
+
# resp.traces[0].limit_exceeded #=> Boolean
|
360
361
|
# resp.traces[0].segments #=> Array
|
361
362
|
# resp.traces[0].segments[0].id #=> String
|
362
363
|
# resp.traces[0].segments[0].document #=> String
|
@@ -383,9 +384,14 @@ module Aws::XRay
|
|
383
384
|
# The filter expression defining criteria by which to group traces.
|
384
385
|
#
|
385
386
|
# @option params [Types::InsightsConfiguration] :insights_configuration
|
386
|
-
# The structure containing configurations related to insights.
|
387
|
-
#
|
388
|
-
#
|
387
|
+
# The structure containing configurations related to insights.
|
388
|
+
#
|
389
|
+
# * The InsightsEnabled boolean can be set to true to enable insights
|
390
|
+
# for the new group or false to disable insights for the new group.
|
391
|
+
#
|
392
|
+
# * The NotifcationsEnabled boolean can be set to true to enable
|
393
|
+
# insights notifications for the new group. Notifications may only be
|
394
|
+
# enabled on a group with InsightsEnabled set to true.
|
389
395
|
#
|
390
396
|
# @option params [Array<Types::Tag>] :tags
|
391
397
|
# A map that contains one or more tag keys and tag values to attach to
|
@@ -422,6 +428,7 @@ module Aws::XRay
|
|
422
428
|
# filter_expression: "FilterExpression",
|
423
429
|
# insights_configuration: {
|
424
430
|
# insights_enabled: false,
|
431
|
+
# notifications_enabled: false,
|
425
432
|
# },
|
426
433
|
# tags: [
|
427
434
|
# {
|
@@ -437,6 +444,7 @@ module Aws::XRay
|
|
437
444
|
# resp.group.group_arn #=> String
|
438
445
|
# resp.group.filter_expression #=> String
|
439
446
|
# resp.group.insights_configuration.insights_enabled #=> Boolean
|
447
|
+
# resp.group.insights_configuration.notifications_enabled #=> Boolean
|
440
448
|
#
|
441
449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/CreateGroup AWS API Documentation
|
442
450
|
#
|
@@ -664,6 +672,7 @@ module Aws::XRay
|
|
664
672
|
# resp.group.group_arn #=> String
|
665
673
|
# resp.group.filter_expression #=> String
|
666
674
|
# resp.group.insights_configuration.insights_enabled #=> Boolean
|
675
|
+
# resp.group.insights_configuration.notifications_enabled #=> Boolean
|
667
676
|
#
|
668
677
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetGroup AWS API Documentation
|
669
678
|
#
|
@@ -699,6 +708,7 @@ module Aws::XRay
|
|
699
708
|
# resp.groups[0].group_arn #=> String
|
700
709
|
# resp.groups[0].filter_expression #=> String
|
701
710
|
# resp.groups[0].insights_configuration.insights_enabled #=> Boolean
|
711
|
+
# resp.groups[0].insights_configuration.notifications_enabled #=> Boolean
|
702
712
|
# resp.next_token #=> String
|
703
713
|
#
|
704
714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetGroups AWS API Documentation
|
@@ -864,10 +874,11 @@ module Aws::XRay
|
|
864
874
|
# The end of the timeframe for which to generate a graph.
|
865
875
|
#
|
866
876
|
# @option params [String] :group_name
|
867
|
-
# The name of a group to generate a graph
|
877
|
+
# The name of a group based on which you want to generate a graph.
|
868
878
|
#
|
869
879
|
# @option params [String] :group_arn
|
870
|
-
# The ARN of a group
|
880
|
+
# The Amazon Resource Name (ARN) of a group based on which you want to
|
881
|
+
# generate a graph.
|
871
882
|
#
|
872
883
|
# @option params [String] :next_token
|
873
884
|
# Pagination token.
|
@@ -967,7 +978,8 @@ module Aws::XRay
|
|
967
978
|
# from.
|
968
979
|
#
|
969
980
|
# @option params [String] :group_arn
|
970
|
-
# The ARN of the group for which to pull
|
981
|
+
# The Amazon Resource Name (ARN) of the group for which to pull
|
982
|
+
# statistics from.
|
971
983
|
#
|
972
984
|
# @option params [String] :entity_selector_expression
|
973
985
|
# A filter expression defining entities that will be aggregated for
|
@@ -1153,7 +1165,7 @@ module Aws::XRay
|
|
1153
1165
|
# Set to `true` to get summaries for only a subset of available traces.
|
1154
1166
|
#
|
1155
1167
|
# @option params [Types::SamplingStrategy] :sampling_strategy
|
1156
|
-
# A
|
1168
|
+
# A parameter to indicate whether to enable sampling on trace summaries.
|
1157
1169
|
# Input parameters are Name and Value.
|
1158
1170
|
#
|
1159
1171
|
# @option params [String] :filter_expression
|
@@ -1439,7 +1451,7 @@ module Aws::XRay
|
|
1439
1451
|
# document schema, see [AWS X-Ray Segment Documents][2] in the *AWS
|
1440
1452
|
# X-Ray Developer Guide*.
|
1441
1453
|
#
|
1442
|
-
# **Required
|
1454
|
+
# **Required segment document fields**
|
1443
1455
|
#
|
1444
1456
|
# * `name` - The name of the service that handled the request.
|
1445
1457
|
#
|
@@ -1459,17 +1471,17 @@ module Aws::XRay
|
|
1459
1471
|
#
|
1460
1472
|
# * `in_progress` - Set to `true` instead of specifying an `end_time` to
|
1461
1473
|
# record that a segment has been started, but is not complete. Send an
|
1462
|
-
# in
|
1463
|
-
# will take a long time to serve, to trace
|
1464
|
-
#
|
1465
|
-
#
|
1474
|
+
# in-progress segment when your application receives a request that
|
1475
|
+
# will take a long time to serve, to trace that the request was
|
1476
|
+
# received. When the response is sent, send the complete segment to
|
1477
|
+
# overwrite the in-progress segment.
|
1466
1478
|
#
|
1467
1479
|
# A `trace_id` consists of three numbers separated by hyphens. For
|
1468
1480
|
# example, 1-58406520-a006649127e371903a2de979. This includes:
|
1469
1481
|
#
|
1470
1482
|
# **Trace ID Format**
|
1471
1483
|
#
|
1472
|
-
# * The version number,
|
1484
|
+
# * The version number, for instance, `1`.
|
1473
1485
|
#
|
1474
1486
|
# * The time of the original request, in Unix epoch time, in 8
|
1475
1487
|
# hexadecimal digits. For example, 10:00AM December 2nd, 2016 PST in
|
@@ -1608,9 +1620,14 @@ module Aws::XRay
|
|
1608
1620
|
# traces.
|
1609
1621
|
#
|
1610
1622
|
# @option params [Types::InsightsConfiguration] :insights_configuration
|
1611
|
-
# The structure containing configurations related to insights.
|
1612
|
-
#
|
1613
|
-
#
|
1623
|
+
# The structure containing configurations related to insights.
|
1624
|
+
#
|
1625
|
+
# * The InsightsEnabled boolean can be set to true to enable insights
|
1626
|
+
# for the group or false to disable insights for the group.
|
1627
|
+
#
|
1628
|
+
# * The NotifcationsEnabled boolean can be set to true to enable
|
1629
|
+
# insights notifications for the group. Notifications can only be
|
1630
|
+
# enabled on a group with InsightsEnabled set to true.
|
1614
1631
|
#
|
1615
1632
|
# @return [Types::UpdateGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1616
1633
|
#
|
@@ -1624,6 +1641,7 @@ module Aws::XRay
|
|
1624
1641
|
# filter_expression: "FilterExpression",
|
1625
1642
|
# insights_configuration: {
|
1626
1643
|
# insights_enabled: false,
|
1644
|
+
# notifications_enabled: false,
|
1627
1645
|
# },
|
1628
1646
|
# })
|
1629
1647
|
#
|
@@ -1633,6 +1651,7 @@ module Aws::XRay
|
|
1633
1651
|
# resp.group.group_arn #=> String
|
1634
1652
|
# resp.group.filter_expression #=> String
|
1635
1653
|
# resp.group.insights_configuration.insights_enabled #=> Boolean
|
1654
|
+
# resp.group.insights_configuration.notifications_enabled #=> Boolean
|
1636
1655
|
#
|
1637
1656
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/UpdateGroup AWS API Documentation
|
1638
1657
|
#
|
@@ -1714,7 +1733,7 @@ module Aws::XRay
|
|
1714
1733
|
params: params,
|
1715
1734
|
config: config)
|
1716
1735
|
context[:gem_name] = 'aws-sdk-xray'
|
1717
|
-
context[:gem_version] = '1.
|
1736
|
+
context[:gem_version] = '1.34.0'
|
1718
1737
|
Seahorse::Client::Request.new(handlers, context)
|
1719
1738
|
end
|
1720
1739
|
|
@@ -465,6 +465,7 @@ module Aws::XRay
|
|
465
465
|
Http.struct_class = Types::Http
|
466
466
|
|
467
467
|
InsightsConfiguration.add_member(:insights_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "InsightsEnabled"))
|
468
|
+
InsightsConfiguration.add_member(:notifications_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "NotificationsEnabled"))
|
468
469
|
InsightsConfiguration.struct_class = Types::InsightsConfiguration
|
469
470
|
|
470
471
|
InstanceIdDetail.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
|
@@ -690,6 +691,7 @@ module Aws::XRay
|
|
690
691
|
|
691
692
|
Trace.add_member(:id, Shapes::ShapeRef.new(shape: TraceId, location_name: "Id"))
|
692
693
|
Trace.add_member(:duration, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "Duration"))
|
694
|
+
Trace.add_member(:limit_exceeded, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "LimitExceeded"))
|
693
695
|
Trace.add_member(:segments, Shapes::ShapeRef.new(shape: SegmentList, location_name: "Segments"))
|
694
696
|
Trace.struct_class = Types::Trace
|
695
697
|
|
data/lib/aws-sdk-xray/types.rb
CHANGED
@@ -35,7 +35,7 @@ module Aws::XRay
|
|
35
35
|
end
|
36
36
|
|
37
37
|
# Value of a segment annotation. Has one of three value types: Number,
|
38
|
-
# Boolean or String.
|
38
|
+
# Boolean, or String.
|
39
39
|
#
|
40
40
|
# @!attribute [rw] number_value
|
41
41
|
# Value for a Number annotation.
|
@@ -59,10 +59,10 @@ module Aws::XRay
|
|
59
59
|
include Aws::Structure
|
60
60
|
end
|
61
61
|
|
62
|
-
# A list of
|
62
|
+
# A list of Availability Zones corresponding to the segments in a trace.
|
63
63
|
#
|
64
64
|
# @!attribute [rw] name
|
65
|
-
# The name of a corresponding
|
65
|
+
# The name of a corresponding Availability Zone.
|
66
66
|
# @return [String]
|
67
67
|
#
|
68
68
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/AvailabilityZoneDetail AWS API Documentation
|
@@ -171,6 +171,7 @@ module Aws::XRay
|
|
171
171
|
# filter_expression: "FilterExpression",
|
172
172
|
# insights_configuration: {
|
173
173
|
# insights_enabled: false,
|
174
|
+
# notifications_enabled: false,
|
174
175
|
# },
|
175
176
|
# tags: [
|
176
177
|
# {
|
@@ -190,9 +191,14 @@ module Aws::XRay
|
|
190
191
|
# @return [String]
|
191
192
|
#
|
192
193
|
# @!attribute [rw] insights_configuration
|
193
|
-
# The structure containing configurations related to insights.
|
194
|
-
#
|
195
|
-
#
|
194
|
+
# The structure containing configurations related to insights.
|
195
|
+
#
|
196
|
+
# * The InsightsEnabled boolean can be set to true to enable insights
|
197
|
+
# for the new group or false to disable insights for the new group.
|
198
|
+
#
|
199
|
+
# * The NotifcationsEnabled boolean can be set to true to enable
|
200
|
+
# insights notifications for the new group. Notifications may only
|
201
|
+
# be enabled on a group with InsightsEnabled set to true.
|
196
202
|
# @return [Types::InsightsConfiguration]
|
197
203
|
#
|
198
204
|
# @!attribute [rw] tags
|
@@ -234,9 +240,9 @@ module Aws::XRay
|
|
234
240
|
|
235
241
|
# @!attribute [rw] group
|
236
242
|
# The group that was created. Contains the name of the group that was
|
237
|
-
# created, the ARN of the group that was
|
238
|
-
# name, the filter expression, and the
|
239
|
-
# assigned to the group.
|
243
|
+
# created, the Amazon Resource Name (ARN) of the group that was
|
244
|
+
# generated based on the group name, the filter expression, and the
|
245
|
+
# insight configuration that was assigned to the group.
|
240
246
|
# @return [Types::Group]
|
241
247
|
#
|
242
248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/CreateGroupResult AWS API Documentation
|
@@ -767,8 +773,8 @@ module Aws::XRay
|
|
767
773
|
|
768
774
|
# @!attribute [rw] group
|
769
775
|
# The group that was requested. Contains the name of the group, the
|
770
|
-
# ARN of the group,
|
771
|
-
# group.
|
776
|
+
# ARN of the group, the filter expression, and the insight
|
777
|
+
# configuration assigned to the group.
|
772
778
|
# @return [Types::Group]
|
773
779
|
#
|
774
780
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetGroupResult AWS API Documentation
|
@@ -963,11 +969,12 @@ module Aws::XRay
|
|
963
969
|
# @return [Time]
|
964
970
|
#
|
965
971
|
# @!attribute [rw] group_name
|
966
|
-
# The name of a group to generate a graph
|
972
|
+
# The name of a group based on which you want to generate a graph.
|
967
973
|
# @return [String]
|
968
974
|
#
|
969
975
|
# @!attribute [rw] group_arn
|
970
|
-
# The ARN of a group
|
976
|
+
# The Amazon Resource Name (ARN) of a group based on which you want to
|
977
|
+
# generate a graph.
|
971
978
|
# @return [String]
|
972
979
|
#
|
973
980
|
# @!attribute [rw] next_token
|
@@ -1048,7 +1055,8 @@ module Aws::XRay
|
|
1048
1055
|
# @return [String]
|
1049
1056
|
#
|
1050
1057
|
# @!attribute [rw] group_arn
|
1051
|
-
# The ARN of the group for which to pull
|
1058
|
+
# The Amazon Resource Name (ARN) of the group for which to pull
|
1059
|
+
# statistics from.
|
1052
1060
|
# @return [String]
|
1053
1061
|
#
|
1054
1062
|
# @!attribute [rw] entity_selector_expression
|
@@ -1085,7 +1093,7 @@ module Aws::XRay
|
|
1085
1093
|
#
|
1086
1094
|
# @!attribute [rw] contains_old_group_versions
|
1087
1095
|
# A flag indicating whether or not a group's filter expression has
|
1088
|
-
# been consistent, or if a returned aggregation
|
1096
|
+
# been consistent, or if a returned aggregation might show statistics
|
1089
1097
|
# from an older version of the group's filter expression.
|
1090
1098
|
# @return [Boolean]
|
1091
1099
|
#
|
@@ -1180,7 +1188,7 @@ module Aws::XRay
|
|
1180
1188
|
# @return [Boolean]
|
1181
1189
|
#
|
1182
1190
|
# @!attribute [rw] sampling_strategy
|
1183
|
-
# A
|
1191
|
+
# A parameter to indicate whether to enable sampling on trace
|
1184
1192
|
# summaries. Input parameters are Name and Value.
|
1185
1193
|
# @return [Types::SamplingStrategy]
|
1186
1194
|
#
|
@@ -1225,8 +1233,8 @@ module Aws::XRay
|
|
1225
1233
|
# @!attribute [rw] next_token
|
1226
1234
|
# If the requested time frame contained more than one page of results,
|
1227
1235
|
# you can use this token to retrieve the next page. The first page
|
1228
|
-
# contains the most
|
1229
|
-
#
|
1236
|
+
# contains the most recent results, closest to the end of the time
|
1237
|
+
# frame.
|
1230
1238
|
# @return [String]
|
1231
1239
|
#
|
1232
1240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GetTraceSummariesResult AWS API Documentation
|
@@ -1247,7 +1255,8 @@ module Aws::XRay
|
|
1247
1255
|
# @return [String]
|
1248
1256
|
#
|
1249
1257
|
# @!attribute [rw] group_arn
|
1250
|
-
# The ARN of the group generated based on the
|
1258
|
+
# The Amazon Resource Name (ARN) of the group generated based on the
|
1259
|
+
# GroupName.
|
1251
1260
|
# @return [String]
|
1252
1261
|
#
|
1253
1262
|
# @!attribute [rw] filter_expression
|
@@ -1255,9 +1264,13 @@ module Aws::XRay
|
|
1255
1264
|
# @return [String]
|
1256
1265
|
#
|
1257
1266
|
# @!attribute [rw] insights_configuration
|
1258
|
-
# The structure containing configurations related to insights.
|
1259
|
-
#
|
1260
|
-
#
|
1267
|
+
# The structure containing configurations related to insights.
|
1268
|
+
#
|
1269
|
+
# * The InsightsEnabled boolean can be set to true to enable insights
|
1270
|
+
# for the group or false to disable insights for the group.
|
1271
|
+
#
|
1272
|
+
# * The NotifcationsEnabled boolean can be set to true to enable
|
1273
|
+
# insights notifications through Amazon EventBridge for the group.
|
1261
1274
|
# @return [Types::InsightsConfiguration]
|
1262
1275
|
#
|
1263
1276
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/Group AWS API Documentation
|
@@ -1286,9 +1299,14 @@ module Aws::XRay
|
|
1286
1299
|
# @return [String]
|
1287
1300
|
#
|
1288
1301
|
# @!attribute [rw] insights_configuration
|
1289
|
-
# The structure containing configurations related to insights.
|
1290
|
-
#
|
1291
|
-
#
|
1302
|
+
# The structure containing configurations related to insights.
|
1303
|
+
#
|
1304
|
+
# * The InsightsEnabled boolean can be set to true to enable insights
|
1305
|
+
# for the group or false to disable insights for the group.
|
1306
|
+
#
|
1307
|
+
# * The NotificationsEnabled boolean can be set to true to enable
|
1308
|
+
# insights notifications. Notifications can only be enabled on a
|
1309
|
+
# group with InsightsEnabled set to true.
|
1292
1310
|
# @return [Types::InsightsConfiguration]
|
1293
1311
|
#
|
1294
1312
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/GroupSummary AWS API Documentation
|
@@ -1364,6 +1382,7 @@ module Aws::XRay
|
|
1364
1382
|
#
|
1365
1383
|
# {
|
1366
1384
|
# insights_enabled: false,
|
1385
|
+
# notifications_enabled: false,
|
1367
1386
|
# }
|
1368
1387
|
#
|
1369
1388
|
# @!attribute [rw] insights_enabled
|
@@ -1371,10 +1390,17 @@ module Aws::XRay
|
|
1371
1390
|
# disable insights.
|
1372
1391
|
# @return [Boolean]
|
1373
1392
|
#
|
1393
|
+
# @!attribute [rw] notifications_enabled
|
1394
|
+
# Set the NotificationsEnabled value to true to enable insights
|
1395
|
+
# notifications. Notifications can only be enabled on a group with
|
1396
|
+
# InsightsEnabled set to true.
|
1397
|
+
# @return [Boolean]
|
1398
|
+
#
|
1374
1399
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/InsightsConfiguration AWS API Documentation
|
1375
1400
|
#
|
1376
1401
|
class InsightsConfiguration < Struct.new(
|
1377
|
-
:insights_enabled
|
1402
|
+
:insights_enabled,
|
1403
|
+
:notifications_enabled)
|
1378
1404
|
SENSITIVE = []
|
1379
1405
|
include Aws::Structure
|
1380
1406
|
end
|
@@ -1604,8 +1630,8 @@ module Aws::XRay
|
|
1604
1630
|
include Aws::Structure
|
1605
1631
|
end
|
1606
1632
|
|
1607
|
-
# The resource was not found. Verify that the name or
|
1608
|
-
# resource is correct.
|
1633
|
+
# The resource was not found. Verify that the name or Amazon Resource
|
1634
|
+
# Name (ARN) of the resource is correct.
|
1609
1635
|
#
|
1610
1636
|
# @!attribute [rw] message
|
1611
1637
|
# @return [String]
|
@@ -1650,7 +1676,7 @@ module Aws::XRay
|
|
1650
1676
|
# @return [String]
|
1651
1677
|
#
|
1652
1678
|
# @!attribute [rw] coverage
|
1653
|
-
# The
|
1679
|
+
# The type and messages of the exceptions.
|
1654
1680
|
# @return [Float]
|
1655
1681
|
#
|
1656
1682
|
# @!attribute [rw] remote
|
@@ -1966,7 +1992,7 @@ module Aws::XRay
|
|
1966
1992
|
end
|
1967
1993
|
|
1968
1994
|
# Aggregated request sampling data for a sampling rule across all
|
1969
|
-
# services for a 10
|
1995
|
+
# services for a 10-second window.
|
1970
1996
|
#
|
1971
1997
|
# @!attribute [rw] rule_name
|
1972
1998
|
# The name of the sampling rule.
|
@@ -2095,7 +2121,8 @@ module Aws::XRay
|
|
2095
2121
|
# @return [Float]
|
2096
2122
|
#
|
2097
2123
|
# @!attribute [rw] reservoir_quota
|
2098
|
-
# The number of requests per second that X-Ray allocated this
|
2124
|
+
# The number of requests per second that X-Ray allocated for this
|
2125
|
+
# service.
|
2099
2126
|
# @return [Integer]
|
2100
2127
|
#
|
2101
2128
|
# @!attribute [rw] reservoir_quota_ttl
|
@@ -2149,8 +2176,8 @@ module Aws::XRay
|
|
2149
2176
|
end
|
2150
2177
|
|
2151
2178
|
# Information about an application that processed requests, users that
|
2152
|
-
# made requests, or downstream services, resources and applications
|
2153
|
-
# an application used.
|
2179
|
+
# made requests, or downstream services, resources, and applications
|
2180
|
+
# that an application used.
|
2154
2181
|
#
|
2155
2182
|
# @!attribute [rw] reference_id
|
2156
2183
|
# Identifier for the service. Unique within the service map.
|
@@ -2177,7 +2204,7 @@ module Aws::XRay
|
|
2177
2204
|
# The type of service.
|
2178
2205
|
#
|
2179
2206
|
# * AWS Resource - The type of an AWS resource. For example,
|
2180
|
-
# `AWS::EC2::Instance` for
|
2207
|
+
# `AWS::EC2::Instance` for an application running on Amazon EC2 or
|
2181
2208
|
# `AWS::DynamoDB::Table` for an Amazon DynamoDB table that the
|
2182
2209
|
# application used.
|
2183
2210
|
#
|
@@ -2526,6 +2553,16 @@ module Aws::XRay
|
|
2526
2553
|
# segment and the end time of the last segment that completed.
|
2527
2554
|
# @return [Float]
|
2528
2555
|
#
|
2556
|
+
# @!attribute [rw] limit_exceeded
|
2557
|
+
# LimitExceeded is set to true when the trace has exceeded one of the
|
2558
|
+
# defined quotas. For more information about quotas, see [AWS X-Ray
|
2559
|
+
# endpoints and quotas][1].
|
2560
|
+
#
|
2561
|
+
#
|
2562
|
+
#
|
2563
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/xray.html
|
2564
|
+
# @return [Boolean]
|
2565
|
+
#
|
2529
2566
|
# @!attribute [rw] segments
|
2530
2567
|
# Segment documents for the segments and subsegments that comprise the
|
2531
2568
|
# trace.
|
@@ -2536,6 +2573,7 @@ module Aws::XRay
|
|
2536
2573
|
class Trace < Struct.new(
|
2537
2574
|
:id,
|
2538
2575
|
:duration,
|
2576
|
+
:limit_exceeded,
|
2539
2577
|
:segments)
|
2540
2578
|
SENSITIVE = []
|
2541
2579
|
include Aws::Structure
|
@@ -2604,7 +2642,7 @@ module Aws::XRay
|
|
2604
2642
|
# @return [Array<Types::InstanceIdDetail>]
|
2605
2643
|
#
|
2606
2644
|
# @!attribute [rw] availability_zones
|
2607
|
-
# A list of
|
2645
|
+
# A list of Availability Zones for any zone corresponding to the trace
|
2608
2646
|
# segments.
|
2609
2647
|
# @return [Array<Types::AvailabilityZoneDetail>]
|
2610
2648
|
#
|
@@ -2613,8 +2651,8 @@ module Aws::XRay
|
|
2613
2651
|
# @return [Types::ServiceId]
|
2614
2652
|
#
|
2615
2653
|
# @!attribute [rw] fault_root_causes
|
2616
|
-
# A collection of FaultRootCause structures corresponding to the
|
2617
|
-
#
|
2654
|
+
# A collection of FaultRootCause structures corresponding to the trace
|
2655
|
+
# segments.
|
2618
2656
|
# @return [Array<Types::FaultRootCause>]
|
2619
2657
|
#
|
2620
2658
|
# @!attribute [rw] error_root_causes
|
@@ -2769,6 +2807,7 @@ module Aws::XRay
|
|
2769
2807
|
# filter_expression: "FilterExpression",
|
2770
2808
|
# insights_configuration: {
|
2771
2809
|
# insights_enabled: false,
|
2810
|
+
# notifications_enabled: false,
|
2772
2811
|
# },
|
2773
2812
|
# }
|
2774
2813
|
#
|
@@ -2786,9 +2825,14 @@ module Aws::XRay
|
|
2786
2825
|
# @return [String]
|
2787
2826
|
#
|
2788
2827
|
# @!attribute [rw] insights_configuration
|
2789
|
-
# The structure containing configurations related to insights.
|
2790
|
-
#
|
2791
|
-
#
|
2828
|
+
# The structure containing configurations related to insights.
|
2829
|
+
#
|
2830
|
+
# * The InsightsEnabled boolean can be set to true to enable insights
|
2831
|
+
# for the group or false to disable insights for the group.
|
2832
|
+
#
|
2833
|
+
# * The NotifcationsEnabled boolean can be set to true to enable
|
2834
|
+
# insights notifications for the group. Notifications can only be
|
2835
|
+
# enabled on a group with InsightsEnabled set to true.
|
2792
2836
|
# @return [Types::InsightsConfiguration]
|
2793
2837
|
#
|
2794
2838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/UpdateGroupRequest AWS API Documentation
|
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.34.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: 2020-
|
11
|
+
date: 2020-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|