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

CreateHostedZoneResponse

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

A complex type containing the response information for the hosted zone.

interface CreateHostedZoneResponse {
ChangeInfo: ChangeInfo;
DelegationSet: DelegationSet;
HostedZone: HostedZone;
Location: string;
VPC?: VPC | null;
}

§Properties

§
ChangeInfo: ChangeInfo
[src]

A complex type that contains information about the CreateHostedZone request.

§
DelegationSet: DelegationSet
[src]

A complex type that describes the name servers for this hosted zone.

§
HostedZone: HostedZone
[src]

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

§
Location: string
[src]

The unique URL representing the new hosted zone.

§
VPC?: VPC | null
[src]

A complex type that contains information about an Amazon VPC that you associated with this hosted zone.