Skip to content

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

// init
const getFindings = yield* AWS.GuardDuty.GetFindings(detector);
// runtime
const { Findings } = yield* getFindings({ FindingIds: findingIds });