Values.EC2InstanceDetailsSourceDetails about the Amazon EC2 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.
*)availabilityZone : GenericString.t option;The Availability Zone of the recommended reservation.
*)platform : GenericString.t option;The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.
*)tenancy : GenericString.t option;Determines whether the recommended reservation is dedicated or shared.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of GenericBoolean.t | `String of GenericString.t ])
list ]