Smaws_Client_ElasticLoadBalancingv2.SetRulePrioritiesSets the priorities of the specified rules.
You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotPermittedException of Types.operation_not_permitted_exception
| `PriorityInUseException of Types.priority_in_use_exception
| `RuleNotFoundException of Types.rule_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.set_rule_priorities_input ->
(Types.set_rule_priorities_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `PriorityInUseException of Types.priority_in_use_exception
| `RuleNotFoundException of Types.rule_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.set_rule_priorities_input ->
(Types.set_rule_priorities_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `PriorityInUseException of Types.priority_in_use_exception
| `RuleNotFoundException of Types.rule_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result