Values.PurchaseReservedCacheNodesOfferingResultSourceAllows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes.
type purchaseReservedCacheNodesOfferingResult = {reservedCacheNode : ReservedCacheNode.t option;}and t = {purchaseReservedCacheNodesOfferingResult : purchaseReservedCacheNodesOfferingResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ReservedCacheNodeAlreadyExistsFault of ReservedCacheNodeAlreadyExistsFault.t| `ReservedCacheNodeQuotaExceededFault of ReservedCacheNodeQuotaExceededFault.t| `ReservedCacheNodesOfferingNotFoundFault of
ReservedCacheNodesOfferingNotFoundFault.t| `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ReservedCacheNodeAlreadyExistsFault of unit
| `ReservedCacheNodeQuotaExceededFault of unit
| `ReservedCacheNodesOfferingNotFoundFault of unit
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ReservedCacheNodeAlreadyExistsFault of unit
| `ReservedCacheNodeQuotaExceededFault of unit
| `ReservedCacheNodesOfferingNotFoundFault of unit
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ])
list ]