Values.GetDomainStatisticsReportResponseSourceAn object that includes statistics that are related to the domain that you specified.
type nonrec t = {overallVolume : OverallVolume.t option;An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate to the EndDate.
*)dailyVolumes : DailyVolumes.t option;An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate and ending on the EndDate.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.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
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException 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
* [> `List of
[> `Structure of
(string
* [> `Double of Percentage.t
| `Long of Volume.t
| `String of IspName.t ])
list ]
list
| `Structure of (string * [> `Long of Volume.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `Structure of
(string
* [> `Double of Percentage.t
| `List of
[> `Structure of
(string
* [> `Double of Percentage.t
| `Long of Volume.t
| `String of IspName.t ])
list ]
list
| `Structure of (string * [> `Long of Volume.t ]) list ])
list ])
list ]