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

GetCheckerIpRangesResponse

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

A complex type that contains the CheckerIpRanges element.

interface GetCheckerIpRangesResponse {
CheckerIpRanges: string[];
}

§Properties

§
CheckerIpRanges: string[]
[src]

A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.