/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Route53Domains { namespace Model { enum class ReachabilityStatus { NOT_SET, PENDING, DONE, EXPIRED }; namespace ReachabilityStatusMapper { AWS_ROUTE53DOMAINS_API ReachabilityStatus GetReachabilityStatusForName(const Aws::String& name); AWS_ROUTE53DOMAINS_API Aws::String GetNameForReachabilityStatus(ReachabilityStatus value); } // namespace ReachabilityStatusMapper } // namespace Model } // namespace Route53Domains } // namespace Aws