amazonka-swf-2.0: Amazon Simple Workflow Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Description

 
Synopsis

Documentation

data DecisionTaskStartedEventAttributes Source #

Provides the details of the DecisionTaskStarted event.

See: newDecisionTaskStartedEventAttributes smart constructor.

Constructors

DecisionTaskStartedEventAttributes' 

Fields

  • identity :: Maybe Text

    Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

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

Instances

Instances details
FromJSON DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Generic DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Associated Types

type Rep DecisionTaskStartedEventAttributes :: Type -> Type #

Read DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Show DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

NFData DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Eq DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

Hashable DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

type Rep DecisionTaskStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.DecisionTaskStartedEventAttributes

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

newDecisionTaskStartedEventAttributes Source #

Create a value of DecisionTaskStartedEventAttributes 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:DecisionTaskStartedEventAttributes', decisionTaskStartedEventAttributes_identity - Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

$sel:scheduledEventId:DecisionTaskStartedEventAttributes', decisionTaskStartedEventAttributes_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.

decisionTaskStartedEventAttributes_identity :: Lens' DecisionTaskStartedEventAttributes (Maybe Text) Source #

Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

decisionTaskStartedEventAttributes_scheduledEventId :: Lens' DecisionTaskStartedEventAttributes 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.