| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.DirectConnect.DescribeConnections
Description
Displays all connections in this region.
If a connection ID is provided, the call returns only that particular connection.
http://docs.aws.amazon.com/directconnect/latest/APIReference/API_DescribeConnections.html
Request
data DescribeConnections Source
Instances
| Eq DescribeConnections | |
| Ord DescribeConnections | |
| Read DescribeConnections | |
| Show DescribeConnections | |
| ToJSON DescribeConnections | |
| Monoid DescribeConnections | |
| AWSRequest DescribeConnections | |
| ToQuery DescribeConnections | |
| ToPath DescribeConnections | |
| ToHeaders DescribeConnections | |
| type Sv DescribeConnections = DirectConnect | |
| type Rs DescribeConnections = DescribeConnectionsResponse |
Request constructor
describeConnections :: DescribeConnections Source
DescribeConnections constructor.
The fields accessible through corresponding lenses are:
Request lenses
Response
data DescribeConnectionsResponse Source
Instances
Response constructor
describeConnectionsResponse :: DescribeConnectionsResponse Source
DescribeConnectionsResponse constructor.
The fields accessible through corresponding lenses are:
dcrConnections::[Connection]
Response lenses
dcrConnections :: Lens' DescribeConnectionsResponse [Connection] Source
A list of connections.