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

DetachPolicyRequest

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

§Properties

§
DirectoryArn: string
[src]

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

§
ObjectReference: ObjectReference
[src]

Reference that identifies the object whose policy object will be detached.

§
PolicyReference: ObjectReference
[src]

Reference that identifies the policy object.