| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.LambdaCodeHook
Description
Documentation
data LambdaCodeHook Source #
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
See: newLambdaCodeHook smart constructor.
Constructors
| LambdaCodeHook' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> LambdaCodeHook |
Create a value of LambdaCodeHook with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lambdaARN:LambdaCodeHook', lambdaCodeHook_lambdaARN - The Amazon Resource Name (ARN) of the Lambda function.
$sel:codeHookInterfaceVersion:LambdaCodeHook', lambdaCodeHook_codeHookInterfaceVersion - The version of the request-response that you want Amazon Lex to use to
invoke your Lambda function.
lambdaCodeHook_lambdaARN :: Lens' LambdaCodeHook Text Source #
The Amazon Resource Name (ARN) of the Lambda function.
lambdaCodeHook_codeHookInterfaceVersion :: Lens' LambdaCodeHook Text Source #
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.