amazonka-elasticache-0.0.7: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DescribeCacheParameters

Contents

Description

The DescribeCacheParameters operation returns the detailed parameter list for a particular cache parameter group.

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

Synopsis

Request

Request constructor

Request lenses

dcpCacheParameterGroupName :: Lens' DescribeCacheParameters Text Source

The name of a specific cache parameter group to return details for.

dcpMarker :: Lens' DescribeCacheParameters (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.

dcpMaxRecords :: Lens' DescribeCacheParameters (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.

dcpSource :: Lens' DescribeCacheParameters (Maybe Text) Source

The parameter types to return.

Valid values: user | system | 'engine-default'

Response

Response constructor

Response lenses

dcprCacheNodeTypeSpecificParameters :: Lens' DescribeCacheParametersResponse [CacheNodeTypeSpecificParameter] Source

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

dcprMarker :: Lens' DescribeCacheParametersResponse (Maybe Text) Source

Provides an identifier to allow retrieval of paginated results.