Module Values_0.BatchPutDataQualityStatisticAnnotationRequestSource

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. inclusionAnnotations : InclusionAnnotationList.t;
    (*

    A list of DatapointInclusionAnnotation's. The InclusionAnnotations must contain a profileId and statisticId. If there are multiple InclusionAnnotations, the list must refer to a single statisticId across multiple profileIds.

    *)
  2. clientToken : HashString.t option;
    (*

    Client Token.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> inclusionAnnotations:InclusionAnnotationList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of HashString.t ]) list ] list | `String of HashString.t ]) 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