amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.Types.ScanThreatName

Description

 
Synopsis

Documentation

data ScanThreatName Source #

Contains files infected with the given threat providing details of malware name and severity.

See: newScanThreatName smart constructor.

Constructors

ScanThreatName' 

Fields

Instances

Instances details
FromJSON ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

Generic ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

Associated Types

type Rep ScanThreatName :: Type -> Type #

Read ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

Show ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

NFData ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

Methods

rnf :: ScanThreatName -> () #

Eq ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

Hashable ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

type Rep ScanThreatName Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanThreatName

type Rep ScanThreatName = D1 ('MetaData "ScanThreatName" "Amazonka.GuardDuty.Types.ScanThreatName" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "ScanThreatName'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filePaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScanFilePath])) :*: S1 ('MetaSel ('Just "itemCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScanThreatName :: ScanThreatName Source #

Create a value of ScanThreatName 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:filePaths:ScanThreatName', scanThreatName_filePaths - List of infected files in EBS volume with details.

$sel:itemCount:ScanThreatName', scanThreatName_itemCount - Total number of files infected with given threat.

$sel:name:ScanThreatName', scanThreatName_name - The name of the identified threat.

$sel:severity:ScanThreatName', scanThreatName_severity - Severity of threat identified as part of the malware scan.

scanThreatName_filePaths :: Lens' ScanThreatName (Maybe [ScanFilePath]) Source #

List of infected files in EBS volume with details.

scanThreatName_itemCount :: Lens' ScanThreatName (Maybe Int) Source #

Total number of files infected with given threat.

scanThreatName_name :: Lens' ScanThreatName (Maybe Text) Source #

The name of the identified threat.

scanThreatName_severity :: Lens' ScanThreatName (Maybe Text) Source #

Severity of threat identified as part of the malware scan.