Values.GetAccountSettingsResponseSourceRetrieves details about your account's limits and usage in an Amazon Web Services Region.
type nonrec t = {accountLimit : AccountLimit.t option;Limits that are related to concurrency and code storage.
*)accountUsage : AccountUsage.t option;The number of functions and amount of storage in use.
*)}type nonrec error = [ | `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]