ListMalwareScans
Source:
src/AWS/GuardDuty/ListMalwareScans.ts
Runtime binding for guardduty:ListMalwareScans.
Lists the account’s on-demand malware scans with optional filter and sort criteria.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.GuardDuty.ListMalwareScansHttp).
Malware Protection
Section titled “Malware Protection”// init// init — account-level binding, no resource argumentconst listMalwareScans = yield* AWS.GuardDuty.ListMalwareScans();
// runtimeconst { Scans } = yield* listMalwareScans();