/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace EventBridge { namespace Model { enum class ApiDestinationState { NOT_SET, ACTIVE, INACTIVE }; namespace ApiDestinationStateMapper { AWS_EVENTBRIDGE_API ApiDestinationState GetApiDestinationStateForName(const Aws::String& name); AWS_EVENTBRIDGE_API Aws::String GetNameForApiDestinationState(ApiDestinationState value); } // namespace ApiDestinationStateMapper } // namespace Model } // namespace EventBridge } // namespace Aws