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

ListLinksOutput

import type { ListLinksOutput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface ListLinksOutput {
Items: ListLinksItem[];
NextToken?: string | null;
}

§Properties

§

An array of structures that contain the information about the returned links.

§
NextToken?: string | null
[src]

The token to use when requesting the next set of links.