libZSservicesZSamazonka-swfZSamazonka-swf
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Description

 
Synopsis

Documentation

data ExternalWorkflowExecutionCancelRequestedEventAttributes Source #

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

See: newExternalWorkflowExecutionCancelRequestedEventAttributes smart constructor.

Constructors

ExternalWorkflowExecutionCancelRequestedEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The external workflow execution to which the cancellation request was delivered.

  • initiatedEventId :: Integer

    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.

Instances

Instances details
Eq ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Read ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Show ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Generic ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

NFData ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

Hashable ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

FromJSON ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

type Rep ExternalWorkflowExecutionCancelRequestedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ExternalWorkflowExecutionCancelRequestedEventAttributes

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

newExternalWorkflowExecutionCancelRequestedEventAttributes Source #

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