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

ArchiveFindingsRequest

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

§Properties

§
DetectorId: string
[src]

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

§
FindingIds: string[]
[src]

The IDs of the findings that you want to archive.