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-devicefarm/include/aws/devicefarm/model/DeviceAttribute.h

43 lines
877 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/devicefarm/DeviceFarm_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace DeviceFarm
{
namespace Model
{
enum class DeviceAttribute
{
NOT_SET,
ARN,
PLATFORM,
FORM_FACTOR,
MANUFACTURER,
REMOTE_ACCESS_ENABLED,
REMOTE_DEBUG_ENABLED,
APPIUM_VERSION,
INSTANCE_ARN,
INSTANCE_LABELS,
FLEET_TYPE,
OS_VERSION,
MODEL,
AVAILABILITY
};
namespace DeviceAttributeMapper
{
AWS_DEVICEFARM_API DeviceAttribute GetDeviceAttributeForName(const Aws::String& name);
AWS_DEVICEFARM_API Aws::String GetNameForDeviceAttribute(DeviceAttribute value);
} // namespace DeviceAttributeMapper
} // namespace Model
} // namespace DeviceFarm
} // namespace Aws