| 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.Glue.Types.WorkflowRunStatistics
Description
Synopsis
- data WorkflowRunStatistics = WorkflowRunStatistics' {}
- newWorkflowRunStatistics :: WorkflowRunStatistics
- workflowRunStatistics_erroredActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_failedActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_runningActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_stoppedActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_succeededActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_timeoutActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_totalActions :: Lens' WorkflowRunStatistics (Maybe Int)
- workflowRunStatistics_waitingActions :: Lens' WorkflowRunStatistics (Maybe Int)
Documentation
data WorkflowRunStatistics Source #
Workflow run statistics provides statistics about the workflow run.
See: newWorkflowRunStatistics smart constructor.
Constructors
| WorkflowRunStatistics' | |
Fields
| |
Instances
newWorkflowRunStatistics :: WorkflowRunStatistics Source #
Create a value of WorkflowRunStatistics 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:erroredActions:WorkflowRunStatistics', workflowRunStatistics_erroredActions - Indicates the count of job runs in the ERROR state in the workflow run.
$sel:failedActions:WorkflowRunStatistics', workflowRunStatistics_failedActions - Total number of Actions that have failed.
$sel:runningActions:WorkflowRunStatistics', workflowRunStatistics_runningActions - Total number Actions in running state.
$sel:stoppedActions:WorkflowRunStatistics', workflowRunStatistics_stoppedActions - Total number of Actions that have stopped.
$sel:succeededActions:WorkflowRunStatistics', workflowRunStatistics_succeededActions - Total number of Actions that have succeeded.
$sel:timeoutActions:WorkflowRunStatistics', workflowRunStatistics_timeoutActions - Total number of Actions that timed out.
$sel:totalActions:WorkflowRunStatistics', workflowRunStatistics_totalActions - Total number of Actions in the workflow run.
$sel:waitingActions:WorkflowRunStatistics', workflowRunStatistics_waitingActions - Indicates the count of job runs in WAITING state in the workflow run.
workflowRunStatistics_erroredActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Indicates the count of job runs in the ERROR state in the workflow run.
workflowRunStatistics_failedActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Total number of Actions that have failed.
workflowRunStatistics_runningActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Total number Actions in running state.
workflowRunStatistics_stoppedActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Total number of Actions that have stopped.
workflowRunStatistics_succeededActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Total number of Actions that have succeeded.
workflowRunStatistics_timeoutActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Total number of Actions that timed out.
workflowRunStatistics_totalActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Total number of Actions in the workflow run.
workflowRunStatistics_waitingActions :: Lens' WorkflowRunStatistics (Maybe Int) Source #
Indicates the count of job runs in WAITING state in the workflow run.