/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace ResourceExplorer2 { namespace Model { enum class IndexState { NOT_SET, CREATING, ACTIVE, DELETING, DELETED, UPDATING }; namespace IndexStateMapper { AWS_RESOURCEEXPLORER2_API IndexState GetIndexStateForName(const Aws::String& name); AWS_RESOURCEEXPLORER2_API Aws::String GetNameForIndexState(IndexState value); } // namespace IndexStateMapper } // namespace Model } // namespace ResourceExplorer2 } // namespace Aws