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

ListConnectionsOutput

import type { ListConnectionsOutput } from "https://aws-api.deno.dev/v0.3/services/codestarconnections.ts?docs=full";
interface ListConnectionsOutput {
Connections?: Connection[] | null;
NextToken?: string | null;
}

§Properties

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

A list of connections and the details for each connection, such as status, owner, and provider type.

§
NextToken?: string | null
[src]

A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.