ListUsageTotals
Source:
src/AWS/Inspector2/ListUsageTotals.ts
Runtime binding for inspector2:ListUsageTotals.
Lists the Amazon Inspector usage totals over the last 30 days.
Provide the implementation with
Effect.provide(AWS.Inspector2.ListUsageTotalsHttp).
Account Settings & Usage
Section titled “Account Settings & Usage”// initconst listUsageTotals = yield* AWS.Inspector2.ListUsageTotals();
// runtimeconst { totals } = yield* listUsageTotals();