amazonka-elasticache-0.3.6: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.PurchaseReservedCacheNodesOffering

Contents

Description

The PurchaseReservedCacheNodesOffering action allows you to purchase a reserved cache node offering.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_PurchaseReservedCacheNodesOffering.html

Synopsis

Request

Request constructor

Request lenses

prcnoCacheNodeCount :: Lens' PurchaseReservedCacheNodesOffering (Maybe Int) Source

The number of cache node instances to reserve.

Default: '1'

prcnoReservedCacheNodeId :: Lens' PurchaseReservedCacheNodesOffering (Maybe Text) Source

A customer-specified identifier to track this reservation.

Example: myreservationID

prcnoReservedCacheNodesOfferingId :: Lens' PurchaseReservedCacheNodesOffering Text Source

The ID of the reserved cache node offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

Response

Response constructor

Response lenses