Values.PutRoutingRuleResponseSourceUpdates a routing rule.
type nonrec t = {actions : RoutingRuleAction.t list option;The routing rule action.
*)conditions : RoutingRuleCondition.t list option;The conditions of the routing rule.
*)priority : RoutingRulePriority.t option;The routing rule priority.
*)routingRuleArn : Arn.t option;The routing rule ARN.
*)routingRuleId : Id.t option;The routing rule ID.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val 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 Arn.t ])
list ]