Module Values.DescribeReservedElasticsearchInstanceOfferingsRequestSource

Container for parameters to DescribeReservedElasticsearchInstanceOfferings

Sourcetype nonrec t = {
  1. reservedElasticsearchInstanceOfferingId : GUID.t option;
    (*

    The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

    *)
  2. maxResults : MaxResults.t option;
    (*

    Set this value to limit the number of results returned. If not specified, defaults to 100.

    *)
  3. nextToken : NextToken.t option;
    (*

    NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

    *)
}
Sourceval make : ?reservedElasticsearchInstanceOfferingId:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `String of GUID.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t