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

UpdateFindingsFeedbackRequest

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

§Properties

§
Comments?: string | null
[src]

Additional feedback about the GuardDuty findings.

§
DetectorId: string
[src]

The ID of the detector associated with the findings to update feedback for.

§
Feedback: Feedback
[src]

The feedback for the finding.

§
FindingIds: string[]
[src]

The IDs of the findings that you want to mark as useful or not useful.