Smaws_Client_ElasticLoadBalancing.DescribeLoadBalancersDescribes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `DependencyThrottleException of Types.dependency_throttle_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_access_points_input ->
(Types.describe_access_points_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `DependencyThrottleException of Types.dependency_throttle_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_access_points_input ->
(Types.describe_access_points_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `DependencyThrottleException of Types.dependency_throttle_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result