Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScanDetections

import type { ScanDetections } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains a complete view providing malware scan result details.

interface ScanDetections {
HighestSeverityThreatDetails?: HighestSeverityThreatDetails | null;
ScannedItemCount?: ScannedItemCount | null;
ThreatDetectedByName?: ThreatDetectedByName | null;
ThreatsDetectedItemCount?: ThreatsDetectedItemCount | null;
}

§Properties

§
HighestSeverityThreatDetails?: HighestSeverityThreatDetails | null
[src]

Details of the highest severity threat detected during malware scan and number of infected files.

§
ScannedItemCount?: ScannedItemCount | null
[src]

Total number of scanned files.

§
ThreatDetectedByName?: ThreatDetectedByName | null
[src]

Contains details about identified threats organized by threat name.

§
ThreatsDetectedItemCount?: ThreatsDetectedItemCount | null
[src]

Total number of infected files.