Values.DescribeReservedInstanceOfferingsRequestSourceContainer for the request parameters to a DescribeReservedInstanceOfferings operation.
type nonrec t = {reservedInstanceOfferingId : GUID.t option;The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.
*)maxResults : MaxResults.t option;An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
*)nextToken : NextToken.t option;If your initial DescribeReservedInstanceOfferings operation returns a nextToken, you can include the returned nextToken in subsequent DescribeReservedInstanceOfferings operations, which returns results in the next page.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of GUID.t ]) list ]