| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DirectConnect.DescribeConnectionsOnInterconnect
Description
Return a list of connections that have been provisioned on the given interconnect.
See: AWS API Reference for DescribeConnectionsOnInterconnect.
Creating a Request
describeConnectionsOnInterconnect Source
Arguments
| :: Text | |
| -> DescribeConnectionsOnInterconnect |
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:
data DescribeConnectionsOnInterconnect Source
Container for the parameters to the DescribeConnectionsOnInterconnect operation.
See: describeConnectionsOnInterconnect smart constructor.
Instances
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.