packages feed

amazonka-directconnect 0.0.2 → 0.0.3

raw patch · 2 files changed

+10/−9 lines, 2 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

README.md view
@@ -8,15 +8,15 @@  ## 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.+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.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-directconnect)-and [AWS API Reference](http://docs.aws.amazon.com/directconnect/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/directconnect/latest/APIReference/Welcome.html).   ## Contribute
amazonka-directconnect.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-directconnect-version:               0.0.2+version:               0.0.3 synopsis:              Amazon Direct Connect SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -19,6 +19,7 @@     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>     .@@ -61,5 +62,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5