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 WorkflowExecutionCanceledEventAttributes = WorkflowExecutionCanceledEventAttributes' {}
- newWorkflowExecutionCanceledEventAttributes :: Integer -> WorkflowExecutionCanceledEventAttributes
- workflowExecutionCanceledEventAttributes_details :: Lens' WorkflowExecutionCanceledEventAttributes (Maybe Text)
- workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer
Documentation
data WorkflowExecutionCanceledEventAttributes Source #
Provides the details of the WorkflowExecutionCanceled
event.
See: newWorkflowExecutionCanceledEventAttributes
smart constructor.
WorkflowExecutionCanceledEventAttributes' | |
|
Instances
newWorkflowExecutionCanceledEventAttributes Source #
:: Integer |
|
-> WorkflowExecutionCanceledEventAttributes |
Create a value of WorkflowExecutionCanceledEventAttributes
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:WorkflowExecutionCanceledEventAttributes'
, workflowExecutionCanceledEventAttributes_details
- The details of the cancellation.
$sel:decisionTaskCompletedEventId:WorkflowExecutionCanceledEventAttributes'
, workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelWorkflowExecution
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.
workflowExecutionCanceledEventAttributes_details :: Lens' WorkflowExecutionCanceledEventAttributes (Maybe Text) Source #
The details of the cancellation.
workflowExecutionCanceledEventAttributes_decisionTaskCompletedEventId :: Lens' WorkflowExecutionCanceledEventAttributes Integer Source #
The ID of the DecisionTaskCompleted
event corresponding to the
decision task that resulted in the CancelWorkflowExecution
decision
for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to
this event.