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

DeleteNamespaceRequest

import type { DeleteNamespaceRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface DeleteNamespaceRequest {
finalSnapshotName?: string | null;
finalSnapshotRetentionPeriod?: number | null;
namespaceName: string;
}

§Properties

§
finalSnapshotName?: string | null
[src]

The name of the snapshot to be created before the namespace is deleted.

§
finalSnapshotRetentionPeriod?: number | null
[src]

How long to retain the final snapshot.

§
namespaceName: string
[src]

The name of the namespace to delete.