Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
http://docs.aws.amazon.com/directconnect/latest/APIReference/API_DeleteConnection.html
- data DeleteConnection
- deleteConnection :: Text -> DeleteConnection
- dcConnectionId :: Lens' DeleteConnection Text
- data DeleteConnectionResponse
- deleteConnectionResponse :: DeleteConnectionResponse
- dcrBandwidth :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrConnectionId :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrConnectionName :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrConnectionState :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrLocation :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrOwnerAccount :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrPartnerName :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrRegion :: Lens' DeleteConnectionResponse (Maybe Text)
- dcrVlan :: Lens' DeleteConnectionResponse (Maybe Int)
Request
data DeleteConnection Source
Request constructor
DeleteConnection
constructor.
The fields accessible through corresponding lenses are:
Request lenses
Response
Response constructor
deleteConnectionResponse :: DeleteConnectionResponse Source
DeleteConnectionResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dcrBandwidth :: Lens' DeleteConnectionResponse (Maybe Text) Source
Bandwidth of the connection. Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) Default: None.