Values.CreateRoutingRuleResponseSourceCreates a RoutingRule.
type nonrec t = {actions : RoutingRuleAction.t list option;Represents a routing rule action. The only supported action is invokeApi.
*)conditions : RoutingRuleCondition.t list option;Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.
*)priority : RoutingRulePriority.t option;Represents the priority of the routing rule.
*)routingRuleArn : Arn.t option;The ARN of the domain name.
*)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 ]