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

DeleteDBSnapshotMessage

import type { DeleteDBSnapshotMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface DeleteDBSnapshotMessage {
DBSnapshotIdentifier: string;
}

§Properties

§
DBSnapshotIdentifier: string
[src]

The DB snapshot identifier.

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