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

GetPreparedStatementInput

import type { GetPreparedStatementInput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface GetPreparedStatementInput {
StatementName: string;
WorkGroup: string;
}

§Properties

§
StatementName: string
[src]

The name of the prepared statement to retrieve.

§
WorkGroup: string
[src]

The workgroup to which the statement to be retrieved belongs.