Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
This operation returns paginated results.
Synopsis
- data DescribeAccountLimits = DescribeAccountLimits' {}
- newDescribeAccountLimits :: DescribeAccountLimits
- describeAccountLimits_marker :: Lens' DescribeAccountLimits (Maybe Text)
- describeAccountLimits_pageSize :: Lens' DescribeAccountLimits (Maybe Natural)
- data DescribeAccountLimitsResponse = DescribeAccountLimitsResponse' {
- limits :: Maybe [Limit]
- nextMarker :: Maybe Text
- httpStatus :: Int
- newDescribeAccountLimitsResponse :: Int -> DescribeAccountLimitsResponse
- describeAccountLimitsResponse_limits :: Lens' DescribeAccountLimitsResponse (Maybe [Limit])
- describeAccountLimitsResponse_nextMarker :: Lens' DescribeAccountLimitsResponse (Maybe Text)
- describeAccountLimitsResponse_httpStatus :: Lens' DescribeAccountLimitsResponse Int
Creating a Request
data DescribeAccountLimits Source #
See: newDescribeAccountLimits
smart constructor.
Instances
newDescribeAccountLimits :: DescribeAccountLimits Source #
Create a value of DescribeAccountLimits
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:marker:DescribeAccountLimits'
, describeAccountLimits_marker
- The marker for the next set of results. (You received this marker from a
previous call.)
$sel:pageSize:DescribeAccountLimits'
, describeAccountLimits_pageSize
- The maximum number of results to return with this call.
Request Lenses
describeAccountLimits_marker :: Lens' DescribeAccountLimits (Maybe Text) Source #
The marker for the next set of results. (You received this marker from a previous call.)
describeAccountLimits_pageSize :: Lens' DescribeAccountLimits (Maybe Natural) Source #
The maximum number of results to return with this call.
Destructuring the Response
data DescribeAccountLimitsResponse Source #
See: newDescribeAccountLimitsResponse
smart constructor.
DescribeAccountLimitsResponse' | |
|
Instances
newDescribeAccountLimitsResponse Source #
Create a value of DescribeAccountLimitsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:limits:DescribeAccountLimitsResponse'
, describeAccountLimitsResponse_limits
- Information about the limits.
$sel:nextMarker:DescribeAccountLimitsResponse'
, describeAccountLimitsResponse_nextMarker
- The marker to use when requesting the next set of results. If there are
no additional results, the string is empty.
$sel:httpStatus:DescribeAccountLimitsResponse'
, describeAccountLimitsResponse_httpStatus
- The response's http status code.
Response Lenses
describeAccountLimitsResponse_limits :: Lens' DescribeAccountLimitsResponse (Maybe [Limit]) Source #
Information about the limits.
describeAccountLimitsResponse_nextMarker :: Lens' DescribeAccountLimitsResponse (Maybe Text) Source #
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
describeAccountLimitsResponse_httpStatus :: Lens' DescribeAccountLimitsResponse Int Source #
The response's http status code.