package aws-elasticache

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. reserved_cache_nodes_offering_id : Aws.BaseTypes.String.t option;
  2. cache_node_type : Aws.BaseTypes.String.t option;
  3. duration : Aws.BaseTypes.Integer.t option;
  4. fixed_price : Aws.BaseTypes.Double.t option;
  5. usage_price : Aws.BaseTypes.Double.t option;
  6. product_description : Aws.BaseTypes.String.t option;
  7. offering_type : Aws.BaseTypes.String.t option;
  8. recurring_charges : RecurringChargeList.t;
}
val make : ?reserved_cache_nodes_offering_id:Aws.BaseTypes.String.t -> ?cache_node_type:Aws.BaseTypes.String.t -> ?duration:Aws.BaseTypes.Integer.t -> ?fixed_price:Aws.BaseTypes.Double.t -> ?usage_price:Aws.BaseTypes.Double.t -> ?product_description:Aws.BaseTypes.String.t -> ?offering_type:Aws.BaseTypes.String.t -> ?recurring_charges:RecurringChargeList.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t