Event
import type { Event } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface Event {
Date?: Date | number | null;
EventCategories: string[];
EventId?: string | null;
Message?: string | null;
Severity?: string | null;
SourceIdentifier?: string | null;
SourceType?: SourceType | null;
}