QueryInfo
import type { QueryInfo } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";interface QueryInfo {
createTime?: number | null;
logGroupName?: string | null;
queryId?: string | null;
queryString?: string | null;
status?: QueryStatus | null;
}