Values.UsageCriteriaSourceContains information about the criteria used to query usage statistics.
type nonrec t = {accountIds : AccountIds.t option;The account IDs to aggregate usage statistics from.
*)dataSources : DataSourceList.t option;The data sources to aggregate usage statistics from.
*)resources : ResourceList.t option;The resources to aggregate usage statistics from. Only accepts exact resource names.
*)features : UsageFeatureList.t option;The features to aggregate usage statistics from.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string | `String of AccountId.t ] list ])
list ]