Values.GetLinkRoutingRuleResponseSourceRetrieves the details of a routing rule for a link.
type nonrec t = {gatewayId : GatewayId.t option;The unique identifier of the gateway.
*)linkId : LinkId.t option;The unique identifier of the link.
*)ruleId : RuleId.t option;The unique identifier of the routing rule.
*)priority : RulePriority.t option;The priority of the routing rule.
*)conditions : RuleCondition.t option;The conditions for the routing rule.
*)status : RuleStatus.t option;The status of the routing rule.
*)createdAt : Timestamp.t option;The timestamp of when the routing rule was created.
*)updatedAt : Timestamp.t option;The timestamp of when the routing rule was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RulePriority.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of GatewayId.t
| `Structure of
(string
* [> `String of RuleConditionHostHeaderString.t
| `Structure of
(string * [> `String of QueryStringKeyValuePairKeyString.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]