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

DeleteInboundConnectionResponse

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

The result of a "DeleteInboundConnection" operation. Contains details about the deleted inbound connection.

interface DeleteInboundConnectionResponse {
Connection?: InboundConnection | null;
}

§Properties

§
Connection?: InboundConnection | null
[src]

The "InboundConnection" of the deleted inbound connection.