Values.GetQueryResultsResponseSourceGets event data results of a query. You must specify the QueryID value returned by the StartQuery operation.
type nonrec t = {queryStatus : QueryStatus.t option;The status of the query. Values include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.
*)queryStatistics : QueryStatistics.t option;Shows the count of query results.
*)queryResultRows : QueryResultRows.t option;Contains the individual event results of the query.
*)nextToken : PaginationToken.t option;A token you can use to get the next page of query results.
*)errorMessage : ErrorMessage.t option;The error message returned if a query failed.
*)}type nonrec error = [ | `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InactiveEventDataStoreException of InactiveEventDataStoreException.t| `InsufficientEncryptionPolicyException of
InsufficientEncryptionPolicyException.t| `InvalidMaxResultsException of InvalidMaxResultsException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterException of InvalidParameterException.t| `NoManagementAccountSLRExistsException of
NoManagementAccountSLRExistsException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `QueryIdNotFoundException of QueryIdNotFoundException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InsufficientEncryptionPolicyException of unit
| `InvalidMaxResultsException of unit
| `InvalidNextTokenException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `OperationNotPermittedException of unit
| `QueryIdNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InactiveEventDataStoreException of unit
| `InsufficientEncryptionPolicyException of unit
| `InvalidMaxResultsException of unit
| `InvalidNextTokenException of unit
| `InvalidParameterException of unit
| `NoManagementAccountSLRExistsException of unit
| `OperationNotPermittedException of unit
| `QueryIdNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `List of
[> `Map of
([> `String of QueryResultKey.t ]
* [> `String of QueryResultValue.t ])
list ]
list ]
list
| `String of PaginationToken.t
| `Structure of
(string * [> `Integer of Integer.t | `Long of Long.t ]) list ])
list ]