Module Values.IngestEndpointSource

The ingest domain URL where the source stream should be sent.

Sourcetype nonrec t = {
  1. id : String_.t option;
    (*

    The system-generated unique identifier for the IngestEndpoint.

    *)
  2. url : String_.t option;
    (*

    The ingest domain URL where the source stream should be sent.

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