Skip to content

ListFindings

Source: src/AWS/Macie2/ListFindings.ts

Runtime binding for macie2:ListFindings.

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

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