| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Route53.GetHostedZoneCount
Description
To retrieve a count of all your hosted zones, send a GET request to the '2013-04-01/hostedzonecount' resource.
http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHostedZoneCount.html
Request
data GetHostedZoneCount Source
Instances
Request constructor
getHostedZoneCount :: GetHostedZoneCount Source
GetHostedZoneCount constructor.
Response
Response constructor
getHostedZoneCountResponse Source
Arguments
| :: Integer | |
| -> GetHostedZoneCountResponse |
GetHostedZoneCountResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
ghzcrHostedZoneCount :: Lens' GetHostedZoneCountResponse Integer Source
The number of hosted zones associated with the current AWS account.