amazonka-devicefarm-1.4.0: Amazon Device Farm SDK.

Copyright(c) 2013-2016 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.

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

gdpcAppARN :: Lens' GetDevicePoolCompatibility (Maybe Text) Source

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

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.
  • APPIUM_PYTHON: The Appium Python type.
  • APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps.
  • APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps.
  • APPIUM_WEB_PYTHON: The Appium Python type for Web apps.
  • CALABASH: The Calabash type.
  • INSTRUMENTATION: The Instrumentation type.
  • UIAUTOMATION: The uiautomation type.
  • UIAUTOMATOR: The uiautomator type.
  • XCTEST: The XCode test type.
  • XCTEST_UI: The XCode UI test type.

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