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/macie2.ts?docs=full";
interface CreateSampleFindingsRequest {
findingTypes?: FindingType[] | null;
}

§Properties

§
findingTypes?: FindingType[] | null
[src]

An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.