Module Values.UplinkEchoConfigSource

Information about an uplink echo Config. Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.

Sourcetype nonrec t = {
  1. enabled : Boolean.t;
    (*

    Whether or not an uplink Config is enabled.

    *)
  2. antennaUplinkConfigArn : ConfigArn.t;
    (*

    ARN of an uplink Config.

    *)
}
Sourceval context_ : string
Sourceval make : enabled:Boolean.t -> antennaUplinkConfigArn:ConfigArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of ConfigArn.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