UpdateFindings
Source:
src/AWS/AccessAnalyzer/UpdateFindings.ts
Runtime binding for access-analyzer:UpdateFindings.
Archives or reactivates findings by id or by the resource they were
generated for. Provide the implementation with
Effect.provide(AWS.AccessAnalyzer.UpdateFindingsHttp).
Managing Findings
Section titled “Managing Findings”const updateFindings = yield* AWS.AccessAnalyzer.UpdateFindings(analyzer);yield* updateFindings({ status: "ARCHIVED", ids: [findingId] });