amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.LambdaCodeHook

Description

 
Synopsis

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

Instances details
FromJSON LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

ToJSON LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

Generic LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

Associated Types

type Rep LambdaCodeHook :: Type -> Type #

Read LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

Show LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

NFData LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

Methods

rnf :: LambdaCodeHook -> () #

Eq LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

Hashable LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

type Rep LambdaCodeHook Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.LambdaCodeHook

type Rep LambdaCodeHook = D1 ('MetaData "LambdaCodeHook" "Amazonka.LexV2Models.Types.LambdaCodeHook" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "LambdaCodeHook'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "codeHookInterfaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaCodeHook Source #

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.