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

BatchListOutgoingTypedLinksResponse

import type { BatchListOutgoingTypedLinksResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Represents the output of a "ListOutgoingTypedLinks" response operation.

interface BatchListOutgoingTypedLinksResponse {
NextToken?: string | null;
TypedLinkSpecifiers?: TypedLinkSpecifier[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token.

§
TypedLinkSpecifiers?: TypedLinkSpecifier[] | null
[src]

Returns a typed link specifier as output.