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

DeletePreparedStatementInput

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

§Properties

§
StatementName: string
[src]

The name of the prepared statement to delete.

§
WorkGroup: string
[src]

The workgroup to which the statement to be deleted belongs.