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

CreateGeoMatchSetResponse

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

§Properties

§
ChangeToken?: string | null
[src]

The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use this value to query the status of the request. For more information, see "GetChangeTokenStatus".

§
GeoMatchSet?: GeoMatchSet | null
[src]

The "GeoMatchSet" returned in the CreateGeoMatchSet response. The GeoMatchSet contains no GeoMatchConstraints.