Module Values.DeleteEvaluationResultsRequestSource

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

    The name of the Config rule for which you want to delete the evaluation results.

    *)
}
Sourceval context_ : string
Sourceval make : configRuleName:StringWithCharLimit64.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StringWithCharLimit64.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