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

UpdateSnapshotRequest

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

§Properties

§
ClientRequestToken?: string | null
[src]
§
Name: string
[src]

The name of the snapshot to update.

§
SnapshotId: string
[src]

The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.