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

DetachFromIndexRequest

import type { DetachFromIndexRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface DetachFromIndexRequest {
DirectoryArn: string;
IndexReference: ObjectReference;
TargetReference: ObjectReference;
}

§Properties

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) of the directory the index and object exist in.

§
IndexReference: ObjectReference
[src]

A reference to the index object.

§
TargetReference: ObjectReference
[src]

A reference to the object being detached from the index.