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 ChildWorkflowExecutionStartedEventAttributes = ChildWorkflowExecutionStartedEventAttributes' {}
- newChildWorkflowExecutionStartedEventAttributes :: WorkflowExecution -> WorkflowType -> Integer -> ChildWorkflowExecutionStartedEventAttributes
- childWorkflowExecutionStartedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowExecution
- childWorkflowExecutionStartedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowType
- childWorkflowExecutionStartedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes Integer
Documentation
data ChildWorkflowExecutionStartedEventAttributes Source #
Provides the details of the ChildWorkflowExecutionStarted
event.
See: newChildWorkflowExecutionStartedEventAttributes
smart constructor.
ChildWorkflowExecutionStartedEventAttributes' | |
|
Instances
newChildWorkflowExecutionStartedEventAttributes Source #
Create a value of ChildWorkflowExecutionStartedEventAttributes
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:ChildWorkflowExecutionStartedEventAttributes'
, childWorkflowExecutionStartedEventAttributes_workflowExecution
- The child workflow execution that was started.
$sel:workflowType:ChildWorkflowExecutionStartedEventAttributes'
, childWorkflowExecutionStartedEventAttributes_workflowType
- The type of the child workflow execution.
$sel:initiatedEventId:ChildWorkflowExecutionStartedEventAttributes'
, childWorkflowExecutionStartedEventAttributes_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.
childWorkflowExecutionStartedEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowExecution Source #
The child workflow execution that was started.
childWorkflowExecutionStartedEventAttributes_workflowType :: Lens' ChildWorkflowExecutionStartedEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionStartedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes 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.