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

DeleteSnapshotScheduleOutput

import type { DeleteSnapshotScheduleOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";
interface DeleteSnapshotScheduleOutput {
VolumeARN?: string | null;
}

§Properties

§
VolumeARN?: string | null
[src]

The volume which snapshot schedule was deleted.