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

DetachObjectRequest

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

§Properties

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where objects reside. For more information, see "arns".

§
LinkName: string
[src]

The link name associated with the object that needs to be detached.

§
ParentReference: ObjectReference
[src]

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