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

GetHealthCheckLastFailureReasonResponse

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

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

interface GetHealthCheckLastFailureReasonResponse {
HealthCheckObservations: HealthCheckObservation[];
}

§Properties

§
HealthCheckObservations: HealthCheckObservation[]
[src]

A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason.