/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace RDS { namespace Model { enum class DBProxyEndpointStatus { NOT_SET, available, modifying, incompatible_network, insufficient_resource_limits, creating, deleting }; namespace DBProxyEndpointStatusMapper { AWS_RDS_API DBProxyEndpointStatus GetDBProxyEndpointStatusForName(const Aws::String& name); AWS_RDS_API Aws::String GetNameForDBProxyEndpointStatus(DBProxyEndpointStatus value); } // namespace DBProxyEndpointStatusMapper } // namespace Model } // namespace RDS } // namespace Aws