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 DBClusterParameterGroup
descriptions. If a
DBClusterParameterGroupName
parameter is specified, the list will
contain only the description of the specified DB cluster parameter
group.
This operation returns paginated results.
Synopsis
- data DescribeDBClusterParameterGroups = DescribeDBClusterParameterGroups' {}
- newDescribeDBClusterParameterGroups :: DescribeDBClusterParameterGroups
- describeDBClusterParameterGroups_filters :: Lens' DescribeDBClusterParameterGroups (Maybe [Filter])
- describeDBClusterParameterGroups_marker :: Lens' DescribeDBClusterParameterGroups (Maybe Text)
- describeDBClusterParameterGroups_maxRecords :: Lens' DescribeDBClusterParameterGroups (Maybe Int)
- describeDBClusterParameterGroups_dbClusterParameterGroupName :: Lens' DescribeDBClusterParameterGroups (Maybe Text)
- data DescribeDBClusterParameterGroupsResponse = DescribeDBClusterParameterGroupsResponse' {}
- newDescribeDBClusterParameterGroupsResponse :: Int -> DescribeDBClusterParameterGroupsResponse
- describeDBClusterParameterGroupsResponse_marker :: Lens' DescribeDBClusterParameterGroupsResponse (Maybe Text)
- describeDBClusterParameterGroupsResponse_dbClusterParameterGroups :: Lens' DescribeDBClusterParameterGroupsResponse (Maybe [DBClusterParameterGroup])
- describeDBClusterParameterGroupsResponse_httpStatus :: Lens' DescribeDBClusterParameterGroupsResponse Int
Creating a Request
data DescribeDBClusterParameterGroups Source #
See: newDescribeDBClusterParameterGroups
smart constructor.
DescribeDBClusterParameterGroups' | |
|
Instances
newDescribeDBClusterParameterGroups :: DescribeDBClusterParameterGroups Source #
Create a value of DescribeDBClusterParameterGroups
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:filters:DescribeDBClusterParameterGroups'
, describeDBClusterParameterGroups_filters
- This parameter is not currently supported.
$sel:marker:DescribeDBClusterParameterGroups'
, describeDBClusterParameterGroups_marker
- An optional pagination token provided by a previous
DescribeDBClusterParameterGroups
request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.
$sel:maxRecords:DescribeDBClusterParameterGroups'
, describeDBClusterParameterGroups_maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
$sel:dbClusterParameterGroupName:DescribeDBClusterParameterGroups'
, describeDBClusterParameterGroups_dbClusterParameterGroupName
- The name of a specific DB cluster parameter group to return details for.
Constraints:
- If supplied, must match the name of an existing DBClusterParameterGroup.
Request Lenses
describeDBClusterParameterGroups_filters :: Lens' DescribeDBClusterParameterGroups (Maybe [Filter]) Source #
This parameter is not currently supported.
describeDBClusterParameterGroups_marker :: Lens' DescribeDBClusterParameterGroups (Maybe Text) Source #
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups
request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.
describeDBClusterParameterGroups_maxRecords :: Lens' DescribeDBClusterParameterGroups (Maybe Int) Source #
The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
describeDBClusterParameterGroups_dbClusterParameterGroupName :: Lens' DescribeDBClusterParameterGroups (Maybe Text) Source #
The name of a specific DB cluster parameter group to return details for.
Constraints:
- If supplied, must match the name of an existing DBClusterParameterGroup.
Destructuring the Response
data DescribeDBClusterParameterGroupsResponse Source #
See: newDescribeDBClusterParameterGroupsResponse
smart constructor.
DescribeDBClusterParameterGroupsResponse' | |
|
Instances
newDescribeDBClusterParameterGroupsResponse Source #
Create a value of DescribeDBClusterParameterGroupsResponse
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:DescribeDBClusterParameterGroups'
, describeDBClusterParameterGroupsResponse_marker
- An optional pagination token provided by a previous
DescribeDBClusterParameterGroups
request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.
$sel:dbClusterParameterGroups:DescribeDBClusterParameterGroupsResponse'
, describeDBClusterParameterGroupsResponse_dbClusterParameterGroups
- A list of DB cluster parameter groups.
$sel:httpStatus:DescribeDBClusterParameterGroupsResponse'
, describeDBClusterParameterGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
describeDBClusterParameterGroupsResponse_marker :: Lens' DescribeDBClusterParameterGroupsResponse (Maybe Text) Source #
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups
request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.
describeDBClusterParameterGroupsResponse_dbClusterParameterGroups :: Lens' DescribeDBClusterParameterGroupsResponse (Maybe [DBClusterParameterGroup]) Source #
A list of DB cluster parameter groups.
describeDBClusterParameterGroupsResponse_httpStatus :: Lens' DescribeDBClusterParameterGroupsResponse Int Source #
The response's http status code.