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

UpdateResourcePolicyResponse

import type { UpdateResourcePolicyResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface UpdateResourcePolicyResponse {
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 is attached to.

§
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.