/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace CodeArtifact { namespace Model { enum class AllowPublish { NOT_SET, ALLOW, BLOCK }; namespace AllowPublishMapper { AWS_CODEARTIFACT_API AllowPublish GetAllowPublishForName(const Aws::String& name); AWS_CODEARTIFACT_API Aws::String GetNameForAllowPublish(AllowPublish value); } // namespace AllowPublishMapper } // namespace Model } // namespace CodeArtifact } // namespace Aws