Module Values.AutomatedReasoningPolicyAddRuleMutationSource

A mutation operation that adds a new rule to the policy definition during the build process.

Sourcetype nonrec t = {
  1. rule : AutomatedReasoningPolicyDefinitionRule.t option;
    (*

    The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.

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