Module Values.TraceHeaderSource

Contains trace headers for the Lambda durable execution.

Sourcetype nonrec t = {
  1. xAmznTraceId : XAmznTraceId.t option;
    (*

    The X-Ray trace header associated with the durable execution.

    *)
}
Sourceval make : ?xAmznTraceId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XAmznTraceId.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