Module Values.DescribeLoadBalancersOutputSource

Describes the specified load balancers or all of your load balancers.

Sourcetype describeLoadBalancersResult = {
  1. loadBalancers : LoadBalancers.t option;
    (*

    Information about the load balancers.

    *)
  2. nextMarker : Marker.t option;
    (*

    If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeLoadBalancersResult : describeLoadBalancersResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `LoadBalancerNotFoundException of LoadBalancerNotFoundException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?loadBalancers:??? -> ?nextMarker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `LoadBalancerNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `LoadBalancerNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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