Module Values.Result_Source

The error in server analysis.

Sourcetype nonrec t = {
  1. analysisStatus : AnalysisStatusUnion.t option;
    (*

    The error in server analysis.

    *)
  2. analysisType : AnalysisType.t option;
    (*

    The error in server analysis.

    *)
  3. antipatternReportResultList : AntipatternReportResultList.t option;
    (*

    The error in server analysis.

    *)
  4. statusMessage : StatusMessage.t option;
    (*

    The error in server analysis.

    *)
}
Sourceval make : ?analysisStatus:??? -> ?analysisType:??? -> ?antipatternReportResultList:??? -> ?statusMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of StatusMessage.t | `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list ]) list ] list | `String of StatusMessage.t | `Structure of (string * [> `Enum of string ]) 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