Module Types.DescribeReservedCacheNodesOfferingsMessage
type t={reserved_cache_nodes_offering_id : Aws.BaseTypes.String.t option;cache_node_type : Aws.BaseTypes.String.t option;duration : Aws.BaseTypes.String.t option;product_description : Aws.BaseTypes.String.t option;offering_type : Aws.BaseTypes.String.t option;max_records : Aws.BaseTypes.Integer.t option;marker : Aws.BaseTypes.String.t option;}
val make : ?reserved_cache_nodes_offering_id:Aws.BaseTypes.String.t -> ?cache_node_type:Aws.BaseTypes.String.t -> ?duration:Aws.BaseTypes.String.t -> ?product_description:Aws.BaseTypes.String.t -> ?offering_type:Aws.BaseTypes.String.t -> ?max_records:Aws.BaseTypes.Integer.t -> ?marker:Aws.BaseTypes.String.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t