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

UpdatePreparedStatementInput

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

§Properties

§
Description?: string | null
[src]

The description of the prepared statement.

§
QueryStatement: string
[src]

The query string for the prepared statement.

§
StatementName: string
[src]

The name of the prepared statement.

§
WorkGroup: string
[src]

The workgroup for the prepared statement.