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

CreateReusableDelegationSetRequest

import type { CreateReusableDelegationSetRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface CreateReusableDelegationSetRequest {
CallerReference: string;
HostedZoneId?: string | null;
}

§Properties

§
CallerReference: string
[src]

A unique string that identifies the request, and that allows you to retry failed CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a CreateReusableDelegationSet request. CallerReference can be any unique string, for example a date/time stamp.

§
HostedZoneId?: string | null
[src]

If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.