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

DeleteDBClusterSnapshotMessage

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

Represents the input to "DeleteDBClusterSnapshot".

interface DeleteDBClusterSnapshotMessage {
DBClusterSnapshotIdentifier: string;
}

§Properties

§
DBClusterSnapshotIdentifier: string
[src]

The identifier of the cluster snapshot to delete.

Constraints: Must be the name of an existing cluster snapshot in the available state.