/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace S3Outposts { namespace Model { enum class EndpointStatus { NOT_SET, Pending, Available, Deleting, Create_Failed, Delete_Failed }; namespace EndpointStatusMapper { AWS_S3OUTPOSTS_API EndpointStatus GetEndpointStatusForName(const Aws::String& name); AWS_S3OUTPOSTS_API Aws::String GetNameForEndpointStatus(EndpointStatus value); } // namespace EndpointStatusMapper } // namespace Model } // namespace S3Outposts } // namespace Aws