amazonka-elasticache-1.3.6: Amazon ElastiCache SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.PurchaseReservedCacheNodesOffering

Contents

Description

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

See: AWS API Reference for PurchaseReservedCacheNodesOffering.

Synopsis

Creating a Request

purchaseReservedCacheNodesOffering Source

Creates a value of PurchaseReservedCacheNodesOffering with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

Destructuring the Response

purchaseReservedCacheNodesOfferingResponse Source

Creates a value of PurchaseReservedCacheNodesOfferingResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses