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

ListFirewallDomainListsResponse

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

§Properties

§
FirewallDomainLists?: FirewallDomainListMetadata[] | null
[src]

A list of the domain lists that you have defined.

This might be a partial list of the domain lists that you've defined. 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.