amazonka-directconnect-1.4.4: 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.CreateInterconnect

Contents

Description

Creates a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location.

An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the AWS Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.

For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect partner.

This is intended for use by AWS Direct Connect partners only.

Synopsis

Creating a Request

createInterconnect Source #

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

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

data CreateInterconnect Source #

Container for the parameters to the CreateInterconnect operation.

See: createInterconnect smart constructor.

Instances

Eq CreateInterconnect Source # 
Data CreateInterconnect Source # 

Methods

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

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

toConstr :: CreateInterconnect -> Constr #

dataTypeOf :: CreateInterconnect -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateInterconnect Source # 
Show CreateInterconnect Source # 
Generic CreateInterconnect Source # 
Hashable CreateInterconnect Source # 
NFData CreateInterconnect Source # 

Methods

rnf :: CreateInterconnect -> () #

AWSRequest CreateInterconnect Source # 
ToPath CreateInterconnect Source # 
ToHeaders CreateInterconnect Source # 
ToQuery CreateInterconnect Source # 
ToJSON CreateInterconnect Source # 
type Rep CreateInterconnect Source # 
type Rep CreateInterconnect = D1 (MetaData "CreateInterconnect" "Network.AWS.DirectConnect.CreateInterconnect" "amazonka-directconnect-1.4.4-3p3ZMojRm44IpENaNivQIl" False) (C1 (MetaCons "CreateInterconnect'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ciInterconnectName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_ciBandwidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ciLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs CreateInterconnect Source # 

Request Lenses

ciInterconnectName :: Lens' CreateInterconnect Text Source #

The name of the interconnect.

Example: "1G Interconnect to AWS"

Default: None

ciBandwidth :: Lens' CreateInterconnect Text Source #

The port bandwidth

Example: 1Gbps

Default: None

Available values: 1Gbps,10Gbps

ciLocation :: Lens' CreateInterconnect Text Source #

Where the interconnect is located

Example: EqSV5

Default: None

Destructuring the Response

interconnect :: Interconnect Source #

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

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

data Interconnect Source #

An interconnect is a connection that can host other connections.

Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.

The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.

See: interconnect smart constructor.

Instances

Eq Interconnect Source # 
Data Interconnect Source # 

Methods

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

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

toConstr :: Interconnect -> Constr #

dataTypeOf :: Interconnect -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Interconnect Source # 
Show Interconnect Source # 
Generic Interconnect Source # 

Associated Types

type Rep Interconnect :: * -> * #

Hashable Interconnect Source # 
NFData Interconnect Source # 

Methods

rnf :: Interconnect -> () #

FromJSON Interconnect Source # 

Methods

parseJSON :: Value -> Parser Interconnect #

type Rep Interconnect Source # 
type Rep Interconnect = D1 (MetaData "Interconnect" "Network.AWS.DirectConnect.Types.Product" "amazonka-directconnect-1.4.4-3p3ZMojRm44IpENaNivQIl" False) (C1 (MetaCons "Interconnect'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iInterconnectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_iLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iInterconnectName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iLoaIssueTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_iBandwidth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_iInterconnectState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InterconnectState))) (S1 (MetaSel (Just Symbol "_iRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

Response Lenses

iLocation :: Lens' Interconnect (Maybe Text) Source #

Undocumented member.

iLoaIssueTime :: Lens' Interconnect (Maybe UTCTime) Source #

The time of the most recent call to DescribeInterconnectLoa for this Interconnect.

iBandwidth :: Lens' Interconnect (Maybe Text) Source #

Undocumented member.

iRegion :: Lens' Interconnect (Maybe Text) Source #

Undocumented member.