Module Values_4.PurchaseReservedInstancesOfferingRequestSource

Contains the parameters for PurchaseReservedInstancesOffering.

Sourcetype nonrec t = {
  1. instanceCount : Values_0.Integer.t;
    (*

    The number of Reserved Instances to purchase.

    *)
  2. reservedInstancesOfferingId : Values_1.ReservedInstancesOfferingId.t;
    (*

    The ID of the Reserved Instance offering to purchase.

    *)
  3. 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).

    *)
  4. 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.

    *)
  5. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?purchaseTime:??? -> ?dryRun:??? -> ?limitPrice:??? -> instanceCount:Values_0.Integer.t -> reservedInstancesOfferingId:Values_1.ReservedInstancesOfferingId.t -> unit -> t
Sourceval 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 ]
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