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

CreateSnapshotOutput

import type { CreateSnapshotOutput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

A JSON object containing the following fields:

interface CreateSnapshotOutput {
SnapshotId?: string | null;
VolumeARN?: string | null;
}

§Properties

§
SnapshotId?: string | null
[src]

The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot ("CreateStorediSCSIVolume").

§
VolumeARN?: string | null
[src]

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.