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

StopDBInstanceMessage

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

§Properties

§
DBInstanceIdentifier: string
[src]

The user-supplied instance identifier.

§
DBSnapshotIdentifier?: string | null
[src]

The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.