Module Values.RouterOutputStreamDetailsSource

Information about the router output's stream, including connection state and destination details. The specific details provided vary based on the router output type.

Sourcetype nonrec t = {
  1. standard : StandardRouterOutputStreamDetails.t option;
  2. mediaConnectFlow : MediaConnectFlowRouterOutputStreamDetails.t option;
  3. mediaLiveInput : MediaLiveInputRouterOutputStreamDetails.t option;
}
Sourceval make : ?standard:??? -> ?mediaConnectFlow:??? -> ?mediaLiveInput:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) 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