/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace CloudFormation { namespace Model { enum class DeprecatedStatus { NOT_SET, LIVE, DEPRECATED }; namespace DeprecatedStatusMapper { AWS_CLOUDFORMATION_API DeprecatedStatus GetDeprecatedStatusForName(const Aws::String& name); AWS_CLOUDFORMATION_API Aws::String GetNameForDeprecatedStatus(DeprecatedStatus value); } // namespace DeprecatedStatusMapper } // namespace Model } // namespace CloudFormation } // namespace Aws