Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetUsageTotalsRequest

import type { GetUsageTotalsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetUsageTotalsRequest {
timeRange?: string | null;
}

§Properties

§
timeRange?: string | null
[src]

The inclusive time period to retrieve the data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value for this parameter, Amazon Macie provides aggregated usage data for the preceding 30 days.