Values.GetScheduledQueryRequestSourceRetrieves details about a specific scheduled query, including its configuration, execution status, and metadata.
type nonrec t = {identifier : ScheduledQueryIdentifier.t;The ARN or name of the scheduled query to retrieve.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ScheduledQueryIdentifier.t ]) list ]