| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.Types.AccountSettings
Description
Synopsis
- data AccountSettings = AccountSettings' {
- awsAccountNumber :: Maybe Text
- defaultJobTimeoutMinutes :: Maybe Int
- maxJobTimeoutMinutes :: Maybe Int
- maxSlots :: Maybe (HashMap Text Int)
- skipAppResign :: Maybe Bool
- trialMinutes :: Maybe TrialMinutes
- unmeteredDevices :: Maybe (HashMap DevicePlatform Int)
- unmeteredRemoteAccessDevices :: Maybe (HashMap DevicePlatform Int)
- newAccountSettings :: AccountSettings
- accountSettings_awsAccountNumber :: Lens' AccountSettings (Maybe Text)
- accountSettings_defaultJobTimeoutMinutes :: Lens' AccountSettings (Maybe Int)
- accountSettings_maxJobTimeoutMinutes :: Lens' AccountSettings (Maybe Int)
- accountSettings_maxSlots :: Lens' AccountSettings (Maybe (HashMap Text Int))
- accountSettings_skipAppResign :: Lens' AccountSettings (Maybe Bool)
- accountSettings_trialMinutes :: Lens' AccountSettings (Maybe TrialMinutes)
- accountSettings_unmeteredDevices :: Lens' AccountSettings (Maybe (HashMap DevicePlatform Int))
- accountSettings_unmeteredRemoteAccessDevices :: Lens' AccountSettings (Maybe (HashMap DevicePlatform Int))
Documentation
data AccountSettings Source #
A container for account-level settings in AWS Device Farm.
See: newAccountSettings smart constructor.
Constructors
| AccountSettings' | |
Fields
| |
Instances
newAccountSettings :: AccountSettings Source #
Create a value of AccountSettings 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:awsAccountNumber:AccountSettings', accountSettings_awsAccountNumber - The AWS account number specified in the AccountSettings container.
$sel:defaultJobTimeoutMinutes:AccountSettings', accountSettings_defaultJobTimeoutMinutes - The default number of minutes (at the account level) a test run executes
before it times out. The default value is 150 minutes.
$sel:maxJobTimeoutMinutes:AccountSettings', accountSettings_maxJobTimeoutMinutes - The maximum number of minutes a test run executes before it times out.
$sel:maxSlots:AccountSettings', accountSettings_maxSlots - 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.
$sel:skipAppResign:AccountSettings', accountSettings_skipAppResign - 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.
$sel:trialMinutes:AccountSettings', accountSettings_trialMinutes - Information about an AWS account's usage of free trial device minutes.
$sel:unmeteredDevices:AccountSettings', accountSettings_unmeteredDevices - Returns the unmetered devices you have purchased or want to purchase.
$sel:unmeteredRemoteAccessDevices:AccountSettings', accountSettings_unmeteredRemoteAccessDevices - Returns the unmetered remote access devices you have purchased or want
to purchase.
accountSettings_awsAccountNumber :: Lens' AccountSettings (Maybe Text) Source #
The AWS account number specified in the AccountSettings container.
accountSettings_defaultJobTimeoutMinutes :: Lens' AccountSettings (Maybe Int) Source #
The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
accountSettings_maxJobTimeoutMinutes :: Lens' AccountSettings (Maybe Int) Source #
The maximum number of minutes a test run executes before it times out.
accountSettings_maxSlots :: Lens' AccountSettings (Maybe (HashMap Text Int)) Source #
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.
accountSettings_skipAppResign :: Lens' AccountSettings (Maybe Bool) Source #
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.
accountSettings_trialMinutes :: Lens' AccountSettings (Maybe TrialMinutes) Source #
Information about an AWS account's usage of free trial device minutes.
accountSettings_unmeteredDevices :: Lens' AccountSettings (Maybe (HashMap DevicePlatform Int)) Source #
Returns the unmetered devices you have purchased or want to purchase.
accountSettings_unmeteredRemoteAccessDevices :: Lens' AccountSettings (Maybe (HashMap DevicePlatform Int)) Source #
Returns the unmetered remote access devices you have purchased or want to purchase.