Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetHealthCheckStatusRequest

import type { GetHealthCheckStatusRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A request to get the status for a health check.

interface GetHealthCheckStatusRequest {
HealthCheckId: string;
}

§Properties

§
HealthCheckId: string
[src]

The ID for the health check that you want the current status for. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element.

Note: 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 GetHealthCheckStatus to get the status of a calculated health check.