Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchGetNamedQueryOutput

import type { BatchGetNamedQueryOutput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface BatchGetNamedQueryOutput {
NamedQueries?: NamedQuery[] | null;
UnprocessedNamedQueryIds?: UnprocessedNamedQueryId[] | null;
}

§Properties

§
NamedQueries?: NamedQuery[] | null
[src]

Information about the named query IDs submitted.

§
UnprocessedNamedQueryIds?: UnprocessedNamedQueryId[] | null
[src]

Information about provided query IDs.