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 ImageScanFindings = ImageScanFindings' {}
- newImageScanFindings :: ImageScanFindings
- imageScanFindings_imageScanCompletedAt :: Lens' ImageScanFindings (Maybe UTCTime)
- imageScanFindings_findings :: Lens' ImageScanFindings (Maybe [ImageScanFinding])
- imageScanFindings_findingSeverityCounts :: Lens' ImageScanFindings (Maybe (HashMap FindingSeverity Natural))
- imageScanFindings_vulnerabilitySourceUpdatedAt :: Lens' ImageScanFindings (Maybe UTCTime)
Documentation
data ImageScanFindings Source #
The details of an image scan.
See: newImageScanFindings
smart constructor.
ImageScanFindings' | |
|
Instances
newImageScanFindings :: ImageScanFindings Source #
Create a value of ImageScanFindings
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:ImageScanFindings'
, imageScanFindings_imageScanCompletedAt
- The time of the last completed image scan.
$sel:findings:ImageScanFindings'
, imageScanFindings_findings
- The findings from the image scan.
$sel:findingSeverityCounts:ImageScanFindings'
, imageScanFindings_findingSeverityCounts
- The image vulnerability counts, sorted by severity.
$sel:vulnerabilitySourceUpdatedAt:ImageScanFindings'
, imageScanFindings_vulnerabilitySourceUpdatedAt
- The time when the vulnerability data was last scanned.
imageScanFindings_imageScanCompletedAt :: Lens' ImageScanFindings (Maybe UTCTime) Source #
The time of the last completed image scan.
imageScanFindings_findings :: Lens' ImageScanFindings (Maybe [ImageScanFinding]) Source #
The findings from the image scan.
imageScanFindings_findingSeverityCounts :: Lens' ImageScanFindings (Maybe (HashMap FindingSeverity Natural)) Source #
The image vulnerability counts, sorted by severity.
imageScanFindings_vulnerabilitySourceUpdatedAt :: Lens' ImageScanFindings (Maybe UTCTime) Source #
The time when the vulnerability data was last scanned.