amazonka-swf-2.0: Amazon Simple Workflow Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Description

 
Synopsis

Documentation

data ExternalWorkflowExecutionSignaledEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionSignaled event.

See: newExternalWorkflowExecutionSignaledEventAttributes smart constructor.

Constructors

ExternalWorkflowExecutionSignaledEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The external workflow execution that the signal was delivered to.

  • initiatedEventId :: Integer

    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.

Instances

Instances details
FromJSON ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Generic ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Read ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Show ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

NFData ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Eq ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

Hashable ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

type Rep ExternalWorkflowExecutionSignaledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes

type Rep ExternalWorkflowExecutionSignaledEventAttributes = D1 ('MetaData "ExternalWorkflowExecutionSignaledEventAttributes" "Amazonka.SWF.Types.ExternalWorkflowExecutionSignaledEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ExternalWorkflowExecutionSignaledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workflowExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WorkflowExecution) :*: S1 ('MetaSel ('Just "initiatedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

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_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.