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