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

DeleteDBProxyEndpointResponse

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

§Properties

§
DBProxyEndpoint?: DBProxyEndpoint | null
[src]

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