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

DeleteAccessPolicyRequest

import type { DeleteAccessPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DeleteAccessPolicyRequest {
accessPolicyId: string;
clientToken?: string | null;
}

§Properties

§
accessPolicyId: string
[src]

The ID of the access policy to be deleted.

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.