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.LambdaFunctionTimedOutEventAttributes

Description

 
Synopsis

Documentation

data LambdaFunctionTimedOutEventAttributes Source #

Provides details of the LambdaFunctionTimedOut event.

See: newLambdaFunctionTimedOutEventAttributes smart constructor.

Constructors

LambdaFunctionTimedOutEventAttributes' 

Fields

  • timeoutType :: Maybe LambdaFunctionTimeoutType

    The type of the timeout that caused this event.

  • scheduledEventId :: Integer

    The ID of the LambdaFunctionScheduled event that was recorded when this activity 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 ActivityTaskStarted event that was 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 LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Read LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Show LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Generic LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

NFData LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

Hashable LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

FromJSON LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

type Rep LambdaFunctionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionTimedOutEventAttributes

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

newLambdaFunctionTimedOutEventAttributes Source #

Create a value of LambdaFunctionTimedOutEventAttributes 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:timeoutType:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_timeoutType - The type of the timeout that caused this event.

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

$sel:startedEventId:LambdaFunctionTimedOutEventAttributes', lambdaFunctionTimedOutEventAttributes_startedEventId - The ID of the ActivityTaskStarted event that was 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.

lambdaFunctionTimedOutEventAttributes_scheduledEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #

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

lambdaFunctionTimedOutEventAttributes_startedEventId :: Lens' LambdaFunctionTimedOutEventAttributes Integer Source #

The ID of the ActivityTaskStarted event that was 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.