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 ExternalWorkflowExecutionSignaledEventAttributes = ExternalWorkflowExecutionSignaledEventAttributes' {}
- newExternalWorkflowExecutionSignaledEventAttributes :: WorkflowExecution -> Integer -> ExternalWorkflowExecutionSignaledEventAttributes
- externalWorkflowExecutionSignaledEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution
- externalWorkflowExecutionSignaledEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer
Documentation
data ExternalWorkflowExecutionSignaledEventAttributes Source #
Provides the details of the ExternalWorkflowExecutionSignaled
event.
See: newExternalWorkflowExecutionSignaledEventAttributes
smart constructor.
ExternalWorkflowExecutionSignaledEventAttributes' | |
|
Instances
newExternalWorkflowExecutionSignaledEventAttributes Source #
Create a value of ExternalWorkflowExecutionSignaledEventAttributes
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:ExternalWorkflowExecutionSignaledEventAttributes'
, externalWorkflowExecutionSignaledEventAttributes_workflowExecution
- The external workflow execution that the signal was delivered to.
$sel:initiatedEventId:ExternalWorkflowExecutionSignaledEventAttributes'
, externalWorkflowExecutionSignaledEventAttributes_initiatedEventId
- The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflowExecution
decision to
request this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.
externalWorkflowExecutionSignaledEventAttributes_workflowExecution :: Lens' ExternalWorkflowExecutionSignaledEventAttributes WorkflowExecution Source #
The external workflow execution that the signal was delivered to.
externalWorkflowExecutionSignaledEventAttributes_initiatedEventId :: Lens' ExternalWorkflowExecutionSignaledEventAttributes Integer Source #
The ID of the SignalExternalWorkflowExecutionInitiated
event
corresponding to the SignalExternalWorkflowExecution
decision to
request this signal. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this event.