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

GetHostedZoneResponse

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

A complex type that contain the response to a GetHostedZone request.

interface GetHostedZoneResponse {
DelegationSet?: DelegationSet | null;
HostedZone: HostedZone;
VPCs: VPC[];
}

§Properties

§
DelegationSet?: DelegationSet | null
[src]

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

§
HostedZone: HostedZone
[src]

A complex type that contains general information about the specified hosted zone.

§
VPCs: VPC[]
[src]

A complex type that contains information about the VPCs that are associated with the specified hosted zone.