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

DeleteAutoSnapshotRequest

import type { DeleteAutoSnapshotRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface DeleteAutoSnapshotRequest {
date: string;
resourceName: string;
}

§Properties

§
date: string
[src]

The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the get auto snapshots operation to get the available automatic snapshots for a resource.

§
resourceName: string
[src]

The name of the source instance or disk from which to delete the automatic snapshot.