libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DeviceFarm.Types.OfferingStatus

Description

 
Synopsis

Documentation

data OfferingStatus Source #

The status of the offering.

See: newOfferingStatus smart constructor.

Constructors

OfferingStatus' 

Fields

Instances

Instances details
Eq OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

Read OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

Show OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

Generic OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

Associated Types

type Rep OfferingStatus :: Type -> Type #

NFData OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

Methods

rnf :: OfferingStatus -> () #

Hashable OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

FromJSON OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

type Rep OfferingStatus Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.OfferingStatus

type Rep OfferingStatus = D1 ('MetaData "OfferingStatus" "Amazonka.DeviceFarm.Types.OfferingStatus" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "OfferingStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "effectiveOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "offering") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Offering))) :*: (S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfferingTransactionType)))))

newOfferingStatus :: OfferingStatus Source #

Create a value of OfferingStatus 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:effectiveOn:OfferingStatus', offeringStatus_effectiveOn - The date on which the offering is effective.

$sel:offering:OfferingStatus', offeringStatus_offering - Represents the metadata of an offering status.

$sel:quantity:OfferingStatus', offeringStatus_quantity - The number of available devices in the offering.

$sel:type':OfferingStatus', offeringStatus_type - The type specified for the offering status.

offeringStatus_effectiveOn :: Lens' OfferingStatus (Maybe UTCTime) Source #

The date on which the offering is effective.

offeringStatus_offering :: Lens' OfferingStatus (Maybe Offering) Source #

Represents the metadata of an offering status.

offeringStatus_quantity :: Lens' OfferingStatus (Maybe Int) Source #

The number of available devices in the offering.

offeringStatus_type :: Lens' OfferingStatus (Maybe OfferingTransactionType) Source #

The type specified for the offering status.