Module Values.PutRoutingRuleRequestSource

Updates a routing rule.

Sourcetype nonrec t = {
  1. actions : RoutingRuleAction.t list;
    (*

    The routing rule action.

    *)
  2. conditions : RoutingRuleCondition.t list;
    (*

    The routing rule condition.

    *)
  3. domainName : string;
    (*

    The domain name.

    *)
  4. domainNameId : string option;
    (*

    The domain name ID.

    *)
  5. priority : RoutingRulePriority.t;
    (*

    The routing rule priority.

    *)
  6. routingRuleId : string;
    (*

    The routing rule ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?domainNameId:??? -> actions:RoutingRuleAction.t list -> conditions:RoutingRuleCondition.t list -> domainName:string -> priority:RoutingRulePriority.t -> routingRuleId:string -> unit -> t
Sourceval 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 ]
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