amazonka-elasticache-1.4.5: 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

Returns the detailed parameter list for a particular cache parameter group.

This operation returns paginated results.

Synopsis

Creating a Request

describeCacheParameters #

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:

  • dcpMarker - 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 - 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 - The parameter types to return. Valid values: user | system | engine-default
  • dcpCacheParameterGroupName - The name of a specific cache parameter group to return details for.

data DescribeCacheParameters #

Represents the input of a DescribeCacheParameters operation.

See: describeCacheParameters smart constructor.

Instances

Eq DescribeCacheParameters # 
Data DescribeCacheParameters # 

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 # 
Show DescribeCacheParameters # 
Generic DescribeCacheParameters # 
Hashable DescribeCacheParameters # 
NFData DescribeCacheParameters # 

Methods

rnf :: DescribeCacheParameters -> () #

AWSPager DescribeCacheParameters # 
AWSRequest DescribeCacheParameters # 
ToQuery DescribeCacheParameters # 
ToPath DescribeCacheParameters # 
ToHeaders DescribeCacheParameters # 
type Rep DescribeCacheParameters # 
type Rep DescribeCacheParameters = D1 (MetaData "DescribeCacheParameters" "Network.AWS.ElastiCache.DescribeCacheParameters" "amazonka-elasticache-1.4.5-Ai9oTU2RTbj2M0sGqfSNp8" 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 # 

Request Lenses

dcpMarker :: Lens' DescribeCacheParameters (Maybe Text) #

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) #

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) #

The parameter types to return. Valid values: user | system | engine-default

dcpCacheParameterGroupName :: Lens' DescribeCacheParameters Text #

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

Destructuring the Response

describeCacheParametersResponse #

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 #

Represents the output of a DescribeCacheParameters operation.

See: describeCacheParametersResponse smart constructor.

Instances

Eq DescribeCacheParametersResponse # 
Data DescribeCacheParametersResponse # 

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 # 
Show DescribeCacheParametersResponse # 
Generic DescribeCacheParametersResponse # 
NFData DescribeCacheParametersResponse # 
type Rep DescribeCacheParametersResponse # 
type Rep DescribeCacheParametersResponse = D1 (MetaData "DescribeCacheParametersResponse" "Network.AWS.ElastiCache.DescribeCacheParameters" "amazonka-elasticache-1.4.5-Ai9oTU2RTbj2M0sGqfSNp8" 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] #

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) #

Provides an identifier to allow retrieval of paginated results.