GetMalwareScan
Source:
src/AWS/GuardDuty/GetMalwareScan.ts
Runtime binding for guardduty:GetMalwareScan.
Reads the status and result of an on-demand malware scan by scan id.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.GuardDuty.GetMalwareScanHttp).
Malware Protection
Section titled “Malware Protection”// init// init — account-level binding, no resource argumentconst getMalwareScan = yield* AWS.GuardDuty.GetMalwareScan();
// runtimeconst { ScanStatus } = yield* getMalwareScan({ ScanId: scanId });