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

DeleteSqlInjectionMatchSetRequest

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

A request to delete a "SqlInjectionMatchSet" from AWS WAF.

interface DeleteSqlInjectionMatchSetRequest {
ChangeToken: string;
SqlInjectionMatchSetId: string;
}

§Properties

§
ChangeToken: string
[src]

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

§
SqlInjectionMatchSetId: string
[src]

The SqlInjectionMatchSetId of the "SqlInjectionMatchSet" that you want to delete. SqlInjectionMatchSetId is returned by "CreateSqlInjectionMatchSet" and by "ListSqlInjectionMatchSets".