/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws; using namespace Aws::CloudFront; namespace Aws { namespace CloudFront { namespace CloudFrontEndpoint { Aws::String ForRegion(const Aws::String& regionName, bool useDualStack) { AWS_UNREFERENCED_PARAM(regionName); AWS_UNREFERENCED_PARAM(useDualStack); return "cloudfront.amazonaws.com"; } } // namespace CloudFrontEndpoint } // namespace CloudFront } // namespace Aws