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

GetNamedQueryOutput

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

§Properties

§
NamedQuery?: NamedQuery | null
[src]

Information about the query.