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

BatchListIndex

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

Lists objects attached to the specified index inside a "BatchRead" operation. For more information, see "ListIndex" and "BatchReadRequest$Operations".

interface BatchListIndex {
IndexReference: ObjectReference;
MaxResults?: number | null;
NextToken?: string | null;
RangesOnIndexedValues?: ObjectAttributeRange[] | null;
}

§Properties

§
IndexReference: ObjectReference
[src]

The reference to the index to list.

§
MaxResults?: number | null
[src]

The maximum number of results to retrieve.

§
NextToken?: string | null
[src]

The pagination token.

§
RangesOnIndexedValues?: ObjectAttributeRange[] | null
[src]

Specifies the ranges of indexed values that you want to query.