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

BatchImportFindingsResponse

import type { BatchImportFindingsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface BatchImportFindingsResponse {
FailedCount: number;
FailedFindings?: ImportFindingsError[] | null;
SuccessCount: number;
}

§Properties

§
FailedCount: number
[src]

The number of findings that failed to import.

§
FailedFindings?: ImportFindingsError[] | null
[src]

The list of findings that failed to import.

§
SuccessCount: number
[src]

The number of findings that were successfully imported.