Values.RecommendationDataSourceProvides information about the target engine for the specified source database.
type nonrec t = {rdsEngine : RdsRecommendation.t option;The recommendation of a target Amazon RDS database engine.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Double of DoubleOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ])
list ])
list ]