amazonka-devicefarm-1.3.3.1: Amazon Device Farm SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Contents

Description

Gets information about compatibility with a device pool.

See: AWS API Reference for GetDevicePoolCompatibility.

Synopsis

Creating a Request

getDevicePoolCompatibility Source

Creates a value of GetDevicePoolCompatibility with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gdpcTestType :: Lens' GetDevicePoolCompatibility (Maybe TestType) Source

The test type for the specified device pool.

Allowed values include the following:

  • BUILTIN_FUZZ: The built-in fuzz type.
  • BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.
  • APPIUM_JAVA_JUNIT: The Appium Java JUnit type.
  • APPIUM_JAVA_TESTNG: The Appium Java TestNG type.
  • CALABASH: The Calabash type.
  • INSTRUMENTATION: The Instrumentation type.
  • UIAUTOMATION: The uiautomation type.
  • UIAUTOMATOR: The uiautomator type.
  • XCTEST: The XCode test type.

gdpcAppARN :: Lens' GetDevicePoolCompatibility Text Source

The ARN of the app that is associated with the specified device pool.

Destructuring the Response

getDevicePoolCompatibilityResponse Source

Creates a value of GetDevicePoolCompatibilityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses