Values.RuleUpdateSuccessSourceDescribes a successful rule update.
type nonrec t = {arn : RuleArn.t option;The Amazon Resource Name (ARN) of the listener.
*)id : RuleId.t option;The ID of the listener.
*)name : RuleName.t option;The name of the listener.
*)isDefault : Boolean.t option;Indicates whether this is the default rule.
*)match_ : RuleMatch.t option;The rule match.
*)priority : RulePriority.t option;The rule priority.
*)action : RuleAction.t option;The action for the rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of RulePriority.t
| `String of RuleArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of HttpStatusCode.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of TargetGroupWeight.t
| `String of HeaderMatchName.t
| `Structure of
(string * [> `String of HeaderMatchExact.t ])
list ])
list ]
list
| `String of HttpMethod.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string * [> `String of PathMatchExact.t ]) list ])
list ])
list ])
list ])
list ]