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 |
Synopsis
- data ReservedInstanceLimitPrice = ReservedInstanceLimitPrice' {}
- newReservedInstanceLimitPrice :: ReservedInstanceLimitPrice
- reservedInstanceLimitPrice_amount :: Lens' ReservedInstanceLimitPrice (Maybe Double)
- reservedInstanceLimitPrice_currencyCode :: Lens' ReservedInstanceLimitPrice (Maybe CurrencyCodeValues)
Documentation
data ReservedInstanceLimitPrice Source #
Describes the limit price of a Reserved Instance offering.
See: newReservedInstanceLimitPrice
smart constructor.
ReservedInstanceLimitPrice' | |
|
Instances
newReservedInstanceLimitPrice :: ReservedInstanceLimitPrice Source #
Create a value of ReservedInstanceLimitPrice
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:amount:ReservedInstanceLimitPrice'
, reservedInstanceLimitPrice_amount
- Used for Reserved Instance Marketplace offerings. Specifies the limit
price on the total order (instanceCount * price).
$sel:currencyCode:ReservedInstanceLimitPrice'
, reservedInstanceLimitPrice_currencyCode
- The currency in which the limitPrice
amount is specified. At this
time, the only supported currency is USD
.
reservedInstanceLimitPrice_amount :: Lens' ReservedInstanceLimitPrice (Maybe Double) Source #
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
reservedInstanceLimitPrice_currencyCode :: Lens' ReservedInstanceLimitPrice (Maybe CurrencyCodeValues) Source #
The currency in which the limitPrice
amount is specified. At this
time, the only supported currency is USD
.