import { _UnmarshalledGeoMatchSet } from "./_GeoMatchSet"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * GetGeoMatchSetOutput shape */ export interface GetGeoMatchSetOutput extends __aws_sdk_types.MetadataBearer { /** *

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.

*/ GeoMatchSet?: _UnmarshalledGeoMatchSet; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }