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

UpdateTriggerRequest

import type { UpdateTriggerRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface UpdateTriggerRequest {
Name: string;
TriggerUpdate: TriggerUpdate;
}

§Properties

§
Name: string
[src]

The name of the trigger to update.

§
TriggerUpdate: TriggerUpdate
[src]

The new values with which to update the trigger.