import type * as macie2 from "@distilled.cloud/aws/macie2"; import type * as Effect from "effect/Effect"; import * as Binding from "../../Binding.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 * **Example:** Aggregated Usage Totals * ```typescript * // init — account-level binding, no resource argument * const getUsageTotals = yield* AWS.Macie2.GetUsageTotals(); * * // runtime * const { usageTotals } = yield* getUsageTotals(); * ``` * * @binding */ export interface GetUsageTotals extends Binding.Service Effect.Effect<(request?: macie2.GetUsageTotalsRequest) => Effect.Effect>> { } export declare const GetUsageTotals: GetUsageTotals; //# sourceMappingURL=GetUsageTotals.d.ts.map