Values.BatchGetMetricDataResponseSourceRepresents the result of processing your metric data batch request
type nonrec t = {results : MetricDataResultList.t option;A list of successfully retrieved MetricDataResult.
*)errors : MetricDataErrorList.t option;A list of MetricDataError encountered while processing your metric data batch request.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServiceErrorException of InternalServiceErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `InternalServiceErrorException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `InternalServiceErrorException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Long of Counter.t | `Timestamp of Timestamp.t ]
list
| `String of QueryIdentifier.t ])
list ]
list ])
list ]