Values.DescribeLoadBalancersOutputSourceDescribes the specified load balancers or all of your load balancers.
type describeLoadBalancersResult = {loadBalancers : LoadBalancers.t option;Information about the load balancers.
*)nextMarker : Marker.t option;If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
*)}and t = {describeLoadBalancersResult : describeLoadBalancersResult;responseMetaData : responseMetaData;}type error = [ | `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LoadBalancerNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LoadBalancerNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of SecurityGroupId.t
| `Structure of
(string
* [> `List of
[> `String of SourceNatIpv6Prefix.t
| `Structure of
(string
* [> `String of IpAddress.t ])
list ]
list
| `String of ZoneName.t ])
list ]
list
| `String of LoadBalancerArn.t
| `Structure of
(string
* [> `Enum of string
| `String of StateReason.t ])
list
| `Timestamp of CreatedTime.t ])
list ]
list
| `String of Marker.t ])
list ])
list ]