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 Malware = Malware' {}
- newMalware :: Text -> Malware
- malware_state :: Lens' Malware (Maybe MalwareState)
- malware_path :: Lens' Malware (Maybe Text)
- malware_type :: Lens' Malware (Maybe MalwareType)
- malware_name :: Lens' Malware Text
Documentation
A list of malware related to a finding.
See: newMalware
smart constructor.
Instances
Create a value of Malware
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:state:Malware'
, malware_state
- The state of the malware that was observed.
$sel:path:Malware'
, malware_path
- The file system path of the malware that was observed.
$sel:type':Malware'
, malware_type
- The type of the malware that was observed.
$sel:name:Malware'
, malware_name
- The name of the malware that was observed.
malware_state :: Lens' Malware (Maybe MalwareState) Source #
The state of the malware that was observed.
malware_path :: Lens' Malware (Maybe Text) Source #
The file system path of the malware that was observed.
malware_type :: Lens' Malware (Maybe MalwareType) Source #
The type of the malware that was observed.