Values.ScanThreatNameSourceContains files infected with the given threat providing details of malware name and severity.
type nonrec t = {name : String_.t option;The name of the identified threat.
*)severity : String_.t option;Severity of threat identified as part of the malware scan.
*)itemCount : Integer.t option;Total number of files infected with given threat.
*)filePaths : FilePaths.t option;List of infected files in EBS volume with details.
*)}