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.DescribeConnections

Contents

Description

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

Synopsis

Creating a Request

describeConnections :: DescribeConnections Source

Creates a value of DescribeConnections with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dcFilters :: Lens' DescribeConnections [Filter] Source

The filters applied to the connection.

Valid filter names: endpoint-arn | replication-instance-arn

dcMarker :: Lens' DescribeConnections (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.

dcMaxRecords :: Lens' DescribeConnections (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

describeConnectionsResponse Source

Creates a value of DescribeConnectionsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dcrsConnections :: Lens' DescribeConnectionsResponse [Connection] Source

A description of the connections.

dcrsMarker :: Lens' DescribeConnectionsResponse (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.