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 ImageScanFindingsSummary = ImageScanFindingsSummary' {}
- newImageScanFindingsSummary :: ImageScanFindingsSummary
- imageScanFindingsSummary_imageScanCompletedAt :: Lens' ImageScanFindingsSummary (Maybe UTCTime)
- imageScanFindingsSummary_findingSeverityCounts :: Lens' ImageScanFindingsSummary (Maybe (HashMap FindingSeverity Natural))
- imageScanFindingsSummary_vulnerabilitySourceUpdatedAt :: Lens' ImageScanFindingsSummary (Maybe UTCTime)
Documentation
data ImageScanFindingsSummary Source #
A summary of the last completed image scan.
See: newImageScanFindingsSummary
smart constructor.
ImageScanFindingsSummary' | |
|
Instances
newImageScanFindingsSummary :: ImageScanFindingsSummary Source #
Create a value of ImageScanFindingsSummary
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:imageScanCompletedAt:ImageScanFindingsSummary'
, imageScanFindingsSummary_imageScanCompletedAt
- The time of the last completed image scan.
$sel:findingSeverityCounts:ImageScanFindingsSummary'
, imageScanFindingsSummary_findingSeverityCounts
- The image vulnerability counts, sorted by severity.
$sel:vulnerabilitySourceUpdatedAt:ImageScanFindingsSummary'
, imageScanFindingsSummary_vulnerabilitySourceUpdatedAt
- The time when the vulnerability data was last scanned.
imageScanFindingsSummary_imageScanCompletedAt :: Lens' ImageScanFindingsSummary (Maybe UTCTime) Source #
The time of the last completed image scan.
imageScanFindingsSummary_findingSeverityCounts :: Lens' ImageScanFindingsSummary (Maybe (HashMap FindingSeverity Natural)) Source #
The image vulnerability counts, sorted by severity.
imageScanFindingsSummary_vulnerabilitySourceUpdatedAt :: Lens' ImageScanFindingsSummary (Maybe UTCTime) Source #
The time when the vulnerability data was last scanned.