Values.DeregisterEndPointsOutputSourceContains the output of DeregisterInstancesFromLoadBalancer.
type deregisterInstancesFromLoadBalancerResult = {instances : Instances.t option;The remaining instances registered with the load balancer.
*)}and t = {deregisterInstancesFromLoadBalancerResult : deregisterInstancesFromLoadBalancerResult;responseMetaData : responseMetaData;}type error = [ | `AccessPointNotFoundException of AccessPointNotFoundException.t| `InvalidEndPointException of InvalidEndPointException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointNotFoundException of unit
| `InvalidEndPointException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointNotFoundException of unit
| `InvalidEndPointException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of InstanceId.t ]) list ]
list ])
list ])
list ]