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

RestoreFromRecoveryPointResponse

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

§Properties

§
namespace?: Namespace | null
[src]

The namespace that data was restored into.

§
recoveryPointId?: string | null
[src]

The unique identifier of the recovery point used for the restore.