SnapshotSchedule
import type { SnapshotSchedule } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface SnapshotSchedule {
AssociatedClusterCount?: number | null;
AssociatedClusters: ClusterAssociatedToSchedule[];
NextInvocations: (Date | number)[];
ScheduleDefinitions: string[];
ScheduleDescription?: string | null;
ScheduleIdentifier?: string | null;
Tags: Tag[];
}