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/lexmodelsv2.ts?docs=full";
interface DeleteResourcePolicyRequest {
expectedRevisionId?: string | null;
resourceArn: string;
}

§Properties

§
expectedRevisionId?: string | null
[src]

The identifier of the revision to edit. If this ID doesn't match the current revision number, Amazon Lex returns an exception

If you don't specify a revision ID, Amazon Lex will delete the current policy.

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.