Values.GetScheduledQueryHistoryResponseSourceRetrieves the execution history of a scheduled query within a specified time range, including query results and destination processing status.
type nonrec t = {name : ScheduledQueryName.t option;The name of the scheduled query.
*)scheduledQueryArn : Arn.t option;The ARN of the scheduled query.
*)triggerHistory : TriggerHistoryRecordList.t option;An array of execution history records for the scheduled query.
*)nextToken : NextToken.t option;}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InternalServerException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InternalServerException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ]
list
| `Long of Timestamp.t
| `String of QueryId.t ])
list ]
list
| `String of ScheduledQueryName.t ])
list ]