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 Application Load Balancers or all of your Application Load Balancers.
To describe the listeners for a load balancer, use DescribeListeners
. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes
.
This operation returns paginated results.
- describeLoadBalancers :: DescribeLoadBalancers
- data DescribeLoadBalancers
- dlbNames :: Lens' DescribeLoadBalancers [Text]
- dlbLoadBalancerARNs :: Lens' DescribeLoadBalancers [Text]
- dlbMarker :: Lens' DescribeLoadBalancers (Maybe Text)
- dlbPageSize :: Lens' DescribeLoadBalancers (Maybe Natural)
- describeLoadBalancersResponse :: Int -> DescribeLoadBalancersResponse
- data DescribeLoadBalancersResponse
- dlbrsLoadBalancers :: Lens' DescribeLoadBalancersResponse [LoadBalancer]
- 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:
dlbNames
- The names of the load balancers.dlbLoadBalancerARNs
- The Amazon Resource Names (ARN) of the load balancers.dlbMarker
- The marker for the next set of results. (You received this marker from a previous call.)dlbPageSize
- The maximum number of results to return with this call.
data DescribeLoadBalancers Source #
Contains the parameters for DescribeLoadBalancers.
See: describeLoadBalancers
smart constructor.
Request Lenses
dlbLoadBalancerARNs :: Lens' DescribeLoadBalancers [Text] Source #
The Amazon Resource Names (ARN) of the load balancers.
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.
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:
dlbrsLoadBalancers
- Information about the load balancers.dlbrsNextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the string is empty.dlbrsResponseStatus
- -- | The response status code.
data DescribeLoadBalancersResponse Source #
Contains the output of DescribeLoadBalancers.
See: describeLoadBalancersResponse
smart constructor.
Response Lenses
dlbrsLoadBalancers :: Lens' DescribeLoadBalancersResponse [LoadBalancer] 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.