Values.GetReportGroupTrendOutputSourceAnalyzes and accumulates test report values for the specified test reports.
type nonrec t = {stats : ReportGroupTrendStats.t option;Contains the accumulated trend data.
*)rawData : ReportGroupTrendRawDataList.t option;An array that contains the raw data for each report.
*)}type nonrec error = [ | `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `Structure of (string * [> `String of String_.t ]) list ])
list ]