Module Values.PurchaseReservedCacheNodesOfferingResultSource

Allows 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.

Sourcetype purchaseReservedCacheNodesOfferingResult = {
  1. reservedCacheNode : ReservedCacheNode.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. purchaseReservedCacheNodesOfferingResult : purchaseReservedCacheNodesOfferingResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `ReservedCacheNodeAlreadyExistsFault of ReservedCacheNodeAlreadyExistsFault.t
  4. | `ReservedCacheNodeQuotaExceededFault of ReservedCacheNodeQuotaExceededFault.t
  5. | `ReservedCacheNodesOfferingNotFoundFault of ReservedCacheNodesOfferingNotFoundFault.t
  6. | `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?reservedCacheNode:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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