Values.ScheduledQueryRunSummarySourceRun summary for the scheduled query
type nonrec t = {invocationTime : Time.t option;InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter @scheduled_runtime can be used in the query to get the value.
*)triggerTime : Time.t option;The actual time when the query was run.
*)runStatus : ScheduledQueryRunStatus.t option;The status of a scheduled query run.
*)executionStats : ExecutionStats.t option;Runtime statistics for a scheduled run.
*)queryInsightsResponse : ScheduledQueryInsightsResponse.t option;Provides various insights and metrics related to the run summary of the scheduled query.
*)errorReportLocation : ErrorReportLocation.t option;S3 location for error report.
*)failureReason : ErrorMessage.t option;Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ErrorMessage.t
| `Structure of
(string
* [> `Long of Long.t
| `Structure of
(string
* [> `String of S3BucketName.t
| `Structure of
(string
* [> `Double of Double.t
| `List of [> `String of PartitionKey.t ] list
| `Long of Long.t
| `String of AmazonResourceName.t ])
list ])
list ])
list
| `Timestamp of Time.t ])
list ]