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

Description

 
Synopsis

Documentation

data ChildWorkflowExecutionStartedEventAttributes Source #

Provides the details of the ChildWorkflowExecutionStarted event.

See: newChildWorkflowExecutionStartedEventAttributes smart constructor.

Constructors

ChildWorkflowExecutionStartedEventAttributes' 

Fields

  • workflowExecution :: WorkflowExecution

    The child workflow execution that was started.

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

Instances

Instances details
FromJSON ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Generic ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Read ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Show ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

NFData ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Eq ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

Hashable ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

type Rep ChildWorkflowExecutionStartedEventAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes

type Rep ChildWorkflowExecutionStartedEventAttributes = D1 ('MetaData "ChildWorkflowExecutionStartedEventAttributes" "Amazonka.SWF.Types.ChildWorkflowExecutionStartedEventAttributes" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" 'False) (C1 ('MetaCons "ChildWorkflowExecutionStartedEventAttributes'" '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))))

newChildWorkflowExecutionStartedEventAttributes Source #

Create a value of ChildWorkflowExecutionStartedEventAttributes 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:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_workflowExecution - The child workflow execution that was started.

$sel:workflowType:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_workflowType - The type of the child workflow execution.

$sel:initiatedEventId:ChildWorkflowExecutionStartedEventAttributes', childWorkflowExecutionStartedEventAttributes_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.

childWorkflowExecutionStartedEventAttributes_initiatedEventId :: Lens' ChildWorkflowExecutionStartedEventAttributes 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.