Module Values.ReservedCacheNodesOfferingMessageSource

Represents the output of a DescribeReservedCacheNodesOfferings operation.

Sourcetype describeReservedCacheNodesOfferingsResult = {
  1. marker : String_.t option;
    (*

    Provides an identifier to allow retrieval of paginated results.

    *)
  2. reservedCacheNodesOfferings : ReservedCacheNodesOfferingList.t option;
    (*

    A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeReservedCacheNodesOfferingsResult : describeReservedCacheNodesOfferingsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `ReservedCacheNodesOfferingNotFoundFault of ReservedCacheNodesOfferingNotFoundFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?marker:??? -> ?reservedCacheNodesOfferings:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `ReservedCacheNodesOfferingNotFoundFault 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 | `ReservedCacheNodesOfferingNotFoundFault 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 * [> `List of [> `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 ]) list ] list | `String of String_.t ]) 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