libZSservicesZSamazonka-swfZSamazonka-swf
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Description

 
Synopsis

Documentation

data LambdaFunctionCompletedEventAttributes Source #

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

See: newLambdaFunctionCompletedEventAttributes smart constructor.

Constructors

LambdaFunctionCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The results of the Lambda task.

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Instances

Instances details
Eq LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Read LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Show LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Generic LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

NFData LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

Hashable LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

FromJSON LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

type Rep LambdaFunctionCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes

type Rep LambdaFunctionCompletedEventAttributes = D1 ('MetaData "LambdaFunctionCompletedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionCompletedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "startedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newLambdaFunctionCompletedEventAttributes Source #

Create a value of LambdaFunctionCompletedEventAttributes 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:result:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_result - The results of the Lambda task.

$sel:scheduledEventId:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_scheduledEventId - The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

$sel:startedEventId:LambdaFunctionCompletedEventAttributes', lambdaFunctionCompletedEventAttributes_startedEventId - The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionCompletedEventAttributes_scheduledEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #

The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

lambdaFunctionCompletedEventAttributes_startedEventId :: Lens' LambdaFunctionCompletedEventAttributes Integer Source #

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.