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/guardduty.ts?docs=full";
interface GetUsageStatisticsResponse {
NextToken?: string | null;
UsageStatistics?: UsageStatistics | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination parameter to be used on the next list operation to retrieve more items.

§
UsageStatistics?: UsageStatistics | null
[src]

The usage statistics object. If a UsageStatisticType was provided, the objects representing other types will be null.