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 TaskStatisticsForAuditCheck = TaskStatisticsForAuditCheck' {}
- newTaskStatisticsForAuditCheck :: TaskStatisticsForAuditCheck
- taskStatisticsForAuditCheck_canceledFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer)
- taskStatisticsForAuditCheck_skippedFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer)
- taskStatisticsForAuditCheck_totalFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer)
- taskStatisticsForAuditCheck_failedFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer)
- taskStatisticsForAuditCheck_succeededFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer)
Documentation
data TaskStatisticsForAuditCheck Source #
Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.
See: newTaskStatisticsForAuditCheck
smart constructor.
TaskStatisticsForAuditCheck' | |
|
Instances
newTaskStatisticsForAuditCheck :: TaskStatisticsForAuditCheck Source #
Create a value of TaskStatisticsForAuditCheck
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:canceledFindingsCount:TaskStatisticsForAuditCheck'
, taskStatisticsForAuditCheck_canceledFindingsCount
- The number of findings to which the mitigation action task was canceled
when applied.
$sel:skippedFindingsCount:TaskStatisticsForAuditCheck'
, taskStatisticsForAuditCheck_skippedFindingsCount
- The number of findings skipped because of filter conditions provided in
the parameters to the command.
$sel:totalFindingsCount:TaskStatisticsForAuditCheck'
, taskStatisticsForAuditCheck_totalFindingsCount
- The total number of findings to which a task is being applied.
$sel:failedFindingsCount:TaskStatisticsForAuditCheck'
, taskStatisticsForAuditCheck_failedFindingsCount
- The number of findings for which at least one of the actions failed when
applied.
$sel:succeededFindingsCount:TaskStatisticsForAuditCheck'
, taskStatisticsForAuditCheck_succeededFindingsCount
- The number of findings for which all mitigation actions succeeded when
applied.
taskStatisticsForAuditCheck_canceledFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #
The number of findings to which the mitigation action task was canceled when applied.
taskStatisticsForAuditCheck_skippedFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #
The number of findings skipped because of filter conditions provided in the parameters to the command.
taskStatisticsForAuditCheck_totalFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #
The total number of findings to which a task is being applied.
taskStatisticsForAuditCheck_failedFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #
The number of findings for which at least one of the actions failed when applied.
taskStatisticsForAuditCheck_succeededFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #
The number of findings for which all mitigation actions succeeded when applied.