Copyright | (c) 2013-2021 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 |
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
Intended for use by Direct Connect Partners only.
Synopsis
- data DescribeHostedConnections = DescribeHostedConnections' {
- connectionId :: Text
- newDescribeHostedConnections :: Text -> DescribeHostedConnections
- describeHostedConnections_connectionId :: Lens' DescribeHostedConnections Text
- data Connections = Connections' {
- connections :: Maybe [Connection]
- newConnections :: Connections
- connections_connections :: Lens' Connections (Maybe [Connection])
Creating a Request
data DescribeHostedConnections Source #
See: newDescribeHostedConnections
smart constructor.
DescribeHostedConnections' | |
|
Instances
newDescribeHostedConnections Source #
Create a value of DescribeHostedConnections
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionId:DescribeHostedConnections'
, describeHostedConnections_connectionId
- The ID of the interconnect or LAG.
Request Lenses
describeHostedConnections_connectionId :: Lens' DescribeHostedConnections Text Source #
The ID of the interconnect or LAG.
Destructuring the Response
data Connections Source #
See: newConnections
smart constructor.
Connections' | |
|
Instances
newConnections :: Connections Source #
Create a value of Connections
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connections:Connections'
, connections_connections
- The connections.
Response Lenses
connections_connections :: Lens' Connections (Maybe [Connection]) Source #
The connections.