Values.AccountSettingsSourceA container for account-level settings in AWS Device Farm.
type nonrec t = {awsAccountNumber : AWSAccountNumber.t option;The AWS account number specified in the AccountSettings container.
*)unmeteredDevices : PurchasedDevicesMap.t option;Returns the unmetered devices you have purchased or want to purchase.
*)unmeteredRemoteAccessDevices : PurchasedDevicesMap.t option;Returns the unmetered remote access devices you have purchased or want to purchase.
*)maxJobTimeoutMinutes : JobTimeoutMinutes.t option;The maximum number of minutes a test run executes before it times out.
*)trialMinutes : TrialMinutes.t option;Information about an AWS account's usage of free trial device minutes.
*)maxSlots : MaxSlotMap.t option;The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an offering-id:number pair, where the offering-id represents one of the IDs returned by the ListOfferings command.
*)defaultJobTimeoutMinutes : JobTimeoutMinutes.t option;The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
*)skipAppResign : SkipAppResign.t option;When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again. For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SkipAppResign.t
| `Integer of JobTimeoutMinutes.t
| `Map of
([> `Enum of string | `String of String_.t ]
* [> `Integer of Integer.t ])
list
| `String of AWSAccountNumber.t
| `Structure of (string * [> `Double of Double.t ]) list ])
list ]