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

RestoreFromSnapshotResponse

import type { RestoreFromSnapshotResponse } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface RestoreFromSnapshotResponse {
namespace?: Namespace | null;
ownerAccount?: string | null;
snapshotName?: string | null;
}

§Properties

§
namespace?: Namespace | null
[src]
§
ownerAccount?: string | null
[src]

The owner Amazon Web Services; account of the snapshot that was restored.

§
snapshotName?: string | null
[src]

The name of the snapshot used to restore the namespace.