Module Values.UsageTopAccountsResultSource

Information about the usage statistics, calculated by top accounts by feature.

Sourcetype nonrec t = {
  1. feature : UsageFeature.t option;
    (*

    Features by which you can generate the usage statistics. RDS_LOGIN_EVENTS is currently not supported with topAccountsByFeature.

    *)
  2. accounts : UsageTopAccountsByFeatureList.t option;
    (*

    The accounts that contributed to the total usage cost.

    *)
}
Sourceval make : ?feature:??? -> ?accounts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of AccountId.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] 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