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

Description

 
Synopsis

Documentation

data WorkflowExecution Source #

Represents a workflow execution.

See: newWorkflowExecution smart constructor.

Constructors

WorkflowExecution' 

Fields

  • workflowId :: Text

    The user defined identifier associated with the workflow execution.

  • runId :: Text

    A system-generated unique identifier for the workflow execution.

Instances

Instances details
Eq WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Read WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Show WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Generic WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Associated Types

type Rep WorkflowExecution :: Type -> Type #

NFData WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

Methods

rnf :: WorkflowExecution -> () #

Hashable WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

ToJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

FromJSON WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

type Rep WorkflowExecution Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecution

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

newWorkflowExecution Source #

Create a value of WorkflowExecution 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:workflowId:WorkflowExecution', workflowExecution_workflowId - The user defined identifier associated with the workflow execution.

$sel:runId:WorkflowExecution', workflowExecution_runId - A system-generated unique identifier for the workflow execution.

workflowExecution_workflowId :: Lens' WorkflowExecution Text Source #

The user defined identifier associated with the workflow execution.

workflowExecution_runId :: Lens' WorkflowExecution Text Source #

A system-generated unique identifier for the workflow execution.