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/fsx/FSx_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 FSx 15 { 16 namespace FSxEndpoint 17 { 18 AWS_FSX_API Aws::String ForRegion(const Aws::String& regionName, bool useDualStack = false); 19 } // namespace FSxEndpoint 20 } // namespace FSx 21 } // namespace Aws 22