| 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 |
Network.AWS.Route53.GetHealthCheckCount
Description
To retrieve a count of all your health checks, send a GET request to
the '/Route 53 API version/healthcheckcount' resource.
- getHealthCheckCount :: GetHealthCheckCount
- data GetHealthCheckCount
- getHealthCheckCountResponse :: Int -> Integer -> GetHealthCheckCountResponse
- data GetHealthCheckCountResponse
- ghccrsResponseStatus :: Lens' GetHealthCheckCountResponse Int
- ghccrsHealthCheckCount :: Lens' GetHealthCheckCountResponse Integer
Creating a Request
getHealthCheckCount :: GetHealthCheckCount Source #
Creates a value of GetHealthCheckCount with the minimum fields required to make a request.
data GetHealthCheckCount Source #
To retrieve a count of all your health checks, send a GET request to
the '/Route 53 API version/healthcheckcount' resource.
See: getHealthCheckCount smart constructor.
Instances
Destructuring the Response
getHealthCheckCountResponse Source #
Creates a value of GetHealthCheckCountResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetHealthCheckCountResponse Source #
A complex type that contains the count of health checks associated with the current AWS account.
See: getHealthCheckCountResponse smart constructor.
Instances
Response Lenses
ghccrsResponseStatus :: Lens' GetHealthCheckCountResponse Int Source #
The response status code.
ghccrsHealthCheckCount :: Lens' GetHealthCheckCountResponse Integer Source #
The number of health checks associated with the current AWS account.