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

DeleteRuleGroupRequest

import type { DeleteRuleGroupRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface DeleteRuleGroupRequest {
ChangeToken: string;
RuleGroupId: string;
}

§Properties

§
ChangeToken: string
[src]

The value returned by the most recent call to "GetChangeToken".

§
RuleGroupId: string
[src]

The RuleGroupId of the "RuleGroup" that you want to delete. RuleGroupId is returned by "CreateRuleGroup" and by "ListRuleGroups".