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

ListAttachedIndicesRequest

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

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

The consistency level to use for this operation.

§
DirectoryArn: string
[src]

The ARN of the directory.

§
MaxResults?: number | null
[src]

The maximum number of results to retrieve.

§
NextToken?: string | null
[src]

The pagination token.

§
TargetReference: ObjectReference
[src]

A reference to the object that has indices attached.