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/neptune.ts?docs=full";
interface DeleteDBClusterSnapshotMessage {
DBClusterSnapshotIdentifier: string;
}

§Properties

§
DBClusterSnapshotIdentifier: string
[src]

The identifier of the DB cluster snapshot to delete.

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