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

StatusReport

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

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

interface StatusReport {
CheckedTime?: Date | number | null;
Status?: string | null;
}

§Properties

§
CheckedTime?: Date | number | null
[src]

The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

§
Status?: string | null
[src]

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.