| 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.IoT.Types.TaskStatistics
Description
Synopsis
- data TaskStatistics = TaskStatistics' {}
- newTaskStatistics :: TaskStatistics
- taskStatistics_canceledChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_compliantChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_failedChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_inProgressChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_nonCompliantChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_totalChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_waitingForDataCollectionChecks :: Lens' TaskStatistics (Maybe Int)
Documentation
data TaskStatistics Source #
Statistics for the checks performed during the audit.
See: newTaskStatistics smart constructor.
Constructors
| TaskStatistics' | |
Fields
| |
Instances
newTaskStatistics :: TaskStatistics Source #
Create a value of TaskStatistics 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:canceledChecks:TaskStatistics', taskStatistics_canceledChecks - The number of checks that did not run because the audit was canceled.
$sel:compliantChecks:TaskStatistics', taskStatistics_compliantChecks - The number of checks that found compliant resources.
$sel:failedChecks:TaskStatistics', taskStatistics_failedChecks - The number of checks.
$sel:inProgressChecks:TaskStatistics', taskStatistics_inProgressChecks - The number of checks in progress.
$sel:nonCompliantChecks:TaskStatistics', taskStatistics_nonCompliantChecks - The number of checks that found noncompliant resources.
$sel:totalChecks:TaskStatistics', taskStatistics_totalChecks - The number of checks in this audit.
$sel:waitingForDataCollectionChecks:TaskStatistics', taskStatistics_waitingForDataCollectionChecks - The number of checks waiting for data collection.
taskStatistics_canceledChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks that did not run because the audit was canceled.
taskStatistics_compliantChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks that found compliant resources.
taskStatistics_failedChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks.
taskStatistics_inProgressChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks in progress.
taskStatistics_nonCompliantChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks that found noncompliant resources.
taskStatistics_totalChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks in this audit.
taskStatistics_waitingForDataCollectionChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks waiting for data collection.