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

DeleteResourcePolicyRequest

import type { DeleteResourcePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface DeleteResourcePolicyRequest {
PolicyName: string;
PolicyRevisionId?: string | null;
}

§Properties

§
PolicyName: string
[src]

The name of the resource policy to delete.

§
PolicyRevisionId?: string | null
[src]

Specifies a specific policy revision to delete. Provide a PolicyRevisionId to ensure an atomic delete operation. If the provided revision id does not match the latest policy revision id, an InvalidPolicyRevisionIdException exception is returned.