| 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.Evidence
Description
Documentation
Contains information about the reason that the finding was generated.
See: newEvidence smart constructor.
Constructors
| Evidence' | |
Fields
| |
Instances
| FromJSON Evidence Source # | |
| Generic Evidence Source # | |
| Read Evidence Source # | |
| Show Evidence Source # | |
| NFData Evidence Source # | |
Defined in Amazonka.GuardDuty.Types.Evidence | |
| Eq Evidence Source # | |
| Hashable Evidence Source # | |
Defined in Amazonka.GuardDuty.Types.Evidence | |
| type Rep Evidence Source # | |
Defined in Amazonka.GuardDuty.Types.Evidence type Rep Evidence = D1 ('MetaData "Evidence" "Amazonka.GuardDuty.Types.Evidence" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "Evidence'" 'PrefixI 'True) (S1 ('MetaSel ('Just "threatIntelligenceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ThreatIntelligenceDetail])))) | |
newEvidence :: Evidence Source #
Create a value of Evidence 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:threatIntelligenceDetails:Evidence', evidence_threatIntelligenceDetails - A list of threat intelligence details related to the evidence.
evidence_threatIntelligenceDetails :: Lens' Evidence (Maybe [ThreatIntelligenceDetail]) Source #
A list of threat intelligence details related to the evidence.