Module Values.HttpEndpointCommonAttributeSource

Describes the metadata that's delivered to the specified HTTP endpoint destination.

Sourcetype nonrec t = {
  1. attributeName : HttpEndpointAttributeName.t;
    (*

    The name of the HTTP endpoint common attribute.

    *)
  2. attributeValue : HttpEndpointAttributeValue.t;
    (*

    The value of the HTTP endpoint common attribute.

    *)
}
Sourceval context_ : string
Sourceval make : attributeName:HttpEndpointAttributeName.t -> attributeValue:HttpEndpointAttributeValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HttpEndpointAttributeName.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