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

ListTypedLinkFacetNamesResponse

import type { ListTypedLinkFacetNamesResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListTypedLinkFacetNamesResponse {
FacetNames?: string[] | null;
NextToken?: string | null;
}

§Properties

§
FacetNames?: string[] | null
[src]

The names of typed link facets that exist within the schema.

§
NextToken?: string | null
[src]

The pagination token.