/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace S3Crt { namespace Model { enum class InventoryIncludedObjectVersions { NOT_SET, All, Current }; namespace InventoryIncludedObjectVersionsMapper { AWS_S3CRT_API InventoryIncludedObjectVersions GetInventoryIncludedObjectVersionsForName(const Aws::String& name); AWS_S3CRT_API Aws::String GetNameForInventoryIncludedObjectVersions(InventoryIncludedObjectVersions value); } // namespace InventoryIncludedObjectVersionsMapper } // namespace Model } // namespace S3Crt } // namespace Aws