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
- 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.
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.
$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.