| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SWF.Types.WorkflowExecution
Description
Documentation
data WorkflowExecution Source #
Represents a workflow execution.
See: newWorkflowExecution smart constructor.
Constructors
| WorkflowExecution' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> WorkflowExecution |
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.