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 HistoryEvent = HistoryEvent' {
- mapStateStartedEventDetails :: Maybe MapStateStartedEventDetails
- taskSubmitFailedEventDetails :: Maybe TaskSubmitFailedEventDetails
- taskStartedEventDetails :: Maybe TaskStartedEventDetails
- activityStartedEventDetails :: Maybe ActivityStartedEventDetails
- taskSubmittedEventDetails :: Maybe TaskSubmittedEventDetails
- lambdaFunctionStartFailedEventDetails :: Maybe LambdaFunctionStartFailedEventDetails
- taskStartFailedEventDetails :: Maybe TaskStartFailedEventDetails
- stateExitedEventDetails :: Maybe StateExitedEventDetails
- lambdaFunctionSucceededEventDetails :: Maybe LambdaFunctionSucceededEventDetails
- taskSucceededEventDetails :: Maybe TaskSucceededEventDetails
- activitySucceededEventDetails :: Maybe ActivitySucceededEventDetails
- mapIterationAbortedEventDetails :: Maybe MapIterationEventDetails
- mapIterationSucceededEventDetails :: Maybe MapIterationEventDetails
- mapIterationStartedEventDetails :: Maybe MapIterationEventDetails
- lambdaFunctionTimedOutEventDetails :: Maybe LambdaFunctionTimedOutEventDetails
- taskTimedOutEventDetails :: Maybe TaskTimedOutEventDetails
- activityTimedOutEventDetails :: Maybe ActivityTimedOutEventDetails
- executionFailedEventDetails :: Maybe ExecutionFailedEventDetails
- executionAbortedEventDetails :: Maybe ExecutionAbortedEventDetails
- executionSucceededEventDetails :: Maybe ExecutionSucceededEventDetails
- lambdaFunctionScheduledEventDetails :: Maybe LambdaFunctionScheduledEventDetails
- taskScheduledEventDetails :: Maybe TaskScheduledEventDetails
- activityScheduledEventDetails :: Maybe ActivityScheduledEventDetails
- executionStartedEventDetails :: Maybe ExecutionStartedEventDetails
- activityScheduleFailedEventDetails :: Maybe ActivityScheduleFailedEventDetails
- lambdaFunctionScheduleFailedEventDetails :: Maybe LambdaFunctionScheduleFailedEventDetails
- stateEnteredEventDetails :: Maybe StateEnteredEventDetails
- previousEventId :: Maybe Integer
- activityFailedEventDetails :: Maybe ActivityFailedEventDetails
- taskFailedEventDetails :: Maybe TaskFailedEventDetails
- lambdaFunctionFailedEventDetails :: Maybe LambdaFunctionFailedEventDetails
- executionTimedOutEventDetails :: Maybe ExecutionTimedOutEventDetails
- mapIterationFailedEventDetails :: Maybe MapIterationEventDetails
- timestamp :: POSIX
- type' :: HistoryEventType
- id :: Integer
- newHistoryEvent :: UTCTime -> HistoryEventType -> Integer -> HistoryEvent
- historyEvent_mapStateStartedEventDetails :: Lens' HistoryEvent (Maybe MapStateStartedEventDetails)
- historyEvent_taskSubmitFailedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmitFailedEventDetails)
- historyEvent_taskStartedEventDetails :: Lens' HistoryEvent (Maybe TaskStartedEventDetails)
- historyEvent_activityStartedEventDetails :: Lens' HistoryEvent (Maybe ActivityStartedEventDetails)
- historyEvent_taskSubmittedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmittedEventDetails)
- historyEvent_lambdaFunctionStartFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionStartFailedEventDetails)
- historyEvent_taskStartFailedEventDetails :: Lens' HistoryEvent (Maybe TaskStartFailedEventDetails)
- historyEvent_stateExitedEventDetails :: Lens' HistoryEvent (Maybe StateExitedEventDetails)
- historyEvent_lambdaFunctionSucceededEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionSucceededEventDetails)
- historyEvent_taskSucceededEventDetails :: Lens' HistoryEvent (Maybe TaskSucceededEventDetails)
- historyEvent_activitySucceededEventDetails :: Lens' HistoryEvent (Maybe ActivitySucceededEventDetails)
- historyEvent_mapIterationAbortedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_mapIterationSucceededEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_mapIterationStartedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_lambdaFunctionTimedOutEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventDetails)
- historyEvent_taskTimedOutEventDetails :: Lens' HistoryEvent (Maybe TaskTimedOutEventDetails)
- historyEvent_activityTimedOutEventDetails :: Lens' HistoryEvent (Maybe ActivityTimedOutEventDetails)
- historyEvent_executionFailedEventDetails :: Lens' HistoryEvent (Maybe ExecutionFailedEventDetails)
- historyEvent_executionAbortedEventDetails :: Lens' HistoryEvent (Maybe ExecutionAbortedEventDetails)
- historyEvent_executionSucceededEventDetails :: Lens' HistoryEvent (Maybe ExecutionSucceededEventDetails)
- historyEvent_lambdaFunctionScheduledEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventDetails)
- historyEvent_taskScheduledEventDetails :: Lens' HistoryEvent (Maybe TaskScheduledEventDetails)
- historyEvent_activityScheduledEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduledEventDetails)
- historyEvent_executionStartedEventDetails :: Lens' HistoryEvent (Maybe ExecutionStartedEventDetails)
- historyEvent_activityScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduleFailedEventDetails)
- historyEvent_lambdaFunctionScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduleFailedEventDetails)
- historyEvent_stateEnteredEventDetails :: Lens' HistoryEvent (Maybe StateEnteredEventDetails)
- historyEvent_previousEventId :: Lens' HistoryEvent (Maybe Integer)
- historyEvent_activityFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityFailedEventDetails)
- historyEvent_taskFailedEventDetails :: Lens' HistoryEvent (Maybe TaskFailedEventDetails)
- historyEvent_lambdaFunctionFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventDetails)
- historyEvent_executionTimedOutEventDetails :: Lens' HistoryEvent (Maybe ExecutionTimedOutEventDetails)
- historyEvent_mapIterationFailedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails)
- historyEvent_timestamp :: Lens' HistoryEvent UTCTime
- historyEvent_type :: Lens' HistoryEvent HistoryEventType
- historyEvent_id :: Lens' HistoryEvent Integer
Documentation
data HistoryEvent Source #
Contains details about the events of an execution.
See: newHistoryEvent
smart constructor.
Instances
:: UTCTime | |
-> HistoryEventType | |
-> Integer | |
-> HistoryEvent |
Create a value of HistoryEvent
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:mapStateStartedEventDetails:HistoryEvent'
, historyEvent_mapStateStartedEventDetails
- Contains details about Map state that was started.
$sel:taskSubmitFailedEventDetails:HistoryEvent'
, historyEvent_taskSubmitFailedEventDetails
- Contains details about a task that where the submit failed.
$sel:taskStartedEventDetails:HistoryEvent'
, historyEvent_taskStartedEventDetails
- Contains details about a task that was started.
$sel:activityStartedEventDetails:HistoryEvent'
, historyEvent_activityStartedEventDetails
- Undocumented member.
$sel:taskSubmittedEventDetails:HistoryEvent'
, historyEvent_taskSubmittedEventDetails
- Contains details about a submitted task.
$sel:lambdaFunctionStartFailedEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionStartFailedEventDetails
- Contains details about a lambda function that failed to start during an
execution.
$sel:taskStartFailedEventDetails:HistoryEvent'
, historyEvent_taskStartFailedEventDetails
- Contains details about a task that failed to start.
$sel:stateExitedEventDetails:HistoryEvent'
, historyEvent_stateExitedEventDetails
- Undocumented member.
$sel:lambdaFunctionSucceededEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionSucceededEventDetails
- Contains details about a lambda function that terminated successfully
during an execution.
$sel:taskSucceededEventDetails:HistoryEvent'
, historyEvent_taskSucceededEventDetails
- Contains details about a task that succeeded.
$sel:activitySucceededEventDetails:HistoryEvent'
, historyEvent_activitySucceededEventDetails
- Undocumented member.
$sel:mapIterationAbortedEventDetails:HistoryEvent'
, historyEvent_mapIterationAbortedEventDetails
- Contains details about an iteration of a Map state that was aborted.
$sel:mapIterationSucceededEventDetails:HistoryEvent'
, historyEvent_mapIterationSucceededEventDetails
- Contains details about an iteration of a Map state that succeeded.
$sel:mapIterationStartedEventDetails:HistoryEvent'
, historyEvent_mapIterationStartedEventDetails
- Contains details about an iteration of a Map state that was started.
$sel:lambdaFunctionTimedOutEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionTimedOutEventDetails
- Undocumented member.
$sel:taskTimedOutEventDetails:HistoryEvent'
, historyEvent_taskTimedOutEventDetails
- Contains details about a task that timed out.
$sel:activityTimedOutEventDetails:HistoryEvent'
, historyEvent_activityTimedOutEventDetails
- Undocumented member.
$sel:executionFailedEventDetails:HistoryEvent'
, historyEvent_executionFailedEventDetails
- Undocumented member.
$sel:executionAbortedEventDetails:HistoryEvent'
, historyEvent_executionAbortedEventDetails
- Undocumented member.
$sel:executionSucceededEventDetails:HistoryEvent'
, historyEvent_executionSucceededEventDetails
- Undocumented member.
$sel:lambdaFunctionScheduledEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionScheduledEventDetails
- Undocumented member.
$sel:taskScheduledEventDetails:HistoryEvent'
, historyEvent_taskScheduledEventDetails
- Contains details about a task that was scheduled.
$sel:activityScheduledEventDetails:HistoryEvent'
, historyEvent_activityScheduledEventDetails
- Undocumented member.
$sel:executionStartedEventDetails:HistoryEvent'
, historyEvent_executionStartedEventDetails
- Undocumented member.
$sel:activityScheduleFailedEventDetails:HistoryEvent'
, historyEvent_activityScheduleFailedEventDetails
- Contains details about an activity schedule event that failed during an
execution.
$sel:lambdaFunctionScheduleFailedEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionScheduleFailedEventDetails
- Undocumented member.
$sel:stateEnteredEventDetails:HistoryEvent'
, historyEvent_stateEnteredEventDetails
- Undocumented member.
$sel:previousEventId:HistoryEvent'
, historyEvent_previousEventId
- The id of the previous event.
$sel:activityFailedEventDetails:HistoryEvent'
, historyEvent_activityFailedEventDetails
- Undocumented member.
$sel:taskFailedEventDetails:HistoryEvent'
, historyEvent_taskFailedEventDetails
- Contains details about the failure of a task.
$sel:lambdaFunctionFailedEventDetails:HistoryEvent'
, historyEvent_lambdaFunctionFailedEventDetails
- Undocumented member.
$sel:executionTimedOutEventDetails:HistoryEvent'
, historyEvent_executionTimedOutEventDetails
- Undocumented member.
$sel:mapIterationFailedEventDetails:HistoryEvent'
, historyEvent_mapIterationFailedEventDetails
- Contains details about an iteration of a Map state that failed.
$sel:timestamp:HistoryEvent'
, historyEvent_timestamp
- The date and time the event occurred.
$sel:type':HistoryEvent'
, historyEvent_type
- The type of the event.
$sel:id:HistoryEvent'
, historyEvent_id
- The id of the event. Events are numbered sequentially, starting at one.
historyEvent_mapStateStartedEventDetails :: Lens' HistoryEvent (Maybe MapStateStartedEventDetails) Source #
Contains details about Map state that was started.
historyEvent_taskSubmitFailedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmitFailedEventDetails) Source #
Contains details about a task that where the submit failed.
historyEvent_taskStartedEventDetails :: Lens' HistoryEvent (Maybe TaskStartedEventDetails) Source #
Contains details about a task that was started.
historyEvent_activityStartedEventDetails :: Lens' HistoryEvent (Maybe ActivityStartedEventDetails) Source #
Undocumented member.
historyEvent_taskSubmittedEventDetails :: Lens' HistoryEvent (Maybe TaskSubmittedEventDetails) Source #
Contains details about a submitted task.
historyEvent_lambdaFunctionStartFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionStartFailedEventDetails) Source #
Contains details about a lambda function that failed to start during an execution.
historyEvent_taskStartFailedEventDetails :: Lens' HistoryEvent (Maybe TaskStartFailedEventDetails) Source #
Contains details about a task that failed to start.
historyEvent_stateExitedEventDetails :: Lens' HistoryEvent (Maybe StateExitedEventDetails) Source #
Undocumented member.
historyEvent_lambdaFunctionSucceededEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionSucceededEventDetails) Source #
Contains details about a lambda function that terminated successfully during an execution.
historyEvent_taskSucceededEventDetails :: Lens' HistoryEvent (Maybe TaskSucceededEventDetails) Source #
Contains details about a task that succeeded.
historyEvent_activitySucceededEventDetails :: Lens' HistoryEvent (Maybe ActivitySucceededEventDetails) Source #
Undocumented member.
historyEvent_mapIterationAbortedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that was aborted.
historyEvent_mapIterationSucceededEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that succeeded.
historyEvent_mapIterationStartedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that was started.
historyEvent_lambdaFunctionTimedOutEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionTimedOutEventDetails) Source #
Undocumented member.
historyEvent_taskTimedOutEventDetails :: Lens' HistoryEvent (Maybe TaskTimedOutEventDetails) Source #
Contains details about a task that timed out.
historyEvent_activityTimedOutEventDetails :: Lens' HistoryEvent (Maybe ActivityTimedOutEventDetails) Source #
Undocumented member.
historyEvent_executionFailedEventDetails :: Lens' HistoryEvent (Maybe ExecutionFailedEventDetails) Source #
Undocumented member.
historyEvent_executionAbortedEventDetails :: Lens' HistoryEvent (Maybe ExecutionAbortedEventDetails) Source #
Undocumented member.
historyEvent_executionSucceededEventDetails :: Lens' HistoryEvent (Maybe ExecutionSucceededEventDetails) Source #
Undocumented member.
historyEvent_lambdaFunctionScheduledEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduledEventDetails) Source #
Undocumented member.
historyEvent_taskScheduledEventDetails :: Lens' HistoryEvent (Maybe TaskScheduledEventDetails) Source #
Contains details about a task that was scheduled.
historyEvent_activityScheduledEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduledEventDetails) Source #
Undocumented member.
historyEvent_executionStartedEventDetails :: Lens' HistoryEvent (Maybe ExecutionStartedEventDetails) Source #
Undocumented member.
historyEvent_activityScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityScheduleFailedEventDetails) Source #
Contains details about an activity schedule event that failed during an execution.
historyEvent_lambdaFunctionScheduleFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionScheduleFailedEventDetails) Source #
Undocumented member.
historyEvent_stateEnteredEventDetails :: Lens' HistoryEvent (Maybe StateEnteredEventDetails) Source #
Undocumented member.
historyEvent_previousEventId :: Lens' HistoryEvent (Maybe Integer) Source #
The id of the previous event.
historyEvent_activityFailedEventDetails :: Lens' HistoryEvent (Maybe ActivityFailedEventDetails) Source #
Undocumented member.
historyEvent_taskFailedEventDetails :: Lens' HistoryEvent (Maybe TaskFailedEventDetails) Source #
Contains details about the failure of a task.
historyEvent_lambdaFunctionFailedEventDetails :: Lens' HistoryEvent (Maybe LambdaFunctionFailedEventDetails) Source #
Undocumented member.
historyEvent_executionTimedOutEventDetails :: Lens' HistoryEvent (Maybe ExecutionTimedOutEventDetails) Source #
Undocumented member.
historyEvent_mapIterationFailedEventDetails :: Lens' HistoryEvent (Maybe MapIterationEventDetails) Source #
Contains details about an iteration of a Map state that failed.
historyEvent_timestamp :: Lens' HistoryEvent UTCTime Source #
The date and time the event occurred.
historyEvent_type :: Lens' HistoryEvent HistoryEventType Source #
The type of the event.
historyEvent_id :: Lens' HistoryEvent Integer Source #
The id of the event. Events are numbered sequentially, starting at one.