amazonka-sdb 0.0.2 → 0.0.3
raw patch · 2 files changed
+18/−17 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 +15/−15
- amazonka-sdb.cabal +3/−2
README.md view
@@ -8,23 +8,23 @@ ## Description - Amazon SimpleDB is a highly available and flexible non-relational data store- that offloads the work of database administration. Developers simply store- and query data items via web services requests and Amazon SimpleDB does the- rest. Unbound by the strict requirements of a relational database, Amazon- SimpleDB is optimized to provide high availability and flexibility, with- little or no administrative burden. Behind the scenes, Amazon SimpleDB- creates and manages multiple geographically distributed replicas of your data- automatically to enable high availability and data durability. The service- charges you only for the resources actually consumed in storing your data and- serving your requests. You can change your data model on the fly, and data is- automatically indexed for you. With Amazon SimpleDB, you can focus on- application development without worrying about infrastructure provisioning,- high availability, software maintenance, schema and index management, or- performance tuning.+Amazon SimpleDB is a highly available and flexible non-relational data store+that offloads the work of database administration. Developers simply store+and query data items via web services requests and Amazon SimpleDB does the+rest. Unbound by the strict requirements of a relational database, Amazon+SimpleDB is optimized to provide high availability and flexibility, with+little or no administrative burden. Behind the scenes, Amazon SimpleDB+creates and manages multiple geographically distributed replicas of your data+automatically to enable high availability and data durability. The service+charges you only for the resources actually consumed in storing your data and+serving your requests. You can change your data model on the fly, and data is+automatically indexed for you. With Amazon SimpleDB, you can focus on+application development without worrying about infrastructure provisioning,+high availability, software maintenance, schema and index management, or+performance tuning. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-sdb)-and [AWS API Reference](http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html). ## Contribute
amazonka-sdb.cabal view
@@ -1,5 +1,5 @@ name: amazonka-sdb-version: 0.0.2+version: 0.0.3 synopsis: Amazon SimpleDB SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -27,6 +27,7 @@ application development without worrying about infrastructure provisioning, high availability, software maintenance, schema and index management, or performance tuning.+ . /See:/ <http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html AWS API Reference> .@@ -60,5 +61,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5