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

GetHostedZoneRequest

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

A request to get information about a specified hosted zone.

interface GetHostedZoneRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The ID of the hosted zone that you want to get information about.