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/cloudtrail/CloudTrail_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 CloudTrail 15 { 16 namespace CloudTrailEndpoint 17 { 18 AWS_CLOUDTRAIL_API Aws::String ForRegion(const Aws::String& regionName, bool useDualStack = false); 19 } // namespace CloudTrailEndpoint 20 } // namespace CloudTrail 21 } // namespace Aws 22