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

DeleteOutboundCrossClusterSearchConnectionResponse

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

The result of a "DeleteOutboundCrossClusterSearchConnection" operation. Contains details of deleted outbound connection.

interface DeleteOutboundCrossClusterSearchConnectionResponse {
CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection | null;
}

§Properties

§
CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection | null
[src]

Specifies the "OutboundCrossClusterSearchConnection" of deleted outbound connection.