Values.DeleteScheduledQueryRequestSourceDeletes a scheduled query and stops all future executions. This operation also removes any configured actions and associated resources.
type nonrec t = {identifier : ScheduledQueryIdentifier.t;The ARN or name of the scheduled query to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ScheduledQueryIdentifier.t ]) list ]