Values.ChannelNameConditionSourceAn optional input parameter for the ListSignalingChannels API. When this parameter is specified while invoking ListSignalingChannels, the API returns only the channels that satisfy a condition specified in ChannelNameCondition.
type nonrec t = {comparisonOperator : ComparisonOperator.t option;A comparison operator. Currently, you can only specify the BEGINS_WITH operator, which finds signaling channels whose names begin with a given prefix.
*)comparisonValue : ChannelName.t option;A value to compare.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ChannelName.t ]) list ]