Values.RDSInstanceDetailsSourceDetails about the Amazon RDS reservations that Amazon Web Services recommends that you purchase.
type nonrec t = {family : GenericString.t option;The instance family of the recommended reservation.
*)instanceType : GenericString.t option;The type of instance that Amazon Web Services recommends.
*)region : GenericString.t option;The Amazon Web Services Region of the recommended reservation.
*)databaseEngine : GenericString.t option;The database engine that the recommended reservation supports.
*)databaseEdition : GenericString.t option;The database edition that the recommended reservation supports.
*)deploymentOption : GenericString.t option;Determines whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.
*)licenseModel : GenericString.t option;The license model that the recommended reservation supports.
*)currentGeneration : GenericBoolean.t option;Determines whether the recommendation is for a current-generation instance.
*)sizeFlexEligible : GenericBoolean.t option;Determines whether the recommended reservation is size flexible.
*)deploymentModel : GenericString.t option;Determines whether the recommendation is for a reservation for RDS Custom.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of GenericBoolean.t | `String of GenericString.t ])
list ]