Module Values.UpdateFindingsRequestSource

UpdateFindings 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.

Sourcetype nonrec t = {
  1. filters : AwsSecurityFindingFilters.t;
    (*

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

    *)
  2. note : NoteUpdate.t option;
    (*

    The updated note for the finding.

    *)
  3. recordState : RecordState.t option;
    (*

    The updated record state for the finding.

    *)
}
Sourceval context_ : string
Sourceval make : ?note:??? -> ?recordState:??? -> filters:AwsSecurityFindingFilters.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t