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

ModifyDBProxyEndpointResponse

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

§Properties

§
DBProxyEndpoint?: DBProxyEndpoint | null
[src]

The DBProxyEndpoint object representing the new settings for the DB proxy endpoint.