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 ChildWorkflowExecutionCanceledEventAttributes = ChildWorkflowExecutionCanceledEventAttributes' {}
- newChildWorkflowExecutionCanceledEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionCanceledEventAttributes
- childWorkflowExecutionCanceledEventAttributes_details :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text)
- childWorkflowExecutionCanceledEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowExecution
- childWorkflowExecutionCanceledEventAttributes_workflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowType
- childWorkflowExecutionCanceledEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer
- childWorkflowExecutionCanceledEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes Integer
Documentation
data ChildWorkflowExecutionCanceledEventAttributes Source #
Provide details of the ChildWorkflowExecutionCanceled
event.
See: newChildWorkflowExecutionCanceledEventAttributes
smart constructor.
ChildWorkflowExecutionCanceledEventAttributes' | |
|
Instances
newChildWorkflowExecutionCanceledEventAttributes Source #
Create a value of ChildWorkflowExecutionCanceledEventAttributes
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:details:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_details
- Details of the cancellation (if provided).
$sel:workflowExecution:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_workflowExecution
- The child workflow execution that was canceled.
$sel:workflowType:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_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:ChildWorkflowExecutionCanceledEventAttributes'
, childWorkflowExecutionCanceledEventAttributes_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.
childWorkflowExecutionCanceledEventAttributes_details :: Lens' ChildWorkflowExecutionCanceledEventAttributes (Maybe Text) Source #
Details of the cancellation (if provided).
childWorkflowExecutionCanceledEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowExecution Source #
The child workflow execution that was canceled.
childWorkflowExecutionCanceledEventAttributes_workflowType :: Lens' ChildWorkflowExecutionCanceledEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionCanceledEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes 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.
childWorkflowExecutionCanceledEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionCanceledEventAttributes 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.