Values.DescribeReservedElasticsearchInstancesRequestSourceContainer for parameters to DescribeReservedElasticsearchInstances
type nonrec t = {reservedElasticsearchInstanceId : GUID.t option;The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved Elasticsearch instance ID.
*)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 ]