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

ListFacetNamesResponse

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

§Properties

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

The names of facets that exist within the schema.

§
NextToken?: string | null
[src]

The pagination token.