Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets information about compatibility with a device pool.
Synopsis
- data GetDevicePoolCompatibility = GetDevicePoolCompatibility' {}
- newGetDevicePoolCompatibility :: Text -> GetDevicePoolCompatibility
- getDevicePoolCompatibility_test :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunTest)
- getDevicePoolCompatibility_appArn :: Lens' GetDevicePoolCompatibility (Maybe Text)
- getDevicePoolCompatibility_configuration :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunConfiguration)
- getDevicePoolCompatibility_testType :: Lens' GetDevicePoolCompatibility (Maybe TestType)
- getDevicePoolCompatibility_devicePoolArn :: Lens' GetDevicePoolCompatibility Text
- data GetDevicePoolCompatibilityResponse = GetDevicePoolCompatibilityResponse' {}
- newGetDevicePoolCompatibilityResponse :: Int -> GetDevicePoolCompatibilityResponse
- getDevicePoolCompatibilityResponse_incompatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult])
- getDevicePoolCompatibilityResponse_compatibleDevices :: 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.
GetDevicePoolCompatibility' | |
|
Instances
newGetDevicePoolCompatibility Source #
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:test:GetDevicePoolCompatibility'
, getDevicePoolCompatibility_test
- Information about the uploaded test to be run against the device pool.
$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.
$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.
$sel:devicePoolArn:GetDevicePoolCompatibility'
, getDevicePoolCompatibility_devicePoolArn
- The device pool's ARN.
Request Lenses
getDevicePoolCompatibility_test :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunTest) Source #
Information about the uploaded test to be run against the device pool.
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_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.
GetDevicePoolCompatibilityResponse' | |
|
Instances
newGetDevicePoolCompatibilityResponse Source #
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:incompatibleDevices:GetDevicePoolCompatibilityResponse'
, getDevicePoolCompatibilityResponse_incompatibleDevices
- Information about incompatible devices.
$sel:compatibleDevices:GetDevicePoolCompatibilityResponse'
, getDevicePoolCompatibilityResponse_compatibleDevices
- Information about compatible devices.
$sel:httpStatus:GetDevicePoolCompatibilityResponse'
, getDevicePoolCompatibilityResponse_httpStatus
- The response's http status code.
Response Lenses
getDevicePoolCompatibilityResponse_incompatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult]) Source #
Information about incompatible devices.
getDevicePoolCompatibilityResponse_compatibleDevices :: Lens' GetDevicePoolCompatibilityResponse (Maybe [DevicePoolCompatibilityResult]) Source #
Information about compatible devices.
getDevicePoolCompatibilityResponse_httpStatus :: Lens' GetDevicePoolCompatibilityResponse Int Source #
The response's http status code.