Values.GetDevicePoolCompatibilityRequestSourceRepresents a request to the get device pool compatibility operation.
type nonrec t = {devicePoolArn : AmazonResourceName.t;The device pool's ARN.
*)appArn : AmazonResourceName.t option;The ARN of the app that is associated with the specified device pool.
*)testType : TestType.t option;The test type for the specified device pool. Allowed values include the following: BUILTIN_FUZZ. 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. INSTRUMENTATION. XCTEST. XCTEST_UI.
*)test : ScheduleRunTest.t option;Information about the uploaded test to be run against the device pool.
*)configuration : ScheduleRunConfiguration.t option;An object that contains information about the settings for a run.
*)projectArn : AmazonResourceName.t option;The ARN of the project for which you want to check device pool compatibility.
*)}val make :
?appArn:??? ->
?testType:??? ->
?test:??? ->
?configuration:??? ->
?projectArn:??? ->
devicePoolArn:AmazonResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of AmazonResourceName.t
| `Structure of
(string * [> `String of EnvironmentVariableName.t ]) list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of DeviceProxyPort.t
| `List of [> `String of String_.t ] list
| `String of DeviceProxyHost.t ])
list ])
list ])
list ]