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

ListFirewallRuleGroupAssociationsResponse

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

§Properties

§
FirewallRuleGroupAssociations?: FirewallRuleGroupAssociation[] | null
[src]

A list of your firewall rule group associations.

This might be a partial list of the associations that you have 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.