Values_1.AccountAttributesMessageSourceData returned by the DescribeAccountAttributes action.
type describeAccountAttributesResult = {accountQuotas : Values_0.AccountQuotaList.t option;A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
*)}and t = {describeAccountAttributesResult : describeAccountAttributesResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string ])
list ]
list ])
list ])
list ]