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

HostedZoneSummary

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

In the response to a ListHostedZonesByVPC request, the HostedZoneSummaries element contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

interface HostedZoneSummary {
HostedZoneId: string;
Name: string;
}

§Properties

§
HostedZoneId: string
[src]

The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

§
Name: string
[src]

The name of the private hosted zone, such as example.com.

§

The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.