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 ChildWorkflowExecutionFailedEventAttributes = ChildWorkflowExecutionFailedEventAttributes' {}
- newChildWorkflowExecutionFailedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> Integer -> ChildWorkflowExecutionFailedEventAttributes
- childWorkflowExecutionFailedEventAttributes_reason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- childWorkflowExecutionFailedEventAttributes_details :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text)
- childWorkflowExecutionFailedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowExecution
- childWorkflowExecutionFailedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowType
- childWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer
- childWorkflowExecutionFailedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes Integer
Documentation
data ChildWorkflowExecutionFailedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionFailed
event.
See: newChildWorkflowExecutionFailedEventAttributes
smart constructor.
ChildWorkflowExecutionFailedEventAttributes' | |
|
Instances
newChildWorkflowExecutionFailedEventAttributes Source #
Create a value of ChildWorkflowExecutionFailedEventAttributes
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:reason:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_reason
- The reason for the failure (if provided).
$sel:details:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_details
- The details of the failure (if provided).
$sel:workflowExecution:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_workflowExecution
- The child workflow execution that failed.
$sel:workflowType:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_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:ChildWorkflowExecutionFailedEventAttributes'
, childWorkflowExecutionFailedEventAttributes_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.
childWorkflowExecutionFailedEventAttributes_reason :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The reason for the failure (if provided).
childWorkflowExecutionFailedEventAttributes_details :: Lens' ChildWorkflowExecutionFailedEventAttributes (Maybe Text) Source #
The details of the failure (if provided).
childWorkflowExecutionFailedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowExecution Source #
The child workflow execution that failed.
childWorkflowExecutionFailedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionFailedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionFailedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes 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.
childWorkflowExecutionFailedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionFailedEventAttributes 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.