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

ReusableDelegationSetLimit

import type { ReusableDelegationSetLimit } 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 ReusableDelegationSetLimit {
Value: number;
}

§Properties

§

The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

§
Value: number
[src]

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.