Module Values.RouterInputConfigurationSource

The configuration settings for a router input.

Sourcetype nonrec t = {
  1. standard : StandardRouterInputConfiguration.t option;
  2. mediaLiveChannel : MediaLiveChannelRouterInputConfiguration.t option;
  3. failover : FailoverRouterInputConfiguration.t option;
  4. mediaConnectFlow : MediaConnectFlowRouterInputConfiguration.t option;
  5. merge : MergeRouterInputConfiguration.t option;
}
Sourceval make : ?standard:??? -> ?mediaLiveChannel:??? -> ?failover:??? -> ?mediaConnectFlow:??? -> ?merge:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of FailoverRouterInputConfigurationPrimarySourceIndexInteger.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `String of SecretArn.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) 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