1 /**
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  */
5 
6 #pragma once
7 #include <aws/location/LocationService_EXPORTS.h>
8 #include <aws/core/Region.h>
9 #include <aws/core/utils/memory/stl/AWSString.h>
10 
11 namespace Aws
12 {
13 
14 namespace LocationService
15 {
16 namespace LocationServiceEndpoint
17 {
18 AWS_LOCATIONSERVICE_API Aws::String ForRegion(const Aws::String& regionName, bool useDualStack = false);
19 } // namespace LocationServiceEndpoint
20 } // namespace LocationService
21 } // namespace Aws
22