amazonka-directconnect-1.4.1: 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.DescribeConnections

Contents

Description

Displays all connections in this region.

If a connection ID is provided, the call returns only that particular connection.

Synopsis

Creating a Request

describeConnections :: DescribeConnections Source #

Creates a value of DescribeConnections with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeConnections Source #

Container for the parameters to the DescribeConnections operation.

See: describeConnections smart constructor.

Instances

Eq DescribeConnections Source # 
Data DescribeConnections Source # 

Methods

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

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

toConstr :: DescribeConnections -> Constr #

dataTypeOf :: DescribeConnections -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeConnections Source # 
Show DescribeConnections Source # 
Generic DescribeConnections Source # 
Hashable DescribeConnections Source # 
ToJSON DescribeConnections Source # 
NFData DescribeConnections Source # 

Methods

rnf :: DescribeConnections -> () #

AWSRequest DescribeConnections Source # 
ToQuery DescribeConnections Source # 
ToPath DescribeConnections Source # 
ToHeaders DescribeConnections Source # 
type Rep DescribeConnections Source # 
type Rep DescribeConnections = D1 (MetaData "DescribeConnections" "Network.AWS.DirectConnect.DescribeConnections" "amazonka-directconnect-1.4.1-10C7tJ463GYIzkBgT5XzrI" True) (C1 (MetaCons "DescribeConnections'" PrefixI True) (S1 (MetaSel (Just Symbol "_dConnectionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs DescribeConnections Source # 

Request Lenses

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.1-10C7tJ463GYIzkBgT5XzrI" 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.