| 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.TrialMinutes
Description
Synopsis
Documentation
data TrialMinutes Source #
Represents information about free trial device minutes for an AWS account.
See: newTrialMinutes smart constructor.
Constructors
| TrialMinutes' | |
Instances
newTrialMinutes :: TrialMinutes Source #
Create a value of TrialMinutes 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:remaining:TrialMinutes', trialMinutes_remaining - The number of free trial minutes remaining in the account.
$sel:total:TrialMinutes', trialMinutes_total - The total number of free trial minutes that the account started with.
trialMinutes_remaining :: Lens' TrialMinutes (Maybe Double) Source #
The number of free trial minutes remaining in the account.
trialMinutes_total :: Lens' TrialMinutes (Maybe Double) Source #
The total number of free trial minutes that the account started with.