Copyright | (c) 2013-2021 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 |
Retrieves the number of health checks that are associated with the current Amazon Web Services account.
Synopsis
- data GetHealthCheckCount = GetHealthCheckCount' {
- newGetHealthCheckCount :: GetHealthCheckCount
- data GetHealthCheckCountResponse = GetHealthCheckCountResponse' {}
- newGetHealthCheckCountResponse :: Int -> Integer -> GetHealthCheckCountResponse
- getHealthCheckCountResponse_httpStatus :: Lens' GetHealthCheckCountResponse Int
- getHealthCheckCountResponse_healthCheckCount :: Lens' GetHealthCheckCountResponse Integer
Creating a Request
data GetHealthCheckCount Source #
A request for the number of health checks that are associated with the current Amazon Web Services account.
See: newGetHealthCheckCount
smart constructor.
Instances
newGetHealthCheckCount :: GetHealthCheckCount Source #
Create a value of GetHealthCheckCount
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetHealthCheckCountResponse Source #
A complex type that contains the response to a GetHealthCheckCount
request.
See: newGetHealthCheckCountResponse
smart constructor.
GetHealthCheckCountResponse' | |
|
Instances
newGetHealthCheckCountResponse Source #
Create a value of GetHealthCheckCountResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:GetHealthCheckCountResponse'
, getHealthCheckCountResponse_httpStatus
- The response's http status code.
$sel:healthCheckCount:GetHealthCheckCountResponse'
, getHealthCheckCountResponse_healthCheckCount
- The number of health checks associated with the current Amazon Web
Services account.
Response Lenses
getHealthCheckCountResponse_httpStatus :: Lens' GetHealthCheckCountResponse Int Source #
The response's http status code.
getHealthCheckCountResponse_healthCheckCount :: Lens' GetHealthCheckCountResponse Integer Source #
The number of health checks associated with the current Amazon Web Services account.