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

UpdateFirewallDomainsResponse

import type { UpdateFirewallDomainsResponse } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface UpdateFirewallDomainsResponse {
Id?: string | null;
Name?: string | null;
Status?: FirewallDomainListStatus | null;
StatusMessage?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the firewall domain list that DNS Firewall just updated.

§
Name?: string | null
[src]

The name of the domain list.

§
StatusMessage?: string | null
[src]

Additional information about the status of the list, if available.