amazonka-dms-1.4.0: Amazon Database Migration Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DMS.DescribeEndpoints

Contents

Description

Returns information about the endpoints for your account in the current region.

Synopsis

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:

Request Lenses

deFilters :: Lens' DescribeEndpoints [Filter] Source

Filters applied to the describe action.

Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

deMarker :: 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.

deMaxRecords :: 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

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:

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.