Module Values.CodeHookSource

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

Sourcetype nonrec t = {
  1. uri : LambdaARN.t;
    (*

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

    *)
  2. messageVersion : MessageVersion.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : uri:LambdaARN.t -> messageVersion:MessageVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LambdaARN.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t