amazonka-directconnect-1.4.3: Amazon Direct Connect SDK.

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

Network.AWS.DirectConnect.DescribeConnectionsOnInterconnect

Contents

Description

Return a list of connections that have been provisioned on the given interconnect.

Synopsis

Creating a Request

describeConnectionsOnInterconnect Source #

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

Eq DescribeConnectionsOnInterconnect Source # 
Data DescribeConnectionsOnInterconnect Source # 

Methods

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

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

toConstr :: DescribeConnectionsOnInterconnect -> Constr #

dataTypeOf :: DescribeConnectionsOnInterconnect -> DataType #

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

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

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

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

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

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

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

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

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

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

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

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.

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.4.3-Luu658MgcOaKoRqeMFuG2Y" 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.