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

ListIndexRequest

import type { ListIndexRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListIndexRequest {
ConsistencyLevel?: ConsistencyLevel | null;
DirectoryArn: string;
IndexReference: ObjectReference;
MaxResults?: number | null;
NextToken?: string | null;
RangesOnIndexedValues?: ObjectAttributeRange[] | null;
}

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

The consistency level to execute the request at.

§
DirectoryArn: string
[src]

The ARN of the directory that the index exists in.

§
IndexReference: ObjectReference
[src]

The reference to the index to list.

§
MaxResults?: number | null
[src]

The maximum number of objects in a single page to retrieve from the index during a request. For more information, see Amazon Cloud Directory Limits.

§
NextToken?: string | null
[src]

The pagination token.

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

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