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

ListVpcIngressConnectionsResponse

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

§Properties

§
NextToken?: string | null
[src]

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

§
VpcIngressConnectionSummaryList: VpcIngressConnectionSummary[]
[src]

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