/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace RAM { namespace Model { enum class PermissionFeatureSet { NOT_SET, CREATED_FROM_POLICY, PROMOTING_TO_STANDARD, STANDARD }; namespace PermissionFeatureSetMapper { AWS_RAM_API PermissionFeatureSet GetPermissionFeatureSetForName(const Aws::String& name); AWS_RAM_API Aws::String GetNameForPermissionFeatureSet(PermissionFeatureSet value); } // namespace PermissionFeatureSetMapper } // namespace Model } // namespace RAM } // namespace Aws