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

DomainDetails

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

Contains information about the domain.

interface DomainDetails {
Domain?: string | null;
}

§Properties

§
Domain?: string | null
[src]

The domain information for the Amazon Web Services API call.