AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
CloudWatchRegion.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9
10namespace Aws {
11namespace Route53 {
12namespace Model {
13enum class CloudWatchRegion {
14 NOT_SET,
60};
61
62namespace CloudWatchRegionMapper {
64
66} // namespace CloudWatchRegionMapper
67} // namespace Model
68} // namespace Route53
69} // namespace Aws
AWS_ROUTE53_API CloudWatchRegion GetCloudWatchRegionForName(const Aws::String &name)
AWS_ROUTE53_API Aws::String GetNameForCloudWatchRegion(CloudWatchRegion value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String