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

GetDomainNameRequest

import type { GetDomainNameRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Request to get the name of a "DomainName" resource.

interface GetDomainNameRequest {
domainName: string;
}

§Properties

§
domainName: string
[src]

[Required] The name of the "DomainName" resource.