| 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.OfferingStatus
Description
Synopsis
- data OfferingStatus = OfferingStatus' {}
- newOfferingStatus :: OfferingStatus
- offeringStatus_effectiveOn :: Lens' OfferingStatus (Maybe UTCTime)
- offeringStatus_offering :: Lens' OfferingStatus (Maybe Offering)
- offeringStatus_quantity :: Lens' OfferingStatus (Maybe Int)
- offeringStatus_type :: Lens' OfferingStatus (Maybe OfferingTransactionType)
Documentation
data OfferingStatus Source #
The status of the offering.
See: newOfferingStatus smart constructor.
Constructors
| OfferingStatus' | |
Instances
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.
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.