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

GetUsageStatisticsRequest

import type { GetUsageStatisticsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetUsageStatisticsRequest {
filterBy?: UsageStatisticsFilter[] | null;
maxResults?: number | null;
nextToken?: string | null;
sortBy?: UsageStatisticsSortBy | null;
timeRange?: TimeRange | null;
}

§Properties

§
filterBy?: UsageStatisticsFilter[] | null
[src]

An array of objects, one for each condition to use to filter the query results. If you specify more than one condition, Amazon Macie uses an AND operator to join the conditions.

§
maxResults?: number | null
[src]

The maximum number of items to include in each page of the response.

§
nextToken?: string | null
[src]

The nextToken string that specifies which page of results to return in a paginated response.

§

The criteria to use to sort the query results.

§
timeRange?: TimeRange | null
[src]

The inclusive time period to query usage 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, Amazon Macie provides usage data for the preceding 30 days.