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

GetFindingsResponse

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

§Properties

§
findings?: Finding[] | null
[src]

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