/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Proton { namespace Model { enum class RepositorySyncStatus { NOT_SET, INITIATED, IN_PROGRESS, SUCCEEDED, FAILED, QUEUED }; namespace RepositorySyncStatusMapper { AWS_PROTON_API RepositorySyncStatus GetRepositorySyncStatusForName(const Aws::String& name); AWS_PROTON_API Aws::String GetNameForRepositorySyncStatus(RepositorySyncStatus value); } // namespace RepositorySyncStatusMapper } // namespace Model } // namespace Proton } // namespace Aws