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

HostedZoneLimit

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

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

interface HostedZoneLimit {
Value: number;
}

§Properties

§

The limit that you requested. Valid values include the following:

  • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
  • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
§
Value: number
[src]

The current value for the limit that is specified by Type.