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

UpdateFindingsRequest

import type { UpdateFindingsRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface UpdateFindingsRequest {
Note?: NoteUpdate | null;
RecordState?: RecordState | null;
}

§Properties

§

A collection of attributes that specify which findings you want to update.

§
Note?: NoteUpdate | null
[src]

The updated note for the finding.

§
RecordState?: RecordState | null
[src]

The updated record state for the finding.