/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Pipes { namespace Model { enum class DynamoDBStreamStartPosition { NOT_SET, TRIM_HORIZON, LATEST }; namespace DynamoDBStreamStartPositionMapper { AWS_PIPES_API DynamoDBStreamStartPosition GetDynamoDBStreamStartPositionForName(const Aws::String& name); AWS_PIPES_API Aws::String GetNameForDynamoDBStreamStartPosition(DynamoDBStreamStartPosition value); } // namespace DynamoDBStreamStartPositionMapper } // namespace Model } // namespace Pipes } // namespace Aws