StoredQuery
import type { StoredQuery } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/configservice.ts";interface StoredQuery {
Description?: string | null;
Expression?: string | null;
QueryArn?: string | null;
QueryId?: string | null;
QueryName: string;
}