Module Smaws_Client_ElasticLoadBalancing.ModifyLoadBalancerAttributes

Modifies the attributes of the specified load balancer.

You can modify the load balancer attributes, such as AccessLogs, ConnectionDraining, and CrossZoneLoadBalancing by either enabling or disabling them. Or, you can modify the load balancer attribute ConnectionSettings by specifying an idle connection timeout value for your load balancer.

For more information, see the following in the Classic Load Balancers Guide:

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AccessPointNotFoundException of Types.access_point_not_found_exception | `InvalidConfigurationRequestException of Types.invalid_configuration_request_exception | `LoadBalancerAttributeNotFoundException of Types.load_balancer_attribute_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_load_balancer_attributes_input -> (Types.modify_load_balancer_attributes_output, [> Smaws_Lib.Protocols.AwsQuery.error | `AccessPointNotFoundException of Types.access_point_not_found_exception | `InvalidConfigurationRequestException of Types.invalid_configuration_request_exception | `LoadBalancerAttributeNotFoundException of Types.load_balancer_attribute_not_found_exception ]) Stdlib.result