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 ChildWorkflowExecutionTimedOutEventAttributes = ChildWorkflowExecutionTimedOutEventAttributes' {}
- newChildWorkflowExecutionTimedOutEventAttributes :: WorkflowExecution -> WorkflowType -> WorkflowExecutionTimeoutType -> Integer -> Integer -> ChildWorkflowExecutionTimedOutEventAttributes
- childWorkflowExecutionTimedOutEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecution
- childWorkflowExecutionTimedOutEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowType
- childWorkflowExecutionTimedOutEventAttributes_timeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType
- childWorkflowExecutionTimedOutEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer
- childWorkflowExecutionTimedOutEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes Integer
Documentation
data ChildWorkflowExecutionTimedOutEventAttributes Source #
Provides the details of the ChildWorkflowExecutionTimedOut
event.
See: newChildWorkflowExecutionTimedOutEventAttributes
smart constructor.
ChildWorkflowExecutionTimedOutEventAttributes' | |
|
Instances
newChildWorkflowExecutionTimedOutEventAttributes Source #
Create a value of ChildWorkflowExecutionTimedOutEventAttributes
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:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_workflowExecution
- The child workflow execution that timed out.
$sel:workflowType:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_workflowType
- The type of the child workflow execution.
$sel:timeoutType:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_timeoutType
- The type of the timeout that caused the child workflow execution to time
out.
$sel:initiatedEventId:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_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:ChildWorkflowExecutionTimedOutEventAttributes'
, childWorkflowExecutionTimedOutEventAttributes_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.
childWorkflowExecutionTimedOutEventAttributes_workflowExecution :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecution Source #
The child workflow execution that timed out.
childWorkflowExecutionTimedOutEventAttributes_workflowType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowType Source #
The type of the child workflow execution.
childWorkflowExecutionTimedOutEventAttributes_timeoutType :: Lens' ChildWorkflowExecutionTimedOutEventAttributes WorkflowExecutionTimeoutType Source #
The type of the timeout that caused the child workflow execution to time out.
childWorkflowExecutionTimedOutEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes 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.
childWorkflowExecutionTimedOutEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes 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.