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

DeleteInboundCrossClusterSearchConnectionResponse

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

The result of a "DeleteInboundCrossClusterSearchConnection" operation. Contains details of deleted inbound connection.

interface DeleteInboundCrossClusterSearchConnectionResponse {
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | null;
}

§Properties

§
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection | null
[src]

Specifies the "InboundCrossClusterSearchConnection" of deleted inbound connection.