Module Values.RouterInputStreamDetailsSource

Configuration details for the router input stream.

Sourcetype nonrec t = {
  1. standard : StandardRouterInputStreamDetails.t option;
  2. mediaLiveChannel : MediaLiveChannelRouterInputStreamDetails.t option;
  3. failover : FailoverRouterInputStreamDetails.t option;
  4. mediaConnectFlow : MediaConnectFlowRouterInputStreamDetails.t option;
  5. merge : MergeRouterInputStreamDetails.t option;
}
Sourceval make : ?standard:??? -> ?mediaLiveChannel:??? -> ?failover:??? -> ?mediaConnectFlow:??? -> ?merge:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ]) 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