amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.LambdaFunction

Description

 
Synopsis

Documentation

data LambdaFunction Source #

The Lambda function.

See: newLambdaFunction smart constructor.

Constructors

LambdaFunction' 

Fields

  • arn :: Text

    The ARN of the Lambda function.

Instances

Instances details
FromJSON LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

ToJSON LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Generic LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Associated Types

type Rep LambdaFunction :: Type -> Type #

Read LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Show LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

NFData LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Methods

rnf :: LambdaFunction -> () #

Eq LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

Hashable LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

type Rep LambdaFunction Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.LambdaFunction

type Rep LambdaFunction = D1 ('MetaData "LambdaFunction" "Amazonka.IotTwinMaker.Types.LambdaFunction" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "LambdaFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaFunction Source #

Create a value of LambdaFunction 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:arn:LambdaFunction', lambdaFunction_arn - The ARN of the Lambda function.

lambdaFunction_arn :: Lens' LambdaFunction Text Source #

The ARN of the Lambda function.