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

CodeHook

import type { CodeHook } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..

interface CodeHook {
messageVersion: string;
uri: string;
}

§Properties

§
messageVersion: string
[src]

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see "using-lambda".

§
uri: string
[src]

The Amazon Resource Name (ARN) of the Lambda function.