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).
Malware Protection
Section titled “Malware Protection”// initconst describeMalwareScans = yield* AWS.GuardDuty.DescribeMalwareScans(detector);
// runtimeconst { Scans } = yield* describeMalwareScans();