Values.ResourceQuotasSourceA set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.
type nonrec t = {applicationQuota : ResourceQuota.t option;The quota for applications in the AWS account.
*)applicationVersionQuota : ResourceQuota.t option;The quota for application versions in the AWS account.
*)environmentQuota : ResourceQuota.t option;The quota for environments in the AWS account.
*)configurationTemplateQuota : ResourceQuota.t option;The quota for configuration templates in the AWS account.
*)customPlatformQuota : ResourceQuota.t option;The quota for custom platforms in the AWS account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `Integer of BoxedInt.t ]) list ])
list ]