Module Values.DescribeEndPointStateInputSource

Contains the parameters for DescribeInstanceHealth.

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

    The name of the load balancer.

    *)
  2. instances : Instances.t option;
    (*

    The IDs of the instances.

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