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

DeleteDBProxyResponse

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

§Properties

§
DBProxy?: DBProxy | null
[src]

The data structure representing the details of the DB proxy that you delete.