Values.UpdateLinkRoutingRuleRequestSourceUpdates a routing rule for a link.
type nonrec t = {gatewayId : GatewayId.t;The unique identifier of the gateway.
*)linkId : LinkId.t;The unique identifier of the link.
*)ruleId : RuleId.t;The unique identifier of the routing rule.
*)priority : RulePriority.t;The updated priority of the routing rule. Lower numbers are evaluated first. Valid values are 1 to 1000. Priority must be unique among non-deleted rules within a link.
*)conditions : RuleCondition.t;The updated conditions for the routing rule. All specified fields must match for the rule to apply. At least one condition field must be set.
*)}val make :
gatewayId:GatewayId.t ->
linkId:LinkId.t ->
ruleId:RuleId.t ->
priority:RulePriority.t ->
conditions:RuleCondition.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RulePriority.t
| `String of GatewayId.t
| `Structure of
(string
* [> `String of RuleConditionHostHeaderString.t
| `Structure of
(string * [> `String of QueryStringKeyValuePairKeyString.t ])
list ])
list ])
list ]