TriggerUpdate
import type { TriggerUpdate } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";interface TriggerUpdate {
Actions?: Action[] | null;
Description?: string | null;
EventBatchingCondition?: EventBatchingCondition | null;
Name?: string | null;
Predicate?: Predicate | null;
Schedule?: string | null;
}