Values.DescribeAccountLimitsAnswerSourceDescribes the current Amazon EC2 Auto Scaling resource quotas for your account. When you establish an Amazon Web Services account, the account has initial quotas on the maximum number of Auto Scaling groups and launch configurations that you can create in a given Region. For more information, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
type describeAccountLimitsResult = {maxNumberOfAutoScalingGroups : MaxNumberOfAutoScalingGroups.t option;The maximum number of groups allowed for your account. The default is 200 groups per Region.
*)maxNumberOfLaunchConfigurations : MaxNumberOfLaunchConfigurations.t option;The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.
*)numberOfAutoScalingGroups : NumberOfAutoScalingGroups.t option;The current number of groups for your account.
*)numberOfLaunchConfigurations : NumberOfLaunchConfigurations.t option;The current number of launch configurations for your account.
*)}and t = {describeAccountLimitsResult : describeAccountLimitsResult;responseMetaData : responseMetaData;}type error = [ | `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of MaxNumberOfAutoScalingGroups.t ]) list ])
list ]