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

ListConnectPeersResponse

import type { ListConnectPeersResponse } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface ListConnectPeersResponse {
ConnectPeers?: ConnectPeerSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ConnectPeers?: ConnectPeerSummary[] | null
[src]

Describes the Connect peers.

§
NextToken?: string | null
[src]

The token for the next page of results.