Values_1.GetStatisticsRequestSourceReturns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field. If the aggregation field is of type String, only the count statistic is returned. Requires permission to access the GetStatistics action.
type nonrec t = {indexName : Values_0.IndexName.t option;The name of the index to search. The default value is AWS_Things.
*)queryString : Values_0.QueryString.t;The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.
*)aggregationField : Values_0.AggregationField.t option;The aggregation field name.
*)queryVersion : Values_0.QueryVersion.t option;The version of the query used to search.
*)}val make :
?indexName:??? ->
?aggregationField:??? ->
?queryVersion:??? ->
queryString:Values_0.QueryString.t ->
unit ->
t