Values.UpdateScheduledQueryRequestSourceUpdate a scheduled query.
type nonrec t = {scheduledQueryArn : AmazonResourceName.t;ARN of the scheuled query.
*)state : ScheduledQueryState.t;State of the scheduled query.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AmazonResourceName.t ]) list ]