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).
Working with Findings
Section titled “Working with Findings”// init — account-level binding, no resource argumentconst listFindings = yield* AWS.Macie2.ListFindings();
// runtimeconst { findingIds } = yield* listFindings();