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 |
Synopsis
- data ListWorkflowsItem = ListWorkflowsItem' {}
- newListWorkflowsItem :: WorkflowType -> Text -> Status -> Text -> UTCTime -> UTCTime -> ListWorkflowsItem
- listWorkflowsItem_workflowType :: Lens' ListWorkflowsItem WorkflowType
- listWorkflowsItem_workflowId :: Lens' ListWorkflowsItem Text
- listWorkflowsItem_status :: Lens' ListWorkflowsItem Status
- listWorkflowsItem_statusDescription :: Lens' ListWorkflowsItem Text
- listWorkflowsItem_createdAt :: Lens' ListWorkflowsItem UTCTime
- listWorkflowsItem_lastUpdatedAt :: Lens' ListWorkflowsItem UTCTime
Documentation
data ListWorkflowsItem Source #
A workflow in list of workflows.
See: newListWorkflowsItem
smart constructor.
ListWorkflowsItem' | |
|
Instances
:: WorkflowType | |
-> Text | |
-> Status | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> ListWorkflowsItem |
Create a value of ListWorkflowsItem
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:workflowType:ListWorkflowsItem'
, listWorkflowsItem_workflowType
- The type of workflow. The only supported value is APPFLOW_INTEGRATION.
$sel:workflowId:ListWorkflowsItem'
, listWorkflowsItem_workflowId
- Unique identifier for the workflow.
$sel:status:ListWorkflowsItem'
, listWorkflowsItem_status
- Status of workflow execution.
$sel:statusDescription:ListWorkflowsItem'
, listWorkflowsItem_statusDescription
- Description for workflow execution status.
$sel:createdAt:ListWorkflowsItem'
, listWorkflowsItem_createdAt
- Creation timestamp for workflow.
$sel:lastUpdatedAt:ListWorkflowsItem'
, listWorkflowsItem_lastUpdatedAt
- Last updated timestamp for workflow.
listWorkflowsItem_workflowType :: Lens' ListWorkflowsItem WorkflowType Source #
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
listWorkflowsItem_workflowId :: Lens' ListWorkflowsItem Text Source #
Unique identifier for the workflow.
listWorkflowsItem_status :: Lens' ListWorkflowsItem Status Source #
Status of workflow execution.
listWorkflowsItem_statusDescription :: Lens' ListWorkflowsItem Text Source #
Description for workflow execution status.
listWorkflowsItem_createdAt :: Lens' ListWorkflowsItem UTCTime Source #
Creation timestamp for workflow.
listWorkflowsItem_lastUpdatedAt :: Lens' ListWorkflowsItem UTCTime Source #
Last updated timestamp for workflow.