Values.DescribeReservedElasticsearchInstanceOfferingsRequestSourceContainer for parameters to DescribeReservedElasticsearchInstanceOfferings
type nonrec t = {reservedElasticsearchInstanceOfferingId : GUID.t option;The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
*)maxResults : MaxResults.t option;Set this value to limit the number of results returned. If not specified, defaults to 100.
*)nextToken : NextToken.t option;NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of GUID.t ]) list ]