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 health checks, send a GET
request to
the '2013-04-01\/healthcheckcount' resource.
See: AWS API Reference for GetHealthCheckCount.
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 '2013-04-01\/healthcheckcount' resource.
See: getHealthCheckCount
smart constructor.
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.
Response Lenses
ghccrsStatus :: Lens' GetHealthCheckCountResponse Int Source
The response status code.
ghccrsHealthCheckCount :: Lens' GetHealthCheckCountResponse Integer Source
The number of health checks associated with the current AWS account.