Module Values_0.MetricsSourceSource

Details about the metrics source.

Sourcetype nonrec t = {
  1. contentType : ContentType.t;
    (*

    The metric source content type.

    *)
  2. contentDigest : ContentDigest.t option;
    (*

    The hash key used for the metrics source.

    *)
  3. s3Uri : S3Uri.t;
    (*

    The S3 URI for the metrics source.

    *)
}
Sourceval context_ : string
Sourceval make : ?contentDigest:??? -> contentType:ContentType.t -> s3Uri:S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ContentType.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