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

CreateHealthCheckResponse

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

A complex type containing the response information for the new health check.

interface CreateHealthCheckResponse {
HealthCheck: HealthCheck;
Location: string;
}

§Properties

§
HealthCheck: HealthCheck
[src]

A complex type that contains identifying information about the health check.

§
Location: string
[src]

The unique URL representing the new health check.