Domain
import type { Domain } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface Domain {
arn?: string | null;
createdAt?: Date | number | null;
domainEntries?: DomainEntry[] | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
supportCode?: string | null;
tags?: Tag[] | null;
}