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 DB parameter group.
This operation returns paginated results.
Synopsis
- data DescribeDBParameters = DescribeDBParameters' {}
- newDescribeDBParameters :: Text -> DescribeDBParameters
- describeDBParameters_filters :: Lens' DescribeDBParameters (Maybe [Filter])
- describeDBParameters_marker :: Lens' DescribeDBParameters (Maybe Text)
- describeDBParameters_maxRecords :: Lens' DescribeDBParameters (Maybe Int)
- describeDBParameters_source :: Lens' DescribeDBParameters (Maybe Text)
- describeDBParameters_dbParameterGroupName :: Lens' DescribeDBParameters Text
- data DescribeDBParametersResponse = DescribeDBParametersResponse' {
- marker :: Maybe Text
- parameters :: Maybe [Parameter]
- httpStatus :: Int
- newDescribeDBParametersResponse :: Int -> DescribeDBParametersResponse
- describeDBParametersResponse_marker :: Lens' DescribeDBParametersResponse (Maybe Text)
- describeDBParametersResponse_parameters :: Lens' DescribeDBParametersResponse (Maybe [Parameter])
- describeDBParametersResponse_httpStatus :: Lens' DescribeDBParametersResponse Int
Creating a Request
data DescribeDBParameters Source #
See: newDescribeDBParameters
smart constructor.
DescribeDBParameters' | |
|
Instances
newDescribeDBParameters Source #
Create a value of DescribeDBParameters
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:DescribeDBParameters'
, describeDBParameters_filters
- This parameter is not currently supported.
$sel:marker:DescribeDBParameters'
, describeDBParameters_marker
- An optional pagination token provided by a previous
DescribeDBParameters
request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by MaxRecords
.
$sel:maxRecords:DescribeDBParameters'
, describeDBParameters_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:source:DescribeDBParameters'
, describeDBParameters_source
- The parameter types to return.
Default: All parameter types returned
Valid Values: user | system | engine-default
$sel:dbParameterGroupName:DescribeDBParameters'
, describeDBParameters_dbParameterGroupName
- The name of a specific DB parameter group to return details for.
Constraints:
- If supplied, must match the name of an existing DBParameterGroup.
Request Lenses
describeDBParameters_filters :: Lens' DescribeDBParameters (Maybe [Filter]) Source #
This parameter is not currently supported.
describeDBParameters_marker :: Lens' DescribeDBParameters (Maybe Text) Source #
An optional pagination token provided by a previous
DescribeDBParameters
request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by MaxRecords
.
describeDBParameters_maxRecords :: Lens' DescribeDBParameters (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.
describeDBParameters_source :: Lens' DescribeDBParameters (Maybe Text) Source #
The parameter types to return.
Default: All parameter types returned
Valid Values: user | system | engine-default
describeDBParameters_dbParameterGroupName :: Lens' DescribeDBParameters Text Source #
The name of a specific DB parameter group to return details for.
Constraints:
- If supplied, must match the name of an existing DBParameterGroup.
Destructuring the Response
data DescribeDBParametersResponse Source #
See: newDescribeDBParametersResponse
smart constructor.
DescribeDBParametersResponse' | |
|
Instances
newDescribeDBParametersResponse Source #
Create a value of DescribeDBParametersResponse
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:DescribeDBParameters'
, describeDBParametersResponse_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:DescribeDBParametersResponse'
, describeDBParametersResponse_parameters
- A list of Parameter values.
$sel:httpStatus:DescribeDBParametersResponse'
, describeDBParametersResponse_httpStatus
- The response's http status code.
Response Lenses
describeDBParametersResponse_marker :: Lens' DescribeDBParametersResponse (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
.
describeDBParametersResponse_parameters :: Lens' DescribeDBParametersResponse (Maybe [Parameter]) Source #
A list of Parameter values.
describeDBParametersResponse_httpStatus :: Lens' DescribeDBParametersResponse Int Source #
The response's http status code.