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

ListConnectionsResponse

import type { ListConnectionsResponse } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface ListConnectionsResponse {
ConnectionSummaryList: ConnectionSummary[];
NextToken?: string | null;
}

§Properties

§
ConnectionSummaryList: ConnectionSummary[]
[src]

A list of summary information records for connections. In a paginated request, the request returns up to MaxResults records for each call.

§
NextToken?: string | null
[src]

The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.