Values.DevicePoolSourceRepresents a collection of device types.
type nonrec t = {arn : AmazonResourceName.t option;The device pool's ARN.
*)name : Name.t option;The device pool's name.
*)description : Message.t option;The device pool's description.
*)type_ : DevicePoolType.t option;The device pool's type. Allowed values include: CURATED: A device pool that is created and managed by AWS Device Farm. PRIVATE: A device pool that is created and managed by the device pool developer.
*)rules : Rules.t option;Information about the device pool's rules.
*)maxDevices : Integer.t option;The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter. By specifying the maximum number of devices, you can control the costs that you incur by running tests.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `String of AmazonResourceName.t ])
list ]