# Functions
GetEnrichedScanInfo returns the enriched response's scan info.
GetRawScanInfo returns the non-enriched response's scan info.
ProcessEnrichedMessages returns a list of HashMaps of the v1.EnrichedLaunchToolResponses.
ProcessMessages processess all the v1.LaunchToolResponses (or v1.EnrichedToolResponses if consumers.Raw is false) and returns: :return messages - a list of HashMaps containing all the parsed smithy issues that are equal & above the specified severity threshold :return discardedMsgs - the number of messages that have been discarded by the allowDuplicates or allowFP policies :return error - if there is any error throughout the processing.
ProcessRawMessages returns a list of HashMaps of the v1.LaunchToolResponses.