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

UpdateRuleRequest

import type { UpdateRuleRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface UpdateRuleRequest {
ChangeToken: string;
RuleId: string;
Updates: RuleUpdate[];
}

§Properties

§
ChangeToken: string
[src]

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

§
RuleId: string
[src]

The RuleId of the Rule that you want to update. RuleId is returned by CreateRule and by "ListRules".

§
Updates: RuleUpdate[]
[src]

An array of RuleUpdate objects that you want to insert into or delete from a "Rule". For more information, see the applicable data types:

  • "RuleUpdate": Contains Action and Predicate
  • "Predicate": Contains DataId, Negated, and Type
  • "FieldToMatch": Contains Data and Type