Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TaskStatistics = TaskStatistics' {}
- newTaskStatistics :: TaskStatistics
- taskStatistics_nonCompliantChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_waitingForDataCollectionChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_failedChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_totalChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_inProgressChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_compliantChecks :: Lens' TaskStatistics (Maybe Int)
- taskStatistics_canceledChecks :: Lens' TaskStatistics (Maybe Int)
Documentation
data TaskStatistics Source #
Statistics for the checks performed during the audit.
See: newTaskStatistics
smart constructor.
TaskStatistics' | |
|
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:nonCompliantChecks:TaskStatistics'
, taskStatistics_nonCompliantChecks
- The number of checks that found noncompliant resources.
$sel:waitingForDataCollectionChecks:TaskStatistics'
, taskStatistics_waitingForDataCollectionChecks
- The number of checks waiting for data collection.
$sel:failedChecks:TaskStatistics'
, taskStatistics_failedChecks
- The number of checks.
$sel:totalChecks:TaskStatistics'
, taskStatistics_totalChecks
- The number of checks in this audit.
$sel:inProgressChecks:TaskStatistics'
, taskStatistics_inProgressChecks
- The number of checks in progress.
$sel:compliantChecks:TaskStatistics'
, taskStatistics_compliantChecks
- The number of checks that found compliant resources.
$sel:canceledChecks:TaskStatistics'
, taskStatistics_canceledChecks
- The number of checks that did not run because the audit was canceled.
taskStatistics_nonCompliantChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks that found noncompliant resources.
taskStatistics_waitingForDataCollectionChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks waiting for data collection.
taskStatistics_failedChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks.
taskStatistics_totalChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks in this audit.
taskStatistics_inProgressChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks in progress.
taskStatistics_compliantChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks that found compliant resources.
taskStatistics_canceledChecks :: Lens' TaskStatistics (Maybe Int) Source #
The number of checks that did not run because the audit was canceled.