Skip to content

GetFindings

Source: src/AWS/Macie2/GetFindings.ts

Runtime binding for macie2:GetFindings.

Retrieves the details of one or more findings. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.GetFindingsHttp).

// init — account-level binding, no resource argument
const getFindings = yield* AWS.Macie2.GetFindings();
// runtime
const { findings } = yield* getFindings({ findingIds });