| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.GetDevicePoolCompatibility
Description
Gets information about compatibility with a device pool.
Synopsis
- data GetDevicePoolCompatibility = GetDevicePoolCompatibility' {}
- newGetDevicePoolCompatibility :: Text -> GetDevicePoolCompatibility
- getDevicePoolCompatibility_appArn :: Lens' GetDevicePoolCompatibility (Maybe Text)
- getDevicePoolCompatibility_configuration :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunConfiguration)
- getDevicePoolCompatibility_test :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunTest)
- getDevicePoolCompatibility_testType :: Lens' GetDevicePoolCompatibility (Maybe TestType)
- getDevicePoolCompatibility_devicePoolArn :: Lens' GetDevicePoolCompatibility Text
- data GetDevicePoolCompatibilityResponse = GetDevicePoolCompatibilityResponse' {}
- newGetDevicePoolCompatibilityResponse :: Int -> GetDevicePoolCompatibilityResponse
- getDevicePoolCompatibilityResponse_compatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult])
- getDevicePoolCompatibilityResponse_incompatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult])
- getDevicePoolCompatibilityResponse_httpStatus :: Lens' GetDevicePoolCompatibilityResponse Int
Creating a Request
data GetDevicePoolCompatibility Source #
Represents a request to the get device pool compatibility operation.
See: newGetDevicePoolCompatibility smart constructor.
Constructors
| GetDevicePoolCompatibility' | |
Fields
| |
Instances
newGetDevicePoolCompatibility Source #
Arguments
| :: Text | |
| -> GetDevicePoolCompatibility |
Create a value of GetDevicePoolCompatibility with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:appArn:GetDevicePoolCompatibility', getDevicePoolCompatibility_appArn - The ARN of the app that is associated with the specified device pool.
$sel:configuration:GetDevicePoolCompatibility', getDevicePoolCompatibility_configuration - An object that contains information about the settings for a run.
GetDevicePoolCompatibility, getDevicePoolCompatibility_test - Information about the uploaded test to be run against the device pool.
$sel:testType:GetDevicePoolCompatibility', getDevicePoolCompatibility_testType - The test type for the specified device pool.
Allowed values include the following:
- BUILTIN_FUZZ.
- BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
- APPIUM_JAVA_JUNIT.
- APPIUM_JAVA_TESTNG.
- APPIUM_PYTHON.
- APPIUM_NODE.
- APPIUM_RUBY.
- APPIUM_WEB_JAVA_JUNIT.
- APPIUM_WEB_JAVA_TESTNG.
- APPIUM_WEB_PYTHON.
- APPIUM_WEB_NODE.
- APPIUM_WEB_RUBY.
- CALABASH.
- INSTRUMENTATION.
- UIAUTOMATION.
- UIAUTOMATOR.
- XCTEST.
- XCTEST_UI.
GetDevicePoolCompatibility, getDevicePoolCompatibility_devicePoolArn - The device pool's ARN.
Request Lenses
getDevicePoolCompatibility_appArn :: Lens' GetDevicePoolCompatibility (Maybe Text) Source #
The ARN of the app that is associated with the specified device pool.
getDevicePoolCompatibility_configuration :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunConfiguration) Source #
An object that contains information about the settings for a run.
getDevicePoolCompatibility_test :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunTest) Source #
Information about the uploaded test to be run against the device pool.
getDevicePoolCompatibility_testType :: Lens' GetDevicePoolCompatibility (Maybe TestType) Source #
The test type for the specified device pool.
Allowed values include the following:
- BUILTIN_FUZZ.
- BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
- APPIUM_JAVA_JUNIT.
- APPIUM_JAVA_TESTNG.
- APPIUM_PYTHON.
- APPIUM_NODE.
- APPIUM_RUBY.
- APPIUM_WEB_JAVA_JUNIT.
- APPIUM_WEB_JAVA_TESTNG.
- APPIUM_WEB_PYTHON.
- APPIUM_WEB_NODE.
- APPIUM_WEB_RUBY.
- CALABASH.
- INSTRUMENTATION.
- UIAUTOMATION.
- UIAUTOMATOR.
- XCTEST.
- XCTEST_UI.
getDevicePoolCompatibility_devicePoolArn :: Lens' GetDevicePoolCompatibility Text Source #
The device pool's ARN.
Destructuring the Response
data GetDevicePoolCompatibilityResponse Source #
Represents the result of describe device pool compatibility request.
See: newGetDevicePoolCompatibilityResponse smart constructor.
Constructors
| GetDevicePoolCompatibilityResponse' | |
Fields
| |
Instances
newGetDevicePoolCompatibilityResponse Source #
Arguments
| :: Int | |
| -> GetDevicePoolCompatibilityResponse |
Create a value of GetDevicePoolCompatibilityResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:compatibleDevices:GetDevicePoolCompatibilityResponse', getDevicePoolCompatibilityResponse_compatibleDevices - Information about compatible devices.
$sel:incompatibleDevices:GetDevicePoolCompatibilityResponse', getDevicePoolCompatibilityResponse_incompatibleDevices - Information about incompatible devices.
$sel:httpStatus:GetDevicePoolCompatibilityResponse', getDevicePoolCompatibilityResponse_httpStatus - The response's http status code.
Response Lenses
getDevicePoolCompatibilityResponse_compatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult]) Source #
Information about compatible devices.
getDevicePoolCompatibilityResponse_incompatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult]) Source #
Information about incompatible devices.
getDevicePoolCompatibilityResponse_httpStatus :: Lens' GetDevicePoolCompatibilityResponse Int Source #
The response's http status code.