Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes
Description
Synopsis
- data ExternalWorkflowExecutionCancelRequestedEventAttributes = ExternalWorkflowExecutionCancelRequestedEventAttributes' {}
- newExternalWorkflowExecutionCancelRequestedEventAttributes :: WorkflowExecution -> Integer -> ExternalWorkflowExecutionCancelRequestedEventAttributes
- externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution
- externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer
Documentation
data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #
Provides the details of the ExternalWorkflowExecutionCancelRequested
event.
See: newExternalWorkflowExecutionCancelRequestedEventAttributes
smart constructor.
Constructors
ExternalWorkflowExecutionCancelRequestedEventAttributes' | |
Fields
|
Instances
newExternalWorkflowExecutionCancelRequestedEventAttributes Source #
Arguments
Create a value of ExternalWorkflowExecutionCancelRequestedEventAttributes
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:ExternalWorkflowExecutionCancelRequestedEventAttributes'
, externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution
- The external workflow execution to which the cancellation request was
delivered.
$sel:initiatedEventId:ExternalWorkflowExecutionCancelRequestedEventAttributes'
, externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId
- The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this external workflow execution. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.
externalWorkflowExecutionCancelRequestedEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes WorkflowExecution Source #
The external workflow execution to which the cancellation request was delivered.
externalWorkflowExecutionCancelRequestedEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionCancelRequestedEventAttributes Integer Source #
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event
corresponding to the RequestCancelExternalWorkflowExecution
decision
to cancel this external workflow execution. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.