amazonka-directconnect-1.6.0: Amazon Direct Connect SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectConnect.DescribeHostedConnections

Contents

Description

Returns a list of hosted connections that have been provisioned on the given interconnect or link aggregation group (LAG).

Synopsis

Creating a Request

describeHostedConnections Source #

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

Eq DescribeHostedConnections Source # 
Data DescribeHostedConnections Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeHostedConnections -> c DescribeHostedConnections #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeHostedConnections #

toConstr :: DescribeHostedConnections -> Constr #

dataTypeOf :: DescribeHostedConnections -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeHostedConnections) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeHostedConnections) #

gmapT :: (forall b. Data b => b -> b) -> DescribeHostedConnections -> DescribeHostedConnections #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeHostedConnections -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeHostedConnections -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeHostedConnections -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeHostedConnections -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeHostedConnections -> m DescribeHostedConnections #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeHostedConnections -> m DescribeHostedConnections #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeHostedConnections -> m DescribeHostedConnections #

Read DescribeHostedConnections Source # 
Show DescribeHostedConnections Source # 
Generic DescribeHostedConnections Source # 
Hashable DescribeHostedConnections Source # 
ToJSON DescribeHostedConnections Source # 
NFData DescribeHostedConnections Source # 
AWSRequest DescribeHostedConnections Source # 
ToHeaders DescribeHostedConnections Source # 
ToPath DescribeHostedConnections Source # 
ToQuery DescribeHostedConnections Source # 
type Rep DescribeHostedConnections Source # 
type Rep DescribeHostedConnections = D1 * (MetaData "DescribeHostedConnections" "Network.AWS.DirectConnect.DescribeHostedConnections" "amazonka-directconnect-1.6.0-3Ds8OcMuONt5kWQC5zsRrM" True) (C1 * (MetaCons "DescribeHostedConnections'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dhcConnectionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeHostedConnections Source # 

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:

data Connections Source #

A structure containing a list of connections.

See: connections smart constructor.

Instances

Eq Connections Source # 
Data Connections Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Connections -> c Connections #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Connections #

toConstr :: Connections -> Constr #

dataTypeOf :: Connections -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Connections) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Connections) #

gmapT :: (forall b. Data b => b -> b) -> Connections -> Connections #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Connections -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Connections -> r #

gmapQ :: (forall d. Data d => d -> u) -> Connections -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Connections -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Connections -> m Connections #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Connections -> m Connections #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Connections -> m Connections #

Read Connections Source # 
Show Connections Source # 
Generic Connections Source # 

Associated Types

type Rep Connections :: * -> * #

Hashable Connections Source # 
FromJSON Connections Source # 
NFData Connections Source # 

Methods

rnf :: Connections -> () #

type Rep Connections Source # 
type Rep Connections = D1 * (MetaData "Connections" "Network.AWS.DirectConnect.Types.Product" "amazonka-directconnect-1.6.0-3Ds8OcMuONt5kWQC5zsRrM" True) (C1 * (MetaCons "Connections'" PrefixI True) (S1 * (MetaSel (Just Symbol "_cConnections") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe [Connection]))))

Response Lenses

cConnections :: Lens' Connections [Connection] Source #

A list of connections.