Values.QueryInfoSourceInformation about one CloudWatch Logs Insights query that matches the request in a DescribeQueries operation.
type nonrec t = {queryLanguage : QueryLanguage.t option;The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
*)queryId : QueryId.t option;The unique ID number of this query.
*)queryString : QueryString.t option;The query string used in this query.
*)status : QueryStatus.t option;The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.
*)createTime : Timestamp.t option;The date and time that this query was created.
*)logGroupName : LogGroupName.t option;The name of the log group scanned by this query.
*)queryDuration : QueryDuration.t option;The duration in milliseconds that the query took to execute.
*)bytesScanned : BytesScannedValue.t option;The total number of bytes scanned by the query. This indicates the cost associated with the query.
*)userIdentity : UserIdentity.t option;The ARN of the user who ran the query.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of BytesScannedValue.t
| `Enum of string
| `Long of Timestamp.t
| `String of QueryId.t ])
list ]