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

UpdateSnapshotResponse

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

§Properties

§
Snapshot?: Snapshot | null
[src]

Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.