Values.PurchaseReservedInstanceOfferingResponseSourceRepresents the output of a PurchaseReservedInstanceOffering operation.
type nonrec t = {reservedInstanceId : GUID.t option;The ID of the Reserved Instance offering that was purchased.
*)reservationName : ReservationToken.t option;The customer-specified identifier used to track this reservation.
*)}type nonrec error = [ | `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]