/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace mgn { namespace Model { enum class ActionCategory { NOT_SET, DISASTER_RECOVERY, OPERATING_SYSTEM, LICENSE_AND_SUBSCRIPTION, VALIDATION, OBSERVABILITY, SECURITY, NETWORKING, CONFIGURATION, BACKUP, OTHER }; namespace ActionCategoryMapper { AWS_MGN_API ActionCategory GetActionCategoryForName(const Aws::String& name); AWS_MGN_API Aws::String GetNameForActionCategory(ActionCategory value); } // namespace ActionCategoryMapper } // namespace Model } // namespace mgn } // namespace Aws