import { _GeoRestriction, _UnmarshalledGeoRestriction } from "./_GeoRestriction"; /** *

A complex type that identifies ways in which you want to restrict distribution of your content.

*/ export interface _Restrictions { /** *

A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

*/ GeoRestriction: _GeoRestriction; } export interface _UnmarshalledRestrictions extends _Restrictions { /** *

A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.

*/ GeoRestriction: _UnmarshalledGeoRestriction; }