Values_0.BatchPutDataQualityStatisticAnnotationResponseSourceAnnotate datapoints over time for a specific data quality statistic. The API requires both profileID and statisticID as part of the InclusionAnnotation input. The API only works for a single statisticId across multiple profiles.
type nonrec t = {failedInclusionAnnotations : AnnotationErrorList.t option;A list of AnnotationError's.
*)}type nonrec error = [ | `EntityNotFoundException of EntityNotFoundException.t| `InternalServiceException of InternalServiceException.t| `InvalidInputException of InvalidInputException.t| `ResourceNumberLimitExceededException of ResourceNumberLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of EntityNotFoundException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNumberLimitExceededException of
ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of EntityNotFoundException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNumberLimitExceededException of
ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of HashString.t ]) list ]
list ])
list ]