Values.StoredQueryMetadataSourceReturns details of a specific query.
type nonrec t = {queryId : QueryId.t option;The ID of the query.
*)queryArn : QueryArn.t option;Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
*)queryName : QueryName.t option;The name of the query.
*)description : QueryDescription.t option;A unique description for the query.
*)}