Smaws_Client_ElasticLoadBalancing.ModifyLoadBalancerAttributesModifies 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_load_balancer_attributes_input ->
(Types.modify_load_balancer_attributes_output Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result