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

Description

 
Synopsis

Documentation

data ActivityTaskCompletedEventAttributes Source #

Provides the details of the ActivityTaskCompleted event.

See: newActivityTaskCompletedEventAttributes smart constructor.

Constructors

ActivityTaskCompletedEventAttributes' 

Fields

  • result :: Maybe Text

    The results of the activity task.

  • scheduledEventId :: Integer

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

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Read ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Show ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Generic ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

NFData ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

Hashable ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

FromJSON ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

type Rep ActivityTaskCompletedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes

type Rep ActivityTaskCompletedEventAttributes = D1 ('MetaData "ActivityTaskCompletedEventAttributes" "Amazonka.SWF.Types.ActivityTaskCompletedEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "ActivityTaskCompletedEventAttributes'" '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))))

newActivityTaskCompletedEventAttributes Source #

Create a value of ActivityTaskCompletedEventAttributes 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:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_result - The results of the activity task.

$sel:scheduledEventId:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity 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:ActivityTaskCompletedEventAttributes', activityTaskCompletedEventAttributes_startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

activityTaskCompletedEventAttributes_scheduledEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #

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

activityTaskCompletedEventAttributes_startedEventId :: Lens' ActivityTaskCompletedEventAttributes Integer Source #

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