ModifyEventSubscriptionMessage
import type { ModifyEventSubscriptionMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface ModifyEventSubscriptionMessage {
Enabled?: boolean | null;
EventCategories?: string[] | null;
Severity?: string | null;
SnsTopicArn?: string | null;
SourceIds?: string[] | null;
SourceType?: string | null;
SubscriptionName: string;
}