Gets status of a specified health check.
See https://paws-r.github.io/docs/route53/get_health_check_status.html for full documentation.
route53_get_health_check_status(HealthCheckId)
[required] The ID for the health check that you want the current status for. When
you created the health check,
create_health_check
returned the ID in
the response, in the HealthCheckId
element.
If you want to check the status of a calculated health check, you must
use the Amazon Route 53 console or the CloudWatch console. You can't use
get_health_check_status
to get the
status of a calculated health check.