Values_1.GetStatisticsResponseSourceReturns 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 = {statistics : Values_0.Statistics.t option;The statistics returned by the Fleet Indexing service based on the query and aggregation field.
*)}type nonrec error = [ | `IndexNotReadyException of Values_0.IndexNotReadyException.t| `InternalFailureException of Values_0.InternalFailureException.t| `InvalidAggregationException of Values_0.InvalidAggregationException.t| `InvalidQueryException of Values_0.InvalidQueryException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IndexNotReadyException of Values_0.IndexNotReadyException.t
| `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidAggregationException of Values_0.InvalidAggregationException.t
| `InvalidQueryException of Values_0.InvalidQueryException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IndexNotReadyException of Values_0.IndexNotReadyException.t
| `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidAggregationException of Values_0.InvalidAggregationException.t
| `InvalidQueryException of Values_0.InvalidQueryException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]