Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
Description?: string | null
[src]
§
RecurrenceInHours: number
[src]
§
StartAt: number
[src]
§
Tags?: Tag[] | null
[src]
§
VolumeARN: string
[src]