| 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.DescribeEndpointTypes
Description
Returns information about the type of endpoints available.
This operation returns paginated results.
- describeEndpointTypes :: DescribeEndpointTypes
- data DescribeEndpointTypes
- detFilters :: Lens' DescribeEndpointTypes [Filter]
- detMarker :: Lens' DescribeEndpointTypes (Maybe Text)
- detMaxRecords :: Lens' DescribeEndpointTypes (Maybe Int)
- describeEndpointTypesResponse :: Int -> DescribeEndpointTypesResponse
- data DescribeEndpointTypesResponse
- detrsSupportedEndpointTypes :: Lens' DescribeEndpointTypesResponse [SupportedEndpointType]
- detrsMarker :: Lens' DescribeEndpointTypesResponse (Maybe Text)
- detrsResponseStatus :: Lens' DescribeEndpointTypesResponse Int
Creating a Request
describeEndpointTypes :: DescribeEndpointTypes Source #
Creates a value of DescribeEndpointTypes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
detFilters- Filters applied to the describe action. Valid filter names: engine-name | endpoint-typedetMarker- 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.detMaxRecords- 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 DescribeEndpointTypes Source #
See: describeEndpointTypes smart constructor.
Instances
Request Lenses
detFilters :: Lens' DescribeEndpointTypes [Filter] Source #
Filters applied to the describe action. Valid filter names: engine-name | endpoint-type
detMarker :: Lens' DescribeEndpointTypes (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 .
detMaxRecords :: Lens' DescribeEndpointTypes (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
describeEndpointTypesResponse Source #
Arguments
| :: Int | |
| -> DescribeEndpointTypesResponse |
Creates a value of DescribeEndpointTypesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
detrsSupportedEndpointTypes- The type of endpoints that are supported.detrsMarker- 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.detrsResponseStatus- -- | The response status code.
data DescribeEndpointTypesResponse Source #
See: describeEndpointTypesResponse smart constructor.
Instances
Response Lenses
detrsSupportedEndpointTypes :: Lens' DescribeEndpointTypesResponse [SupportedEndpointType] Source #
The type of endpoints that are supported.
detrsMarker :: Lens' DescribeEndpointTypesResponse (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 .
detrsResponseStatus :: Lens' DescribeEndpointTypesResponse Int Source #
- - | The response status code.