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

BatchUpdateFindingsRequest

import type { BatchUpdateFindingsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface BatchUpdateFindingsRequest {
Confidence?: number | null;
Criticality?: number | null;
FindingIdentifiers: AwsSecurityFindingIdentifier[];
Note?: NoteUpdate | null;
RelatedFindings?: RelatedFinding[] | null;
Severity?: SeverityUpdate | null;
Types?: string[] | null;
UserDefinedFields?: {
[key: string]: string | null | undefined;
}
| null;
VerificationState?: VerificationState | null;
Workflow?: WorkflowUpdate | null;
}

§Properties

§
Confidence?: number | null
[src]
§
Criticality?: number | null
[src]
§
Note?: NoteUpdate | null
[src]
§
RelatedFindings?: RelatedFinding[] | null
[src]
§
Severity?: SeverityUpdate | null
[src]
§
Types?: string[] | null
[src]
§
UserDefinedFields?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
VerificationState?: VerificationState | null
[src]
§
Workflow?: WorkflowUpdate | null
[src]