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

ListAttachedLinksOutput

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

§Properties

§

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

§
NextToken?: string | null
[src]

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