Module Values.LimitSource

Information about an Elastic Load Balancing resource limit for your AWS account.

Sourcetype nonrec t = {
  1. name : Name.t option;
    (*

    The name of the limit. The possible values are: classic-listeners classic-load-balancers classic-registered-instances

    *)
  2. max : Max.t option;
    (*

    The maximum value of the limit.

    *)
}
Sourceval make : ?name:??? -> ?max:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Name.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