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

DescribeOutboundCrossClusterSearchConnectionsResponse

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

The result of a "DescribeOutboundCrossClusterSearchConnections" request. Contains the list of connections matching the filter criteria.

interface DescribeOutboundCrossClusterSearchConnectionsResponse {
CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[] | null;
NextToken?: string | null;
}

§Properties

§
CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[] | null
[src]

Consists of list of "OutboundCrossClusterSearchConnection" matching the specified filter criteria.

§
NextToken?: string | null
[src]

If more results are available and NextToken is present, make the next request to the same API with the received NextToken to paginate the remaining results.