@aws-sdk/client-opensearch

DescribeOutboundConnectionsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Connections OutboundConnection[] | undefined

List of outbound connections that match the filter criteria.

NextToken string | undefined

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Full Signature

export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutboundConnectionsResponse, MetadataBearer