libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElastiCache.DescribeCacheParameters

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeCacheParameters Source #

Represents the input of a DescribeCacheParameters operation.

See: newDescribeCacheParameters smart constructor.

Constructors

DescribeCacheParameters' 

Fields

  • marker :: 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.

  • maxRecords :: 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.

  • source :: Maybe Text

    The parameter types to return.

    Valid values: user | system | engine-default

  • cacheParameterGroupName :: Text

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

Instances

Instances details
Eq DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Read DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Show DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Generic DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Associated Types

type Rep DescribeCacheParameters :: Type -> Type #

NFData DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Methods

rnf :: DescribeCacheParameters -> () #

Hashable DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

AWSPager DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

AWSRequest DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

ToHeaders DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

ToPath DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

ToQuery DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

type Rep DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

type Rep DescribeCacheParameters = D1 ('MetaData "DescribeCacheParameters" "Amazonka.ElastiCache.DescribeCacheParameters" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DescribeCacheParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cacheParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeCacheParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

newDescribeCacheParameters Source #

Create a value of DescribeCacheParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:marker:DescribeCacheParameters', describeCacheParameters_marker - 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.

$sel:maxRecords:DescribeCacheParameters', describeCacheParameters_maxRecords - 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.

$sel:source:DescribeCacheParameters', describeCacheParameters_source - The parameter types to return.

Valid values: user | system | engine-default

$sel:cacheParameterGroupName:DescribeCacheParameters', describeCacheParameters_cacheParameterGroupName - The name of a specific cache parameter group to return details for.

Request Lenses

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

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

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

The parameter types to return.

Valid values: user | system | engine-default

describeCacheParameters_cacheParameterGroupName :: Lens' DescribeCacheParameters Text Source #

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

Destructuring the Response

data DescribeCacheParametersResponse Source #

Represents the output of a DescribeCacheParameters operation.

See: newDescribeCacheParametersResponse smart constructor.

Constructors

DescribeCacheParametersResponse' 

Fields

Instances

Instances details
Eq DescribeCacheParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Read DescribeCacheParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Show DescribeCacheParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Generic DescribeCacheParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

Associated Types

type Rep DescribeCacheParametersResponse :: Type -> Type #

NFData DescribeCacheParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

type Rep DescribeCacheParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeCacheParameters

type Rep DescribeCacheParametersResponse = D1 ('MetaData "DescribeCacheParametersResponse" "Amazonka.ElastiCache.DescribeCacheParameters" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DescribeCacheParametersResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cacheNodeTypeSpecificParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CacheNodeTypeSpecificParameter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeCacheParametersResponse Source #

Create a value of DescribeCacheParametersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cacheNodeTypeSpecificParameters:DescribeCacheParametersResponse', describeCacheParametersResponse_cacheNodeTypeSpecificParameters - A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

$sel:marker:DescribeCacheParameters', describeCacheParametersResponse_marker - Provides an identifier to allow retrieval of paginated results.

$sel:parameters:DescribeCacheParametersResponse', describeCacheParametersResponse_parameters - A list of Parameter instances.

$sel:httpStatus:DescribeCacheParametersResponse', describeCacheParametersResponse_httpStatus - The response's http status code.

Response Lenses

describeCacheParametersResponse_cacheNodeTypeSpecificParameters :: Lens' DescribeCacheParametersResponse (Maybe [CacheNodeTypeSpecificParameter]) Source #

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

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

Provides an identifier to allow retrieval of paginated results.