Module Values.LambdaCodeHookSource

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

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

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

    *)
  2. codeHookInterfaceVersion : CodeHookInterfaceVersion.t;
    (*

    The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.

    *)
}
Sourceval context_ : string
Sourceval make : lambdaARN:LambdaARN.t -> codeHookInterfaceVersion:CodeHookInterfaceVersion.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