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

DeleteProjectPolicyRequest

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

§Properties

§
PolicyName: string
[src]

The name of the policy that you want to delete.

§
PolicyRevisionId?: string | null
[src]

The ID of the project policy revision that you want to delete.

§
ProjectArn: string
[src]

The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.