Values.DeregisterTargetsRequestSourceDeregisters the specified targets from the specified target group.
type nonrec t = {targetGroupIdentifier : TargetGroupIdentifier.t;The ID or ARN of the target group.
*)targets : DeregisterTargetsRequestTargetsList.t;The targets to deregister.
*)}val make :
targetGroupIdentifier:TargetGroupIdentifier.t ->
targets:DeregisterTargetsRequestTargetsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Port.t | `String of TargetIdString.t ])
list ]
list
| `String of TargetGroupIdentifier.t ])
list ]