Module Values.DetachInstancesFromLoadBalancerRequestSource

Detaches 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.

Sourcetype nonrec t = {
  1. loadBalancerName : ResourceName.t;
    (*

    The name of the Lightsail load balancer.

    *)
  2. instanceNames : ResourceNameList.t;
    (*

    An array of strings containing the names of the instances you want to detach from the load balancer.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerName:ResourceName.t -> instanceNames:ResourceNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ResourceName.t ] list | `String of ResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t