amazonka-devicefarm-2.0: Amazon Device Farm SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

Generic TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

Associated Types

type Rep TrialMinutes :: Type -> Type #

Read TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

Show TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

NFData TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

Methods

rnf :: TrialMinutes -> () #

Eq TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

Hashable TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

type Rep TrialMinutes Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TrialMinutes

type Rep TrialMinutes = D1 ('MetaData "TrialMinutes" "Amazonka.DeviceFarm.Types.TrialMinutes" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "TrialMinutes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "remaining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

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.