Smaws_Client_ElasticLoadBalancing.DeregisterInstancesFromLoadBalancerDeregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
You can use DescribeLoadBalancers to verify that the instance is deregistered from the load balancer.
For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `InvalidEndPointException of Types.invalid_end_point_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.deregister_end_points_input ->
(Types.deregister_end_points_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `InvalidEndPointException of Types.invalid_end_point_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.deregister_end_points_input ->
(Types.deregister_end_points_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `InvalidEndPointException of Types.invalid_end_point_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result