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

Description

 
Synopsis

Documentation

data MarkerRecordedEventAttributes Source #

Provides the details of the MarkerRecorded event.

See: newMarkerRecordedEventAttributes smart constructor.

Constructors

MarkerRecordedEventAttributes' 

Fields

  • details :: Maybe Text

    The details of the marker.

  • markerName :: Text

    The name of the marker.

  • decisionTaskCompletedEventId :: Integer

    The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Read MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Show MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Generic MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Associated Types

type Rep MarkerRecordedEventAttributes :: Type -> Type #

NFData MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

Hashable MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

FromJSON MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

type Rep MarkerRecordedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.MarkerRecordedEventAttributes

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

newMarkerRecordedEventAttributes Source #

Create a value of MarkerRecordedEventAttributes 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:details:MarkerRecordedEventAttributes', markerRecordedEventAttributes_details - The details of the marker.

$sel:markerName:MarkerRecordedEventAttributes', markerRecordedEventAttributes_markerName - The name of the marker.

$sel:decisionTaskCompletedEventId:MarkerRecordedEventAttributes', markerRecordedEventAttributes_decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

markerRecordedEventAttributes_decisionTaskCompletedEventId :: Lens' MarkerRecordedEventAttributes Integer Source #

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.