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

GetFindingsRequest

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

§Properties

§
DetectorId: string
[src]

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

§
FindingIds: string[]
[src]

The IDs of the findings that you want to retrieve.

§
SortCriteria?: SortCriteria | null
[src]

Represents the criteria used for sorting findings.