Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns the detailed parameter list for a particular cache parameter group.
This operation returns paginated results.
Synopsis
- data DescribeCacheParameters = DescribeCacheParameters' {}
- newDescribeCacheParameters :: Text -> DescribeCacheParameters
- describeCacheParameters_marker :: Lens' DescribeCacheParameters (Maybe Text)
- describeCacheParameters_maxRecords :: Lens' DescribeCacheParameters (Maybe Int)
- describeCacheParameters_source :: Lens' DescribeCacheParameters (Maybe Text)
- describeCacheParameters_cacheParameterGroupName :: Lens' DescribeCacheParameters Text
- data DescribeCacheParametersResponse = DescribeCacheParametersResponse' {}
- newDescribeCacheParametersResponse :: Int -> DescribeCacheParametersResponse
- describeCacheParametersResponse_cacheNodeTypeSpecificParameters :: Lens' DescribeCacheParametersResponse (Maybe [CacheNodeTypeSpecificParameter])
- describeCacheParametersResponse_marker :: Lens' DescribeCacheParametersResponse (Maybe Text)
- describeCacheParametersResponse_parameters :: Lens' DescribeCacheParametersResponse (Maybe [Parameter])
- describeCacheParametersResponse_httpStatus :: Lens' DescribeCacheParametersResponse Int
Creating a Request
data DescribeCacheParameters Source #
Represents the input of a DescribeCacheParameters
operation.
See: newDescribeCacheParameters
smart constructor.
DescribeCacheParameters' | |
|
Instances
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.
DescribeCacheParametersResponse' | |
|
Instances
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.
describeCacheParametersResponse_parameters :: Lens' DescribeCacheParametersResponse (Maybe [Parameter]) Source #
A list of Parameter instances.
describeCacheParametersResponse_httpStatus :: Lens' DescribeCacheParametersResponse Int Source #
The response's http status code.