/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace MediaConnect { namespace Model { enum class ConnectionStatus { NOT_SET, CONNECTED, DISCONNECTED }; namespace ConnectionStatusMapper { AWS_MEDIACONNECT_API ConnectionStatus GetConnectionStatusForName(const Aws::String& name); AWS_MEDIACONNECT_API Aws::String GetNameForConnectionStatus(ConnectionStatus value); } // namespace ConnectionStatusMapper } // namespace Model } // namespace MediaConnect } // namespace Aws