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

UpdateWorkGroupInput

import type { UpdateWorkGroupInput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface UpdateWorkGroupInput {
ConfigurationUpdates?: WorkGroupConfigurationUpdates | null;
Description?: string | null;
State?: WorkGroupState | null;
WorkGroup: string;
}

§Properties

§
ConfigurationUpdates?: WorkGroupConfigurationUpdates | null
[src]

The workgroup configuration that will be updated for the given workgroup.

§
Description?: string | null
[src]

The workgroup description.

§
State?: WorkGroupState | null
[src]

The workgroup state that will be updated for the given workgroup.

§
WorkGroup: string
[src]

The specified workgroup that will be updated.