| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53.GetHealthCheckCount
Description
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.
Constructors
| GetHealthCheckCount' | |
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.
Constructors
| GetHealthCheckCountResponse' | |
Fields
| |
Instances
newGetHealthCheckCountResponse Source #
Arguments
| :: Int | |
| -> Integer | |
| -> GetHealthCheckCountResponse |
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.