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

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

*/ GeoMatchSet?: _UnmarshalledGeoMatchSet; /** *

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.

*/ ChangeToken?: string; /** * 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; }