Values.ScheduledQuerySourceScheduled Query
type nonrec t = {arn : AmazonResourceName.t option;The Amazon Resource Name.
*)name : ScheduledQueryName.t option;The name of the scheduled query.
*)creationTime : Time.t option;The creation time of the scheduled query.
*)state : ScheduledQueryState.t option;State of scheduled query.
*)previousInvocationTime : Time.t option;The last time the scheduled query was run.
*)nextInvocationTime : Time.t option;The next time the scheduled query is to be run.
*)errorReportConfiguration : ErrorReportConfiguration.t option;Configuration for scheduled query error reporting.
*)targetDestination : TargetDestination.t option;Target data source where final scheduled query result will be written.
*)lastRunStatus : ScheduledQueryRunStatus.t option;Status of the last scheduled query run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ])
list ])
list
| `Timestamp of Time.t ])
list ]