Module Values.PurchaseReservedInstanceOfferingRequestSource

Container for request parameters to the PurchaseReservedInstanceOffering operation.

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

    The ID of the Reserved Instance offering to purchase.

    *)
  2. reservationName : ReservationToken.t;
    (*

    A customer-specified identifier to track this reservation.

    *)
  3. instanceCount : InstanceCount.t option;
    (*

    The number of OpenSearch instances to reserve.

    *)
}
Sourceval context_ : string
Sourceval make : ?instanceCount:??? -> reservedInstanceOfferingId:GUID.t -> reservationName:ReservationToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of InstanceCount.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