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

DeleteOutboundConnectionResponse

import type { DeleteOutboundConnectionResponse } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The result of a "DeleteOutboundConnection" operation. Contains details about the deleted outbound connection.

interface DeleteOutboundConnectionResponse {
Connection?: OutboundConnection | null;
}

§Properties

§
Connection?: OutboundConnection | null
[src]

The "OutboundConnection" of the deleted outbound connection.