Values.GetAccountSummaryResponseSourceContains the response to a successful GetAccountSummary request.
type getAccountSummaryResult = {summaryMap : SummaryMapType.t option;A set of key–value pairs containing information about IAM entity usage and IAM quotas.
*)}and t = {getAccountSummaryResult : getAccountSummaryResult;responseMetaData : responseMetaData;}type error = [ | `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Integer of SummaryValueType.t ])
list ])
list ])
list ]