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

BatchUpdateFindingsResponse

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

§Properties

§

The list of findings that were updated successfully.

§

The list of findings that were not updated.