name: amazonka-directconnect
version: 0.0.1
synopsis: Amazon Direct Connect SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <brendan.g.hay@gmail.com>
copyright: Copyright (c) 2013-2014 Brendan Hay
category: Network, AWS, Cloud
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
description:
AWS Direct Connect links your internal network to an AWS Direct Connect
location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic
cable. One end of the cable is connected to your router, the other to
an AWS Direct Connect router. With this connection in place, you can
create virtual interfaces directly to the AWS cloud and Amazon Virtual
Private Cloud, bypassing Internet service providers in your network
path.
.
/See:/ <http://docs.aws.amazon.com/directconnect/latest/APIReference/Welcome.html AWS API Reference>
.
/Warning:/ This is an experimental preview release which is still under
heavy development and not intended for public consumption, caveat emptor!
source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
library
default-language: Haskell2010
hs-source-dirs: src gen
ghc-options: -Wall
exposed-modules:
Network.AWS.DirectConnect
, Network.AWS.DirectConnect.AllocateConnectionOnInterconnect
, Network.AWS.DirectConnect.AllocatePrivateVirtualInterface
, Network.AWS.DirectConnect.AllocatePublicVirtualInterface
, Network.AWS.DirectConnect.ConfirmConnection
, Network.AWS.DirectConnect.ConfirmPrivateVirtualInterface
, Network.AWS.DirectConnect.ConfirmPublicVirtualInterface
, Network.AWS.DirectConnect.CreateConnection
, Network.AWS.DirectConnect.CreateInterconnect
, Network.AWS.DirectConnect.CreatePrivateVirtualInterface
, Network.AWS.DirectConnect.CreatePublicVirtualInterface
, Network.AWS.DirectConnect.DeleteConnection
, Network.AWS.DirectConnect.DeleteInterconnect
, Network.AWS.DirectConnect.DeleteVirtualInterface
, Network.AWS.DirectConnect.DescribeConnections
, Network.AWS.DirectConnect.DescribeConnectionsOnInterconnect
, Network.AWS.DirectConnect.DescribeInterconnects
, Network.AWS.DirectConnect.DescribeLocations
, Network.AWS.DirectConnect.DescribeVirtualGateways
, Network.AWS.DirectConnect.DescribeVirtualInterfaces
, Network.AWS.DirectConnect.Types
other-modules:
build-depends:
amazonka-core == 0.0.1.*
, base >= 4.7 && < 5