GetUsageTotals
Source:
src/AWS/Macie2/GetUsageTotals.ts
Runtime binding for macie2:GetUsageTotals.
Retrieves (queries) aggregated usage data for an account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.GetUsageTotalsHttp).
Usage & Quotas
Section titled “Usage & Quotas”// init — account-level binding, no resource argumentconst getUsageTotals = yield* AWS.Macie2.GetUsageTotals();
// runtimeconst { usageTotals } = yield* getUsageTotals();