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

BatchDetachObject

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

Represents the output of a "DetachObject" operation.

interface BatchDetachObject {
BatchReferenceName?: string | null;
LinkName: string;
ParentReference: ObjectReference;
}

§Properties

§
BatchReferenceName?: string | null
[src]

The batch reference name. See Transaction Support for more information.

§
LinkName: string
[src]

The name of the link.

§
ParentReference: ObjectReference
[src]

Parent reference from which the object with the specified link name is detached.