amazonka-elasticache-0.0.3: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DescribeReservedCacheNodesOfferings

Contents

Description

The DescribeReservedCacheNodesOfferings operation lists available reserved cache node offerings.

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

Synopsis

Request

Request constructor

Request lenses

drcnoCacheNodeType :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) Source

The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type.

drcnoDuration :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) Source

Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.

Valid Values: '1 | 3 | 31536000 | 94608000'

drcnoMarker :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) Source

An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

drcnoMaxRecords :: Lens' DescribeReservedCacheNodesOfferings (Maybe Int) Source

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: minimum 20; maximum 100.

drcnoOfferingType :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) Source

The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type.

Valid Values: '"Light Utilization" | "Medium Utilization" | HeavyUtilization'

drcnoProductDescription :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) Source

The product description filter value. Use this parameter to show only the available offerings matching the specified product description.

drcnoReservedCacheNodesOfferingId :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) Source

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

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

Response

Response constructor

Response lenses

drcnorMarker :: Lens' DescribeReservedCacheNodesOfferingsResponse (Maybe Text) Source

Provides an identifier to allow retrieval of paginated results.

drcnorReservedCacheNodesOfferings :: Lens' DescribeReservedCacheNodesOfferingsResponse [ReservedCacheNodesOffering] Source

A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.