| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Route53.GetHealthCheckCount
Description
Retrieves the number of health checks that are associated with the current AWS account.
Synopsis
- 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 #
A request for the number of health checks that are associated with the current AWS account.
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:
ghccrsResponseStatus- -- | The response status code.ghccrsHealthCheckCount- The number of health checks associated with the current AWS account.
data GetHealthCheckCountResponse Source #
A complex type that contains the response to a GetHealthCheckCount request.
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.