This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-dms/include/aws/dms/model/ParquetVersionValue.h

32 lines
771 B
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace DatabaseMigrationService
{
namespace Model
{
enum class ParquetVersionValue
{
NOT_SET,
parquet_1_0,
parquet_2_0
};
namespace ParquetVersionValueMapper
{
AWS_DATABASEMIGRATIONSERVICE_API ParquetVersionValue GetParquetVersionValueForName(const Aws::String& name);
AWS_DATABASEMIGRATIONSERVICE_API Aws::String GetNameForParquetVersionValue(ParquetVersionValue value);
} // namespace ParquetVersionValueMapper
} // namespace Model
} // namespace DatabaseMigrationService
} // namespace Aws