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

DeleteWorkGroupInput

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

§Properties

§
RecursiveDeleteOption?: boolean | null
[src]

The option to delete the workgroup and its contents even if the workgroup contains any named queries or query executions.

§
WorkGroup: string
[src]

The unique name of the workgroup to delete.