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

Description

 
Synopsis

Documentation

data DecisionTaskCompletedEventAttributes Source #

Provides the details of the DecisionTaskCompleted event.

See: newDecisionTaskCompletedEventAttributes smart constructor.

Constructors

DecisionTaskCompletedEventAttributes' 

Fields

  • executionContext :: Maybe Text

    User defined context for the workflow execution.

  • scheduledEventId :: Integer

    The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Read DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Show DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Generic DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

NFData DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

Hashable DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

FromJSON DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

type Rep DecisionTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskCompletedEventAttributes

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

newDecisionTaskCompletedEventAttributes Source #

Create a value of DecisionTaskCompletedEventAttributes 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:executionContext:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_executionContext - User defined context for the workflow execution.

$sel:scheduledEventId:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_scheduledEventId - The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:DecisionTaskCompletedEventAttributes', decisionTaskCompletedEventAttributes_startedEventId - The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskCompletedEventAttributes_scheduledEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #

The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

decisionTaskCompletedEventAttributes_startedEventId :: Lens' DecisionTaskCompletedEventAttributes Integer Source #

The ID of the DecisionTaskStarted event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.