Values.UpdateRuleRequestSourceUpdates a specified rule for the listener. You can't modify a default listener rule. To modify a default listener rule, use UpdateListener.
type nonrec t = {serviceIdentifier : ServiceIdentifier.t;The ID or ARN of the service.
*)listenerIdentifier : ListenerIdentifier.t;The ID or ARN of the listener.
*)ruleIdentifier : RuleIdentifier.t;The ID or ARN of the rule.
*)match_ : RuleMatch.t option;The rule match.
*)priority : RulePriority.t option;The rule priority. A listener can't have multiple rules with the same priority.
*)action : RuleAction.t option;Information about the action for the specified listener rule.
*)}val make :
?match_:??? ->
?priority:??? ->
?action:??? ->
serviceIdentifier:ServiceIdentifier.t ->
listenerIdentifier:ListenerIdentifier.t ->
ruleIdentifier:RuleIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RulePriority.t
| `String of ServiceIdentifier.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 ]