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

DeleteWebACLRequest

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

§Properties

§
ChangeToken: string
[src]

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

§
WebACLId: string
[src]

The WebACLId of the "WebACL" that you want to delete. WebACLId is returned by "CreateWebACL" and by "ListWebACLs".