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

Description

 
Synopsis

Documentation

data ChildWorkflowExecutionTimedOutEventAttributes Source #

Provides the details of the ChildWorkflowExecutionTimedOut event.

See: newChildWorkflowExecutionTimedOutEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionTimedOutEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The child workflow execution that timed out.

  • workflowType :: WorkflowType

    The type of the child workflow execution.

  • timeoutType :: WorkflowExecutionTimeoutType

    The type of the timeout that caused the child workflow execution to time out.

  • 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 ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Read ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Show ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Generic ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

NFData ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

Hashable ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

FromJSON ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

type Rep ChildWorkflowExecutionTimedOutEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionTimedOutEventAttributes

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

newChildWorkflowExecutionTimedOutEventAttributes Source #

Create a value of ChildWorkflowExecutionTimedOutEventAttributes 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:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_workflowExecution - The child workflow execution that timed out.

$sel:workflowType:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_workflowType - The type of the child workflow execution.

$sel:timeoutType:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_timeoutType - The type of the timeout that caused the child workflow execution to time out.

$sel:initiatedEventId:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_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:ChildWorkflowExecutionTimedOutEventAttributes', childWorkflowExecutionTimedOutEventAttributes_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.

childWorkflowExecutionTimedOutEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes 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.

childWorkflowExecutionTimedOutEventAttributes_startedEventId :: Lens' ChildWorkflowExecutionTimedOutEventAttributes 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.