Values.DescribeQueryRequestSourceReturns metadata about a query, including query run time in milliseconds, number of events scanned and matched, and query status. If the query results were delivered to an S3 bucket, the response also provides the S3 URI and the delivery status. You must specify either QueryId or QueryAlias. Specifying the QueryAlias parameter returns information about the last query run for the alias. You can provide RefreshId along with QueryAlias to view the query results of a dashboard query for the specified RefreshId.
type nonrec t = {eventDataStore : EventDataStoreArn.t option;The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
*)queryId : UUID.t option;The query ID.
*)queryAlias : QueryAlias.t option;The alias that identifies a query template.
*)refreshId : RefreshId.t option;The ID of the dashboard refresh.
*)eventDataStoreOwnerAccountId : AccountId.t option;The account ID of the event data store owner.
*)}