| 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.Omics.Types.WorkflowListItem
Description
Synopsis
- data WorkflowListItem = WorkflowListItem' {}
- newWorkflowListItem :: WorkflowListItem
- workflowListItem_arn :: Lens' WorkflowListItem (Maybe Text)
- workflowListItem_creationTime :: Lens' WorkflowListItem (Maybe UTCTime)
- workflowListItem_digest :: Lens' WorkflowListItem (Maybe Text)
- workflowListItem_id :: Lens' WorkflowListItem (Maybe Text)
- workflowListItem_name :: Lens' WorkflowListItem (Maybe Text)
- workflowListItem_status :: Lens' WorkflowListItem (Maybe WorkflowStatus)
- workflowListItem_type :: Lens' WorkflowListItem (Maybe WorkflowType)
Documentation
data WorkflowListItem Source #
A workflow.
See: newWorkflowListItem smart constructor.
Constructors
| WorkflowListItem' | |
Fields
| |
Instances
newWorkflowListItem :: WorkflowListItem Source #
Create a value of WorkflowListItem 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:arn:WorkflowListItem', workflowListItem_arn - The workflow's ARN.
$sel:creationTime:WorkflowListItem', workflowListItem_creationTime - When the workflow was created.
$sel:digest:WorkflowListItem', workflowListItem_digest - The workflow's digest.
$sel:id:WorkflowListItem', workflowListItem_id - The workflow's ID.
$sel:name:WorkflowListItem', workflowListItem_name - The workflow's name.
$sel:status:WorkflowListItem', workflowListItem_status - The workflow's status.
$sel:type':WorkflowListItem', workflowListItem_type - The workflow's type.
workflowListItem_arn :: Lens' WorkflowListItem (Maybe Text) Source #
The workflow's ARN.
workflowListItem_creationTime :: Lens' WorkflowListItem (Maybe UTCTime) Source #
When the workflow was created.
workflowListItem_digest :: Lens' WorkflowListItem (Maybe Text) Source #
The workflow's digest.
workflowListItem_id :: Lens' WorkflowListItem (Maybe Text) Source #
The workflow's ID.
workflowListItem_name :: Lens' WorkflowListItem (Maybe Text) Source #
The workflow's name.
workflowListItem_status :: Lens' WorkflowListItem (Maybe WorkflowStatus) Source #
The workflow's status.
workflowListItem_type :: Lens' WorkflowListItem (Maybe WorkflowType) Source #
The workflow's type.