| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.DescribeDBProxyTargets
Description
Returns information about DBProxyTarget objects. This API supports
pagination.
This operation returns paginated results.
Synopsis
- data DescribeDBProxyTargets = DescribeDBProxyTargets' {
- filters :: Maybe [Filter]
- marker :: Maybe Text
- maxRecords :: Maybe Natural
- targetGroupName :: Maybe Text
- dbProxyName :: Text
- newDescribeDBProxyTargets :: Text -> DescribeDBProxyTargets
- describeDBProxyTargets_filters :: Lens' DescribeDBProxyTargets (Maybe [Filter])
- describeDBProxyTargets_marker :: Lens' DescribeDBProxyTargets (Maybe Text)
- describeDBProxyTargets_maxRecords :: Lens' DescribeDBProxyTargets (Maybe Natural)
- describeDBProxyTargets_targetGroupName :: Lens' DescribeDBProxyTargets (Maybe Text)
- describeDBProxyTargets_dbProxyName :: Lens' DescribeDBProxyTargets Text
- data DescribeDBProxyTargetsResponse = DescribeDBProxyTargetsResponse' {
- marker :: Maybe Text
- targets :: Maybe [DBProxyTarget]
- httpStatus :: Int
- newDescribeDBProxyTargetsResponse :: Int -> DescribeDBProxyTargetsResponse
- describeDBProxyTargetsResponse_marker :: Lens' DescribeDBProxyTargetsResponse (Maybe Text)
- describeDBProxyTargetsResponse_targets :: Lens' DescribeDBProxyTargetsResponse (Maybe [DBProxyTarget])
- describeDBProxyTargetsResponse_httpStatus :: Lens' DescribeDBProxyTargetsResponse Int
Creating a Request
data DescribeDBProxyTargets Source #
See: newDescribeDBProxyTargets smart constructor.
Constructors
| DescribeDBProxyTargets' | |
Fields
| |
Instances
newDescribeDBProxyTargets Source #
Arguments
| :: Text | |
| -> DescribeDBProxyTargets |
Create a value of DescribeDBProxyTargets 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:DescribeDBProxyTargets', describeDBProxyTargets_filters - This parameter is not currently supported.
DescribeDBProxyTargets, describeDBProxyTargets_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:DescribeDBProxyTargets', describeDBProxyTargets_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.
DescribeDBProxyTargets, describeDBProxyTargets_targetGroupName - The identifier of the DBProxyTargetGroup to describe.
DescribeDBProxyTargets, describeDBProxyTargets_dbProxyName - The identifier of the DBProxyTarget to describe.
Request Lenses
describeDBProxyTargets_filters :: Lens' DescribeDBProxyTargets (Maybe [Filter]) Source #
This parameter is not currently supported.
describeDBProxyTargets_marker :: Lens' DescribeDBProxyTargets (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.
describeDBProxyTargets_maxRecords :: Lens' DescribeDBProxyTargets (Maybe Natural) 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.
describeDBProxyTargets_targetGroupName :: Lens' DescribeDBProxyTargets (Maybe Text) Source #
The identifier of the DBProxyTargetGroup to describe.
describeDBProxyTargets_dbProxyName :: Lens' DescribeDBProxyTargets Text Source #
The identifier of the DBProxyTarget to describe.
Destructuring the Response
data DescribeDBProxyTargetsResponse Source #
See: newDescribeDBProxyTargetsResponse smart constructor.
Constructors
| DescribeDBProxyTargetsResponse' | |
Fields
| |
Instances
newDescribeDBProxyTargetsResponse Source #
Create a value of DescribeDBProxyTargetsResponse 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:
DescribeDBProxyTargets, describeDBProxyTargetsResponse_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:targets:DescribeDBProxyTargetsResponse', describeDBProxyTargetsResponse_targets - An arbitrary number of DBProxyTarget objects, containing details of
the corresponding targets.
$sel:httpStatus:DescribeDBProxyTargetsResponse', describeDBProxyTargetsResponse_httpStatus - The response's http status code.
Response Lenses
describeDBProxyTargetsResponse_marker :: Lens' DescribeDBProxyTargetsResponse (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.
describeDBProxyTargetsResponse_targets :: Lens' DescribeDBProxyTargetsResponse (Maybe [DBProxyTarget]) Source #
An arbitrary number of DBProxyTarget objects, containing details of
the corresponding targets.
describeDBProxyTargetsResponse_httpStatus :: Lens' DescribeDBProxyTargetsResponse Int Source #
The response's http status code.