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

GetUsageTotalsResponse

import type { GetUsageTotalsResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetUsageTotalsResponse {
timeRange?: TimeRange | null;
usageTotals?: UsageTotal[] | null;
}

§Properties

§
timeRange?: TimeRange | null
[src]

The inclusive time period that the usage data applies to. Possible values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days.

§
usageTotals?: UsageTotal[] | null
[src]

An array of objects that contains the results of the query. Each object contains the data for a specific usage metric.