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

CheckDomainTransferabilityResponse

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

The CheckDomainTransferability response includes the following elements.

interface CheckDomainTransferabilityResponse {
Transferability?: DomainTransferability | null;
}

§Properties

§
Transferability?: DomainTransferability | null
[src]

A complex type that contains information about whether the specified domain can be transferred to Route 53.