Values.InstanceDetailsSourceDetails about the reservations that Amazon Web Services recommends that you purchase.
type nonrec t = {eC2InstanceDetails : EC2InstanceDetails.t option;The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.
*)rDSInstanceDetails : RDSInstanceDetails.t option;The Amazon RDS reservations that Amazon Web Services recommends that you purchase.
*)redshiftInstanceDetails : RedshiftInstanceDetails.t option;The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.
*)elastiCacheInstanceDetails : ElastiCacheInstanceDetails.t option;The ElastiCache reservations that Amazon Web Services recommends that you purchase.
*)eSInstanceDetails : ESInstanceDetails.t option;The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
*)memoryDBInstanceDetails : MemoryDBInstanceDetails.t option;The MemoryDB reservations that Amazon Web Services recommends that you purchase.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of GenericBoolean.t
| `String of GenericString.t ])
list ])
list ]