Values.DetachInstancesFromLoadBalancerRequestSourceDetaches the specified instances from a Lightsail load balancer. This operation waits until the instances are no longer needed before they are detached from the load balancer. The detach instances from load balancer operation supports tag-based access control via resource tags applied to the resource identified by load balancer name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {loadBalancerName : ResourceName.t;The name of the Lightsail load balancer.
*)instanceNames : ResourceNameList.t;An array of strings containing the names of the instances you want to detach from the load balancer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceName.t ] list
| `String of ResourceName.t ])
list ]