| 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.DirectConnect.DescribeHostedConnections
Description
Returns a list of hosted connections that have been provisioned on the given interconnect or link aggregation group (LAG).
Creating a Request
describeHostedConnections Source #
Arguments
| :: Text | |
| -> DescribeHostedConnections |
Creates a value of DescribeHostedConnections with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dhcConnectionId- The ID of the interconnect or LAG on which the hosted connections are provisioned. Example: dxcon-abc123 or dxlag-abc123 Default: None
data DescribeHostedConnections Source #
Container for the parameters to the DescribeHostedConnections operation.
See: describeHostedConnections smart constructor.
Instances
Request Lenses
dhcConnectionId :: Lens' DescribeHostedConnections Text Source #
The ID of the interconnect or LAG on which the hosted connections are provisioned. Example: dxcon-abc123 or dxlag-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:
cConnections- A list of connections.
data Connections Source #
A structure containing a list of connections.
See: connections smart constructor.
Instances
Response Lenses
cConnections :: Lens' Connections [Connection] Source #
A list of connections.