Values.ESInstanceDetailsSourceDetails about the Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
type nonrec t = {instanceClass : GenericString.t option;The class of instance that Amazon Web Services recommends.
*)instanceSize : GenericString.t option;The size of instance that Amazon Web Services recommends.
*)region : GenericString.t option;The Amazon Web Services Region of the recommended reservation.
*)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 ]