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

CreateSampleFindingsRequest

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

§Properties

§
DetectorId: string
[src]

The ID of the detector to create sample findings for.

§
FindingTypes?: string[] | null
[src]

The types of sample findings to generate.