Safe Haskell | None |
---|---|
Language | Haskell2010 |
Allows you to purchase reserved nodes. Amazon Redshift offers a predefined
set of reserved node offerings. You can purchase one of the offerings. You
can call the DescribeReservedNodeOfferings
API to obtain the available
reserved node offerings. You can call this API by providing a specific
reserved node offering and the number of nodes you want to reserve.
For more information about managing parameter groups, go to PurchasingReserved Nodes in the Amazon Redshift Cluster Management Guide.
http://docs.aws.amazon.com/redshift/latest/APIReference/API_PurchaseReservedNodeOffering.html
- data PurchaseReservedNodeOffering
- purchaseReservedNodeOffering :: Text -> PurchaseReservedNodeOffering
- prnoNodeCount :: Lens' PurchaseReservedNodeOffering (Maybe Int)
- prnoReservedNodeOfferingId :: Lens' PurchaseReservedNodeOffering Text
- data PurchaseReservedNodeOfferingResponse
- purchaseReservedNodeOfferingResponse :: PurchaseReservedNodeOfferingResponse
- prnorReservedNode :: Lens' PurchaseReservedNodeOfferingResponse (Maybe ReservedNode)
Request
data PurchaseReservedNodeOffering Source
Request constructor
purchaseReservedNodeOffering Source
PurchaseReservedNodeOffering
constructor.
The fields accessible through corresponding lenses are:
Request lenses
prnoNodeCount :: Lens' PurchaseReservedNodeOffering (Maybe Int) Source
The number of reserved nodes you want to purchase.
Default: '1'
prnoReservedNodeOfferingId :: Lens' PurchaseReservedNodeOffering Text Source
The unique identifier of the reserved node offering you want to purchase.
Response
Response constructor
purchaseReservedNodeOfferingResponse :: PurchaseReservedNodeOfferingResponse Source
PurchaseReservedNodeOfferingResponse
constructor.
The fields accessible through corresponding lenses are: