Skip to content

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).

// init
const listFindings = yield* AWS.GuardDuty.ListFindings(detector);
// runtime
const { FindingIds } = yield* listFindings();