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

Description

 
Synopsis

Documentation

data ChildWorkflowExecutionTerminatedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTerminated event.

See: newChildWorkflowExecutionTerminatedEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionTerminatedEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The child workflow execution that was terminated.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • initiatedEventId :: Integer

    The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

  • startedEventId :: Integer

    The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Instances

Instances details
Eq ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Read ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Show ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Generic ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

NFData ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

Hashable ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

FromJSON ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

type Rep ChildWorkflowExecutionTerminatedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTerminatedEventAttributes

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

newChildWorkflowExecutionTerminatedEventAttributes Source #

Create a value of ChildWorkflowExecutionTerminatedEventAttributes 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:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_workflowExecution - The child workflow execution that was terminated.

$sel:workflowType:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_initiatedEventId - The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

$sel:startedEventId:ChildWorkflowExecutionTerminatedEventAttributes', childWorkflowExecutionTerminatedEventAttributes_startedEventId - The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionTerminatedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #

The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

childWorkflowExecutionTerminatedEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTerminatedEventAttributes Integer Source #

The ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.