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

Description

 
Synopsis

Documentation

data LambdaFunctionStartedEventAttributes Source #

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

See: newLambdaFunctionStartedEventAttributes smart constructor.

Constructors

LambdaFunctionStartedEventAttributes' 

Fields

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

Instances

Instances details
Eq LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Read LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Show LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Generic LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

NFData LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

Hashable LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

FromJSON LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

type Rep LambdaFunctionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes

type Rep LambdaFunctionStartedEventAttributes = D1 ('MetaData "LambdaFunctionStartedEventAttributes" "Amazonka.SWF.Types.LambdaFunctionStartedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "LambdaFunctionStartedEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduledEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newLambdaFunctionStartedEventAttributes Source #

Create a value of LambdaFunctionStartedEventAttributes 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:scheduledEventId:LambdaFunctionStartedEventAttributes', lambdaFunctionStartedEventAttributes_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.

lambdaFunctionStartedEventAttributes_scheduledEventId :: Lens' LambdaFunctionStartedEventAttributes 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.