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

Description

 
Synopsis

Documentation

data ActivityTaskStartedEventAttributes Source #

Provides the details of the ActivityTaskStarted event.

See: newActivityTaskStartedEventAttributes smart constructor.

Constructors

ActivityTaskStartedEventAttributes' 

Fields

  • identity :: Maybe Text

    Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

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

Instances

Instances details
Eq ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Read ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Show ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Generic ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Associated Types

type Rep ActivityTaskStartedEventAttributes :: Type -> Type #

NFData ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

Hashable ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

FromJSON ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

type Rep ActivityTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ActivityTaskStartedEventAttributes

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

newActivityTaskStartedEventAttributes Source #

Create a value of ActivityTaskStartedEventAttributes 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:identity:ActivityTaskStartedEventAttributes', activityTaskStartedEventAttributes_identity - Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

$sel:scheduledEventId:ActivityTaskStartedEventAttributes', activityTaskStartedEventAttributes_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.

activityTaskStartedEventAttributes_identity :: Lens' ActivityTaskStartedEventAttributes (Maybe Text) Source #

Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

activityTaskStartedEventAttributes_scheduledEventId :: Lens' ActivityTaskStartedEventAttributes 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.