Copyright | (c) 2013-2015 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 |
To retrieve a count of all your hosted zones, send a GET
request to
the '2013-04-01\/hostedzonecount' resource.
See: AWS API Reference for GetHostedZoneCount.
Creating a Request
getHostedZoneCount :: GetHostedZoneCount Source
Creates a value of GetHostedZoneCount
with the minimum fields required to make a request.
data GetHostedZoneCount Source
To retrieve a count of all your hosted zones, send a GET
request to
the '2013-04-01\/hostedzonecount' resource.
See: getHostedZoneCount
smart constructor.
Destructuring the Response
getHostedZoneCountResponse Source
Creates a value of GetHostedZoneCountResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetHostedZoneCountResponse Source
A complex type that contains the count of hosted zones associated with the current AWS account.
See: getHostedZoneCountResponse
smart constructor.
Response Lenses
ghzcrsResponseStatus :: Lens' GetHostedZoneCountResponse Int Source
The response status code.
ghzcrsHostedZoneCount :: Lens' GetHostedZoneCountResponse Integer Source
The number of hosted zones associated with the current AWS account.