| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SWF.Types.DecisionTaskTimedOutEventAttributes
Description
Synopsis
- data DecisionTaskTimedOutEventAttributes = DecisionTaskTimedOutEventAttributes' {}
- newDecisionTaskTimedOutEventAttributes :: DecisionTaskTimeoutType -> Integer -> Integer -> DecisionTaskTimedOutEventAttributes
- decisionTaskTimedOutEventAttributes_timeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType
- decisionTaskTimedOutEventAttributes_scheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer
- decisionTaskTimedOutEventAttributes_startedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer
Documentation
data DecisionTaskTimedOutEventAttributes Source #
Provides the details of the DecisionTaskTimedOut event.
See: newDecisionTaskTimedOutEventAttributes smart constructor.
Constructors
| DecisionTaskTimedOutEventAttributes' | |
Fields
| |
Instances
newDecisionTaskTimedOutEventAttributes Source #
Arguments
| :: DecisionTaskTimeoutType | |
| -> Integer | |
| -> Integer | |
| -> DecisionTaskTimedOutEventAttributes |
Create a value of DecisionTaskTimedOutEventAttributes 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:timeoutType:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_timeoutType - The type of timeout that expired before the decision task could be
completed.
$sel:scheduledEventId:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_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.
$sel:startedEventId:DecisionTaskTimedOutEventAttributes', decisionTaskTimedOutEventAttributes_startedEventId - The ID of the DecisionTaskStarted event recorded when this decision
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.
decisionTaskTimedOutEventAttributes_timeoutType :: Lens' DecisionTaskTimedOutEventAttributes DecisionTaskTimeoutType Source #
The type of timeout that expired before the decision task could be completed.
decisionTaskTimedOutEventAttributes_scheduledEventId :: Lens' DecisionTaskTimedOutEventAttributes 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.
decisionTaskTimedOutEventAttributes_startedEventId :: Lens' DecisionTaskTimedOutEventAttributes Integer Source #
The ID of the DecisionTaskStarted event recorded when this decision
task was started. This information can be useful for diagnosing problems
by tracing back the chain of events leading up to this event.