/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace S3Control { namespace Model { enum class AsyncOperationName { NOT_SET, CreateMultiRegionAccessPoint, DeleteMultiRegionAccessPoint, PutMultiRegionAccessPointPolicy }; namespace AsyncOperationNameMapper { AWS_S3CONTROL_API AsyncOperationName GetAsyncOperationNameForName(const Aws::String& name); AWS_S3CONTROL_API Aws::String GetNameForAsyncOperationName(AsyncOperationName value); } // namespace AsyncOperationNameMapper } // namespace Model } // namespace S3Control } // namespace Aws