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

GetFindingsStatisticsRequest

import type { GetFindingsStatisticsRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface GetFindingsStatisticsRequest {
DetectorId: string;
FindingCriteria?: FindingCriteria | null;
FindingStatisticTypes: FindingStatisticType[];
}

§Properties

§
DetectorId: string
[src]

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

§
FindingCriteria?: FindingCriteria | null
[src]

Represents the criteria that is used for querying findings.

§
FindingStatisticTypes: FindingStatisticType[]
[src]

The types of finding statistics to retrieve.