UpdateSnapshotScheduleInput
import type { UpdateSnapshotScheduleInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/storagegateway.ts";interface UpdateSnapshotScheduleInput {
Description?: string | null;
RecurrenceInHours: number;
StartAt: number;
Tags?: Tag[] | null;
VolumeARN: string;
}