Skip to content

GetFindingsStatistics

Source: src/AWS/AccessAnalyzer/GetFindingsStatistics.ts

Runtime binding for access-analyzer:GetFindingsStatistics.

Retrieves aggregate finding statistics for the analyzer (counts by resource type or unused-access age). Provide the implementation with Effect.provide(AWS.AccessAnalyzer.GetFindingsStatisticsHttp).

const getStatistics =
yield* AWS.AccessAnalyzer.GetFindingsStatistics(analyzer);
const stats = yield* getStatistics();