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

BatchAttachToIndex

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

Attaches the specified object to the specified index inside a "BatchRead" operation. For more information, see "AttachToIndex" and "BatchReadRequest$Operations".

interface BatchAttachToIndex {
IndexReference: ObjectReference;
TargetReference: ObjectReference;
}

§Properties

§
IndexReference: ObjectReference
[src]

A reference to the index that you are attaching the object to.

§
TargetReference: ObjectReference
[src]

A reference to the object that you are attaching to the index.