Module Values.ECPUPerSecondSource

The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.

Sourcetype nonrec t = {
  1. maximum : IntegerOptional.t option;
    (*

    The configuration for the maximum number of ECPUs the cache can consume per second.

    *)
  2. minimum : IntegerOptional.t option;
    (*

    The configuration for the minimum number of ECPUs the cache should be able consume per second.

    *)
}
Sourceval make : ?maximum:??? -> ?minimum:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IntegerOptional.t ]) 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