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

Description

 
Synopsis

Documentation

data WorkflowExecutionCanceledEventAttributes Source #

Provides the details of the WorkflowExecutionCanceled event.

See: newWorkflowExecutionCanceledEventAttributes smart constructor.

Constructors

WorkflowExecutionCanceledEventAttributes' 

Fields

  • details :: Maybe Text

    The details of the cancellation.

  • decisionTaskCompletedEventId :: Integer

    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.

Instances

Instances details
Eq WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Read WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Show WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Generic WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

NFData WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

Hashable WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

FromJSON WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

type Rep WorkflowExecutionCanceledEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes

type Rep WorkflowExecutionCanceledEventAttributes = D1 ('MetaData "WorkflowExecutionCanceledEventAttributes" "Amazonka.SWF.Types.WorkflowExecutionCanceledEventAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowExecutionCanceledEventAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "decisionTaskCompletedEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newWorkflowExecutionCanceledEventAttributes Source #

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