ListFindings
Source:
src/AWS/GuardDuty/ListFindings.ts
Runtime binding for guardduty:ListFindings.
Lists finding ids for the detector, with optional finding criteria and sort order — the entry point for a findings-triage automation.
The detector id is injected from the bound Detector.
Provide the implementation with
Effect.provide(AWS.GuardDuty.ListFindingsHttp).
Working with Findings
Section titled “Working with Findings”// initconst listFindings = yield* AWS.GuardDuty.ListFindings(detector);
// runtimeconst { FindingIds } = yield* listFindings();