Module Values_0.IssueDetailsSource

The details of an issue with your DB instances, DB clusters, and DB parameter groups.

Sourcetype nonrec t = {
  1. performanceIssueDetails : PerformanceIssueDetails.t option;
    (*

    A detailed description of the issue when the recommendation category is performance.

    *)
}
Sourceval make : ?performanceIssueDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Double of Double.t ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ]) list ]) list ]) list ] list | `String of String_.t | `Timestamp of TStamp.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