Skip to content

DescribeMalwareScans

Source: src/AWS/GuardDuty/DescribeMalwareScans.ts

Runtime binding for guardduty:DescribeMalwareScans.

Lists EC2 malware scan results for the detector with optional filter and sort criteria. The detector id is injected from the bound Detector. Provide the implementation with Effect.provide(AWS.GuardDuty.DescribeMalwareScansHttp).

// init
const describeMalwareScans = yield* AWS.GuardDuty.DescribeMalwareScans(detector);
// runtime
const { Scans } = yield* describeMalwareScans();