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

GetUsageStatisticsResponse

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

§Properties

§
nextToken?: string | null
[src]

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

§
records?: UsageRecord[] | null
[src]

An array of objects that contains the results of the query. Each object contains the data for an account that matches the filter criteria specified in the request.

§
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.