Values.DescribeAccountLimitsInputSourceDescribes the current Elastic Load Balancing resource limits for your Amazon Web Services account. For more information, see the following: Quotas for your Application Load Balancers Quotas for your Network Load Balancers Quotas for your Gateway Load Balancers
type nonrec t = {marker : Marker.t option;The marker for the next set of results. (You received this marker from a previous call.)
*)pageSize : PageSize.t option;The maximum number of results to return with this call.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PageSize.t | `String of Marker.t ]) list ]