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.ScanFilePath

Description

 
Synopsis

Documentation

data ScanFilePath Source #

Contains details of infected file including name, file path and hash.

See: newScanFilePath smart constructor.

Constructors

ScanFilePath' 

Fields

Instances

Instances details
FromJSON ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

Generic ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

Associated Types

type Rep ScanFilePath :: Type -> Type #

Read ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

Show ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

NFData ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

Methods

rnf :: ScanFilePath -> () #

Eq ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

Hashable ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

type Rep ScanFilePath Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.ScanFilePath

type Rep ScanFilePath = D1 ('MetaData "ScanFilePath" "Amazonka.GuardDuty.Types.ScanFilePath" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "ScanFilePath'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScanFilePath :: ScanFilePath Source #

Create a value of ScanFilePath 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:fileName:ScanFilePath', scanFilePath_fileName - File name of the infected file.

$sel:filePath:ScanFilePath', scanFilePath_filePath - The file path of the infected file.

$sel:hash:ScanFilePath', scanFilePath_hash - The hash value of the infected file.

$sel:volumeArn:ScanFilePath', scanFilePath_volumeArn - EBS volume Arn details of the infected file.

scanFilePath_fileName :: Lens' ScanFilePath (Maybe Text) Source #

File name of the infected file.

scanFilePath_filePath :: Lens' ScanFilePath (Maybe Text) Source #

The file path of the infected file.

scanFilePath_hash :: Lens' ScanFilePath (Maybe Text) Source #

The hash value of the infected file.

scanFilePath_volumeArn :: Lens' ScanFilePath (Maybe Text) Source #

EBS volume Arn details of the infected file.