Module Values.AutomatedReasoningPolicyBuildLogEntrySource

Represents a single entry in the policy build log, containing information about a specific step or event in the build process.

Sourcetype nonrec t = {
  1. annotation : AutomatedReasoningPolicyAnnotation.t option;
    (*

    The annotation or operation that was being processed when this log entry was created.

    *)
  2. status : AutomatedReasoningPolicyAnnotationStatus.t option;
    (*

    The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).

    *)
  3. buildSteps : AutomatedReasoningPolicyBuildStepList.t option;
    (*

    Detailed information about the specific build steps that were executed, including any sub-operations or transformations.

    *)
}
Sourceval make : ?annotation:??? -> ?status:??? -> ?buildSteps:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionVariableName.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `List of [> `String of AutomatedReasoningPolicyDefinitionRuleId.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ]) 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