Module Values.GetDevicePoolCompatibilityRequestSource

Represents a request to the get device pool compatibility operation.

Sourcetype nonrec t = {
  1. devicePoolArn : AmazonResourceName.t;
    (*

    The device pool's ARN.

    *)
  2. appArn : AmazonResourceName.t option;
    (*

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

    *)
  3. 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.

    *)
  4. test : ScheduleRunTest.t option;
    (*

    Information about the uploaded test to be run against the device pool.

    *)
  5. configuration : ScheduleRunConfiguration.t option;
    (*

    An object that contains information about the settings for a run.

    *)
  6. projectArn : AmazonResourceName.t option;
    (*

    The ARN of the project for which you want to check device pool compatibility.

    *)
}
Sourceval context_ : string
Sourceval make : ?appArn:??? -> ?testType:??? -> ?test:??? -> ?configuration:??? -> ?projectArn:??? -> devicePoolArn:AmazonResourceName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t