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

DeleteResourcePolicyStatementResponse

import type { DeleteResourcePolicyStatementResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface DeleteResourcePolicyStatementResponse {
resourceArn?: string | null;
revisionId?: string | null;
}

§Properties

§
resourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy statement was removed from.

§
revisionId?: string | null
[src]

The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.