Module Values.RdsRecommendationSource

Provides information that describes a recommendation of a target engine on Amazon RDS.

Sourcetype nonrec t = {
  1. requirementsToTarget : RdsRequirements.t option;
    (*

    Supplemental information about the requirements to the recommended target database on Amazon RDS.

    *)
  2. targetConfiguration : RdsConfiguration.t option;
    (*

    Supplemental information about the configuration of the recommended target database on Amazon RDS.

    *)
}
Sourceval make : ?requirementsToTarget:??? -> ?targetConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of DoubleOptional.t | `Integer of IntegerOptional.t | `String of String_.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