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

ListHostedZonesByVPCResponse

import type { ListHostedZonesByVPCResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface ListHostedZonesByVPCResponse {
HostedZoneSummaries: HostedZoneSummary[];
MaxItems: string;
NextToken?: string | null;
}

§Properties

§
HostedZoneSummaries: HostedZoneSummary[]
[src]

A list that 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.

§
MaxItems: string
[src]

The value that you specified for MaxItems in the most recent ListHostedZonesByVPC request.

§
NextToken?: string | null
[src]

The value that you will use for NextToken in the next ListHostedZonesByVPC request.