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

GetHealthCheckStatusResponse

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

A complex type that contains the response to a GetHealthCheck request.

interface GetHealthCheckStatusResponse {
HealthCheckObservations: HealthCheckObservation[];
}

§Properties

§
HealthCheckObservations: HealthCheckObservation[]
[src]

A list that contains one HealthCheckObservation element for each Amazon Route 53 health checker that is reporting a status about the health check endpoint.