amazonka-directconnect-1.1.0: Amazon Direct Connect SDK.

Copyright(c) 2013-2015 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.DeleteConnection

Contents

Description

Deletes the connection.

Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. You need to cancel separately with the providers any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location.

See: AWS API Reference for DeleteConnection.

Synopsis

Creating a Request

deleteConnection Source

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

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

Request Lenses

Destructuring the Response

connection :: Connection Source

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

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

data Connection Source

A connection represents the physical network connection between the AWS Direct Connect location and the customer.

See: connection smart constructor.

Response Lenses

cVlan :: Lens' Connection (Maybe Int) Source

Undocumented member.

cLocation :: Lens' Connection (Maybe Text) Source

Undocumented member.

cConnectionId :: Lens' Connection (Maybe Text) Source

Undocumented member.

cConnectionName :: Lens' Connection (Maybe Text) Source

Undocumented member.

cPartnerName :: Lens' Connection (Maybe Text) Source

Undocumented member.

cBandwidth :: Lens' Connection (Maybe Text) Source

Bandwidth of the connection.

Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections)

Default: None

cRegion :: Lens' Connection (Maybe Text) Source

Undocumented member.

cOwnerAccount :: Lens' Connection (Maybe Text) Source

Undocumented member.