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

DeleteHealthCheckRequest

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

This action deletes a health check.

interface DeleteHealthCheckRequest {
HealthCheckId: string;
}

§Properties

§
HealthCheckId: string
[src]

The ID of the health check that you want to delete.