Values.PutRoutingRuleRequestSourceUpdates a routing rule.
type nonrec t = {actions : RoutingRuleAction.t list;The routing rule action.
*)conditions : RoutingRuleCondition.t list;The routing rule condition.
*)domainName : string;The domain name.
*)domainNameId : string option;The domain name ID.
*)priority : RoutingRulePriority.t;The routing rule priority.
*)routingRuleId : string;The routing rule ID.
*)}val make :
?domainNameId:??? ->
actions:RoutingRuleAction.t list ->
conditions:RoutingRuleCondition.t list ->
domainName:string ->
priority:RoutingRulePriority.t ->
routingRuleId:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RoutingRulePriority.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `List of
[> `String of SelectionKey.t
| `Structure of
(string * [> `String of SelectionKey.t ]) list ]
list
| `String of Id.t ])
list ])
list ]
list
| `String of string ])
list ]