amazonka-elasticache-2.0: Amazon ElastiCache SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElastiCache.DescribeEngineDefaultParameters

Description

Returns the default engine and system parameter information for the specified cache engine.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeEngineDefaultParameters Source #

Represents the input of a DescribeEngineDefaultParameters operation.

See: newDescribeEngineDefaultParameters smart constructor.

Constructors

DescribeEngineDefaultParameters' 

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.

  • cacheParameterGroupFamily :: Text

    The name of the cache parameter group family.

    Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2 | redis7

Instances

Instances details
ToHeaders DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

ToPath DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

ToQuery DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

AWSPager DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

AWSRequest DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Generic DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Associated Types

type Rep DescribeEngineDefaultParameters :: Type -> Type #

Read DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Show DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

NFData DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Eq DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Hashable DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

type AWSResponse DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParameters Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParameters = D1 ('MetaData "DescribeEngineDefaultParameters" "Amazonka.ElastiCache.DescribeEngineDefaultParameters" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "DescribeEngineDefaultParameters'" '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 "cacheParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeEngineDefaultParameters Source #

Create a value of DescribeEngineDefaultParameters 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:

DescribeEngineDefaultParameters, describeEngineDefaultParameters_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:DescribeEngineDefaultParameters', describeEngineDefaultParameters_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.

DescribeEngineDefaultParameters, describeEngineDefaultParameters_cacheParameterGroupFamily - The name of the cache parameter group family.

Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2 | redis7

Request Lenses

describeEngineDefaultParameters_marker :: Lens' DescribeEngineDefaultParameters (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.

describeEngineDefaultParameters_maxRecords :: Lens' DescribeEngineDefaultParameters (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.

describeEngineDefaultParameters_cacheParameterGroupFamily :: Lens' DescribeEngineDefaultParameters Text Source #

The name of the cache parameter group family.

Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis6.2 | redis7

Destructuring the Response

data DescribeEngineDefaultParametersResponse Source #

Constructors

DescribeEngineDefaultParametersResponse' 

Fields

Instances

Instances details
Generic DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Read DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Show DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

NFData DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

Eq DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParametersResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DescribeEngineDefaultParameters

type Rep DescribeEngineDefaultParametersResponse = D1 ('MetaData "DescribeEngineDefaultParametersResponse" "Amazonka.ElastiCache.DescribeEngineDefaultParameters" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "DescribeEngineDefaultParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "engineDefaults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EngineDefaults)))

Response Lenses