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 DB proxy endpoints.
This operation returns paginated results.
Synopsis
- data DescribeDBProxyEndpoints = DescribeDBProxyEndpoints' {
- filters :: Maybe [Filter]
- marker :: Maybe Text
- maxRecords :: Maybe Natural
- dbProxyName :: Maybe Text
- dbProxyEndpointName :: Maybe Text
- newDescribeDBProxyEndpoints :: DescribeDBProxyEndpoints
- describeDBProxyEndpoints_filters :: Lens' DescribeDBProxyEndpoints (Maybe [Filter])
- describeDBProxyEndpoints_marker :: Lens' DescribeDBProxyEndpoints (Maybe Text)
- describeDBProxyEndpoints_maxRecords :: Lens' DescribeDBProxyEndpoints (Maybe Natural)
- describeDBProxyEndpoints_dbProxyName :: Lens' DescribeDBProxyEndpoints (Maybe Text)
- describeDBProxyEndpoints_dbProxyEndpointName :: Lens' DescribeDBProxyEndpoints (Maybe Text)
- data DescribeDBProxyEndpointsResponse = DescribeDBProxyEndpointsResponse' {
- dbProxyEndpoints :: Maybe [DBProxyEndpoint]
- marker :: Maybe Text
- httpStatus :: Int
- newDescribeDBProxyEndpointsResponse :: Int -> DescribeDBProxyEndpointsResponse
- describeDBProxyEndpointsResponse_dbProxyEndpoints :: Lens' DescribeDBProxyEndpointsResponse (Maybe [DBProxyEndpoint])
- describeDBProxyEndpointsResponse_marker :: Lens' DescribeDBProxyEndpointsResponse (Maybe Text)
- describeDBProxyEndpointsResponse_httpStatus :: Lens' DescribeDBProxyEndpointsResponse Int
Creating a Request
data DescribeDBProxyEndpoints Source #
See: newDescribeDBProxyEndpoints
smart constructor.
DescribeDBProxyEndpoints' | |
|
Instances
newDescribeDBProxyEndpoints :: DescribeDBProxyEndpoints Source #
Create a value of DescribeDBProxyEndpoints
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:DescribeDBProxyEndpoints'
, describeDBProxyEndpoints_filters
- This parameter is not currently supported.
$sel:marker:DescribeDBProxyEndpoints'
, describeDBProxyEndpoints_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:DescribeDBProxyEndpoints'
, describeDBProxyEndpoints_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:dbProxyName:DescribeDBProxyEndpoints'
, describeDBProxyEndpoints_dbProxyName
- The name of the DB proxy whose endpoints you want to describe. If you
omit this parameter, the output includes information about all DB proxy
endpoints associated with all your DB proxies.
$sel:dbProxyEndpointName:DescribeDBProxyEndpoints'
, describeDBProxyEndpoints_dbProxyEndpointName
- The name of a DB proxy endpoint to describe. If you omit this parameter,
the output includes information about all DB proxy endpoints associated
with the specified proxy.
Request Lenses
describeDBProxyEndpoints_filters :: Lens' DescribeDBProxyEndpoints (Maybe [Filter]) Source #
This parameter is not currently supported.
describeDBProxyEndpoints_marker :: Lens' DescribeDBProxyEndpoints (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
.
describeDBProxyEndpoints_maxRecords :: Lens' DescribeDBProxyEndpoints (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.
describeDBProxyEndpoints_dbProxyName :: Lens' DescribeDBProxyEndpoints (Maybe Text) Source #
The name of the DB proxy whose endpoints you want to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with all your DB proxies.
describeDBProxyEndpoints_dbProxyEndpointName :: Lens' DescribeDBProxyEndpoints (Maybe Text) Source #
The name of a DB proxy endpoint to describe. If you omit this parameter, the output includes information about all DB proxy endpoints associated with the specified proxy.
Destructuring the Response
data DescribeDBProxyEndpointsResponse Source #
See: newDescribeDBProxyEndpointsResponse
smart constructor.
DescribeDBProxyEndpointsResponse' | |
|
Instances
newDescribeDBProxyEndpointsResponse Source #
Create a value of DescribeDBProxyEndpointsResponse
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:dbProxyEndpoints:DescribeDBProxyEndpointsResponse'
, describeDBProxyEndpointsResponse_dbProxyEndpoints
- The list of ProxyEndpoint
objects returned by the API operation.
$sel:marker:DescribeDBProxyEndpoints'
, describeDBProxyEndpointsResponse_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:DescribeDBProxyEndpointsResponse'
, describeDBProxyEndpointsResponse_httpStatus
- The response's http status code.
Response Lenses
describeDBProxyEndpointsResponse_dbProxyEndpoints :: Lens' DescribeDBProxyEndpointsResponse (Maybe [DBProxyEndpoint]) Source #
The list of ProxyEndpoint
objects returned by the API operation.
describeDBProxyEndpointsResponse_marker :: Lens' DescribeDBProxyEndpointsResponse (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
.
describeDBProxyEndpointsResponse_httpStatus :: Lens' DescribeDBProxyEndpointsResponse Int Source #
The response's http status code.