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 SavingsPlanRate = SavingsPlanRate' {}
- newSavingsPlanRate :: SavingsPlanRate
- savingsPlanRate_operation :: Lens' SavingsPlanRate (Maybe Text)
- savingsPlanRate_usageType :: Lens' SavingsPlanRate (Maybe Text)
- savingsPlanRate_productType :: Lens' SavingsPlanRate (Maybe SavingsPlanProductType)
- savingsPlanRate_currency :: Lens' SavingsPlanRate (Maybe CurrencyCode)
- savingsPlanRate_rate :: Lens' SavingsPlanRate (Maybe Text)
- savingsPlanRate_serviceCode :: Lens' SavingsPlanRate (Maybe SavingsPlanRateServiceCode)
- savingsPlanRate_unit :: Lens' SavingsPlanRate (Maybe SavingsPlanRateUnit)
- savingsPlanRate_properties :: Lens' SavingsPlanRate (Maybe [SavingsPlanRateProperty])
Documentation
data SavingsPlanRate Source #
Information about a Savings Plan rate.
See: newSavingsPlanRate
smart constructor.
SavingsPlanRate' | |
|
Instances
newSavingsPlanRate :: SavingsPlanRate Source #
Create a value of SavingsPlanRate
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:operation:SavingsPlanRate'
, savingsPlanRate_operation
- The specific AWS operation for the line item in the billing report.
$sel:usageType:SavingsPlanRate'
, savingsPlanRate_usageType
- The usage details of the line item in the billing report.
$sel:productType:SavingsPlanRate'
, savingsPlanRate_productType
- The product type.
$sel:currency:SavingsPlanRate'
, savingsPlanRate_currency
- The currency.
$sel:rate:SavingsPlanRate'
, savingsPlanRate_rate
- The rate.
$sel:serviceCode:SavingsPlanRate'
, savingsPlanRate_serviceCode
- The service.
$sel:unit:SavingsPlanRate'
, savingsPlanRate_unit
- The unit.
$sel:properties:SavingsPlanRate'
, savingsPlanRate_properties
- The properties.
savingsPlanRate_operation :: Lens' SavingsPlanRate (Maybe Text) Source #
The specific AWS operation for the line item in the billing report.
savingsPlanRate_usageType :: Lens' SavingsPlanRate (Maybe Text) Source #
The usage details of the line item in the billing report.
savingsPlanRate_productType :: Lens' SavingsPlanRate (Maybe SavingsPlanProductType) Source #
The product type.
savingsPlanRate_currency :: Lens' SavingsPlanRate (Maybe CurrencyCode) Source #
The currency.
savingsPlanRate_rate :: Lens' SavingsPlanRate (Maybe Text) Source #
The rate.
savingsPlanRate_serviceCode :: Lens' SavingsPlanRate (Maybe SavingsPlanRateServiceCode) Source #
The service.
savingsPlanRate_unit :: Lens' SavingsPlanRate (Maybe SavingsPlanRateUnit) Source #
The unit.
savingsPlanRate_properties :: Lens' SavingsPlanRate (Maybe [SavingsPlanRateProperty]) Source #
The properties.