| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.DMS.DescribeEndpoints
Description
Returns information about the endpoints for your account in the current region.
This operation returns paginated results.
- describeEndpoints :: DescribeEndpoints
- data DescribeEndpoints
- desFilters :: Lens' DescribeEndpoints [Filter]
- desMarker :: Lens' DescribeEndpoints (Maybe Text)
- desMaxRecords :: Lens' DescribeEndpoints (Maybe Int)
- describeEndpointsResponse :: Int -> DescribeEndpointsResponse
- data DescribeEndpointsResponse
- dersMarker :: Lens' DescribeEndpointsResponse (Maybe Text)
- dersEndpoints :: Lens' DescribeEndpointsResponse [Endpoint]
- dersResponseStatus :: Lens' DescribeEndpointsResponse Int
Creating a Request
describeEndpoints :: DescribeEndpoints Source #
Creates a value of DescribeEndpoints with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desFilters- Filters applied to the describe action. Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-namedesMarker- 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 byMaxRecords.desMaxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, 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.
data DescribeEndpoints Source #
See: describeEndpoints smart constructor.
Instances
Request Lenses
desFilters :: Lens' DescribeEndpoints [Filter] Source #
Filters applied to the describe action. Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name
desMarker :: Lens' DescribeEndpoints (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 .
desMaxRecords :: Lens' DescribeEndpoints (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.
Destructuring the Response
describeEndpointsResponse Source #
Arguments
| :: Int | |
| -> DescribeEndpointsResponse |
Creates a value of DescribeEndpointsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dersMarker- 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 byMaxRecords.dersEndpoints- Endpoint description.dersResponseStatus- -- | The response status code.
data DescribeEndpointsResponse Source #
See: describeEndpointsResponse smart constructor.
Response Lenses
dersMarker :: Lens' DescribeEndpointsResponse (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 .
dersEndpoints :: Lens' DescribeEndpointsResponse [Endpoint] Source #
Endpoint description.
dersResponseStatus :: Lens' DescribeEndpointsResponse Int Source #
- - | The response status code.