amazonka-elasticache-1.4.4: Amazon ElastiCache SDK.

Copyright(c) 2013-2016 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.DescribeCacheParameters

Contents

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

describeCacheParameters Source #

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

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

data DescribeCacheParameters Source #

Represents the input of a DescribeCacheParameters action.

See: describeCacheParameters smart constructor.

Instances

Eq DescribeCacheParameters Source # 
Data DescribeCacheParameters Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeCacheParameters -> c DescribeCacheParameters #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeCacheParameters #

toConstr :: DescribeCacheParameters -> Constr #

dataTypeOf :: DescribeCacheParameters -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeCacheParameters) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeCacheParameters) #

gmapT :: (forall b. Data b => b -> b) -> DescribeCacheParameters -> DescribeCacheParameters #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCacheParameters -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCacheParameters -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeCacheParameters -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeCacheParameters -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeCacheParameters -> m DescribeCacheParameters #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCacheParameters -> m DescribeCacheParameters #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCacheParameters -> m DescribeCacheParameters #

Read DescribeCacheParameters Source # 
Show DescribeCacheParameters Source # 
Generic DescribeCacheParameters Source # 
Hashable DescribeCacheParameters Source # 
NFData DescribeCacheParameters Source # 

Methods

rnf :: DescribeCacheParameters -> () #

AWSPager DescribeCacheParameters Source # 
AWSRequest DescribeCacheParameters Source # 
ToPath DescribeCacheParameters Source # 
ToHeaders DescribeCacheParameters Source # 
ToQuery DescribeCacheParameters Source # 
type Rep DescribeCacheParameters Source # 
type Rep DescribeCacheParameters = D1 (MetaData "DescribeCacheParameters" "Network.AWS.ElastiCache.DescribeCacheParameters" "amazonka-elasticache-1.4.4-2twekknVMZVASvs2nniZE5" False) (C1 (MetaCons "DescribeCacheParameters'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dcpMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcpMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))) ((:*:) (S1 (MetaSel (Just Symbol "_dcpSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dcpCacheParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs DescribeCacheParameters Source # 

Request Lenses

dcpMarker :: Lens' DescribeCacheParameters (Maybe Text) Source #

An optional marker returned from a prior request. Use this marker for pagination of results from this action. 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 brecords 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'

dcpCacheParameterGroupName :: Lens' DescribeCacheParameters Text Source #

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

Destructuring the Response

describeCacheParametersResponse Source #

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

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

data DescribeCacheParametersResponse Source #

Represents the output of a DescribeCacheParameters action.

See: describeCacheParametersResponse smart constructor.

Instances

Eq DescribeCacheParametersResponse Source # 
Data DescribeCacheParametersResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeCacheParametersResponse -> c DescribeCacheParametersResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeCacheParametersResponse #

toConstr :: DescribeCacheParametersResponse -> Constr #

dataTypeOf :: DescribeCacheParametersResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeCacheParametersResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeCacheParametersResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeCacheParametersResponse -> DescribeCacheParametersResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCacheParametersResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeCacheParametersResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeCacheParametersResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeCacheParametersResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeCacheParametersResponse -> m DescribeCacheParametersResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCacheParametersResponse -> m DescribeCacheParametersResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeCacheParametersResponse -> m DescribeCacheParametersResponse #

Read DescribeCacheParametersResponse Source # 
Show DescribeCacheParametersResponse Source # 
Generic DescribeCacheParametersResponse Source # 
NFData DescribeCacheParametersResponse Source # 
type Rep DescribeCacheParametersResponse Source # 
type Rep DescribeCacheParametersResponse = D1 (MetaData "DescribeCacheParametersResponse" "Network.AWS.ElastiCache.DescribeCacheParameters" "amazonka-elasticache-1.4.4-2twekknVMZVASvs2nniZE5" False) (C1 (MetaCons "DescribeCacheParametersResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dcprsCacheNodeTypeSpecificParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CacheNodeTypeSpecificParameter]))) (S1 (MetaSel (Just Symbol "_dcprsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dcprsParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Parameter]))) (S1 (MetaSel (Just Symbol "_dcprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

dcprsCacheNodeTypeSpecificParameters :: 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.

dcprsMarker :: Lens' DescribeCacheParametersResponse (Maybe Text) Source #

Provides an identifier to allow retrieval of paginated results.