/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Keyspaces { namespace Model { enum class ThroughputMode { NOT_SET, PAY_PER_REQUEST, PROVISIONED }; namespace ThroughputModeMapper { AWS_KEYSPACES_API ThroughputMode GetThroughputModeForName(const Aws::String& name); AWS_KEYSPACES_API Aws::String GetNameForThroughputMode(ThroughputMode value); } // namespace ThroughputModeMapper } // namespace Model } // namespace Keyspaces } // namespace Aws