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

BatchImportFindingsRequest

import type { BatchImportFindingsRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface BatchImportFindingsRequest {
Findings: AwsSecurityFinding[];
}

§Properties

§

A list of findings to import. To successfully import a finding, it must follow the Amazon Web Services Security Finding Format. Maximum of 100 findings per request.