package awscloudfront // Enums for the methods CloudFront can cache. type CloudFrontAllowedCachedMethods string const ( CloudFrontAllowedCachedMethods_GET_HEAD CloudFrontAllowedCachedMethods = "GET_HEAD" CloudFrontAllowedCachedMethods_GET_HEAD_OPTIONS CloudFrontAllowedCachedMethods = "GET_HEAD_OPTIONS" )