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

BatchListIndexResponse

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

Represents the output of a "ListIndex" response operation.

interface BatchListIndexResponse {
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.