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 cluster parameter group.
This operation returns paginated results.
Synopsis
- data DescribeDBClusterParameters = DescribeDBClusterParameters' {}
- newDescribeDBClusterParameters :: Text -> DescribeDBClusterParameters
- describeDBClusterParameters_filters :: Lens' DescribeDBClusterParameters (Maybe [Filter])
- describeDBClusterParameters_marker :: Lens' DescribeDBClusterParameters (Maybe Text)
- describeDBClusterParameters_maxRecords :: Lens' DescribeDBClusterParameters (Maybe Int)
- describeDBClusterParameters_source :: Lens' DescribeDBClusterParameters (Maybe Text)
- describeDBClusterParameters_dbClusterParameterGroupName :: Lens' DescribeDBClusterParameters Text
- data DescribeDBClusterParametersResponse = DescribeDBClusterParametersResponse' {
- marker :: Maybe Text
- parameters :: Maybe [Parameter]
- httpStatus :: Int
- newDescribeDBClusterParametersResponse :: Int -> DescribeDBClusterParametersResponse
- describeDBClusterParametersResponse_marker :: Lens' DescribeDBClusterParametersResponse (Maybe Text)
- describeDBClusterParametersResponse_parameters :: Lens' DescribeDBClusterParametersResponse (Maybe [Parameter])
- describeDBClusterParametersResponse_httpStatus :: Lens' DescribeDBClusterParametersResponse Int
Creating a Request
data DescribeDBClusterParameters Source #
Represents the input to DescribeDBClusterParameters.
See: newDescribeDBClusterParameters
smart constructor.
DescribeDBClusterParameters' | |
|
Instances
newDescribeDBClusterParameters Source #
Create a value of DescribeDBClusterParameters
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:DescribeDBClusterParameters'
, describeDBClusterParameters_filters
- This parameter is not currently supported.
$sel:marker:DescribeDBClusterParameters'
, describeDBClusterParameters_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:maxRecords:DescribeDBClusterParameters'
, describeDBClusterParameters_maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
(marker) is included in the response so that the remaining results can
be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
$sel:source:DescribeDBClusterParameters'
, describeDBClusterParameters_source
- A value that indicates to return only parameters for a specific source.
Parameter sources can be engine
, service
, or customer
.
$sel:dbClusterParameterGroupName:DescribeDBClusterParameters'
, describeDBClusterParameters_dbClusterParameterGroupName
- The name of a specific cluster parameter group to return parameter
details for.
Constraints:
- If provided, must match the name of an existing
DBClusterParameterGroup
.
Request Lenses
describeDBClusterParameters_filters :: Lens' DescribeDBClusterParameters (Maybe [Filter]) Source #
This parameter is not currently supported.
describeDBClusterParameters_marker :: Lens' DescribeDBClusterParameters (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
describeDBClusterParameters_maxRecords :: Lens' DescribeDBClusterParameters (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
(marker) is included in the response so that the remaining results can
be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
describeDBClusterParameters_source :: Lens' DescribeDBClusterParameters (Maybe Text) Source #
A value that indicates to return only parameters for a specific source.
Parameter sources can be engine
, service
, or customer
.
describeDBClusterParameters_dbClusterParameterGroupName :: Lens' DescribeDBClusterParameters Text Source #
The name of a specific cluster parameter group to return parameter details for.
Constraints:
- If provided, must match the name of an existing
DBClusterParameterGroup
.
Destructuring the Response
data DescribeDBClusterParametersResponse Source #
Represents the output of DBClusterParameterGroup.
See: newDescribeDBClusterParametersResponse
smart constructor.
DescribeDBClusterParametersResponse' | |
|
Instances
newDescribeDBClusterParametersResponse Source #
Create a value of DescribeDBClusterParametersResponse
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:DescribeDBClusterParameters'
, describeDBClusterParametersResponse_marker
- An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
$sel:parameters:DescribeDBClusterParametersResponse'
, describeDBClusterParametersResponse_parameters
- Provides a list of parameters for the cluster parameter group.
$sel:httpStatus:DescribeDBClusterParametersResponse'
, describeDBClusterParametersResponse_httpStatus
- The response's http status code.
Response Lenses
describeDBClusterParametersResponse_marker :: Lens' DescribeDBClusterParametersResponse (Maybe Text) Source #
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
describeDBClusterParametersResponse_parameters :: Lens' DescribeDBClusterParametersResponse (Maybe [Parameter]) Source #
Provides a list of parameters for the cluster parameter group.
describeDBClusterParametersResponse_httpStatus :: Lens' DescribeDBClusterParametersResponse Int Source #
The response's http status code.