Module Values.DescribeAccountLimitsAnswerSource

Describes 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.

Sourcetype describeAccountLimitsResult = {
  1. maxNumberOfAutoScalingGroups : MaxNumberOfAutoScalingGroups.t option;
    (*

    The maximum number of groups allowed for your account. The default is 200 groups per Region.

    *)
  2. maxNumberOfLaunchConfigurations : MaxNumberOfLaunchConfigurations.t option;
    (*

    The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.

    *)
  3. numberOfAutoScalingGroups : NumberOfAutoScalingGroups.t option;
    (*

    The current number of groups for your account.

    *)
  4. numberOfLaunchConfigurations : NumberOfLaunchConfigurations.t option;
    (*

    The current number of launch configurations for your account.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeAccountLimitsResult : describeAccountLimitsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ResourceContentionFault of ResourceContentionFault.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?maxNumberOfAutoScalingGroups:??? -> ?maxNumberOfLaunchConfigurations:??? -> ?numberOfAutoScalingGroups:??? -> ?numberOfLaunchConfigurations:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of MaxNumberOfAutoScalingGroups.t ]) list ]) 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