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

GetGeoMatchSetResponse

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

§Properties

§
GeoMatchSet?: GeoMatchSet | null
[src]

Information about the "GeoMatchSet" that you specified in the GetGeoMatchSet request. This includes the Type, which for a GeoMatchContraint is always Country, as well as the Value, which is the identifier for a specific country.