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 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' {
- targets :: Maybe [DBProxyTarget]
- marker :: Maybe Text
- httpStatus :: Int
- newDescribeDBProxyTargetsResponse :: Int -> DescribeDBProxyTargetsResponse
- describeDBProxyTargetsResponse_targets :: Lens' DescribeDBProxyTargetsResponse (Maybe [DBProxyTarget])
- describeDBProxyTargetsResponse_marker :: Lens' DescribeDBProxyTargetsResponse (Maybe Text)
- describeDBProxyTargetsResponse_httpStatus :: Lens' DescribeDBProxyTargetsResponse Int
Creating a Request
data DescribeDBProxyTargets Source #
See: newDescribeDBProxyTargets
smart constructor.
DescribeDBProxyTargets' | |
|
Instances
newDescribeDBProxyTargets Source #
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.
$sel:marker: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.
$sel:targetGroupName:DescribeDBProxyTargets'
, describeDBProxyTargets_targetGroupName
- The identifier of the DBProxyTargetGroup
to describe.
$sel:dbProxyName: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.
DescribeDBProxyTargetsResponse' | |
|
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:
$sel:targets:DescribeDBProxyTargetsResponse'
, describeDBProxyTargetsResponse_targets
- An arbitrary number of DBProxyTarget
objects, containing details of
the corresponding targets.
$sel:marker: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:httpStatus:DescribeDBProxyTargetsResponse'
, describeDBProxyTargetsResponse_httpStatus
- The response's http status code.
Response Lenses
describeDBProxyTargetsResponse_targets :: Lens' DescribeDBProxyTargetsResponse (Maybe [DBProxyTarget]) Source #
An arbitrary number of DBProxyTarget
objects, containing details of
the corresponding targets.
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_httpStatus :: Lens' DescribeDBProxyTargetsResponse Int Source #
The response's http status code.