| 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.GuardDuty.Types.ScanDetections
Description
Synopsis
- data ScanDetections = ScanDetections' {}
- newScanDetections :: ScanDetections
- scanDetections_highestSeverityThreatDetails :: Lens' ScanDetections (Maybe HighestSeverityThreatDetails)
- scanDetections_scannedItemCount :: Lens' ScanDetections (Maybe ScannedItemCount)
- scanDetections_threatDetectedByName :: Lens' ScanDetections (Maybe ThreatDetectedByName)
- scanDetections_threatsDetectedItemCount :: Lens' ScanDetections (Maybe ThreatsDetectedItemCount)
Documentation
data ScanDetections Source #
Contains a complete view providing malware scan result details.
See: newScanDetections smart constructor.
Constructors
| ScanDetections' | |
Fields
| |
Instances
newScanDetections :: ScanDetections Source #
Create a value of ScanDetections 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:highestSeverityThreatDetails:ScanDetections', scanDetections_highestSeverityThreatDetails - Details of the highest severity threat detected during malware scan and
number of infected files.
$sel:scannedItemCount:ScanDetections', scanDetections_scannedItemCount - Total number of scanned files.
$sel:threatDetectedByName:ScanDetections', scanDetections_threatDetectedByName - Contains details about identified threats organized by threat name.
$sel:threatsDetectedItemCount:ScanDetections', scanDetections_threatsDetectedItemCount - Total number of infected files.
scanDetections_highestSeverityThreatDetails :: Lens' ScanDetections (Maybe HighestSeverityThreatDetails) Source #
Details of the highest severity threat detected during malware scan and number of infected files.
scanDetections_scannedItemCount :: Lens' ScanDetections (Maybe ScannedItemCount) Source #
Total number of scanned files.
scanDetections_threatDetectedByName :: Lens' ScanDetections (Maybe ThreatDetectedByName) Source #
Contains details about identified threats organized by threat name.
scanDetections_threatsDetectedItemCount :: Lens' ScanDetections (Maybe ThreatsDetectedItemCount) Source #
Total number of infected files.