AssociateFirewallRuleGroupRequest
import type { AssociateFirewallRuleGroupRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/route53resolver.ts";interface AssociateFirewallRuleGroupRequest {
CreatorRequestId: string;
FirewallRuleGroupId: string;
MutationProtection?: MutationProtectionStatus | null;
Name: string;
Priority: number;
Tags?: Tag[] | null;
VpcId: string;
}