/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/migration-hub-refactor-spaces/MigrationHubRefactorSpaces_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace MigrationHubRefactorSpaces { namespace Model { enum class EnvironmentState { NOT_SET, CREATING, ACTIVE, DELETING, FAILED }; namespace EnvironmentStateMapper { AWS_MIGRATIONHUBREFACTORSPACES_API EnvironmentState GetEnvironmentStateForName(const Aws::String& name); AWS_MIGRATIONHUBREFACTORSPACES_API Aws::String GetNameForEnvironmentState(EnvironmentState value); } // namespace EnvironmentStateMapper } // namespace Model } // namespace MigrationHubRefactorSpaces } // namespace Aws