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

DeleteDBInstanceMessage

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

Represents the input to "DeleteDBInstance".

interface DeleteDBInstanceMessage {
DBInstanceIdentifier: string;
}

§Properties

§
DBInstanceIdentifier: string
[src]

The instance identifier for the instance to be deleted. This parameter isn't case sensitive.

Constraints:

  • Must match the name of an existing instance.