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

DeleteIPSetRequest

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

§Properties

§
ChangeToken: string
[src]

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

§
IPSetId: string
[src]

The IPSetId of the "IPSet" that you want to delete. IPSetId is returned by "CreateIPSet" and by "ListIPSets".