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

GetDiskSnapshotRequest

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

§Properties

§
diskSnapshotName: string
[src]

The name of the disk snapshot (e.g., my-disk-snapshot).