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 ChildWorkflowExecutionTerminatedEventAttributes = ChildWorkflowExecutionTerminatedEventAttributes' {}
- newChildWorkflowExecutionTerminatedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionTerminatedEventAttributes
- childWorkflowExecutionTerminatedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowExecution
- childWorkflowExecutionTerminatedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowType
- childWorkflowExecutionTerminatedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer
- childWorkflowExecutionTerminatedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer
Documentation
data ChildWorkflowExecutionTerminatedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionTerminated
event.
See: newChildWorkflowExecutionTerminatedEventAttributes
smart constructor.
ChildWorkflowExecutionTerminatedEventAttributes' | |
|
Instances
newChildWorkflowExecutionTerminatedEventAttributes Source #
Create a value of ChildWorkflowExecutionTerminatedEventAttributes
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:workflowExecution:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_workflowExecution
- The child workflow execution that was terminated.
$sel:workflowType:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
$sel:startedEventId:ChildWorkflowExecutionTerminatedEventAttributes'
, childWorkflowExecutionTerminatedEventAttributes_startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
childWorkflowExecutionTerminatedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowExecution Source #
The child workflow execution that was terminated.
childWorkflowExecutionTerminatedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTerminatedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionTerminatedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #
The ID of the StartChildWorkflowExecutionInitiated
event corresponding
to the StartChildWorkflowExecution
Decision to start this child
workflow execution. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
childWorkflowExecutionTerminatedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #
The ID of the ChildWorkflowExecutionStarted
event recorded when this
child workflow execution was started. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.