Values.PutExternalEvaluationRequestSourceAdd 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.
type nonrec t = {configRuleName : ConfigRuleName.t;The name of the Config rule.
*)externalEvaluation : ExternalEvaluation.t;An ExternalEvaluation object that provides details about compliance.
*)}val make :
configRuleName:ConfigRuleName.t ->
externalEvaluation:ExternalEvaluation.t ->
unit ->
tval 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 ]