Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data TrialMinutes Source #
Represents information about free trial device minutes for an AWS account.
See: newTrialMinutes
smart constructor.
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.