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

UnarchiveFindingsRequest

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

§Properties

§
DetectorId: string
[src]

The ID of the detector associated with the findings to unarchive.

§
FindingIds: string[]
[src]

The IDs of the findings to unarchive.