amazonka-directconnect-1.2.0: Amazon Direct Connect SDK.

Copyright(c) 2013-2015 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.DirectConnect.DescribeConnectionsOnInterconnect

Contents

Description

Return a list of connections that have been provisioned on the given interconnect.

See: AWS API Reference for DescribeConnectionsOnInterconnect.

Synopsis

Creating a Request

describeConnectionsOnInterconnect Source

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

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

Request Lenses

dcoiInterconnectId :: Lens' DescribeConnectionsOnInterconnect Text Source

ID of the interconnect on which a list of connection is provisioned.

Example: dxcon-abc123

Default: None

Destructuring the Response

connections :: Connections Source

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

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

data Connections Source

A structure containing a list of connections.

See: connections smart constructor.

Response Lenses

cConnections :: Lens' Connections [Connection] Source

A list of connections.