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

ListIndexResponse

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

§Properties

§
IndexAttachments?: IndexAttachment[] | null
[src]

The objects and indexed values attached to the index.

§
NextToken?: string | null
[src]

The pagination token.