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

DescribeInboundConnectionsResponse

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

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

interface DescribeInboundConnectionsResponse {
Connections?: InboundConnection[] | null;
NextToken?: string | null;
}

§Properties

§
Connections?: InboundConnection[] | null
[src]

A list of "InboundConnection" 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.