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/iot.ts?docs=full";
interface DetachPolicyRequest {
policyName: string;
target: string;
}

§Properties

§
policyName: string
[src]

The policy to detach.

§
target: string
[src]

The target from which the policy will be detached.