/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace OpenSearchService { namespace Model { enum class UpgradeStep { NOT_SET, PRE_UPGRADE_CHECK, SNAPSHOT, UPGRADE }; namespace UpgradeStepMapper { AWS_OPENSEARCHSERVICE_API UpgradeStep GetUpgradeStepForName(const Aws::String& name); AWS_OPENSEARCHSERVICE_API Aws::String GetNameForUpgradeStep(UpgradeStep value); } // namespace UpgradeStepMapper } // namespace Model } // namespace OpenSearchService } // namespace Aws