Values.FindingHistoryUpdateSourceAn array of objects that provides details about a change to a finding, including the Amazon Web Services Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of the field after the change.
type nonrec t = {updatedField : NonEmptyString.t option;The ASFF field that changed during the finding change event.
*)oldValue : NonEmptyString.t option;The value of the ASFF field before the finding change event.
*)newValue : NonEmptyString.t option;The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub CSPM omits this value if FindingHistoryRecord exceeds database limits.
*)}