| 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.OpenSearch.Types.ReservedInstanceOffering
Description
Synopsis
- data ReservedInstanceOffering = ReservedInstanceOffering' {}
- newReservedInstanceOffering :: ReservedInstanceOffering
- reservedInstanceOffering_currencyCode :: Lens' ReservedInstanceOffering (Maybe Text)
- reservedInstanceOffering_duration :: Lens' ReservedInstanceOffering (Maybe Int)
- reservedInstanceOffering_fixedPrice :: Lens' ReservedInstanceOffering (Maybe Double)
- reservedInstanceOffering_instanceType :: Lens' ReservedInstanceOffering (Maybe OpenSearchPartitionInstanceType)
- reservedInstanceOffering_paymentOption :: Lens' ReservedInstanceOffering (Maybe ReservedInstancePaymentOption)
- reservedInstanceOffering_recurringCharges :: Lens' ReservedInstanceOffering (Maybe [RecurringCharge])
- reservedInstanceOffering_reservedInstanceOfferingId :: Lens' ReservedInstanceOffering (Maybe Text)
- reservedInstanceOffering_usagePrice :: Lens' ReservedInstanceOffering (Maybe Double)
Documentation
data ReservedInstanceOffering Source #
Details of an OpenSearch Reserved Instance offering.
See: newReservedInstanceOffering smart constructor.
Constructors
| ReservedInstanceOffering' | |
Fields
| |
Instances
newReservedInstanceOffering :: ReservedInstanceOffering Source #
Create a value of ReservedInstanceOffering 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:currencyCode:ReservedInstanceOffering', reservedInstanceOffering_currencyCode - The currency code for the Reserved Instance offering.
$sel:duration:ReservedInstanceOffering', reservedInstanceOffering_duration - The duration, in seconds, for which the offering will reserve the
OpenSearch instance.
$sel:fixedPrice:ReservedInstanceOffering', reservedInstanceOffering_fixedPrice - The upfront fixed charge you will pay to purchase the specific Reserved
Instance offering.
$sel:instanceType:ReservedInstanceOffering', reservedInstanceOffering_instanceType - The OpenSearch instance type offered by the Reserved Instance offering.
$sel:paymentOption:ReservedInstanceOffering', reservedInstanceOffering_paymentOption - Payment option for the Reserved Instance offering
$sel:recurringCharges:ReservedInstanceOffering', reservedInstanceOffering_recurringCharges - The recurring charge to your account, regardless of whether you creates
any domains using the offering.
$sel:reservedInstanceOfferingId:ReservedInstanceOffering', reservedInstanceOffering_reservedInstanceOfferingId - The unique identifier of the Reserved Instance offering.
$sel:usagePrice:ReservedInstanceOffering', reservedInstanceOffering_usagePrice - The hourly rate at which you're charged for the domain using this
Reserved Instance.
reservedInstanceOffering_currencyCode :: Lens' ReservedInstanceOffering (Maybe Text) Source #
The currency code for the Reserved Instance offering.
reservedInstanceOffering_duration :: Lens' ReservedInstanceOffering (Maybe Int) Source #
The duration, in seconds, for which the offering will reserve the OpenSearch instance.
reservedInstanceOffering_fixedPrice :: Lens' ReservedInstanceOffering (Maybe Double) Source #
The upfront fixed charge you will pay to purchase the specific Reserved Instance offering.
reservedInstanceOffering_instanceType :: Lens' ReservedInstanceOffering (Maybe OpenSearchPartitionInstanceType) Source #
The OpenSearch instance type offered by the Reserved Instance offering.
reservedInstanceOffering_paymentOption :: Lens' ReservedInstanceOffering (Maybe ReservedInstancePaymentOption) Source #
Payment option for the Reserved Instance offering
reservedInstanceOffering_recurringCharges :: Lens' ReservedInstanceOffering (Maybe [RecurringCharge]) Source #
The recurring charge to your account, regardless of whether you creates any domains using the offering.
reservedInstanceOffering_reservedInstanceOfferingId :: Lens' ReservedInstanceOffering (Maybe Text) Source #
The unique identifier of the Reserved Instance offering.
reservedInstanceOffering_usagePrice :: Lens' ReservedInstanceOffering (Maybe Double) Source #
The hourly rate at which you're charged for the domain using this Reserved Instance.