Values.GetSendStatisticsResponseSourceRepresents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
type getSendStatisticsResult = {sendDataPoints : SendDataPointList.t option;A list of data points, each of which represents 15 minutes of activity.
*)}and t = {getSendStatisticsResult : getSendStatisticsResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of Counter.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ])
list ]