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/guardduty.ts?docs=full";
interface GetUsageStatisticsRequest {
DetectorId: string;
MaxResults?: number | null;
NextToken?: string | null;
Unit?: string | null;
UsageCriteria: UsageCriteria;
UsageStatisticType: UsageStatisticType;
}

§Properties

§
DetectorId: string
[src]

The ID of the detector that specifies the GuardDuty service whose usage statistics you want to retrieve.

§
MaxResults?: number | null
[src]

The maximum number of results to return in the response.

§
NextToken?: string | null
[src]

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

§
Unit?: string | null
[src]

The currency unit you would like to view your usage statistics in. Current valid values are USD.

§
UsageCriteria: UsageCriteria
[src]

Represents the criteria used for querying usage.

§
UsageStatisticType: UsageStatisticType
[src]

The type of usage statistics to retrieve.