Values_4.PurchaseReservedInstancesOfferingRequestSourceContains the parameters for PurchaseReservedInstancesOffering.
type nonrec t = {instanceCount : Values_0.Integer.t;The number of Reserved Instances to purchase.
*)reservedInstancesOfferingId : Values_1.ReservedInstancesOfferingId.t;The ID of the Reserved Instance offering to purchase.
*)purchaseTime : Values_0.DateTime.t option;The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)limitPrice : Values_3.ReservedInstanceLimitPrice.t option;Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.
*)}val make :
?purchaseTime:??? ->
?dryRun:??? ->
?limitPrice:??? ->
instanceCount:Values_0.Integer.t ->
reservedInstancesOfferingId:Values_1.ReservedInstancesOfferingId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `String of Values_1.ReservedInstancesOfferingId.t
| `Structure of
(string * [> `Double of Values_0.Double.t | `Enum of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]