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

ListPeeringsResponse

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

§Properties

§
NextToken?: string | null
[src]

The token for the next page of results.

§
Peerings?: Peering[] | null
[src]

Lists the transit gateway peerings for the ListPeerings request.