Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DecisionTaskStartedEventAttributes = DecisionTaskStartedEventAttributes' {}
- newDecisionTaskStartedEventAttributes :: Integer -> DecisionTaskStartedEventAttributes
- decisionTaskStartedEventAttributes_identity :: Lens' DecisionTaskStartedEventAttributes (Maybe Text)
- decisionTaskStartedEventAttributes_scheduledEventId :: Lens' DecisionTaskStartedEventAttributes Integer
Documentation
data DecisionTaskStartedEventAttributes Source #
Provides the details of the DecisionTaskStarted
event.
See: newDecisionTaskStartedEventAttributes
smart constructor.
DecisionTaskStartedEventAttributes' | |
|
Instances
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.