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

DescribeOutboundConnectionsResponse

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

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

interface DescribeOutboundConnectionsResponse {
Connections?: OutboundConnection[] | null;
NextToken?: string | null;
}

§Properties

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

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