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

ListEnvironmentAccountConnectionsOutput

import type { ListEnvironmentAccountConnectionsOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListEnvironmentAccountConnectionsOutput {
environmentAccountConnections: EnvironmentAccountConnectionSummary[];
nextToken?: string | null;
}

§Properties

§
environmentAccountConnections: EnvironmentAccountConnectionSummary[]
[src]

An array of environment account connections with details that's returned by Proton.

§
nextToken?: string | null
[src]

A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.