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

ListFirewallDomainsResponse

import type { ListFirewallDomainsResponse } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListFirewallDomainsResponse {
Domains?: string[] | null;
NextToken?: string | null;
}

§Properties

§
Domains?: string[] | null
[src]

A list of the domains in the firewall domain list.

This might be a partial list of the domains that you've defined in the domain list. For information, see MaxResults.

§
NextToken?: string | null
[src]

If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.