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

BatchDetachPolicy

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

Detaches the specified policy from the specified directory inside a "BatchWrite" operation. For more information, see "DetachPolicy" and "BatchWriteRequest$Operations".

interface BatchDetachPolicy {
ObjectReference: ObjectReference;
PolicyReference: ObjectReference;
}

§Properties

§
ObjectReference: ObjectReference
[src]

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

§
PolicyReference: ObjectReference
[src]

Reference that identifies the policy object.