Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
This operation returns paginated results.
- describeLoadBalancers :: DescribeLoadBalancers
- data DescribeLoadBalancers
- dlbMarker :: Lens' DescribeLoadBalancers (Maybe Text)
- dlbPageSize :: Lens' DescribeLoadBalancers (Maybe Natural)
- dlbLoadBalancerNames :: Lens' DescribeLoadBalancers [Text]
- describeLoadBalancersResponse :: Int -> DescribeLoadBalancersResponse
- data DescribeLoadBalancersResponse
- dlbrsLoadBalancerDescriptions :: Lens' DescribeLoadBalancersResponse [LoadBalancerDescription]
- dlbrsNextMarker :: Lens' DescribeLoadBalancersResponse (Maybe Text)
- dlbrsResponseStatus :: Lens' DescribeLoadBalancersResponse Int
Creating a Request
describeLoadBalancers :: DescribeLoadBalancers Source
Creates a value of DescribeLoadBalancers
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeLoadBalancers Source
See: describeLoadBalancers
smart constructor.
Request Lenses
dlbMarker :: Lens' DescribeLoadBalancers (Maybe Text) Source
The marker for the next set of results. (You received this marker from a previous call.)
dlbPageSize :: Lens' DescribeLoadBalancers (Maybe Natural) Source
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
dlbLoadBalancerNames :: Lens' DescribeLoadBalancers [Text] Source
The names of the load balancers.
Destructuring the Response
describeLoadBalancersResponse Source
Creates a value of DescribeLoadBalancersResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeLoadBalancersResponse Source
See: describeLoadBalancersResponse
smart constructor.
Response Lenses
dlbrsLoadBalancerDescriptions :: Lens' DescribeLoadBalancersResponse [LoadBalancerDescription] Source
Information about the load balancers.
dlbrsNextMarker :: Lens' DescribeLoadBalancersResponse (Maybe Text) Source
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
dlbrsResponseStatus :: Lens' DescribeLoadBalancersResponse Int Source
The response status code.