Module Values.DetachLoadBalancerFromSubnetsInputSource

Contains the parameters for DetachLoadBalancerFromSubnets.

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

    The name of the load balancer.

    *)
  2. subnets : Subnets.t;
    (*

    The IDs of the subnets.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerName:AccessPointName.t -> subnets:Subnets.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of AccessPointName.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