Module Values.RoutingRulesSource

A collection of routing rules.

Sourcetype nonrec t = {
  1. nextToken : NextToken.t option;
  2. routingRules : RoutingRule.t list option;
}
Sourceval make : ?nextToken:??? -> ?routingRules:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 Arn.t ]) list ] list | `String of NextToken.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