Values_2.DataResponseSourceThe response to a DataQuery.
type nonrec t = {id : Values_0.String_.t option;The ID passed in the DataQuery.
*)source : Values_0.String_.t option;The Region or Availability Zone that's the source for the data query. For example, us-east-1.
*)destination : Values_0.String_.t option;The Region or Availability Zone that's the destination for the data query. For example, eu-west-1.
*)metric : Values_1.MetricType.t option;The metric used for the network performance request.
*)statistic : Values_1.StatisticType.t option;The statistic used for the network performance request.
*)period : Values_1.PeriodType.t option;The period used for the network performance request.
*)metricPoints : Values_1.MetricPoints.t option;A list of MetricPoint objects.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Float of float
| `String of string
| `Timestamp of string ])
list ]
list
| `String of Values_0.String_.t ])
list ]