Module Values.ResourceQuotaSource

The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.

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

    The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

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