| 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
| Eq GetHostedZoneCount | |
| Ord GetHostedZoneCount | |
| Read GetHostedZoneCount | |
| Show GetHostedZoneCount | |
| Generic GetHostedZoneCount | |
| ToXML GetHostedZoneCount | |
| AWSRequest GetHostedZoneCount | |
| ToQuery GetHostedZoneCount | |
| ToXMLRoot GetHostedZoneCount | |
| ToPath GetHostedZoneCount | |
| ToHeaders GetHostedZoneCount | |
| type Rep GetHostedZoneCount | |
| type Sv GetHostedZoneCount = Route53 | |
| type Rs GetHostedZoneCount = GetHostedZoneCountResponse |
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.