GetFindings
Source:
src/AWS/GuardDuty/GetFindings.ts
Runtime binding for guardduty:GetFindings.
Hydrates full finding details for a batch of finding ids returned by ListFindings.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.GetFindingsHttp).
Working with Findings
Section titled “Working with Findings”// initconst getFindings = yield* AWS.GuardDuty.GetFindings(detector);
// runtimeconst { Findings } = yield* getFindings({ FindingIds: findingIds });