amazonka-elasticache-0.0.0: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DescribeCacheEngineVersions

Contents

Description

The DescribeCacheEngineVersions operation returns a list of the available cache engines and their versions.

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

Synopsis

Request

Request constructor

Request lenses

dcevCacheParameterGroupFamily :: Lens' DescribeCacheEngineVersions (Maybe Text) Source

The name of a specific cache parameter group family to return details for. Constraints: Must be 1 to 255 alphanumeric characters First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens.

dcevDefaultOnly :: Lens' DescribeCacheEngineVersions (Maybe Bool) Source

If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.

dcevEngine :: Lens' DescribeCacheEngineVersions (Maybe Text) Source

The cache engine to return. Valid values: memcached | redis.

dcevEngineVersion :: Lens' DescribeCacheEngineVersions (Maybe Text) Source

The cache engine version to return. Example: 1.4.14.

dcevMarker :: Lens' DescribeCacheEngineVersions (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.

dcevMaxRecords :: Lens' DescribeCacheEngineVersions (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.

Response

Response constructor

Response lenses

dcevrCacheEngineVersions :: Lens' DescribeCacheEngineVersionsResponse [CacheEngineVersion] Source

A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

dcevrMarker :: Lens' DescribeCacheEngineVersionsResponse (Maybe Text) Source

Provides an identifier to allow retrieval of paginated results.