Values.UpdateFindingsRequestSourceUpdateFindings is a deprecated operation. Instead of UpdateFindings, use the BatchUpdateFindings operation. The UpdateFindings operation updates the Note and RecordState of the Security Hub CSPM aggregated findings that the filter attributes specify. Any member account that can view the finding can also see the update to the finding. Finding updates made with UpdateFindings aren't persisted if the same finding is later updated by the finding provider through the BatchImportFindings operation. In addition, Security Hub CSPM doesn't record updates made with UpdateFindings in the finding history.
type nonrec t = {filters : AwsSecurityFindingFilters.t;A collection of attributes that specify which findings you want to update.
*)note : NoteUpdate.t option;The updated note for the finding.
*)recordState : RecordState.t option;The updated record state for the finding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string | `Integer of Integer.t ])
list ])
list ]
list
| `String of NonEmptyString.t ])
list ])
list ]