Module Values.FindingHistoryUpdateSourceSource

Identifies the source of the finding change event.

Sourcetype nonrec t = {
  1. type_ : FindingHistoryUpdateSourceType.t option;
    (*

    Describes the type of finding change event, such as a call to BatchImportFindings (by an integrated Amazon Web Services service or third party partner integration) or BatchUpdateFindings (by a Security Hub CSPM customer).

    *)
  2. identity : NonEmptyString.t option;
    (*

    The identity of the source that initiated the finding change event. For example, the Amazon Resource Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls BatchUpdateFindings.

    *)
}
Sourceval make : ?type_:??? -> ?identity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NonEmptyString.t ]) 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