forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxray-2016-04-12.normal.json
867 lines (867 loc) · 30.3 KB
/
xray-2016-04-12.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
{
"version":"2.0",
"metadata":{
"apiVersion":"2016-04-12",
"endpointPrefix":"xray",
"protocol":"rest-json",
"serviceFullName":"AWS X-Ray",
"signatureVersion":"v4",
"uid":"xray-2016-04-12"
},
"operations":{
"BatchGetTraces":{
"name":"BatchGetTraces",
"http":{
"method":"POST",
"requestUri":"/Traces"
},
"input":{"shape":"BatchGetTracesRequest"},
"output":{"shape":"BatchGetTracesResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ThrottledException"}
],
"documentation":"<p>Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use <code>GetTraceSummaries</code> to get a list of trace IDs.</p>"
},
"GetServiceGraph":{
"name":"GetServiceGraph",
"http":{
"method":"POST",
"requestUri":"/ServiceGraph"
},
"input":{"shape":"GetServiceGraphRequest"},
"output":{"shape":"GetServiceGraphResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ThrottledException"}
],
"documentation":"<p>Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK. Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases.</p>"
},
"GetTraceGraph":{
"name":"GetTraceGraph",
"http":{
"method":"POST",
"requestUri":"/TraceGraph"
},
"input":{"shape":"GetTraceGraphRequest"},
"output":{"shape":"GetTraceGraphResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ThrottledException"}
],
"documentation":"<p>Retrieves a service graph for one or more specific trace IDs.</p>"
},
"GetTraceSummaries":{
"name":"GetTraceSummaries",
"http":{
"method":"POST",
"requestUri":"/TraceSummaries"
},
"input":{"shape":"GetTraceSummariesRequest"},
"output":{"shape":"GetTraceSummariesResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ThrottledException"}
],
"documentation":"<p>Retrieves IDs and metadata for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to <code>BatchGetTraces</code>.</p>"
},
"PutTelemetryRecords":{
"name":"PutTelemetryRecords",
"http":{
"method":"POST",
"requestUri":"/TelemetryRecords"
},
"input":{"shape":"PutTelemetryRecordsRequest"},
"output":{"shape":"PutTelemetryRecordsResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ThrottledException"}
],
"documentation":"<p>Used by the AWS X-Ray daemon to upload telemetry.</p>"
},
"PutTraceSegments":{
"name":"PutTraceSegments",
"http":{
"method":"POST",
"requestUri":"/TraceSegments"
},
"input":{"shape":"PutTraceSegmentsRequest"},
"output":{"shape":"PutTraceSegmentsResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"ThrottledException"}
],
"documentation":"<p>Uploads segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.</p>"
}
},
"shapes":{
"Alias":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p>The canonical name of the alias.</p>"
},
"Names":{
"shape":"AliasNames",
"documentation":"<p>A list of names for the alias, including the canonical name.</p>"
},
"Type":{
"shape":"String",
"documentation":"<p>The type of the alias.</p>"
}
},
"documentation":"<p>An alias for an edge.</p>"
},
"AliasList":{
"type":"list",
"member":{"shape":"Alias"}
},
"AliasNames":{
"type":"list",
"member":{"shape":"String"}
},
"AnnotationKey":{"type":"string"},
"AnnotationValue":{
"type":"structure",
"members":{
"NumberValue":{
"shape":"NullableDouble",
"documentation":"<p>Value for a Number annotation.</p>"
},
"BooleanValue":{
"shape":"NullableBoolean",
"documentation":"<p>Value for a Boolean annotation.</p>"
},
"StringValue":{
"shape":"String",
"documentation":"<p>Value for a String annotation.</p>"
}
},
"documentation":"<p>Value of a segment annotation. Has one of three value types: Number, Boolean or String.</p>"
},
"Annotations":{
"type":"map",
"key":{"shape":"AnnotationKey"},
"value":{"shape":"ValuesWithServiceIds"}
},
"BackendConnectionErrors":{
"type":"structure",
"members":{
"TimeoutCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"ConnectionRefusedCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"HTTPCode4XXCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"HTTPCode5XXCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"UnknownHostCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"OtherCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
}
},
"documentation":"<p></p>"
},
"BatchGetTracesRequest":{
"type":"structure",
"required":["TraceIds"],
"members":{
"TraceIds":{
"shape":"TraceIdList",
"documentation":"<p>Specify the trace IDs of requests for which to retrieve segments.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Pagination token. Not used.</p>"
}
}
},
"BatchGetTracesResult":{
"type":"structure",
"members":{
"Traces":{
"shape":"TraceList",
"documentation":"<p>Full traces for the specified requests.</p>"
},
"UnprocessedTraceIds":{
"shape":"UnprocessedTraceIdList",
"documentation":"<p>Trace IDs of requests that haven't been processed.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Pagination token. Not used.</p>"
}
}
},
"Double":{"type":"double"},
"Edge":{
"type":"structure",
"members":{
"ReferenceId":{
"shape":"NullableInteger",
"documentation":"<p>Identifier of the edge. Unique within a service map.</p>"
},
"StartTime":{
"shape":"Timestamp",
"documentation":"<p>The start time of the first segment on the edge.</p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p>The end time of the last segment on the edge.</p>"
},
"SummaryStatistics":{
"shape":"EdgeStatistics",
"documentation":"<p>Response statistics for segments on the edge.</p>"
},
"ResponseTimeHistogram":{
"shape":"Histogram",
"documentation":"<p>Histogram describing the prominence of response times on the edge.</p>"
},
"Aliases":{
"shape":"AliasList",
"documentation":"<p>Aliases for the edge.</p>"
}
},
"documentation":"<p>Information about a connection between two services.</p>"
},
"EdgeList":{
"type":"list",
"member":{"shape":"Edge"}
},
"EdgeStatistics":{
"type":"structure",
"members":{
"OkCount":{
"shape":"NullableLong",
"documentation":"<p>The number of requests that completed with a 2xx Success status code.</p>"
},
"ErrorStatistics":{
"shape":"ErrorStatistics",
"documentation":"<p>Information about requests that failed with a 4xx Client Error status code.</p>"
},
"FaultStatistics":{
"shape":"FaultStatistics",
"documentation":"<p>Information about requests that failed with a 5xx Server Error status code.</p>"
},
"TotalCount":{
"shape":"NullableLong",
"documentation":"<p>The total number of completed requests.</p>"
},
"TotalResponseTime":{
"shape":"NullableDouble",
"documentation":"<p>The aggregate response time of completed requests.</p>"
}
},
"documentation":"<p>Response statistics for an edge.</p>"
},
"ErrorStatistics":{
"type":"structure",
"members":{
"ThrottleCount":{
"shape":"NullableLong",
"documentation":"<p>The number of requests that failed with a 419 throttling status code.</p>"
},
"OtherCount":{
"shape":"NullableLong",
"documentation":"<p>The number of requests that failed with untracked 4xx Client Error status codes.</p>"
},
"TotalCount":{
"shape":"NullableLong",
"documentation":"<p>The total number of requests that failed with a 4xx Client Error status code.</p>"
}
},
"documentation":"<p>Information about requests that failed with a 4xx Client Error status code.</p>"
},
"FaultStatistics":{
"type":"structure",
"members":{
"OtherCount":{
"shape":"NullableLong",
"documentation":"<p>The number of requests that failed with untracked 5xx Server Error status codes.</p>"
},
"TotalCount":{
"shape":"NullableLong",
"documentation":"<p>The total number of requests that failed with a 5xx Server Error status code.</p>"
}
},
"documentation":"<p>Information about requests that failed with a 5xx Server Error status code.</p>"
},
"FilterExpression":{
"type":"string",
"max":2000,
"min":0
},
"GetServiceGraphRequest":{
"type":"structure",
"required":[
"StartTime",
"EndTime"
],
"members":{
"StartTime":{
"shape":"Timestamp",
"documentation":"<p>The start of the time frame for which to generate a graph.</p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p>The end of the time frame for which to generate a graph.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Pagination token. Not used.</p>"
}
}
},
"GetServiceGraphResult":{
"type":"structure",
"members":{
"StartTime":{
"shape":"Timestamp",
"documentation":"<p>The start of the time frame for which the graph was generated.</p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p>The end of the time frame for which the graph was generated.</p>"
},
"Services":{
"shape":"ServiceList",
"documentation":"<p>The services that have processed a traced request during the specified time frame.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Pagination token. Not used.</p>"
}
}
},
"GetTraceGraphRequest":{
"type":"structure",
"required":["TraceIds"],
"members":{
"TraceIds":{
"shape":"TraceIdList",
"documentation":"<p>Trace IDs of requests for which to generate a service graph.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Pagination token. Not used.</p>"
}
}
},
"GetTraceGraphResult":{
"type":"structure",
"members":{
"Services":{
"shape":"ServiceList",
"documentation":"<p>The services that have processed one of the specified requests.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Pagination token. Not used.</p>"
}
}
},
"GetTraceSummariesRequest":{
"type":"structure",
"required":[
"StartTime",
"EndTime"
],
"members":{
"StartTime":{
"shape":"Timestamp",
"documentation":"<p>The start of the time frame for which to retrieve traces.</p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p>The end of the time frame for which to retrieve traces.</p>"
},
"Sampling":{
"shape":"NullableBoolean",
"documentation":"<p>Set to <code>true</code> to get summaries for only a subset of available traces.</p>"
},
"FilterExpression":{
"shape":"FilterExpression",
"documentation":"<p>Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Specify the pagination token returned by a previous request to retrieve the next page of results.</p>"
}
}
},
"GetTraceSummariesResult":{
"type":"structure",
"members":{
"TraceSummaries":{
"shape":"TraceSummaryList",
"documentation":"<p>Trace IDs and metadata for traces that were found in the specified time frame.</p>"
},
"ApproximateTime":{
"shape":"Timestamp",
"documentation":"<p>The start time of this page of results.</p>"
},
"TracesProcessedCount":{
"shape":"NullableLong",
"documentation":"<p>The number of traces that were processed to get this set of summaries.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most most recent results, closest to the end of the time frame.</p>"
}
}
},
"Histogram":{
"type":"list",
"member":{"shape":"HistogramEntry"}
},
"HistogramEntry":{
"type":"structure",
"members":{
"Value":{
"shape":"Double",
"documentation":"<p>The value of the entry.</p>"
},
"Count":{
"shape":"Integer",
"documentation":"<p>The prevalence of the entry.</p>"
}
},
"documentation":"<p>An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.</p>"
},
"Http":{
"type":"structure",
"members":{
"HttpURL":{
"shape":"String",
"documentation":"<p>The request URL.</p>"
},
"HttpStatus":{
"shape":"NullableInteger",
"documentation":"<p>The response status.</p>"
},
"HttpMethod":{
"shape":"String",
"documentation":"<p>The request method.</p>"
},
"UserAgent":{
"shape":"String",
"documentation":"<p>The request's user agent string.</p>"
},
"ClientIp":{
"shape":"String",
"documentation":"<p>The IP address of the requestor.</p>"
}
},
"documentation":"<p>Information about an HTTP request.</p>"
},
"Integer":{"type":"integer"},
"InvalidRequestException":{
"type":"structure",
"members":{
},
"documentation":"<p>The request is missing required parameters or has invalid parameters.</p>",
"exception":true
},
"NullableBoolean":{"type":"boolean"},
"NullableDouble":{"type":"double"},
"NullableInteger":{"type":"integer"},
"NullableLong":{"type":"long"},
"PutTelemetryRecordsRequest":{
"type":"structure",
"required":["TelemetryRecords"],
"members":{
"TelemetryRecords":{
"shape":"TelemetryRecordList",
"documentation":"<p></p>"
},
"EC2InstanceId":{
"shape":"String",
"documentation":"<p></p>"
},
"Hostname":{
"shape":"String",
"documentation":"<p></p>"
},
"ResourceARN":{
"shape":"String",
"documentation":"<p></p>"
}
}
},
"PutTelemetryRecordsResult":{
"type":"structure",
"members":{
}
},
"PutTraceSegmentsRequest":{
"type":"structure",
"required":["TraceSegmentDocuments"],
"members":{
"TraceSegmentDocuments":{
"shape":"TraceSegmentDocumentList",
"documentation":"<p>A JSON document defining one or more segments or subsegments. Segments must include the following fields.</p> <p class=\"title\"> <b>Required Segment Document Fields</b> </p> <ul> <li> <p> <code>name</code> - The name of the service that handled the request.</p> </li> <li> <p> <code>id</code> - A 64-bit identifier for the segment, unique among segments in the same trace, in 16 hexadecimal digits.</p> </li> <li> <p> <code>trace_id</code> - A unique identifier that connects all segments and subsegments originating from a single client request.</p> </li> <li> <p> <code>start_time</code> - Time the segment or subsegment was created, in floating point seconds in epoch time, accurate to milliseconds. For example, <code>1480615200.010</code> or <code>1.480615200010E9</code>.</p> </li> <li> <p> <code>end_time</code> - Time the segment or subsegment was closed. For example, <code>1480615200.090</code> or <code>1.480615200090E9</code>. Specify either an <code>end_time</code> or <code>in_progress</code>.</p> </li> <li> <p> <code>in_progress</code> - Set to <code>true</code> instead of specifying an <code>end_time</code> to record that a segment has been started, but is not complete. Send an in progress segment when your application receives a request that will take a long time to serve, to trace the fact that the request was received. When the response is sent, send the complete segment to overwrite the in-progress segment.</p> </li> </ul> <p>A <code>trace_id</code> consists of three numbers separated by hyphens. For example, 1-58406520-a006649127e371903a2de979. This includes:</p> <p class=\"title\"> <b>Trace ID Format</b> </p> <ul> <li> <p>The version number, i.e. <code>1</code>.</p> </li> <li> <p>The time of the original request, in Unix epoch time, in 8 hexadecimal digits. For example, 10:00AM December 2nd, 2016 PST in epoch time is <code>1480615200</code> seconds, or <code>58406520</code> in hexadecimal.</p> </li> <li> <p>A 96-bit identifier for the trace, globally unique, in 24 hexadecimal digits.</p> </li> </ul>"
}
}
},
"PutTraceSegmentsResult":{
"type":"structure",
"members":{
"UnprocessedTraceSegments":{
"shape":"UnprocessedTraceSegmentList",
"documentation":"<p>Segments that failed processing.</p>"
}
}
},
"Segment":{
"type":"structure",
"members":{
"Id":{
"shape":"SegmentId",
"documentation":"<p>The segment's ID.</p>"
},
"Document":{
"shape":"SegmentDocument",
"documentation":"<p>The segment document.</p>"
}
},
"documentation":"<p>Information about a segment</p>"
},
"SegmentDocument":{
"type":"string",
"min":1
},
"SegmentId":{
"type":"string",
"max":16,
"min":16
},
"SegmentList":{
"type":"list",
"member":{"shape":"Segment"}
},
"Service":{
"type":"structure",
"members":{
"ReferenceId":{
"shape":"NullableInteger",
"documentation":"<p>Identifier for the service. Unique within the service map.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>The canonical name of the service.</p>"
},
"Names":{
"shape":"ServiceNames",
"documentation":"<p>A list of names for the service, including the canonical name.</p>"
},
"Root":{
"shape":"NullableBoolean",
"documentation":"<p>Indicates that the service was the first service to process a request.</p>"
},
"AccountId":{
"shape":"String",
"documentation":"<p>Identifier of the AWS account in which the service runs.</p>"
},
"Type":{
"shape":"String",
"documentation":"<p>The type of service.</p> <ul> <li> <p>AWS Resource - The type of an AWS resource. For example, <code>AWS::EC2::Instance</code> for a application running on Amazon EC2 or <code>AWS::DynamoDB::Table</code> for an Amazon DynamoDB table that the application used.</p> </li> <li> <p>AWS Service - The type of an AWS service. For example, <code>AWS::DynamoDB</code> for downstream calls to Amazon DynamoDB that didn't target a specific table.</p> </li> <li> <p> <code>client</code> - Represents the clients that sent requests to a root service.</p> </li> <li> <p> <code>remote</code> - A downstream service of indeterminate type.</p> </li> </ul>"
},
"State":{
"shape":"String",
"documentation":"<p>The service's state.</p>"
},
"StartTime":{
"shape":"Timestamp",
"documentation":"<p>The start time of the first segment that the service generated.</p>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p>The end time of the last segment that the service generated.</p>"
},
"Edges":{
"shape":"EdgeList",
"documentation":"<p>Connections to downstream services.</p>"
},
"SummaryStatistics":{
"shape":"ServiceStatistics",
"documentation":"<p>Aggregated statistics for the service.</p>"
},
"DurationHistogram":{
"shape":"Histogram",
"documentation":"<p>Histogram mapping the spread of trace durations</p>"
}
},
"documentation":"<p>Information about an application that processed requests, users that made requests, or downstream services, resources and applications that an application used.</p>"
},
"ServiceId":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p></p>"
},
"Names":{
"shape":"ServiceNames",
"documentation":"<p></p>"
},
"AccountId":{
"shape":"String",
"documentation":"<p></p>"
},
"Type":{
"shape":"String",
"documentation":"<p></p>"
}
},
"documentation":"<p></p>"
},
"ServiceIds":{
"type":"list",
"member":{"shape":"ServiceId"}
},
"ServiceList":{
"type":"list",
"member":{"shape":"Service"}
},
"ServiceNames":{
"type":"list",
"member":{"shape":"String"}
},
"ServiceStatistics":{
"type":"structure",
"members":{
"OkCount":{
"shape":"NullableLong",
"documentation":"<p>The number of requests that completed with a 2xx Success status code.</p>"
},
"ErrorStatistics":{
"shape":"ErrorStatistics",
"documentation":"<p>Information about requests that failed with a 4xx Client Error status code.</p>"
},
"FaultStatistics":{
"shape":"FaultStatistics",
"documentation":"<p>Information about requests that failed with a 5xx Server Error status code.</p>"
},
"TotalCount":{
"shape":"NullableLong",
"documentation":"<p>The total number of completed requests.</p>"
},
"TotalResponseTime":{
"shape":"NullableDouble",
"documentation":"<p>The aggregate response time of completed requests.</p>"
}
},
"documentation":"<p>Response statistics for a service.</p>"
},
"String":{"type":"string"},
"TelemetryRecord":{
"type":"structure",
"members":{
"Timestamp":{
"shape":"Timestamp",
"documentation":"<p></p>"
},
"SegmentsReceivedCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"SegmentsSentCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"SegmentsSpilloverCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"SegmentsRejectedCount":{
"shape":"NullableInteger",
"documentation":"<p></p>"
},
"BackendConnectionErrors":{
"shape":"BackendConnectionErrors",
"documentation":"<p></p>"
}
},
"documentation":"<p></p>"
},
"TelemetryRecordList":{
"type":"list",
"member":{"shape":"TelemetryRecord"}
},
"ThrottledException":{
"type":"structure",
"members":{
},
"documentation":"<p>The request exceeds the maximum number of requests per second.</p>",
"error":{"httpStatusCode":429},
"exception":true
},
"Timestamp":{"type":"timestamp"},
"Trace":{
"type":"structure",
"members":{
"Id":{
"shape":"TraceId",
"documentation":"<p>The unique identifier for the request that generated the trace's segments and subsegments.</p>"
},
"Duration":{
"shape":"NullableDouble",
"documentation":"<p>The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.</p>"
},
"Segments":{
"shape":"SegmentList",
"documentation":"<p>Segment documents for the segments and subsegments that comprise the trace.</p>"
}
},
"documentation":"<p>A collection of segment documents with matching trace IDs.</p>"
},
"TraceId":{
"type":"string",
"max":35,
"min":35
},
"TraceIdList":{
"type":"list",
"member":{"shape":"TraceId"}
},
"TraceList":{
"type":"list",
"member":{"shape":"Trace"}
},
"TraceSegmentDocument":{"type":"string"},
"TraceSegmentDocumentList":{
"type":"list",
"member":{"shape":"TraceSegmentDocument"}
},
"TraceSummary":{
"type":"structure",
"members":{
"Id":{
"shape":"TraceId",
"documentation":"<p>The unique identifier for the request that generated the trace's segments and subsegments.</p>"
},
"Duration":{
"shape":"NullableDouble",
"documentation":"<p>The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.</p>"
},
"ResponseTime":{
"shape":"NullableDouble",
"documentation":"<p>The length of time in seconds between the start and end times of the root segment. If the service performs work asynchronously, the response time measures the time before the response is sent to the user, while the duration measures the amount of time before the last traced activity completes.</p>"
},
"HasFault":{
"shape":"NullableBoolean",
"documentation":"<p>One or more of the segment documents has a 500 series error.</p>"
},
"HasError":{
"shape":"NullableBoolean",
"documentation":"<p>One or more of the segment documents has a 400 series error.</p>"
},
"HasThrottle":{
"shape":"NullableBoolean",
"documentation":"<p>One or more of the segment documents has a 429 throttling error.</p>"
},
"IsPartial":{
"shape":"NullableBoolean",
"documentation":"<p>One or more of the segment documents is in progress.</p>"
},
"Http":{
"shape":"Http",
"documentation":"<p>Information about the HTTP request served by the trace.</p>"
},
"Annotations":{
"shape":"Annotations",
"documentation":"<p>Annotations from the trace's segment documents.</p>"
},
"Users":{
"shape":"TraceUsers",
"documentation":"<p>Users from the trace's segment documents.</p>"
},
"ServiceIds":{
"shape":"ServiceIds",
"documentation":"<p>Service IDs from the trace's segment documents.</p>"
}
},
"documentation":"<p>Metadata generated from the segment documents in a trace.</p>"
},
"TraceSummaryList":{
"type":"list",
"member":{"shape":"TraceSummary"}
},
"TraceUser":{
"type":"structure",
"members":{
"UserName":{
"shape":"String",
"documentation":"<p>The user's name.</p>"
},
"ServiceIds":{
"shape":"ServiceIds",
"documentation":"<p>Services that the user's request hit.</p>"
}
},
"documentation":"<p>Information about a user recorded in segment documents.</p>"
},
"TraceUsers":{
"type":"list",
"member":{"shape":"TraceUser"}
},
"UnprocessedTraceIdList":{
"type":"list",
"member":{"shape":"TraceId"}
},
"UnprocessedTraceSegment":{
"type":"structure",
"members":{
"Id":{
"shape":"String",
"documentation":"<p>The segment's ID.</p>"
},
"ErrorCode":{
"shape":"String",
"documentation":"<p>The error that caused processing to fail.</p>"
},
"Message":{
"shape":"String",
"documentation":"<p>The error message.</p>"
}
},
"documentation":"<p>Information about a segment that failed processing.</p>"
},
"UnprocessedTraceSegmentList":{
"type":"list",
"member":{"shape":"UnprocessedTraceSegment"}
},
"ValueWithServiceIds":{
"type":"structure",
"members":{
"AnnotationValue":{
"shape":"AnnotationValue",
"documentation":"<p>Values of the annotation.</p>"
},
"ServiceIds":{
"shape":"ServiceIds",
"documentation":"<p>Services to which the annotation applies.</p>"
}
},
"documentation":"<p>Information about a segment annotation.</p>"
},
"ValuesWithServiceIds":{
"type":"list",
"member":{"shape":"ValueWithServiceIds"}
}
},
"documentation":"<p>AWS X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.</p>"
}