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

DeleteSnapshotResponse

import type { DeleteSnapshotResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DeleteSnapshotResponse {
Lifecycle?: SnapshotLifecycle | null;
SnapshotId?: string | null;
}

§Properties

§
Lifecycle?: SnapshotLifecycle | null
[src]

The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

§
SnapshotId?: string | null
[src]

The ID of the deleted snapshot.