amazonka-importexport 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 +7/−7
- amazonka-importexport.cabal +3/−2
README.md view
@@ -8,15 +8,15 @@ ## Description - AWS Import/Export accelerates moving large amounts of data into and out of- AWS using portable storage devices for transport. AWS transfers your data- directly onto and off of storage devices using Amazon’s high-speed internal- network and bypassing the Internet. For significant data sets, AWS- Import/Export is often faster than Internet transfer and more cost effective- than upgrading your connectivity.+AWS Import/Export accelerates moving large amounts of data into and out of+AWS using portable storage devices for transport. AWS transfers your data+directly onto and off of storage devices using Amazon’s high-speed internal+network and bypassing the Internet. For significant data sets, AWS+Import/Export is often faster than Internet transfer and more cost effective+than upgrading your connectivity. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-importexport)-and [AWS API Reference](http://docs.aws.amazon.com/AWSImportExport/latest/DG/api-reference.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AWSImportExport/latest/DG/api-reference.html). ## Contribute
amazonka-importexport.cabal view
@@ -1,5 +1,5 @@ name: amazonka-importexport-version: 0.0.2+version: 0.0.3 synopsis: Amazon Import/Export SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -19,6 +19,7 @@ network and bypassing the Internet. For significant data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity.+ . /See:/ <http://docs.aws.amazon.com/AWSImportExport/latest/DG/api-reference.html AWS API Reference> .@@ -47,5 +48,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5