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

DeleteGeoMatchSetRequest

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

§Properties

§
ChangeToken: string
[src]

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

§
GeoMatchSetId: string
[src]

The GeoMatchSetID of the "GeoMatchSet" that you want to delete. GeoMatchSetId is returned by "CreateGeoMatchSet" and by "ListGeoMatchSets".