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

ListAttachedLinksInput

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

§Properties

§
MaxResults?: number | null
[src]

Limits the number of returned links to the specified number.

§
NextToken?: string | null
[src]

The token for the next set of items to return. You received this token from a previous call.

§
SinkIdentifier: string
[src]

The ARN of the sink that you want to retrieve links for.