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

GetFindingStatisticsResponse

import type { GetFindingStatisticsResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetFindingStatisticsResponse {
countsByGroup?: GroupCount[] | null;
}

§Properties

§
countsByGroup?: GroupCount[] | null
[src]

An array of objects, one for each group of findings that matches the filter criteria specified in the request.