Module Values_0.BatchPutDataQualityStatisticAnnotationResponseSource

Annotate 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.

Sourcetype nonrec t = {
  1. failedInclusionAnnotations : AnnotationErrorList.t option;
    (*

    A list of AnnotationError's.

    *)
}
Sourcetype nonrec error = [
  1. | `EntityNotFoundException of EntityNotFoundException.t
  2. | `InternalServiceException of InternalServiceException.t
  3. | `InvalidInputException of InvalidInputException.t
  4. | `ResourceNumberLimitExceededException of ResourceNumberLimitExceededException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?failedInclusionAnnotations:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of HashString.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t