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 a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.
This operation returns paginated results.
Synopsis
- data DescribeCacheParameterGroups = DescribeCacheParameterGroups' {}
- newDescribeCacheParameterGroups :: DescribeCacheParameterGroups
- describeCacheParameterGroups_cacheParameterGroupName :: Lens' DescribeCacheParameterGroups (Maybe Text)
- describeCacheParameterGroups_marker :: Lens' DescribeCacheParameterGroups (Maybe Text)
- describeCacheParameterGroups_maxRecords :: Lens' DescribeCacheParameterGroups (Maybe Int)
- data DescribeCacheParameterGroupsResponse = DescribeCacheParameterGroupsResponse' {}
- newDescribeCacheParameterGroupsResponse :: Int -> DescribeCacheParameterGroupsResponse
- describeCacheParameterGroupsResponse_cacheParameterGroups :: Lens' DescribeCacheParameterGroupsResponse (Maybe [CacheParameterGroup])
- describeCacheParameterGroupsResponse_marker :: Lens' DescribeCacheParameterGroupsResponse (Maybe Text)
- describeCacheParameterGroupsResponse_httpStatus :: Lens' DescribeCacheParameterGroupsResponse Int
Creating a Request
data DescribeCacheParameterGroups Source #
Represents the input of a DescribeCacheParameterGroups
operation.
See: newDescribeCacheParameterGroups
smart constructor.
DescribeCacheParameterGroups' | |
|
Instances
newDescribeCacheParameterGroups :: DescribeCacheParameterGroups Source #
Create a value of DescribeCacheParameterGroups
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:cacheParameterGroupName:DescribeCacheParameterGroups'
, describeCacheParameterGroups_cacheParameterGroupName
- The name of a specific cache parameter group to return details for.
$sel:marker:DescribeCacheParameterGroups'
, describeCacheParameterGroups_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:DescribeCacheParameterGroups'
, describeCacheParameterGroups_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.
Request Lenses
describeCacheParameterGroups_cacheParameterGroupName :: Lens' DescribeCacheParameterGroups (Maybe Text) Source #
The name of a specific cache parameter group to return details for.
describeCacheParameterGroups_marker :: Lens' DescribeCacheParameterGroups (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
.
describeCacheParameterGroups_maxRecords :: Lens' DescribeCacheParameterGroups (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.
Destructuring the Response
data DescribeCacheParameterGroupsResponse Source #
Represents the output of a DescribeCacheParameterGroups
operation.
See: newDescribeCacheParameterGroupsResponse
smart constructor.
DescribeCacheParameterGroupsResponse' | |
|
Instances
newDescribeCacheParameterGroupsResponse Source #
Create a value of DescribeCacheParameterGroupsResponse
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:cacheParameterGroups:DescribeCacheParameterGroupsResponse'
, describeCacheParameterGroupsResponse_cacheParameterGroups
- A list of cache parameter groups. Each element in the list contains
detailed information about one cache parameter group.
$sel:marker:DescribeCacheParameterGroups'
, describeCacheParameterGroupsResponse_marker
- Provides an identifier to allow retrieval of paginated results.
$sel:httpStatus:DescribeCacheParameterGroupsResponse'
, describeCacheParameterGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
describeCacheParameterGroupsResponse_cacheParameterGroups :: Lens' DescribeCacheParameterGroupsResponse (Maybe [CacheParameterGroup]) Source #
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
describeCacheParameterGroupsResponse_marker :: Lens' DescribeCacheParameterGroupsResponse (Maybe Text) Source #
Provides an identifier to allow retrieval of paginated results.
describeCacheParameterGroupsResponse_httpStatus :: Lens' DescribeCacheParameterGroupsResponse Int Source #
The response's http status code.