Module Values.PutExternalEvaluationRequestSource

Add or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.

Sourcetype nonrec t = {
  1. configRuleName : ConfigRuleName.t;
    (*

    The name of the Config rule.

    *)
  2. externalEvaluation : ExternalEvaluation.t;
    (*

    An ExternalEvaluation object that provides details about compliance.

    *)
}
Sourceval context_ : string
Sourceval make : configRuleName:ConfigRuleName.t -> externalEvaluation:ExternalEvaluation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigRuleName.t | `Structure of (string * [> `Enum of string | `String of StringWithCharLimit256.t | `Timestamp of OrderingTimestamp.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